aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* command: fix find/search commands from the malloc reduction patchEric Wong2006-07-301-4/+7
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-263/+255
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-291-15/+14
* command.c: shorten common variable names to argc and argvEric Wong2006-07-291-209/+209
* Add mpd-indent.shAvuton Olrich2006-07-201-714/+774
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-171-68/+76
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-3/+3
* command.c: fix a format-string error (go sparse!)Eric Wong2006-07-151-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove unnecessary includes, staticAvuton Olrich2006-07-141-68/+67
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* outputs now only needs read permissionQball Cow2006-04-271-1/+1
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-231-0/+17
* src/command.c: protocol commands are all lowercase, _always_Eric Wong2006-03-261-2/+2
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-261-0/+14
* command.c: remove unnecessary strdup()Eric Wong2006-03-161-5/+3
* fix addid crash ( found by qball )Warren Dukes2006-01-071-1/+1
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-071-1/+1
* fix spelling errorWarren Dukes2005-05-071-1/+1
* 'add' command now requires one argumentWarren Dukes2005-05-031-6/+4
* undo change 3081Warren Dukes2005-03-151-18/+0
* - Add 'mute' command for testingAvuton Olrich2005-03-141-0/+18
* fix logic for commands and notcommands for real this timeWarren Dukes2004-11-231-3/+2
* fix a little logic bomb in commands && notcommandsWarren Dukes2004-11-231-2/+2
* added "notcommands" commandWarren Dukes2004-11-231-0/+21
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-141-3/+3
* correct a type in the error messageWarren Dukes2004-11-121-1/+1
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-121-16/+28
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-3/+3
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-6/+59
* new command "commands" for avutonWarren Dukes2004-11-081-0/+22
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-021-1/+9
* new command "devices", prints devices and their statesWarren Dukes2004-11-021-2/+12
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-021-0/+36
* fix playlistid command so it can take an argumentWarren Dukes2004-06-191-1/+1
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-12/+13
* make swapid and deleteid actually workWarren Dukes2004-06-131-2/+2
* make seekid actually workWarren Dukes2004-06-131-1/+1
* make playid actually workWarren Dukes2004-06-131-1/+1
* change 'current' command to 'currentsong'Warren Dukes2004-06-121-3/+3
* todo updateWarren Dukes2004-06-101-0/+13
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-091-1/+133
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-071-1/+2
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-051-1/+2
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-051-32/+48
* finish ack error codesWarren Dukes2004-06-041-21/+38
* work on ACK error codesWarren Dukes2004-06-041-1/+15
* clean up ACK error coding a little bitWarren Dukes2004-06-041-36/+23
* don't stop on play command!Warren Dukes2004-06-031-1/+1
* add urlhandlers command, but prolly not neededWarren Dukes2004-06-021-0/+8