aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* command: removed range check from check_bool()Max Kellermann2008-10-261-6/+0
* command: fix boolean value parserMax Kellermann2008-10-231-1/+1
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-231-1/+1
* command: check over/underflows in check_int()Max Kellermann2008-10-231-2/+13
* command: added check_unsigned() / check_bool()Max Kellermann2008-10-231-13/+57
* playlist: unsigned integersMax Kellermann2008-10-231-3/+3
* command: use the bool datatype instead of intMax Kellermann2008-10-221-50/+51
* command: converted COMMAND_RETURN_* macros to enumMax Kellermann2008-10-221-163/+165
* command: replaced "goto" with "break"Max Kellermann2008-10-221-2/+2
* command: no CamelCaseMax Kellermann2008-10-221-227/+247
* command: removed CommandHandlerFunction typedefMax Kellermann2008-10-221-3/+1
* ack: converted ACK_ERROR_* macros to enumMax Kellermann2008-10-221-2/+2
* stored_playlist: send timestampsMax Kellermann2008-10-221-0/+8
* command: added command "listplaylists"Max Kellermann2008-10-221-0/+17
* command: added print_spl_list()Max Kellermann2008-10-221-2/+18
* stored_playlist: de-CamelCase moved functionMax Kellermann2008-10-221-2/+2
* stored_playlist: no CamelCaseMax Kellermann2008-10-221-3/+3
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-221-1/+1
* command: added "commands" array instead of registering manuallyMax Kellermann2008-10-221-193/+145
* command: make command pointers constantMax Kellermann2008-10-221-12/+13
* command: renamed CommandEntry to struct commandMax Kellermann2008-10-221-12/+10
* client: converted permissions to unsignedMax Kellermann2008-10-171-7/+7
* command: expect "file:///" url for local filesMax Kellermann2008-10-171-4/+7
* command: special case for "add /"Max Kellermann2008-10-161-1/+1
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-151-1/+17
* command: print error message on "addid" failureMax Kellermann2008-10-151-1/+1
* command: added command "idle"Max Kellermann2008-10-141-0/+12
* player: added player_get_audio_format()Max Kellermann2008-10-101-2/+3
* player: added player_control.audio_formatMax Kellermann2008-10-101-1/+1
* update: make the job id unsignedMax Kellermann2008-10-091-1/+1
* 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