aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann2008-09-071-4/+14
* volume: don't pass "fd" to changeVolumeLevel()Max Kellermann2008-09-071-4/+16
* directory: don't pass "fd" to updateInit()Max Kellermann2008-09-071-5/+43
* directory: printDirectoryInfo() does not call commandError()Max Kellermann2008-09-071-1/+3
* directory: don't pass fd to traverseAllIn()Max Kellermann2008-09-071-4/+43
* playlist: PlaylistInfo() does not call commandError()Max Kellermann2008-09-071-2/+14
* playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann2008-09-071-8/+23
* playlist: don't pass "fd" to playlist.c functionsMax Kellermann2008-09-071-36/+126
* playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann2008-09-071-2/+4
* playlist: moved "repeat" and "random" value checks to command.cMax Kellermann2008-09-071-2/+18
* tag: moved code to tag_print.cMax Kellermann2008-09-071-0/+1
* client: added client_write() and client_puts()Max Kellermann2008-09-071-2/+1
* include cleanupMax Kellermann2008-09-061-0/+1
* tag: renamed functions, no CamelCaseMax Kellermann2008-08-291-1/+1
* export the function client_is_expired()Max Kellermann2008-08-291-2/+2
* client: pass the client struct to processCommand()Max Kellermann2008-08-291-5/+9
* include cleanupMax Kellermann2008-08-281-0/+1
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* playlist: eliminate unused fd parametersMax Kellermann2008-08-261-8/+12
* player: no "fd" and no return valueMax Kellermann2008-08-261-2/+5
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-0/+1
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-69/+129
* command.c: remove dead commented codeEric Wong2008-04-141-1/+0
* clean up CPP includesMax Kellermann2008-04-121-1/+2
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* fix -Wconst warningsMax Kellermann2008-02-051-6/+5
* Revert the queue implementation and commandsEric Wong2008-01-261-50/+0
* command: allow "addid" command to take an optional second argument, positionEric Wong2008-01-261-2/+14
* command: cleanup integer argument validation for commandsEric Wong2008-01-261-214/+106
* addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong2008-01-261-2/+7
* fixed -Wshadow warningsMax Kellermann2008-01-261-13/+13
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-6/+1
* Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow2007-09-261-0/+50
* Adding rename command, for renaming stored playlists.J. Alexander Treuman2007-05-241-0/+7
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-241-11/+12
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-161-0/+42
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-251-0/+23
* When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman2007-04-081-1/+1
* If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman2007-04-081-5/+8
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman2007-03-311-0/+8
* Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman2007-02-241-1/+42
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman2006-12-111-0/+6
* Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman2006-12-071-0/+20
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-061-8/+14
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-061-14/+8
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+2
* command.c: rerun mpd-indent.sh, no code changesEric Wong2006-08-261-136/+76
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-1/+1