aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-07command: added command "decoders"Max Kellermann1-0/+10
2009-11-04sticker comments in code and example configuration fileRomain Bignon1-0/+5
2009-10-18command: omitting the range end is possibleMax Kellermann1-1/+4
2009-10-18command: use GLib limit macros in check_range()Max Kellermann1-10/+10
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-0/+27
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+5
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+3
2009-10-08player_control: no CamelCaseMax Kellermann1-8/+8
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-8/+13
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-2/+5
2009-09-30command: range support for "delete"Max Kellermann1-3/+3
2009-09-25command: relax requirements for unquoted wordsMax Kellermann1-1/+1
2009-09-24command: added command "rescan"Max Kellermann1-1/+23
2009-09-24update: pass const string to update_enqueue()Max Kellermann1-2/+2
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+25
2009-07-29command: moved command_process_list() to client.cMax Kellermann1-26/+3
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-21/+21
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-14playlist: no CamelCaseMax Kellermann1-12/+12
2009-07-06volume: moved range check to handle_setvol()Max Kellermann1-0/+5
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann1-1/+1
2009-07-06command: removed the "volume" commandMax Kellermann1-22/+1
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann1-0/+2
2009-04-28command: added "sticker delete" commandMax Kellermann1-0/+22
2009-04-28command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-1/+1
2009-04-01command: added command "sticker find"Max Kellermann1-0/+41
2009-04-01Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen1-9/+27
2009-04-01sticker_print: new library for sending stickers to a clientMax Kellermann1-10/+3
2009-03-31do not consider single mode with "next" commandRomain Bignon1-0/+7
2009-03-30command: command_error() is not necessary for export.Avuton Olrich1-1/+1
2009-03-30implemented the 'consume' modeRomain Bignon1-1/+23
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-6/+6
2009-03-27implements the smartstop featureRomain Bignon1-0/+22
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-3/+5
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-4/+3
2009-03-14command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann1-1/+1
2009-03-14command: handle the addToPlaylist() result properlyMax Kellermann1-1/+2
2009-03-14command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann1-11/+10
2009-03-14volume: use bool instead of intMax Kellermann1-8/+14
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen1-20/+13
2009-03-03Add sticker list command.Eric Wollesen1-1/+29
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
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