| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -1/+2 |
* | command.c: rerun mpd-indent.sh, no code changes | Eric Wong | 2006-08-26 | 1 | -136/+76 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -1/+1 |
* | command: static-fication since commandError is no longer a macro | Eric Wong | 2006-08-07 | 1 | -2/+2 |
* | Add PERMISSION_NONE define, for commands that require no permission | J. Alexander Treuman | 2006-08-07 | 1 | -5/+5 |
* | Reformatting initCommands and fillBuffer | J. Alexander Treuman | 2006-08-07 | 1 | -81/+55 |
* | remove overzealous asserts (wait for np to clean up his COMMAND_MAX_ARGS stuff) | Warren Dukes | 2006-08-06 | 1 | -3/+0 |
* | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 2006-08-06 | 1 | -2/+6 |
* | gcc signedness and sparse fixes | Eric Wong | 2006-07-30 | 1 | -2/+2 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -20/+38 |
* | command: fix find/search commands from the malloc reduction patch | Eric Wong | 2006-07-30 | 1 | -4/+7 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -263/+255 |
* | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 2006-07-29 | 1 | -15/+14 |
* | command.c: shorten common variable names to argc and argv | Eric Wong | 2006-07-29 | 1 | -209/+209 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -714/+774 |
* | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 2006-07-17 | 1 | -68/+76 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -3/+3 |
* | command.c: fix a format-string error (go sparse!) | Eric Wong | 2006-07-15 | 1 | -1/+1 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove unnecessary includes, static | Avuton Olrich | 2006-07-14 | 1 | -68/+67 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | outputs now only needs read permission | Qball Cow | 2006-04-27 | 1 | -1/+1 |
* | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 2006-04-23 | 1 | -0/+17 |
* | src/command.c: protocol commands are all lowercase, _always_ | Eric Wong | 2006-03-26 | 1 | -2/+2 |
* | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 2006-03-26 | 1 | -0/+14 |
* | command.c: remove unnecessary strdup() | Eric Wong | 2006-03-16 | 1 | -5/+3 |
* | fix addid crash ( found by qball ) | Warren Dukes | 2006-01-07 | 1 | -1/+1 |
* | Fix AddId handler, It tried to add the first argument instead of the 2nd. Res... | Qball Cow | 2005-08-07 | 1 | -1/+1 |
* | fix spelling error | Warren Dukes | 2005-05-07 | 1 | -1/+1 |
* | 'add' command now requires one argument | Warren Dukes | 2005-05-03 | 1 | -6/+4 |
* | undo change 3081 | Warren Dukes | 2005-03-15 | 1 | -18/+0 |
* | - Add 'mute' command for testing | Avuton Olrich | 2005-03-14 | 1 | -0/+18 |
* | fix logic for commands and notcommands for real this time | Warren Dukes | 2004-11-23 | 1 | -3/+2 |
* | fix a little logic bomb in commands && notcommands | Warren Dukes | 2004-11-23 | 1 | -2/+2 |
* | added "notcommands" command | Warren Dukes | 2004-11-23 | 1 | -0/+21 |
* | optimized read() on clients, should be much, much faster now | Warren Dukes | 2004-11-14 | 1 | -3/+3 |
* | correct a type in the error message | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | now more flexible list, search, find, where you can enter pairs of | Warren Dukes | 2004-11-12 | 1 | -16/+28 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -3/+3 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -6/+59 |
* | new command "commands" for avuton | Warren Dukes | 2004-11-08 | 1 | -0/+22 |
* | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 2004-11-02 | 1 | -1/+9 |
* | new command "devices", prints devices and their states | Warren Dukes | 2004-11-02 | 1 | -2/+12 |
* | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 2004-11-02 | 1 | -0/+36 |
* | fix playlistid command so it can take an argument | Warren Dukes | 2004-06-19 | 1 | -1/+1 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -12/+13 |
* | make swapid and deleteid actually work | Warren Dukes | 2004-06-13 | 1 | -2/+2 |
* | make seekid actually work | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | make playid actually work | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | change 'current' command to 'currentsong' | Warren Dukes | 2004-06-12 | 1 | -3/+3 |