aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* output: renamed typedef AudioOutput to struct audio_outputMax Kellermann2008-09-0714-131/+142
* output: added output_api.hMax Kellermann2008-09-0715-90/+115
* pack the struct audio_formatMax Kellermann2008-09-071-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-0734-83/+98
* playlist: return -1 after assert(0)Max Kellermann2008-09-071-0/+1
* playlist: replaced song_id_exists() with song_id_to_position()Max Kellermann2008-09-071-16/+29
* command: use client_[gs]et_permission()Max Kellermann2008-09-073-84/+86
* client: added client_[gs]et_permission()Max Kellermann2008-09-072-0/+14
* command: don't pass permission as pointer where appropriateMax Kellermann2008-09-071-6/+6
* audio_format: volatile removalEric Wong2008-09-071-3/+3
* tag: oops, of course items is now ** and not *Eric Wong2008-09-071-2/+2
* tag: lock all accesses to tag_poolEric Wong2008-09-073-6/+15
* tag: introduce handy items_size() functionEric Wong2008-09-071-11/+12
* fix -Wcast-qual -Wwrite-strings warningsMax Kellermann2008-09-076-33/+43
* removed fdprintf() and client_print()Max Kellermann2008-09-075-120/+0
* client: removed client_get_fd()Max Kellermann2008-09-072-15/+0
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-073-9/+12
* stats: don't pass "fd" to printStats()Max Kellermann2008-09-073-12/+21
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-073-11/+10
* playlist: added playlist_save()Max Kellermann2008-09-071-2/+11
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-073-10/+12
* tag: don't pass "fd" to printVisitedInTagTracker()Max Kellermann2008-09-073-8/+9
* command: concatenate strings at compile timeMax Kellermann2008-09-071-27/+27
* command: removed commandError()Max Kellermann2008-09-072-27/+0
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-073-5/+5
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-0712-110/+121
* command: pass struct client to all commandsMax Kellermann2008-09-071-248/+259
* command: pass struct client to getCommandEntryAnd...()Max Kellermann2008-09-071-26/+21
* command: added command_success() and command_error()Max Kellermann2008-09-073-5/+35
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-073-18/+21
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-073-22/+26
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-073-17/+53
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-072-4/+4
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-076-32/+69
* directory: don't pass fd to traverseAllIn() callbacksMax Kellermann2008-09-074-51/+81
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-072-6/+15
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-076-150/+124
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-074-188/+247
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-073-10/+8
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-073-24/+26
* playlist: fix FILE* leak in appendSongToStoredPlaylistByPath()Max Kellermann2008-09-071-0/+2
* playlist: replaced run-time check with assertionMax Kellermann2008-09-071-2/+1
* playlist: added is_valid_playlist_name()Max Kellermann2008-09-072-3/+10
* tag: added buffered versions of the tag_print.c codeMax Kellermann2008-09-074-3/+85
* song: moved code to song_print.c, song_save.cMax Kellermann2008-09-0710-183/+284
* tag: moved code to tag_print.cMax Kellermann2008-09-078-29/+105
* client: added client_printf()Max Kellermann2008-09-072-0/+40
* client: added client_write() and client_puts()Max Kellermann2008-09-073-26/+45
* include cleanupMax Kellermann2008-09-069-7/+9
* tag: fix segfault on updateEric Wong2008-09-062-14/+22