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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2008-09-08
added string set library
Max Kellermann
2008-09-08
output: const plugin structures
Max Kellermann
2008-09-08
output: static audio_output_plugin list as array
Max Kellermann
2008-09-07
output: replace audio_output.*Func with audio_output.plugin
Max Kellermann
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
output: added output_api.h
Max Kellermann
2008-09-07
pack the struct audio_format
Max Kellermann
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
2008-09-07
playlist: return -1 after assert(0)
Max Kellermann
2008-09-07
playlist: replaced song_id_exists() with song_id_to_position()
Max Kellermann
2008-09-07
command: use client_[gs]et_permission()
Max Kellermann
2008-09-07
client: added client_[gs]et_permission()
Max Kellermann
2008-09-07
command: don't pass permission as pointer where appropriate
Max Kellermann
2008-09-07
audio_format: volatile removal
Eric Wong
2008-09-07
tag: oops, of course items is now ** and not *
Eric Wong
2008-09-07
tag: lock all accesses to tag_pool
Eric Wong
2008-09-07
tag: introduce handy items_size() function
Eric Wong
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
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
[next]