| Commit message (Expand) | Author | Files | Lines |
2011-03-18 | command: print playlist load error | Max Kellermann | 1 | -1/+1 |
2011-02-27 | command: "update" and "rescan" need only "CONTROL" permission | Max Kellermann | 1 | -2/+2 |
2011-01-29 | protocol: support client-to-client communication | Max Kellermann | 1 | -0/+172 |
2011-01-29 | client_idle: add header client_idle.h | Max Kellermann | 1 | -0/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -37/+56 |
2010-12-23 | playlist_song: add flag "secure" | Max Kellermann | 1 | -1/+1 |
2010-12-07 | command: don't error when sticker list is run on song with no stickers | Anton Khirnov | 1 | -7/+3 |
2010-05-18 | command: fallback strftime() formats on WIN32 | Max Kellermann | 1 | -2/+4 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+49 |
2010-03-12 | command: allow "update" with slash or empty path | Max Kellermann | 1 | -1/+4 |
2010-02-27 | command: "update" checks if the path is malformed | Max Kellermann | 1 | -2/+16 |
2010-02-08 | command: "listplaylist" dumps playlist files | Max Kellermann | 1 | -0/+6 |
2010-01-04 | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-14 | audio_format: added function audio_format_to_string() | Max Kellermann | 1 | -4/+5 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-11-07 | command: added command "decoders" | Max Kellermann | 1 | -0/+10 |
2009-11-04 | sticker comments in code and example configuration file | Romain Bignon | 1 | -0/+5 |
2009-10-18 | command: omitting the range end is possible | Max Kellermann | 1 | -1/+4 |
2009-10-18 | command: use GLib limit macros in check_range() | Max Kellermann | 1 | -10/+10 |
2009-10-17 | command: allow changing replay gain mode on-the-fly | Max Kellermann | 1 | -0/+27 |
2009-10-13 | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 1 | -0/+5 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -1/+1 |
2009-10-13 | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 1 | -3/+3 |
2009-10-08 | player_control: no CamelCase | Max Kellermann | 1 | -8/+8 |
2009-10-08 | player_control: bundle "get" functions in pc_get_status() | Max Kellermann | 1 | -8/+13 |
2009-10-08 | player_control: allocate getPlayerErrorStr() result | Max Kellermann | 1 | -2/+5 |
2009-09-30 | command: range support for "delete" | Max Kellermann | 1 | -3/+3 |
2009-09-25 | command: relax requirements for unquoted words | Max Kellermann | 1 | -1/+1 |
2009-09-24 | command: added command "rescan" | Max Kellermann | 1 | -1/+23 |
2009-09-24 | update: pass const string to update_enqueue() | Max Kellermann | 1 | -2/+2 |
2009-09-24 | update: renamed directory_update_init() to update_enqueue() | Max Kellermann | 1 | -1/+1 |
2009-08-25 | command: add "findadd" command. | Anton Khirnov | 1 | -0/+25 |
2009-07-29 | command: moved command_process_list() to client.c | Max Kellermann | 1 | -26/+3 |
2009-07-28 | playlist: CamelCaseIsBad | Courtney Cavin | 1 | -21/+21 |
2009-07-19 | command: use the tokenizer library | Max Kellermann | 1 | -4/+50 |
2009-07-14 | playlist: no CamelCase | Max Kellermann | 1 | -12/+12 |
2009-07-06 | volume: moved range check to handle_setvol() | Max Kellermann | 1 | -0/+5 |
2009-07-06 | volume, mixer: removed the "relative" parameter | Max Kellermann | 1 | -1/+1 |
2009-07-06 | command: removed the "volume" command | Max Kellermann | 1 | -22/+1 |
2009-06-25 | command: added new "status" line with more precise "elapsed time" | Max Kellermann | 1 | -0/+2 |
2009-04-28 | command: added "sticker delete" command | Max Kellermann | 1 | -0/+22 |
2009-04-28 | command: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 1 | -1/+1 |
2009-04-01 | command: added command "sticker find" | Max Kellermann | 1 | -0/+41 |
2009-04-01 | Move db_get_song into sub-handlers. (FReq 2112) | Eric Wollesen | 1 | -9/+27 |
2009-04-01 | sticker_print: new library for sending stickers to a client | Max Kellermann | 1 | -10/+3 |
2009-03-31 | do not consider single mode with "next" command | Romain Bignon | 1 | -0/+7 |
2009-03-30 | command: command_error() is not necessary for export. | Avuton Olrich | 1 | -1/+1 |
2009-03-30 | implemented the 'consume' mode | Romain Bignon | 1 | -1/+23 |