| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 2008-09-07 | 1 | -2/+2 |
* | command: concatenate strings at compile time | Max Kellermann | 2008-09-07 | 1 | -27/+27 |
* | command: removed commandError() | Max Kellermann | 2008-09-07 | 1 | -25/+0 |
* | playlist: pass struct client to loadPlaylist() | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 2008-09-07 | 1 | -16/+16 |
* | command: pass struct client to all commands | Max Kellermann | 2008-09-07 | 1 | -248/+259 |
* | command: pass struct client to getCommandEntryAnd...() | Max Kellermann | 2008-09-07 | 1 | -26/+21 |
* | command: added command_success() and command_error() | Max Kellermann | 2008-09-07 | 1 | -0/+28 |
* | audio: don't pass "fd" to {en,dis}ableAudioDevice() | Max Kellermann | 2008-09-07 | 1 | -4/+14 |
* | volume: don't pass "fd" to changeVolumeLevel() | Max Kellermann | 2008-09-07 | 1 | -4/+16 |
* | directory: don't pass "fd" to updateInit() | Max Kellermann | 2008-09-07 | 1 | -5/+43 |
* | directory: printDirectoryInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 1 | -1/+3 |
* | directory: don't pass fd to traverseAllIn() | Max Kellermann | 2008-09-07 | 1 | -4/+43 |
* | playlist: PlaylistInfo() does not call commandError() | Max Kellermann | 2008-09-07 | 1 | -2/+14 |
* | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 2008-09-07 | 1 | -8/+23 |
* | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 2008-09-07 | 1 | -36/+126 |
* | playlist: showPlaylist() and shufflePlaylist() cannot fail | Max Kellermann | 2008-09-07 | 1 | -2/+4 |
* | playlist: moved "repeat" and "random" value checks to command.c | Max Kellermann | 2008-09-07 | 1 | -2/+18 |
* | tag: moved code to tag_print.c | Max Kellermann | 2008-09-07 | 1 | -0/+1 |
* | client: added client_write() and client_puts() | Max Kellermann | 2008-09-07 | 1 | -2/+1 |
* | include cleanup | Max Kellermann | 2008-09-06 | 1 | -0/+1 |
* | tag: renamed functions, no CamelCase | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | export the function client_is_expired() | Max Kellermann | 2008-08-29 | 1 | -2/+2 |
* | client: pass the client struct to processCommand() | Max Kellermann | 2008-08-29 | 1 | -5/+9 |
* | include cleanup | Max Kellermann | 2008-08-28 | 1 | -0/+1 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | playlist: eliminate unused fd parameters | Max Kellermann | 2008-08-26 | 1 | -8/+12 |
* | player: no "fd" and no return value | Max Kellermann | 2008-08-26 | 1 | -2/+5 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -69/+129 |
* | command.c: remove dead commented code | Eric Wong | 2008-04-14 | 1 | -1/+0 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -1/+2 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -2/+2 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -6/+5 |
* | Revert the queue implementation and commands | Eric Wong | 2008-01-26 | 1 | -50/+0 |
* | command: allow "addid" command to take an optional second argument, position | Eric Wong | 2008-01-26 | 1 | -2/+14 |
* | command: cleanup integer argument validation for commands | Eric Wong | 2008-01-26 | 1 | -214/+106 |
* | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 2008-01-26 | 1 | -2/+7 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -13/+13 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -6/+1 |
* | Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11. | Qball Cow | 2007-09-26 | 1 | -0/+50 |
* | Adding rename command, for renaming stored playlists. | J. Alexander Treuman | 2007-05-24 | 1 | -0/+7 |
* | Don't list playlists in lsinfo if the path isn't the root directory (they | J. Alexander Treuman | 2007-05-24 | 1 | -11/+12 |
* | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 2007-05-16 | 1 | -0/+42 |
* | Adding count command. It's usage is identical to find, but instead of | J. Alexander Treuman | 2007-04-25 | 1 | -0/+23 |
* | When calling commandError(STDERR_FILENO, ...), don't set current_command to | J. Alexander Treuman | 2007-04-08 | 1 | -1/+1 |
* | If current_command is NULL when calling commandError, print the error | J. Alexander Treuman | 2007-04-08 | 1 | -5/+8 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Adding tagtypes command to list available tag types (takes metadata_to_use | J. Alexander Treuman | 2007-03-31 | 1 | -0/+8 |
* | Adding playlistfind and playlistsearch commands for searching the current | J. Alexander Treuman | 2007-02-24 | 1 | -1/+42 |