aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
...
* command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann2009-03-14
* command: handle the addToPlaylist() result properlyMax Kellermann2009-03-14
* command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann2009-03-14
* volume: use bool instead of intMax Kellermann2009-03-14
* all: Update copyright header.Avuton Olrich2009-03-13
* Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen2009-03-11
* Add sticker list command.Eric Wollesen2009-03-03
* tag: no CamelCaseMax Kellermann2009-02-27
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* added the shufflerange commandRomain Bignon2009-02-13
* audio: moved code to output_command.cMax Kellermann2009-02-11
* 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