aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-0/+1
2009-02-13added the shufflerange commandRomain Bignon1-2/+7
2009-02-11audio: moved code to output_command.cMax Kellermann1-9/+13
2009-02-10audio: moved protocol code to output_print.cMax Kellermann1-0/+1
2009-02-09playlist: provide information about "next song"Vladimir S Eremin1-0/+10
2009-02-04playlist_save: added spl_save_playlist()Max Kellermann1-1/+1
2009-02-04playlist_print: added wrappers for printing the queueMax Kellermann1-31/+13
2009-02-04playlist_print: use bool instead of intMax Kellermann1-8/+12
2009-02-04playlist_print: no CamelCaseMax Kellermann1-2/+2
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-40/+41
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-2/+3
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-7/+6
2009-01-24locate: added struct locate_item_listMax Kellermann1-48/+53
2009-01-24locate: no CamelCaseMax Kellermann1-14/+14
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-2/+2
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-9/+7
2009-01-24command: use queue_print_*()Max Kellermann1-15/+43
2009-01-24command: eliminate gcc warningLaszlo Ashin1-1/+1
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann1-1/+13
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-0/+1
2009-01-23playlist: removed stopOnError flag from playPlaylist()Max Kellermann1-2/+2
2009-01-21command: don't restart player in the "status" commandMax Kellermann1-1/+0
2009-01-20Add space after sticker: to make it consistent.Qball Cow1-1/+1
2009-01-19command: added "sticker" commandMax Kellermann1-0/+72
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-0/+5
2009-01-18stats: no CamelCaseMax Kellermann1-1/+1
2009-01-11command: restore the "playlistinfo -1" behaviorMax Kellermann1-0/+8
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann1-10/+26
2009-01-10playlist: exclude end of rangeMax Kellermann1-1/+1
2009-01-10command: playlistinfo now uses a range argument rather than just a song idThomas Jansen1-4/+5
2009-01-10command: add a parser for range argumentsThomas Jansen1-0/+48
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
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