aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* command: added "sticker delete" commandMax Kellermann2009-04-28
* command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* command: added command "sticker find"Max Kellermann2009-04-01
* Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen2009-04-01
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-01
* do not consider single mode with "next" commandRomain Bignon2009-03-31
* command: command_error() is not necessary for export.Avuton Olrich2009-03-30
* implemented the 'consume' modeRomain Bignon2009-03-30
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-27
* implements the smartstop featureRomain Bignon2009-03-27
* queue/playlist/command: move rangeJeffrey Middleton2009-03-26
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-15
* 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