| Commit message (Expand) | Author | Files | Lines |
2009-02-11 | audio: moved code to output_command.c | Max Kellermann | 1 | -9/+13 |
2009-02-10 | audio: moved protocol code to output_print.c | Max Kellermann | 1 | -0/+1 |
2009-02-09 | playlist: provide information about "next song" | Vladimir S Eremin | 1 | -0/+10 |
2009-02-04 | playlist_save: added spl_save_playlist() | Max Kellermann | 1 | -1/+1 |
2009-02-04 | playlist_print: added wrappers for printing the queue | Max Kellermann | 1 | -31/+13 |
2009-02-04 | playlist_print: use bool instead of int | Max Kellermann | 1 | -8/+12 |
2009-02-04 | playlist_print: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -40/+41 |
2009-01-25 | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 1 | -2/+3 |
2009-01-24 | queue_print, dbUtils: use struct locate_item_list | Max Kellermann | 1 | -7/+6 |
2009-01-24 | locate: added struct locate_item_list | Max Kellermann | 1 | -48/+53 |
2009-01-24 | locate: no CamelCase | Max Kellermann | 1 | -14/+14 |
2009-01-24 | playlist: removed locate functions to queue_print.c | Max Kellermann | 1 | -2/+2 |
2009-01-24 | locate: renamed LocateTagItem to "struct locate_item" | Max Kellermann | 1 | -9/+7 |
2009-01-24 | command: use queue_print_*() | Max Kellermann | 1 | -15/+43 |
2009-01-24 | command: eliminate gcc warning | Laszlo Ashin | 1 | -1/+1 |
2009-01-23 | commands: don't advertise "sticker" unless configured | Max Kellermann | 1 | -1/+13 |
2009-01-23 | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 1 | -0/+1 |
2009-01-23 | playlist: removed stopOnError flag from playPlaylist() | Max Kellermann | 1 | -2/+2 |
2009-01-21 | command: don't restart player in the "status" command | Max Kellermann | 1 | -1/+0 |
2009-01-20 | Add space after sticker: to make it consistent. | Qball Cow | 1 | -1/+1 |
2009-01-19 | command: added "sticker" command | Max Kellermann | 1 | -0/+72 |
2009-01-18 | mapper: make the playlist directory optional | Max Kellermann | 1 | -0/+5 |
2009-01-18 | stats: no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-01-11 | command: restore the "playlistinfo -1" behavior | Max Kellermann | 1 | -0/+8 |
2009-01-10 | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 1 | -10/+26 |
2009-01-10 | playlist: exclude end of range | Max Kellermann | 1 | -1/+1 |
2009-01-10 | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 1 | -4/+5 |
2009-01-10 | command: add a parser for range arguments | Thomas Jansen | 1 | -0/+48 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -0/+1 |
2009-01-04 | playlist: log errors during loadPlaylist() | Max Kellermann | 1 | -1/+1 |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 1 | -4/+4 |
2009-01-04 | command: check URI scheme in "addid" | Max Kellermann | 1 | -12/+22 |
2009-01-04 | command: added variable "uri" to command handlers | Max Kellermann | 1 | -20/+24 |
2009-01-03 | don't include utils.h when it isn't used | Max Kellermann | 1 | -1/+2 |
2009-01-03 | command: fix adding local files on !WIN32 | Max Kellermann | 1 | -1/+5 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -3/+3 |
2008-12-30 | command: don't allow adding local files on WIN32 | Max Kellermann | 1 | -0/+4 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+3 |
2008-12-29 | command: use gmtime() on WIN32 | Max Kellermann | 1 | -1/+8 |
2008-12-16 | command: reject unsupported URI schemes | Max Kellermann | 1 | -1/+11 |
2008-12-16 | ls: make printRemoteUrlHandlers() return void | Max Kellermann | 1 | -1/+2 |
2008-12-02 | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 1 | -4/+4 |
2008-11-24 | command.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -63/+63 |
2008-11-22 | command: format strerror() with "%s" | Max Kellermann | 1 | -1/+1 |
2008-11-22 | command: allow clients to subscribe to specific idle events | Marc Pavot | 1 | -2/+23 |
2008-10-31 | path: removed sanitizePathDup() | Max Kellermann | 1 | -4/+2 |
2008-10-31 | client: use GSList instead of struct strnode for command lists | Max Kellermann | 1 | -7/+6 |
2008-10-26 | command: removed range check from check_bool() | Max Kellermann | 1 | -6/+0 |
2008-10-23 | command: fix boolean value parser | Max Kellermann | 1 | -1/+1 |