| Commit message (Expand) | Author | Age | Files | Lines |
* | command: add "findadd" command. | Anton Khirnov | 2009-08-25 | 1 | -0/+25 |
* | command: moved command_process_list() to client.c | Max Kellermann | 2009-07-29 | 1 | -26/+3 |
* | playlist: CamelCaseIsBad | Courtney Cavin | 2009-07-28 | 1 | -21/+21 |
* | command: use the tokenizer library | Max Kellermann | 2009-07-19 | 1 | -4/+50 |
* | playlist: no CamelCase | Max Kellermann | 2009-07-14 | 1 | -12/+12 |
* | volume: moved range check to handle_setvol() | Max Kellermann | 2009-07-06 | 1 | -0/+5 |
* | volume, mixer: removed the "relative" parameter | Max Kellermann | 2009-07-06 | 1 | -1/+1 |
* | command: removed the "volume" command | Max Kellermann | 2009-07-06 | 1 | -22/+1 |
* | command: added new "status" line with more precise "elapsed time" | Max Kellermann | 2009-06-25 | 1 | -0/+2 |
* | command: added "sticker delete" command | Max Kellermann | 2009-04-28 | 1 | -0/+22 |
* | command: use g_ascii_strcasecmp() instead of strcasecmp() | Max Kellermann | 2009-04-28 | 1 | -1/+1 |
* | command: added command "sticker find" | Max Kellermann | 2009-04-01 | 1 | -0/+41 |
* | Move db_get_song into sub-handlers. (FReq 2112) | Eric Wollesen | 2009-04-01 | 1 | -9/+27 |
* | sticker_print: new library for sending stickers to a client | Max Kellermann | 2009-04-01 | 1 | -10/+3 |
* | do not consider single mode with "next" command | Romain Bignon | 2009-03-31 | 1 | -0/+7 |
* | command: command_error() is not necessary for export. | Avuton Olrich | 2009-03-30 | 1 | -1/+1 |
* | implemented the 'consume' mode | Romain Bignon | 2009-03-30 | 1 | -1/+23 |
* | renamed smartstop to single and changed behavior | Romain Bignon | 2009-03-27 | 1 | -6/+6 |
* | implements the smartstop feature | Romain Bignon | 2009-03-27 | 1 | -0/+22 |
* | queue/playlist/command: move range | Jeffrey Middleton | 2009-03-26 | 1 | -3/+5 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 1 | -4/+3 |
* | command: return COMMAND_RETURN_OK in handle_addid() | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | command: handle the addToPlaylist() result properly | Max Kellermann | 2009-03-14 | 1 | -1/+2 |
* | command: use sticker_song_get() instead of sticker_song_list_values() | Max Kellermann | 2009-03-14 | 1 | -11/+10 |
* | volume: use bool instead of int | Max Kellermann | 2009-03-14 | 1 | -8/+14 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | Move from the opaque GPtrArray to GHashTable for sticker lists. | Eric Wollesen | 2009-03-11 | 1 | -20/+13 |
* | Add sticker list command. | Eric Wollesen | 2009-03-03 | 1 | -1/+29 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -1/+1 |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -0/+1 |
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 1 | -2/+7 |
* | audio: moved code to output_command.c | Max Kellermann | 2009-02-11 | 1 | -9/+13 |
* | audio: moved protocol code to output_print.c | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | playlist: provide information about "next song" | Vladimir S Eremin | 2009-02-09 | 1 | -0/+10 |
* | playlist_save: added spl_save_playlist() | Max Kellermann | 2009-02-04 | 1 | -1/+1 |
* | playlist_print: added wrappers for printing the queue | Max Kellermann | 2009-02-04 | 1 | -31/+13 |
* | playlist_print: use bool instead of int | Max Kellermann | 2009-02-04 | 1 | -8/+12 |
* | playlist_print: no CamelCase | Max Kellermann | 2009-02-04 | 1 | -2/+2 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 1 | -40/+41 |
* | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 2009-01-25 | 1 | -2/+3 |
* | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 2009-01-24 | 1 | -7/+6 |
* | locate: added struct locate_item_list | Max Kellermann | 2009-01-24 | 1 | -48/+53 |
* | locate: no CamelCase | Max Kellermann | 2009-01-24 | 1 | -14/+14 |
* | playlist: removed locate functions to queue_print.c | Max Kellermann | 2009-01-24 | 1 | -2/+2 |
* | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 2009-01-24 | 1 | -9/+7 |
* | command: use queue_print_*() | Max Kellermann | 2009-01-24 | 1 | -15/+43 |
* | command: eliminate gcc warning | Laszlo Ashin | 2009-01-24 | 1 | -1/+1 |
* | commands: don't advertise "sticker" unless configured | Max Kellermann | 2009-01-23 | 1 | -1/+13 |
* | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 2009-01-23 | 1 | -0/+1 |
* | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 2009-01-23 | 1 | -2/+2 |