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