aboutsummaryrefslogtreecommitdiff
path: root/src/command.c
Commit message (Expand)AuthorAge
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* command.c: fix a format-string error (go sparse!)Eric Wong2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove unnecessary includes, staticAvuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* outputs now only needs read permissionQball Cow2006-04-27
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-23
* src/command.c: protocol commands are all lowercase, _always_Eric Wong2006-03-26
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-26
* command.c: remove unnecessary strdup()Eric Wong2006-03-16
* fix addid crash ( found by qball )Warren Dukes2006-01-07
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-07
* fix spelling errorWarren Dukes2005-05-07
* 'add' command now requires one argumentWarren Dukes2005-05-03
* undo change 3081Warren Dukes2005-03-15
* - Add 'mute' command for testingAvuton Olrich2005-03-14
* fix logic for commands and notcommands for real this timeWarren Dukes2004-11-23
* fix a little logic bomb in commands && notcommandsWarren Dukes2004-11-23
* added "notcommands" commandWarren Dukes2004-11-23
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-14
* correct a type in the error messageWarren Dukes2004-11-12
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-12
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* new command "commands" for avutonWarren Dukes2004-11-08
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-02
* new command "devices", prints devices and their statesWarren Dukes2004-11-02
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-02
* fix playlistid command so it can take an argumentWarren Dukes2004-06-19
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* make swapid and deleteid actually workWarren Dukes2004-06-13
* make seekid actually workWarren Dukes2004-06-13
* make playid actually workWarren Dukes2004-06-13
* change 'current' command to 'currentsong'Warren Dukes2004-06-12
* todo updateWarren Dukes2004-06-10
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-09
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-07
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-05
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-05
* finish ack error codesWarren Dukes2004-06-04
* work on ACK error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* don't stop on play command!Warren Dukes2004-06-03
* add urlhandlers command, but prolly not neededWarren Dukes2004-06-02
* by popular demand: have stop remember the current song and play will startWarren Dukes2004-05-23
* redimentary addition of url's to playlistWarren Dukes2004-05-13
* round crossfade for statusWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* cleanup interface between interface.[ch] and command.[ch]Warren Dukes2004-04-12