| Commit message (Expand) | Author | Files | Lines |
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 |
2008-10-23 | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2008-10-23 | command: check over/underflows in check_int() | Max Kellermann | 1 | -2/+13 |
2008-10-23 | command: added check_unsigned() / check_bool() | Max Kellermann | 1 | -13/+57 |
2008-10-23 | playlist: unsigned integers | Max Kellermann | 1 | -3/+3 |
2008-10-22 | command: use the bool datatype instead of int | Max Kellermann | 1 | -50/+51 |
2008-10-22 | command: converted COMMAND_RETURN_* macros to enum | Max Kellermann | 1 | -163/+165 |
2008-10-22 | command: replaced "goto" with "break" | Max Kellermann | 1 | -2/+2 |
2008-10-22 | command: no CamelCase | Max Kellermann | 1 | -227/+247 |
2008-10-22 | command: removed CommandHandlerFunction typedef | Max Kellermann | 1 | -3/+1 |
2008-10-22 | ack: converted ACK_ERROR_* macros to enum | Max Kellermann | 1 | -2/+2 |
2008-10-22 | stored_playlist: send timestamps | Max Kellermann | 1 | -0/+8 |
2008-10-22 | command: added command "listplaylists" | Max Kellermann | 1 | -0/+17 |
2008-10-22 | command: added print_spl_list() | Max Kellermann | 1 | -2/+18 |
2008-10-22 | stored_playlist: de-CamelCase moved function | Max Kellermann | 1 | -2/+2 |
2008-10-22 | stored_playlist: no CamelCase | Max Kellermann | 1 | -3/+3 |
2008-10-22 | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2008-10-22 | command: added "commands" array instead of registering manually | Max Kellermann | 1 | -193/+145 |
2008-10-22 | command: make command pointers constant | Max Kellermann | 1 | -12/+13 |
2008-10-22 | command: renamed CommandEntry to struct command | Max Kellermann | 1 | -12/+10 |
2008-10-17 | client: converted permissions to unsigned | Max Kellermann | 1 | -7/+7 |
2008-10-17 | command: expect "file:///" url for local files | Max Kellermann | 1 | -4/+7 |
2008-10-16 | command: special case for "add /" | Max Kellermann | 1 | -1/+1 |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 1 | -1/+17 |
2008-10-15 | command: print error message on "addid" failure | Max Kellermann | 1 | -1/+1 |
2008-10-14 | command: added command "idle" | Max Kellermann | 1 | -0/+12 |
2008-10-10 | player: added player_get_audio_format() | Max Kellermann | 1 | -2/+3 |
2008-10-10 | player: added player_control.audio_format | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: make the job id unsigned | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: job ID must be positive | Max Kellermann | 1 | -15/+11 |
2008-10-09 | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 1 | -0/+1 |
2008-10-09 | Fix error code for "Playlist already exists" | Qball Cow | 1 | -1/+1 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 1 | -1/+5 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -0/+1 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -0/+1 |
2008-10-06 | command: fix return status | Eric Wong | 1 | -17/+8 |
2008-10-06 | command: get rid of specialized list handlers | Eric Wong | 1 | -88/+67 |
2008-10-06 | directory: simplify list update handling logic | Eric Wong | 1 | -61/+18 |