index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
6
-150
/
+124
*
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
4
-188
/
+247
*
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
3
-10
/
+8
*
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-07
3
-24
/
+26
*
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
2008-09-07
1
-0
/
+2
*
playlist: replaced run-time check with assertion
Max Kellermann
2008-09-07
1
-2
/
+1
*
playlist: added is_valid_playlist_name()
Max Kellermann
2008-09-07
2
-3
/
+10
*
tag: added buffered versions of the tag_print.c code
Max Kellermann
2008-09-07
4
-3
/
+85
*
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
10
-183
/
+284
*
tag: moved code to tag_print.c
Max Kellermann
2008-09-07
8
-29
/
+105
*
client: added client_printf()
Max Kellermann
2008-09-07
2
-0
/
+40
*
client: added client_write() and client_puts()
Max Kellermann
2008-09-07
3
-26
/
+45
*
include cleanup
Max Kellermann
2008-09-06
9
-7
/
+9
*
tag: fix segfault on update
Eric Wong
2008-09-06
2
-14
/
+22
*
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
2008-09-06
1
-1
/
+2
*
client: removed assert(client->fd)>=0
Max Kellermann
2008-09-06
1
-4
/
+2
*
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-09-06
6
-37
/
+38
*
tag: optimize tag_dup(), copy item references
Max Kellermann
2008-08-29
3
-7
/
+42
*
oggflac: fix GCC warnings
Max Kellermann
2008-08-29
1
-9
/
+9
*
tag: fix the shout and oggflac plugins
Max Kellermann
2008-08-29
2
-10
/
+12
*
const pointers
Max Kellermann
2008-08-29
4
-10
/
+10
*
tag: static directory name
Max Kellermann
2008-08-29
1
-5
/
+3
*
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
3
-7
/
+91
*
song: don't export newNullSong()
Max Kellermann
2008-08-29
2
-3
/
+1
*
tag: try not to duplicate the input string
Max Kellermann
2008-08-29
1
-13
/
+18
*
tag: pass length to fix_utf8()
Max Kellermann
2008-08-29
1
-3
/
+4
*
added "length" parameter to validUtf8String()
Max Kellermann
2008-08-29
4
-10
/
+16
*
assert value!=NULL in fix_utf8()
Max Kellermann
2008-08-29
1
-1
/
+3
*
tag: converted macro fixUtf8() to an inline function
Max Kellermann
2008-08-29
1
-9
/
+11
*
tag: added a pool for tag items
Max Kellermann
2008-08-29
5
-6
/
+147
*
tag: converted tag_item.value to a char array
Max Kellermann
2008-08-29
4
-20
/
+5
*
removed tree.c
Max Kellermann
2008-08-29
4
-849
/
+69
*
tag: converted MpdTag.items to a pointer list
Max Kellermann
2008-08-29
4
-17
/
+20
*
tag: moved code to tag_id3.c
Max Kellermann
2008-08-29
6
-352
/
+403
*
wavpack: tag_new() cannot fail
Max Kellermann
2008-08-29
1
-5
/
+0
*
tag: converted tag_add_item() to an inline function
Max Kellermann
2008-08-29
1
-2
/
+5
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-08-29
16
-111
/
+110
*
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
2008-08-29
21
-90
/
+93
*
added xfree() which takes a const pointer
Max Kellermann
2008-08-29
1
-0
/
+13
*
export the function client_is_expired()
Max Kellermann
2008-08-29
4
-12
/
+6
*
client: pass the client struct to processCommand()
Max Kellermann
2008-08-29
4
-9
/
+34
*
client: reorder function declarations
Max Kellermann
2008-08-29
1
-3
/
+4
*
client: check "expired" after command execution
Max Kellermann
2008-08-29
1
-7
/
+14
*
client: added global "expired" flag
Max Kellermann
2008-08-29
1
-6
/
+7
*
pass constant pointers
Max Kellermann
2008-08-29
10
-16
/
+17
*
client: removed superfluous assertion
Max Kellermann
2008-08-29
1
-1
/
+0
*
log.c: thread-safety for warning log
Eric Wong
2008-08-28
1
-4
/
+12
*
client: more assertions
Max Kellermann
2008-08-28
1
-0
/
+6
*
client: replace "expired" flag with fd==-1
Max Kellermann
2008-08-28
1
-6
/
+6
*
client: moved "expired" accesses into inline function
Max Kellermann
2008-08-28
1
-13
/
+29
[next]