| Commit message (Expand) | Author | Age | Files | Lines |
* | command: restore the "playlistinfo -1" behavior | Max Kellermann | 2009-01-11 | 1 | -0/+8 |
* | playlist: pass unsigned integers to playlistInfo() | Max Kellermann | 2009-01-10 | 1 | -10/+26 |
* | playlist: exclude end of range | Max Kellermann | 2009-01-10 | 1 | -1/+1 |
* | command: playlistinfo now uses a range argument rather than just a song id | Thomas Jansen | 2009-01-10 | 1 | -4/+5 |
* | command: add a parser for range arguments | Thomas Jansen | 2009-01-10 | 1 | -0/+48 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -0/+1 |
* | playlist: log errors during loadPlaylist() | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | ls: renamed functions, no CamelCase | Max Kellermann | 2009-01-04 | 1 | -4/+4 |
* | command: check URI scheme in "addid" | Max Kellermann | 2009-01-04 | 1 | -12/+22 |
* | command: added variable "uri" to command handlers | Max Kellermann | 2009-01-04 | 1 | -20/+24 |
* | don't include utils.h when it isn't used | Max Kellermann | 2009-01-03 | 1 | -1/+2 |
* | command: fix adding local files on !WIN32 | Max Kellermann | 2009-01-03 | 1 | -1/+5 |
* | Moving mixers to audio outputs | Viliam Mateicka | 2008-12-31 | 1 | -3/+3 |
* | command: don't allow adding local files on WIN32 | Max Kellermann | 2008-12-30 | 1 | -0/+4 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+3 |
* | command: use gmtime() on WIN32 | Max Kellermann | 2008-12-29 | 1 | -1/+8 |
* | command: reject unsupported URI schemes | Max Kellermann | 2008-12-16 | 1 | -1/+11 |
* | ls: make printRemoteUrlHandlers() return void | Max Kellermann | 2008-12-16 | 1 | -1/+2 |
* | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 2008-12-02 | 1 | -4/+4 |
* | command.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -63/+63 |
* | command: format strerror() with "%s" | Max Kellermann | 2008-11-22 | 1 | -1/+1 |
* | command: allow clients to subscribe to specific idle events | Marc Pavot | 2008-11-22 | 1 | -2/+23 |
* | path: removed sanitizePathDup() | Max Kellermann | 2008-10-31 | 1 | -4/+2 |
* | client: use GSList instead of struct strnode for command lists | Max Kellermann | 2008-10-31 | 1 | -7/+6 |
* | command: removed range check from check_bool() | Max Kellermann | 2008-10-26 | 1 | -6/+0 |
* | command: fix boolean value parser | Max Kellermann | 2008-10-23 | 1 | -1/+1 |
* | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 2008-10-23 | 1 | -1/+1 |
* | command: check over/underflows in check_int() | Max Kellermann | 2008-10-23 | 1 | -2/+13 |
* | command: added check_unsigned() / check_bool() | Max Kellermann | 2008-10-23 | 1 | -13/+57 |
* | playlist: unsigned integers | Max Kellermann | 2008-10-23 | 1 | -3/+3 |
* | command: use the bool datatype instead of int | Max Kellermann | 2008-10-22 | 1 | -50/+51 |
* | command: converted COMMAND_RETURN_* macros to enum | Max Kellermann | 2008-10-22 | 1 | -163/+165 |
* | command: replaced "goto" with "break" | Max Kellermann | 2008-10-22 | 1 | -2/+2 |
* | command: no CamelCase | Max Kellermann | 2008-10-22 | 1 | -227/+247 |
* | command: removed CommandHandlerFunction typedef | Max Kellermann | 2008-10-22 | 1 | -3/+1 |
* | ack: converted ACK_ERROR_* macros to enum | Max Kellermann | 2008-10-22 | 1 | -2/+2 |
* | stored_playlist: send timestamps | Max Kellermann | 2008-10-22 | 1 | -0/+8 |
* | command: added command "listplaylists" | Max Kellermann | 2008-10-22 | 1 | -0/+17 |
* | command: added print_spl_list() | Max Kellermann | 2008-10-22 | 1 | -2/+18 |
* | stored_playlist: de-CamelCase moved function | Max Kellermann | 2008-10-22 | 1 | -2/+2 |
* | stored_playlist: no CamelCase | Max Kellermann | 2008-10-22 | 1 | -3/+3 |
* | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 2008-10-22 | 1 | -1/+1 |
* | command: added "commands" array instead of registering manually | Max Kellermann | 2008-10-22 | 1 | -193/+145 |
* | command: make command pointers constant | Max Kellermann | 2008-10-22 | 1 | -12/+13 |
* | command: renamed CommandEntry to struct command | Max Kellermann | 2008-10-22 | 1 | -12/+10 |
* | client: converted permissions to unsigned | Max Kellermann | 2008-10-17 | 1 | -7/+7 |
* | command: expect "file:///" url for local files | Max Kellermann | 2008-10-17 | 1 | -4/+7 |
* | command: special case for "add /" | Max Kellermann | 2008-10-16 | 1 | -1/+1 |
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 1 | -1/+17 |
* | command: print error message on "addid" failure | Max Kellermann | 2008-10-15 | 1 | -1/+1 |