aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-15command.c: fix a format-string error (go sparse!)Eric Wong1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove unnecessary includes, staticAvuton Olrich1-68/+67
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-04-27outputs now only needs read permissionQball Cow1-1/+1
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow1-0/+17
2006-03-26src/command.c: protocol commands are all lowercase, _always_Eric Wong1-2/+2
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow1-0/+14
2006-03-16command.c: remove unnecessary strdup()Eric Wong1-5/+3
2006-01-07fix addid crash ( found by qball )Warren Dukes1-1/+1
2005-08-07Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow1-1/+1
2005-05-07fix spelling errorWarren Dukes1-1/+1
2005-05-03'add' command now requires one argumentWarren Dukes1-6/+4
2005-03-15undo change 3081Warren Dukes1-18/+0
2005-03-14- Add 'mute' command for testingAvuton Olrich1-0/+18
2004-11-23fix logic for commands and notcommands for real this timeWarren Dukes1-3/+2
2004-11-23fix a little logic bomb in commands && notcommandsWarren Dukes1-2/+2
2004-11-23added "notcommands" commandWarren Dukes1-0/+21
2004-11-14optimized read() on clients, should be much, much faster nowWarren Dukes1-3/+3
2004-11-12correct a type in the error messageWarren Dukes1-1/+1
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes1-16/+28
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-3/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-6/+59
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-1/+9
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-2/+12
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-0/+36
2004-06-19fix playlistid command so it can take an argumentWarren Dukes1-1/+1
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-12/+13
2004-06-13make swapid and deleteid actually workWarren Dukes1-2/+2
2004-06-13make seekid actually workWarren Dukes1-1/+1
2004-06-13make playid actually workWarren Dukes1-1/+1
2004-06-12change 'current' command to 'currentsong'Warren Dukes1-3/+3
2004-06-10todo updateWarren Dukes1-0/+13
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes1-1/+133
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes1-1/+2
2004-06-05implement list_OK/command_list_ok_beginWarren Dukes1-1/+2
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-32/+48
2004-06-04finish ack error codesWarren Dukes1-21/+38
2004-06-04work on ACK error codesWarren Dukes1-1/+15
2004-06-04clean up ACK error coding a little bitWarren Dukes1-36/+23
2004-06-03don't stop on play command!Warren Dukes1-1/+1
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes1-0/+8
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes1-1/+3
2004-05-13redimentary addition of url's to playlistWarren Dukes1-3/+6
2004-04-15round crossfade for statusWarren Dukes1-1/+3
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-12cleanup interface between interface.[ch] and command.[ch]Warren Dukes1-10/+45
2004-04-11incremental updates and command-list/update kung fuWarren Dukes1-51/+150
2004-04-11update job id stuffWarren Dukes1-1/+4