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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-07
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2
-4
/
+4
2008-09-07
directory: don't pass fd to traverseAllIn()
Max Kellermann
6
-32
/
+69
2008-09-07
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
4
-51
/
+81
2008-09-07
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2
-6
/
+15
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
6
-150
/
+124
2008-09-07
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
4
-188
/
+247
2008-09-07
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
3
-10
/
+8
2008-09-07
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
3
-24
/
+26
2008-09-07
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
1
-0
/
+2
2008-09-07
playlist: replaced run-time check with assertion
Max Kellermann
1
-2
/
+1
2008-09-07
playlist: added is_valid_playlist_name()
Max Kellermann
2
-3
/
+10
2008-09-07
tag: added buffered versions of the tag_print.c code
Max Kellermann
4
-3
/
+85
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
10
-183
/
+284
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
8
-29
/
+105
2008-09-07
client: added client_printf()
Max Kellermann
2
-0
/
+40
2008-09-07
client: added client_write() and client_puts()
Max Kellermann
3
-26
/
+45
2008-09-06
include cleanup
Max Kellermann
9
-7
/
+9
2008-09-06
tag: fix segfault on update
Eric Wong
2
-14
/
+22
2008-09-06
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
1
-1
/
+2
2008-09-06
client: removed assert(client->fd)>=0
Max Kellermann
1
-4
/
+2
2008-09-06
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
6
-37
/
+38
2008-08-29
tag: optimize tag_dup(), copy item references
Max Kellermann
3
-7
/
+42
2008-08-29
oggflac: fix GCC warnings
Max Kellermann
1
-9
/
+9
2008-08-29
tag: fix the shout and oggflac plugins
Max Kellermann
2
-10
/
+12
2008-08-29
const pointers
Max Kellermann
4
-10
/
+10
2008-08-29
tag: static directory name
Max Kellermann
1
-5
/
+3
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
3
-7
/
+91
2008-08-29
song: don't export newNullSong()
Max Kellermann
2
-3
/
+1
2008-08-29
tag: try not to duplicate the input string
Max Kellermann
1
-13
/
+18
2008-08-29
tag: pass length to fix_utf8()
Max Kellermann
1
-3
/
+4
2008-08-29
added "length" parameter to validUtf8String()
Max Kellermann
4
-10
/
+16
2008-08-29
assert value!=NULL in fix_utf8()
Max Kellermann
1
-1
/
+3
2008-08-29
tag: converted macro fixUtf8() to an inline function
Max Kellermann
1
-9
/
+11
2008-08-29
tag: added a pool for tag items
Max Kellermann
5
-6
/
+147
2008-08-29
tag: converted tag_item.value to a char array
Max Kellermann
4
-20
/
+5
2008-08-29
removed tree.c
Max Kellermann
4
-849
/
+69
2008-08-29
tag: converted MpdTag.items to a pointer list
Max Kellermann
4
-17
/
+20
2008-08-29
tag: moved code to tag_id3.c
Max Kellermann
6
-352
/
+403
2008-08-29
wavpack: tag_new() cannot fail
Max Kellermann
1
-5
/
+0
2008-08-29
tag: converted tag_add_item() to an inline function
Max Kellermann
1
-2
/
+5
2008-08-29
tag: renamed functions, no CamelCase
Max Kellermann
16
-111
/
+110
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
21
-90
/
+93
2008-08-29
added xfree() which takes a const pointer
Max Kellermann
1
-0
/
+13
2008-08-29
export the function client_is_expired()
Max Kellermann
4
-12
/
+6
2008-08-29
client: pass the client struct to processCommand()
Max Kellermann
4
-9
/
+34
2008-08-29
client: reorder function declarations
Max Kellermann
1
-3
/
+4
2008-08-29
client: check "expired" after command execution
Max Kellermann
1
-7
/
+14
2008-08-29
client: added global "expired" flag
Max Kellermann
1
-6
/
+7
2008-08-29
pass constant pointers
Max Kellermann
10
-16
/
+17
2008-08-29
client: removed superfluous assertion
Max Kellermann
1
-1
/
+0
[next]