aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* command: add a parser for range argumentsThomas Jansen2009-01-101-0/+48
* added missing explicit config.h includesMax Kellermann2009-01-081-0/+1
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-041-1/+1
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-041-4/+4
* command: check URI scheme in "addid"Max Kellermann2009-01-041-12/+22
* command: added variable "uri" to command handlersMax Kellermann2009-01-041-20/+24
* don't include utils.h when it isn't usedMax Kellermann2009-01-031-1/+2
* command: fix adding local files on !WIN32Max Kellermann2009-01-031-1/+5
* Moving mixers to audio outputsViliam Mateicka2008-12-311-3/+3
* command: don't allow adding local files on WIN32Max Kellermann2008-12-301-0/+4
* removed os_compat.hMax Kellermann2008-12-291-1/+3
* command: use gmtime() on WIN32Max Kellermann2008-12-291-1/+8
* command: reject unsupported URI schemesMax Kellermann2008-12-161-1/+11
* ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-161-1/+2
* replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen2008-12-021-4/+4
* command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-63/+63
* command: format strerror() with "%s"Max Kellermann2008-11-221-1/+1
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-221-2/+23
* path: removed sanitizePathDup()Max Kellermann2008-10-311-4/+2
* client: use GSList instead of struct strnode for command listsMax Kellermann2008-10-311-7/+6
* 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