aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-121-1/+1
|\
| * command: fix return value of handle_currentsong()Max Kellermann2011-03-231-1/+1
* | command: print playlist load errorMax Kellermann2011-03-181-1/+1
* | command: don't error when sticker list is run on song with no stickersAnton Khirnov2010-12-071-7/+3
* | command: fallback strftime() formats on WIN32Max Kellermann2010-05-181-2/+4
* | Add support for MixRamp tagsTim Phipps2010-03-211-0/+49
* | command: allow "update" with slash or empty pathMax Kellermann2010-03-121-1/+4
* | command: "update" checks if the path is malformedMax Kellermann2010-02-271-2/+16
* | command: "listplaylist" dumps playlist filesMax Kellermann2010-02-081-0/+6
* | replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-041-1/+1
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | audio_format: added function audio_format_to_string()Max Kellermann2009-11-141-4/+5
* | include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* | command: added command "decoders"Max Kellermann2009-11-071-0/+10
* | sticker comments in code and example configuration fileRomain Bignon2009-11-041-0/+5
* | command: omitting the range end is possibleMax Kellermann2009-10-181-1/+4
* | command: use GLib limit macros in check_range()Max Kellermann2009-10-181-10/+10
* | command: allow changing replay gain mode on-the-flyMax Kellermann2009-10-171-0/+27
* | command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann2009-10-131-0/+5
* | song: renamed attribute "url" to "uri"Max Kellermann2009-10-131-1/+1
* | tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann2009-10-131-3/+3
* | 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