summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)Author
2008-03-26eliminated duplicate initializationMax Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26Revert the queue implementation and commandsEric Wong
2008-01-26command: allow "addid" command to take an optional second argument, positionEric Wong
2008-01-26command: cleanup integer argument validation for commandsEric Wong
2008-01-26addToPlaylist/addSongToPlaylist: printId argument changed to added_idEric Wong
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-09-26Playlist queue patch (http://musicpd.org/mantis/view.php?id=1478) version 11.Qball Cow
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman
2007-04-08When calling commandError(STDERR_FILENO, ...), don't set current_command toJ. Alexander Treuman
2007-04-08If current_command is NULL when calling commandError, print the errorJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-03-31Adding tagtypes command to list available tag types (takes metadata_to_useJ. Alexander Treuman
2007-02-24Adding playlistfind and playlistsearch commands for searching the currentJ. Alexander Treuman
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-12-11Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman
2006-12-07Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-26command.c: rerun mpd-indent.sh, no code changesEric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-07command: static-fication since commandError is no longer a macroEric Wong
2006-08-07Add PERMISSION_NONE define, for commands that require no permissionJ. Alexander Treuman
2006-08-07Reformatting initCommands and fillBufferJ. Alexander Treuman
2006-08-06remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff)Warren Dukes
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes
2006-07-30gcc signedness and sparse fixesEric Wong
2006-07-30commandError() cleanups, fixup gcc checksEric Wong
2006-07-30command: fix find/search commands from the malloc reduction patchEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong
2006-07-29command.c: shorten common variable names to argc and argvEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-15command.c: fix a format-string error (go sparse!)Eric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-04-27outputs now only needs read permissionQball Cow
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow
2006-03-26src/command.c: protocol commands are all lowercase, _always_Eric Wong
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow
2006-03-16command.c: remove unnecessary strdup()Eric Wong
2006-01-07fix addid crash ( found by qball )Warren Dukes