aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* client: converted permissions to unsignedMax Kellermann2008-10-17
* command: expect "file:///" url for local filesMax Kellermann2008-10-17
* command: special case for "add /"Max Kellermann2008-10-16
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-15
* command: print error message on "addid" failureMax Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14
* player: added player_get_audio_format()Max Kellermann2008-10-10
* player: added player_control.audio_formatMax Kellermann2008-10-10
* update: make the job id unsignedMax Kellermann2008-10-09
* update: job ID must be positiveMax Kellermann2008-10-09
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-09
* Fix error code for "Playlist already exists"Qball Cow2008-10-09
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-08
* database: removed printDirectoryInfo()Max Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* directory: moved code to update.cMax Kellermann2008-10-08
* command: fix return statusEric Wong2008-10-06
* command: get rid of specialized list handlersEric Wong2008-10-06
* directory: simplify list update handling logicEric Wong2008-10-06
* switch to C99 types, part IIMax Kellermann2008-09-29
* command: don't clobber next list value when preparsingEric Wong2008-09-29
* update: send proper response to the clientMax Kellermann2008-09-25
* command: fix command "addid"Max Kellermann2008-09-23
* directory: update do its work inside a threadEric Wong2008-09-23
* playlist: return -1 after assert(0)Max Kellermann2008-09-07
* command: use client_[gs]et_permission()Max Kellermann2008-09-07
* command: don't pass permission as pointer where appropriateMax Kellermann2008-09-07
* audio: don't pass "fd" to printAudioDevices()Max Kellermann2008-09-07
* stats: don't pass "fd" to printStats()Max Kellermann2008-09-07
* playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId()Max Kellermann2008-09-07
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-07
* command: concatenate strings at compile timeMax Kellermann2008-09-07
* command: removed commandError()Max Kellermann2008-09-07
* playlist: pass struct client to loadPlaylist()Max Kellermann2008-09-07
* pass "struct client" to dbUtils.c, song.c, tag_print.cMax Kellermann2008-09-07
* command: pass struct client to all commandsMax Kellermann2008-09-07
* command: pass struct client to getCommandEntryAnd...()Max Kellermann2008-09-07
* command: added command_success() and command_error()Max Kellermann2008-09-07
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-07
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-07
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-07
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-07
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-07
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-07
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-07
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-07
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-07
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-07
* tag: moved code to tag_print.cMax Kellermann2008-09-07
* client: added client_write() and client_puts()Max Kellermann2008-09-07