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