aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* added the shufflerange commandRomain Bignon2009-02-131-2/+7
* audio: moved code to output_command.cMax Kellermann2009-02-111-9/+13
* audio: moved protocol code to output_print.cMax Kellermann2009-02-101-0/+1
* playlist: provide information about "next song"Vladimir S Eremin2009-02-091-0/+10
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-041-1/+1
* playlist_print: added wrappers for printing the queueMax Kellermann2009-02-041-31/+13
* playlist_print: use bool instead of intMax Kellermann2009-02-041-8/+12
* playlist_print: no CamelCaseMax Kellermann2009-02-041-2/+2
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-40/+41
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-251-2/+3
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-241-7/+6
* locate: added struct locate_item_listMax Kellermann2009-01-241-48/+53
* locate: no CamelCaseMax Kellermann2009-01-241-14/+14
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-241-2/+2
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-241-9/+7
* command: use queue_print_*()Max Kellermann2009-01-241-15/+43
* command: eliminate gcc warningLaszlo Ashin2009-01-241-1/+1
* commands: don't advertise "sticker" unless configuredMax Kellermann2009-01-231-1/+13
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-0/+1
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-231-2/+2
* command: don't restart player in the "status" commandMax Kellermann2009-01-211-1/+0
* Add space after sticker: to make it consistent.Qball Cow2009-01-201-1/+1
* command: added "sticker" commandMax Kellermann2009-01-191-0/+72
* mapper: make the playlist directory optionalMax Kellermann2009-01-181-0/+5
* stats: no CamelCaseMax Kellermann2009-01-181-1/+1
* command: restore the "playlistinfo -1" behaviorMax Kellermann2009-01-111-0/+8
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-101-10/+26
* playlist: exclude end of rangeMax Kellermann2009-01-101-1/+1
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-101-4/+5
* 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