aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* audio_format: added function audio_format_to_string()Max Kellermann2009-11-14
* include config.h in all sourcesMax Kellermann2009-11-12
* command: added command "decoders"Max Kellermann2009-11-07
* sticker comments in code and example configuration fileRomain Bignon2009-11-04
* command: omitting the range end is possibleMax Kellermann2009-10-18
* command: use GLib limit macros in check_range()Max Kellermann2009-10-18
* command: allow changing replay gain mode on-the-flyMax Kellermann2009-10-17
* command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann2009-10-13
* song: renamed attribute "url" to "uri"Max Kellermann2009-10-13
* tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-13
* player_control: no CamelCaseMax Kellermann2009-10-08
* player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-08
* player_control: allocate getPlayerErrorStr() resultMax Kellermann2009-10-08
* command: range support for "delete"Max Kellermann2009-09-30
* command: relax requirements for unquoted wordsMax Kellermann2009-09-25
* command: added command "rescan"Max Kellermann2009-09-24
* update: pass const string to update_enqueue()Max Kellermann2009-09-24
* update: renamed directory_update_init() to update_enqueue()Max Kellermann2009-09-24
* command: add "findadd" command.Anton Khirnov2009-08-25
* command: moved command_process_list() to client.cMax Kellermann2009-07-29
* playlist: CamelCaseIsBadCourtney Cavin2009-07-28
* command: use the tokenizer libraryMax Kellermann2009-07-19
* playlist: no CamelCaseMax Kellermann2009-07-14
* volume: moved range check to handle_setvol()Max Kellermann2009-07-06
* volume, mixer: removed the "relative" parameterMax Kellermann2009-07-06
* command: removed the "volume" commandMax Kellermann2009-07-06
* command: added new "status" line with more precise "elapsed time"Max Kellermann2009-06-25
* 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