aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* command: reject unsupported URI schemesMax Kellermann2008-12-16
* ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-16
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-02
* command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* command: format strerror() with "%s"Max Kellermann2008-11-22
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-22
* path: removed sanitizePathDup()Max Kellermann2008-10-31
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-31
* command: removed range check from check_bool()Max Kellermann2008-10-26
* command: fix boolean value parserMax Kellermann2008-10-23
* stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann2008-10-23
* command: check over/underflows in check_int()Max Kellermann2008-10-23
* command: added check_unsigned() / check_bool()Max Kellermann2008-10-23
* playlist: unsigned integersMax Kellermann2008-10-23
* command: use the bool datatype instead of intMax Kellermann2008-10-22
* command: converted COMMAND_RETURN_* macros to enumMax Kellermann2008-10-22
* command: replaced "goto" with "break"Max Kellermann2008-10-22
* command: no CamelCaseMax Kellermann2008-10-22
* command: removed CommandHandlerFunction typedefMax Kellermann2008-10-22
* ack: converted ACK_ERROR_* macros to enumMax Kellermann2008-10-22
* stored_playlist: send timestampsMax Kellermann2008-10-22
* command: added command "listplaylists"Max Kellermann2008-10-22
* command: added print_spl_list()Max Kellermann2008-10-22
* stored_playlist: de-CamelCase moved functionMax Kellermann2008-10-22
* stored_playlist: no CamelCaseMax Kellermann2008-10-22
* renamed storedPlaylist.c to stored_playlist.cMax Kellermann2008-10-22
* command: added "commands" array instead of registering manuallyMax Kellermann2008-10-22
* command: make command pointers constantMax Kellermann2008-10-22
* command: renamed CommandEntry to struct commandMax Kellermann2008-10-22
* 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