aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
...
* audio: moved protocol code to output_print.cMax Kellermann2009-02-10
* playlist: provide information about "next song"Vladimir S Eremin2009-02-09
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-04
* playlist_print: added wrappers for printing the queueMax Kellermann2009-02-04
* playlist_print: use bool instead of intMax Kellermann2009-02-04
* playlist_print: no CamelCaseMax Kellermann2009-02-04
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann2009-01-25
* queue_print, dbUtils: use struct locate_item_listMax Kellermann2009-01-24
* locate: added struct locate_item_listMax Kellermann2009-01-24
* locate: no CamelCaseMax Kellermann2009-01-24
* playlist: removed locate functions to queue_print.cMax Kellermann2009-01-24
* locate: renamed LocateTagItem to "struct locate_item"Max Kellermann2009-01-24
* command: use queue_print_*()Max Kellermann2009-01-24
* command: eliminate gcc warningLaszlo Ashin2009-01-24
* commands: don't advertise "sticker" unless configuredMax Kellermann2009-01-23
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-23
* playlist: removed stopOnError flag from playPlaylist()Max Kellermann2009-01-23
* command: don't restart player in the "status" commandMax Kellermann2009-01-21
* Add space after sticker: to make it consistent.Qball Cow2009-01-20
* command: added "sticker" commandMax Kellermann2009-01-19
* 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