aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-04playlist: log errors during loadPlaylist()Max Kellermann1-1/+1
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-4/+4
2009-01-04command: check URI scheme in "addid"Max Kellermann1-12/+22
2009-01-04command: added variable "uri" to command handlersMax Kellermann1-20/+24
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+2
2009-01-03command: fix adding local files on !WIN32Max Kellermann1-1/+5
2008-12-31Moving mixers to audio outputsViliam Mateicka1-3/+3
2008-12-30command: don't allow adding local files on WIN32Max Kellermann1-0/+4
2008-12-29removed os_compat.hMax Kellermann1-1/+3
2008-12-29command: use gmtime() on WIN32Max Kellermann1-1/+8
2008-12-16command: reject unsupported URI schemesMax Kellermann1-1/+11
2008-12-16ls: make printRemoteUrlHandlers() return voidMax Kellermann1-1/+2
2008-12-02replaced mpd_printf etc by G_GNUC_PRINTFThomas Jansen1-4/+4
2008-11-24command.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-63/+63
2008-11-22command: format strerror() with "%s"Max Kellermann1-1/+1
2008-11-22command: allow clients to subscribe to specific idle eventsMarc Pavot1-2/+23
2008-10-31path: removed sanitizePathDup()Max Kellermann1-4/+2
2008-10-31client: use GSList instead of struct strnode for command listsMax Kellermann1-7/+6
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