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