aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* by popular demand: have stop remember the current song and play will startWarren Dukes2004-05-231-1/+3
* redimentary addition of url's to playlistWarren Dukes2004-05-131-3/+6
* round crossfade for statusWarren Dukes2004-04-151-1/+3
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* cleanup interface between interface.[ch] and command.[ch]Warren Dukes2004-04-121-10/+45
* incremental updates and command-list/update kung fuWarren Dukes2004-04-111-51/+150
* update job id stuffWarren Dukes2004-04-111-1/+4
* updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes2004-04-111-0/+3
* make "update" command background/non-blockingWarren Dukes2004-04-111-2/+1
* increment playlist version on update, so clients know to updateWarren Dukes2004-03-101-0/+1
* crossfade should always be displayed in statusWarren Dukes2004-02-271-1/+1
* add xfade and audio to status, remove crossfade no args optionsWarren Dukes2004-02-271-6/+6
* have pause take an optional arugmentWarren Dukes2004-02-251-1/+11
* import from SF CVSWarren Dukes2004-02-231-0/+617