aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* mapper: make the playlist directory optionalMax Kellermann2009-01-18
* stats: no CamelCaseMax Kellermann2009-01-18
* command: restore the "playlistinfo -1" behaviorMax Kellermann2009-01-11
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-10
* playlist: exclude end of rangeMax Kellermann2009-01-10
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-10
* command: add a parser for range argumentsThomas Jansen2009-01-10
* added missing explicit config.h includesMax Kellermann2009-01-08
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-04
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-04
* command: check URI scheme in "addid"Max Kellermann2009-01-04
* command: added variable "uri" to command handlersMax Kellermann2009-01-04
* don't include utils.h when it isn't usedMax Kellermann2009-01-03
* command: fix adding local files on !WIN32Max Kellermann2009-01-03
* Moving mixers to audio outputsViliam Mateicka2008-12-31
* command: don't allow adding local files on WIN32Max Kellermann2008-12-30
* removed os_compat.hMax Kellermann2008-12-29
* command: use gmtime() on WIN32Max Kellermann2008-12-29
* 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