aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes1-2/+6
2006-07-30gcc signedness and sparse fixesEric Wong1-2/+2
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-20/+38
2006-07-30command: fix find/search commands from the malloc reduction patchEric Wong1-4/+7
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-263/+255
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong1-15/+14
2006-07-29command.c: shorten common variable names to argc and argvEric Wong1-209/+209
2006-07-20Add mpd-indent.shAvuton Olrich1-714/+774
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-68/+76
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-3/+3
2006-07-15command.c: fix a format-string error (go sparse!)Eric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich1-68/+67
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-04-27outputs now only needs read permissionQball Cow1-1/+1
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow1-0/+17
2006-03-26src/command.c: protocol commands are all lowercase, _always_Eric Wong1-2/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow1-0/+14
2006-03-16command.c: remove unnecessary strdup()Eric Wong1-5/+3
2006-01-07fix addid crash ( found by qball )Warren Dukes1-1/+1
2005-08-07Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow1-1/+1
2005-05-07fix spelling errorWarren Dukes1-1/+1
2005-05-03'add' command now requires one argumentWarren Dukes1-6/+4
2005-03-15undo change 3081Warren Dukes1-18/+0
2005-03-14- Add 'mute' command for testingAvuton Olrich1-0/+18
2004-11-23fix logic for commands and notcommands for real this timeWarren Dukes1-3/+2
2004-11-23fix a little logic bomb in commands && notcommandsWarren Dukes1-2/+2
2004-11-23added "notcommands" commandWarren Dukes1-0/+21