aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-22directory: update do its work inside a threadEric Wong1-14/+4
2008-09-09playlist: return -1 after assert(0)Max Kellermann1-0/+1
2008-09-09command: concatenate strings at compile timeMax Kellermann1-27/+33
2008-09-09audio: don't pass "fd" to {en,dis}ableAudioDevice()Max Kellermann1-4/+14
2008-09-09volume: don't pass "fd" to changeVolumeLevel()Max Kellermann1-4/+16
2008-09-09directory: printDirectoryInfo() does not call commandError()Max Kellermann1-1/+3
2008-09-09directory: don't pass fd to traverseAllIn()Max Kellermann1-4/+43
2008-09-09playlist: PlaylistInfo() does not call commandError()Max Kellermann1-2/+14
2008-09-09playlist: don't pass "fd" to storedPlaylist.c functionsMax Kellermann1-8/+23
2008-09-09playlist: don't pass "fd" to playlist.c functionsMax Kellermann1-36/+126
2008-09-09playlist: showPlaylist() and shufflePlaylist() cannot failMax Kellermann1-2/+4
2008-09-09playlist: moved "repeat" and "random" value checks to command.cMax Kellermann1-2/+18
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-08-31include cleanupMax Kellermann1-0/+1
2008-08-31playlist: eliminate unused fd parametersMax Kellermann1-8/+12
2008-08-30moved struct AudioFormat to audio_format.hMax Kellermann1-0/+1
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-69/+129
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-23/+27
2008-04-14command.c: remove dead commented codeEric Wong1-1/+0
2008-04-12clean up CPP includesMax Kellermann1-1/+2
2008-03-26eliminated duplicate initializationMax Kellermann1-2/+2
2008-02-05fix -Wconst warningsMax Kellermann1-6/+5
2008-01-26Revert the queue implementation and commandsEric Wong1-50/+0
2008-01-26command: allow "addid" command to take an optional second argument, positionEric Wong1-2/+14
2008-01-26command: cleanup integer argument validation for commandsEric Wong1-214/+106
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong1-2/+7
2008-01-26fixed -Wshadow warningsMax Kellermann1-13/+13
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-6/+1
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow1-0/+50
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman1-0/+7
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman1-11/+12
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman1-0/+42
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman1-0/+23
2007-04-08When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman1-1/+1
2007-04-08If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman1-5/+8
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-03-31Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman1-0/+8
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman1-1/+42
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2006-12-11Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman1-0/+6
2006-12-07Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman1-0/+20
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes1-8/+14
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong1-14/+8
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+2
2006-08-26command.c: rerun mpd-indent.sh, no code changesEric Wong1-136/+76
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-07command: static-fication since commandError is no longer a macroEric Wong1-2/+2
2006-08-07Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman1-5/+5
2006-08-07Reformatting initCommands and fillBufferJ. Alexander Treuman1-81/+55
2006-08-06remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes1-3/+0