aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* Merge branch 'v0.16.x'Max Kellermann2011-04-12
|\
| * Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-04-12
| |\
| | * command: fix return value of handle_currentsong()Max Kellermann2011-03-23
* | | Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\| |
| * | command: print playlist load errorMax Kellermann2011-03-18
* | | command: "update" and "rescan" need only "CONTROL" permissionMax Kellermann2011-02-27
* | | protocol: support client-to-client communicationMax Kellermann2011-01-29
* | | client_idle: add header client_idle.hMax Kellermann2011-01-29
* | | copyright year 2011Max Kellermann2011-01-29
* | | player_control: removed the global variable "pc"Max Kellermann2011-01-10
* | | playlist_song: add flag "secure"Max Kellermann2010-12-23
|/ /
* | command: don't error when sticker list is run on song with no stickersAnton Khirnov2010-12-07
* | command: fallback strftime() formats on WIN32Max Kellermann2010-05-18
* | Add support for MixRamp tagsTim Phipps2010-03-21
* | command: allow "update" with slash or empty pathMax Kellermann2010-03-12
* | command: "update" checks if the path is malformedMax Kellermann2010-02-27
* | command: "listplaylist" dumps playlist filesMax Kellermann2010-02-08
* | replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-04
* | Update copyright notices.Avuton Olrich2009-12-31
* | 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