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