summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)Author
2009-12-31Update copyright notices.Avuton Olrich
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-07command: added command "decoders"Max Kellermann
2009-11-04sticker comments in code and example configuration fileRomain Bignon
2009-10-18command: omitting the range end is possibleMax Kellermann
2009-10-18command: use GLib limit macros in check_range()Max Kellermann
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann
2009-10-08player_control: no CamelCaseMax Kellermann
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann
2009-09-30command: range support for "delete"Max Kellermann
2009-09-25command: relax requirements for unquoted wordsMax Kellermann
2009-09-24command: added command "rescan"Max Kellermann
2009-09-24update: pass const string to update_enqueue()Max Kellermann
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann
2009-08-25command: add "findadd" command.Anton Khirnov
2009-07-29command: moved command_process_list() to client.cMax Kellermann
2009-07-28playlist: CamelCaseIsBadCourtney Cavin
2009-07-19command: use the tokenizer libraryMax Kellermann
2009-07-14playlist: no CamelCaseMax Kellermann
2009-07-06volume: moved range check to handle_setvol()Max Kellermann
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann
2009-07-06command: removed the "volume" commandMax Kellermann
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann
2009-04-28command: added "sticker delete" commandMax Kellermann
2009-04-28command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-04-01command: added command "sticker find"Max Kellermann
2009-04-01Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen
2009-04-01sticker_print: new library for sending stickers to a clientMax Kellermann
2009-03-31do not consider single mode with "next" commandRomain Bignon
2009-03-30command: command_error() is not necessary for export.Avuton Olrich
2009-03-30implemented the 'consume' modeRomain Bignon
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon
2009-03-27implements the smartstop featureRomain Bignon
2009-03-26queue/playlist/command: move rangeJeffrey Middleton
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann
2009-03-14command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann
2009-03-14command: handle the addToPlaylist() result properlyMax Kellermann
2009-03-14command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann
2009-03-14volume: use bool instead of intMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen
2009-03-03Add sticker list command.Eric Wollesen
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann
2009-02-13added the shufflerange commandRomain Bignon