| Commit message (Expand) | Author | Files | Lines |
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 |
2004-06-15 | fix C99 stuff for commandError | Warren Dukes | 1 | -12/+13 |
2004-06-13 | make swapid and deleteid actually work | Warren Dukes | 1 | -2/+2 |
2004-06-13 | make seekid actually work | Warren Dukes | 1 | -1/+1 |
2004-06-13 | make playid actually work | Warren Dukes | 1 | -1/+1 |
2004-06-12 | change 'current' command to 'currentsong' | Warren Dukes | 1 | -3/+3 |
2004-06-10 | todo update | Warren Dukes | 1 | -0/+13 |
2004-06-09 | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 1 | -1/+133 |
2004-06-07 | potential bugfixes for handling metadata in player/decoder | Warren Dukes | 1 | -1/+2 |
2004-06-05 | implement list_OK/command_list_ok_begin | Warren Dukes | 1 | -1/+2 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -32/+48 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -21/+38 |
2004-06-04 | work on ACK error codes | Warren Dukes | 1 | -1/+15 |
2004-06-04 | clean up ACK error coding a little bit | Warren Dukes | 1 | -36/+23 |