aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* implements the smartstop featureRomain Bignon2009-03-271-0/+22
* queue/playlist/command: move rangeJeffrey Middleton2009-03-261-3/+5
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-151-4/+3
* command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann2009-03-141-1/+1
* command: handle the addToPlaylist() result properlyMax Kellermann2009-03-141-1/+2
* command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann2009-03-141-11/+10
* volume: use bool instead of intMax Kellermann2009-03-141-8/+14
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-111-20/+13
* Add sticker list command.Eric Wollesen2009-03-031-1/+29
* tag: no CamelCaseMax Kellermann2009-02-271-1/+1
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-0/+1
* 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