index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-09-07
removed fdprintf() and client_print()
Max Kellermann
2008-09-07
client: removed client_get_fd()
Max Kellermann
2008-09-07
audio: don't pass "fd" to printAudioDevices()
Max Kellermann
2008-09-07
stats: don't pass "fd" to printStats()
Max Kellermann
2008-09-07
playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()
Max Kellermann
2008-09-07
playlist: added playlist_save()
Max Kellermann
2008-09-07
ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()
Max Kellermann
2008-09-07
tag: don't pass "fd" to printVisitedInTagTracker()
Max Kellermann
2008-09-07
command: concatenate strings at compile time
Max Kellermann
2008-09-07
command: removed commandError()
Max Kellermann
2008-09-07
playlist: pass struct client to loadPlaylist()
Max Kellermann
2008-09-07
pass "struct client" to dbUtils.c, song.c, tag_print.c
Max Kellermann
2008-09-07
command: pass struct client to all commands
Max Kellermann
2008-09-07
command: pass struct client to getCommandEntryAnd...()
Max Kellermann
2008-09-07
command: added command_success() and command_error()
Max Kellermann
2008-09-07
audio: don't pass "fd" to {en,dis}ableAudioDevice()
Max Kellermann
2008-09-07
volume: don't pass "fd" to changeVolumeLevel()
Max Kellermann
2008-09-07
directory: don't pass "fd" to updateInit()
Max Kellermann
2008-09-07
directory: printDirectoryInfo() does not call commandError()
Max Kellermann
2008-09-07
directory: don't pass fd to traverseAllIn()
Max Kellermann
2008-09-07
directory: don't pass fd to traverseAllIn() callbacks
Max Kellermann
2008-09-07
playlist: PlaylistInfo() does not call commandError()
Max Kellermann
2008-09-07
playlist: don't pass "fd" to storedPlaylist.c functions
Max Kellermann
2008-09-07
playlist: don't pass "fd" to playlist.c functions
Max Kellermann
2008-09-07
playlist: showPlaylist() and shufflePlaylist() cannot fail
Max Kellermann
2008-09-07
playlist: moved "repeat" and "random" value checks to command.c
Max Kellermann
2008-09-07
playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()
Max Kellermann
2008-09-07
playlist: replaced run-time check with assertion
Max Kellermann
2008-09-07
playlist: added is_valid_playlist_name()
Max Kellermann
2008-09-07
tag: added buffered versions of the tag_print.c code
Max Kellermann
2008-09-07
song: moved code to song_print.c, song_save.c
Max Kellermann
2008-09-07
tag: moved code to tag_print.c
Max Kellermann
2008-09-07
client: added client_printf()
Max Kellermann
2008-09-07
client: added client_write() and client_puts()
Max Kellermann
2008-09-06
include cleanup
Max Kellermann
2008-09-06
tag: fix segfault on update
Eric Wong
2008-09-06
client: don't check FD_ISSET(client->fd) on expired client
Max Kellermann
2008-09-06
client: removed assert(client->fd)>=0
Max Kellermann
2008-09-06
dbUtils, playlist, directory: pass constant pointers
Max Kellermann
2008-08-29
tag: optimize tag_dup(), copy item references
Max Kellermann
2008-08-29
oggflac: fix GCC warnings
Max Kellermann
2008-08-29
tag: fix the shout and oggflac plugins
Max Kellermann
2008-08-29
const pointers
Max Kellermann
2008-08-29
tag: static directory name
Max Kellermann
2008-08-29
tag: try not to reallocate tag.items in every add() call
Max Kellermann
2008-08-29
song: don't export newNullSong()
Max Kellermann
2008-08-29
tag: try not to duplicate the input string
Max Kellermann
2008-08-29
tag: pass length to fix_utf8()
Max Kellermann
2008-08-29
added "length" parameter to validUtf8String()
Max Kellermann
2008-08-29
assert value!=NULL in fix_utf8()
Max Kellermann
[next]