| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | command: added command "idle" | Max Kellermann | 2008-10-14 | 1 | -0/+12 |
* | player: added player_get_audio_format() | Max Kellermann | 2008-10-10 | 1 | -2/+3 |
* | player: added player_control.audio_format | Max Kellermann | 2008-10-10 | 1 | -1/+1 |
* | update: make the job id unsigned | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: job ID must be positive | Max Kellermann | 2008-10-09 | 1 | -15/+11 |
* | diretory: moved code to directory_save.c, directory_print.c | Max Kellermann | 2008-10-09 | 1 | -0/+1 |
* | Fix error code for "Playlist already exists" | Qball Cow | 2008-10-09 | 1 | -1/+1 |
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | database: removed printDirectoryInfo() | Max Kellermann | 2008-10-08 | 1 | -1/+5 |
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | directory: moved code to update.c | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | command: fix return status | Eric Wong | 2008-10-06 | 1 | -17/+8 |
* | command: get rid of specialized list handlers | Eric Wong | 2008-10-06 | 1 | -88/+67 |
* | directory: simplify list update handling logic | Eric Wong | 2008-10-06 | 1 | -61/+18 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -3/+3 |
* | command: don't clobber next list value when preparsing | Eric Wong | 2008-09-29 | 1 | -3/+6 |
* | update: send proper response to the client | Max Kellermann | 2008-09-25 | 1 | -5/+8 |
* | command: fix command "addid" | Max Kellermann | 2008-09-23 | 1 | -1/+1 |
* | directory: update do its work inside a thread | Eric Wong | 2008-09-23 | 1 | -41/+6 |
* | playlist: return -1 after assert(0) | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | command: use client_[gs]et_permission() | Max Kellermann | 2008-09-07 | 1 | -78/+83 |
* | command: don't pass permission as pointer where appropriate | Max Kellermann | 2008-09-07 | 1 | -6/+6 |
* | audio: don't pass "fd" to printAudioDevices() | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | stats: don't pass "fd" to printStats() | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | playlist: don't pass "fd" to showPlaylist(), playlistChangesPosId() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |
* | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |