aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* update: job ID must be positiveMax Kellermann2008-10-091-15/+11
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-091-0/+1
* Fix error code for "Playlist already exists"Qball Cow2008-10-091-1/+1
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-1/+1
* database: removed printDirectoryInfo()Max Kellermann2008-10-081-1/+5
* directory: moved code to database.cMax Kellermann2008-10-081-0/+1
* directory: moved code to update.cMax Kellermann2008-10-081-0/+1
* command: fix return statusEric Wong2008-10-061-17/+8
* command: get rid of specialized list handlersEric Wong2008-10-061-88/+67
* directory: simplify list update handling logicEric Wong2008-10-061-61/+18
* switch to C99 types, part IIMax Kellermann2008-09-291-3/+3
* command: don't clobber next list value when preparsingEric Wong2008-09-291-3/+6
* update: send proper response to the clientMax Kellermann2008-09-251-5/+8
* command: fix command "addid"Max Kellermann2008-09-231-1/+1
* directory: update do its work inside a threadEric Wong2008-09-231-41/+6
* playlist: return -1 after assert(0)Max Kellermann2008-09-071-0/+1
* command: use client_[gs]et_permission()Max Kellermann2008-09-071-78/+83
* command: don't pass permission as pointer where appropriateMax Kellermann2008-09-071-6/+6
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-071-1/+1
* stats: don't pass "fd" to printStats()Max Kellermann2008-09-071-1/+1
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-071-2/+2
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-071-2/+2
* command: concatenate strings at compile timeMax Kellermann2008-09-071-27/+27
* command: removed commandError()Max Kellermann2008-09-071-25/+0
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-071-1/+1
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-071-16/+16
* 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-071-0/+28
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-071-4/+14
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-071-4/+16
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-071-5/+43
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-071-1/+3
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-071-4/+43
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-071-2/+14
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-8/+23
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-36/+126
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-071-2/+4
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-071-2/+18
* tag: moved code to tag_print.cMax Kellermann2008-09-071-0/+1
* client: added client_write() and client_puts()Max Kellermann2008-09-071-2/+1
* include cleanupMax Kellermann2008-09-061-0/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-1/+1
* export the function client_is_expired()Max Kellermann2008-08-291-2/+2
* client: pass the client struct to processCommand()Max Kellermann2008-08-291-5/+9
* include cleanupMax Kellermann2008-08-281-0/+1
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* playlist: eliminate unused fd parametersMax Kellermann2008-08-261-8/+12
* player: no "fd" and no return valueMax Kellermann2008-08-261-2/+5
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-0/+1