aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* player_control: no CamelCaseMax Kellermann2009-10-081-8/+8
* player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-081-8/+13
* player_control: allocate getPlayerErrorStr() resultMax Kellermann2009-10-081-2/+5
* command: range support for "delete"Max Kellermann2009-09-301-3/+3
* command: relax requirements for unquoted wordsMax Kellermann2009-09-251-1/+1
* command: added command "rescan"Max Kellermann2009-09-241-1/+23
* update: pass const string to update_enqueue()Max Kellermann2009-09-241-2/+2
* update: renamed directory_update_init() to update_enqueue()Max Kellermann2009-09-241-1/+1
* command: add "findadd" command.Anton Khirnov2009-08-251-0/+25
* command: moved command_process_list() to client.cMax Kellermann2009-07-291-26/+3
* playlist: CamelCaseIsBadCourtney Cavin2009-07-281-21/+21
* command: use the tokenizer libraryMax Kellermann2009-07-191-4/+50
* playlist: no CamelCaseMax Kellermann2009-07-141-12/+12
* volume: moved range check to handle_setvol()Max Kellermann2009-07-061-0/+5
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-061-1/+1
* command: removed the "volume" commandMax Kellermann2009-07-061-22/+1
* command: added new "status" line with more precise "elapsed time"Max Kellermann2009-06-251-0/+2
* command: added "sticker delete" commandMax Kellermann2009-04-281-0/+22
* command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-1/+1
* command: added command "sticker find"Max Kellermann2009-04-011-0/+41
* Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen2009-04-011-9/+27
* sticker_print: new library for sending stickers to a clientMax Kellermann2009-04-011-10/+3
* do not consider single mode with "next" commandRomain Bignon2009-03-311-0/+7
* command: command_error() is not necessary for export.Avuton Olrich2009-03-301-1/+1
* implemented the 'consume' modeRomain Bignon2009-03-301-1/+23
* renamed smartstop to single and changed behaviorRomain Bignon2009-03-271-6/+6
* 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