aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-11-14optimized read() on clients, should be much, much faster nowWarren Dukes1-3/+3
2004-11-12correct a type in the error messageWarren Dukes1-1/+1
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes1-16/+28
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-3/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-6/+59
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-1/+9
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-2/+12
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-0/+36
2004-06-19fix playlistid command so it can take an argumentWarren Dukes1-1/+1
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-12/+13
2004-06-13make swapid and deleteid actually workWarren Dukes1-2/+2
2004-06-13make seekid actually workWarren Dukes1-1/+1