| Commit message (Expand) | Author | Files | Lines |
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 |
2004-06-03 | don't stop on play command! | Warren Dukes | 1 | -1/+1 |
2004-06-02 | add urlhandlers command, but prolly not needed | Warren Dukes | 1 | -0/+8 |
2004-05-23 | by popular demand: have stop remember the current song and play will start | Warren Dukes | 1 | -1/+3 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -3/+6 |
2004-04-15 | round crossfade for status | Warren Dukes | 1 | -1/+3 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-12 | cleanup interface between interface.[ch] and command.[ch] | Warren Dukes | 1 | -10/+45 |
2004-04-11 | incremental updates and command-list/update kung fu | Warren Dukes | 1 | -51/+150 |
2004-04-11 | update job id stuff | Warren Dukes | 1 | -1/+4 |
2004-04-11 | updating_db in status and some ideas for the TODO that i've already forgotten | Warren Dukes | 1 | -0/+3 |
2004-04-11 | make "update" command background/non-blocking | Warren Dukes | 1 | -2/+1 |
2004-03-10 | increment playlist version on update, so clients know to update | Warren Dukes | 1 | -0/+1 |
2004-02-27 | crossfade should always be displayed in status | Warren Dukes | 1 | -1/+1 |
2004-02-27 | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 1 | -6/+6 |
2004-02-25 | have pause take an optional arugment | Warren Dukes | 1 | -1/+11 |