| Commit message (Expand) | Author | Age | Files | Lines |
* | output: static audio_output_plugin list as array | Max Kellermann | 2008-09-08 | 8 | -80/+104 |
* | output: replace audio_output.*Func with audio_output.plugin | Max Kellermann | 2008-09-07 | 2 | -24/+12 |
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 14 | -131/+142 |
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 15 | -90/+115 |
* | pack the struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 34 | -83/+98 |
* | playlist: return -1 after assert(0) | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | playlist: replaced song_id_exists() with song_id_to_position() | Max Kellermann | 2008-09-07 | 1 | -16/+29 |
* | command: use client_[gs]et_permission() | Max Kellermann | 2008-09-07 | 3 | -84/+86 |
* | client: added client_[gs]et_permission() | Max Kellermann | 2008-09-07 | 2 | -0/+14 |
* | command: don't pass permission as pointer where appropriate | Max Kellermann | 2008-09-07 | 1 | -6/+6 |
* | audio_format: volatile removal | Eric Wong | 2008-09-07 | 1 | -3/+3 |
* | tag: oops, of course items is now ** and not * | Eric Wong | 2008-09-07 | 1 | -2/+2 |
* | tag: lock all accesses to tag_pool | Eric Wong | 2008-09-07 | 3 | -6/+15 |
* | tag: introduce handy items_size() function | Eric Wong | 2008-09-07 | 1 | -11/+12 |
* | fix -Wcast-qual -Wwrite-strings warnings | Max Kellermann | 2008-09-07 | 6 | -33/+43 |
* | build: enable -Wcast-qual -Wwrite-strings CFLAGS | Eric Wong | 2008-09-07 | 2 | -1/+4 |
* | removed fdprintf() and client_print() | Max Kellermann | 2008-09-07 | 5 | -120/+0 |
* | client: removed client_get_fd() | Max Kellermann | 2008-09-07 | 2 | -15/+0 |
* | audio: don't pass "fd" to printAudioDevices() | Max Kellermann | 2008-09-07 | 3 | -9/+12 |
* | stats: don't pass "fd" to printStats() | Max Kellermann | 2008-09-07 | 3 | -12/+21 |
* | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 2008-09-07 | 3 | -11/+10 |
* | playlist: added playlist_save() | Max Kellermann | 2008-09-07 | 1 | -2/+11 |
* | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 2008-09-07 | 3 | -10/+12 |
* | tag: don't pass "fd" to printVisitedInTagTracker() | Max Kellermann | 2008-09-07 | 3 | -8/+9 |
* | command: concatenate strings at compile time | Max Kellermann | 2008-09-07 | 1 | -27/+27 |
* | command: removed commandError() | Max Kellermann | 2008-09-07 | 2 | -27/+0 |
* | playlist: pass struct client to loadPlaylist() | Max Kellermann | 2008-09-07 | 3 | -5/+5 |
* | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 2008-09-07 | 12 | -110/+121 |
* | command: pass struct client to all commands | Max Kellermann | 2008-09-07 | 1 | -248/+259 |
* | command: pass struct client to getCommandEntryAnd...() | Max Kellermann | 2008-09-07 | 1 | -26/+21 |
* | command: added command_success() and command_error() | Max Kellermann | 2008-09-07 | 3 | -5/+35 |
* | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 2008-09-07 | 3 | -18/+21 |
* | volume: don't pass "fd" to changeVolumeLevel() | Max Kellermann | 2008-09-07 | 3 | -22/+26 |
* | directory: don't pass "fd" to updateInit() | Max Kellermann | 2008-09-07 | 3 | -17/+53 |
* | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 2 | -4/+4 |
* | directory: don't pass fd to traverseAllIn() | Max Kellermann | 2008-09-07 | 6 | -32/+69 |
* | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 2008-09-07 | 4 | -51/+81 |
* | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 2 | -6/+15 |
* | 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 |