aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix big boo boo in last commit: isFile() { myStat==0 }Warren Dukes2004-06-211-1/+1
* todo updateWarren Dukes2004-06-212-41/+26
* don't use fucking sprintfWarren Dukes2004-06-211-3/+4
* maybe this matters ?Warren Dukes2004-06-211-1/+2
* maybe this fixes something ?Warren Dukes2004-06-211-2/+2
* todo updateWarren Dukes2004-06-211-1/+0
* http proxy authentication, can someone test?Warren Dukes2004-06-201-11/+79
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-203-12/+46
* fix qball's bug, crossfading playing with funny samplerateWarren Dukes2004-06-206-1/+65
* add http proxy config options (no http proxy code yet)Warren Dukes2004-06-202-4/+10
* use getdtablesize() to get the max number of fd'sWarren Dukes2004-06-201-10/+2
* fix poping at the beginng of mp3'sWarren Dukes2004-06-201-12/+17
* put CHUNK_SIZE backWarren Dukes2004-06-201-2/+2
* fix playlistid command so it can take an argumentWarren Dukes2004-06-191-1/+1
* fix move commandWarren Dukes2004-06-191-1/+1
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-195-10/+20
* DEBUG messageWarren Dukes2004-06-191-2/+7
* uber minor tweaksWarren Dukes2004-06-192-5/+7
* actually, scratch the last changeWarren Dukes2004-06-172-2/+2
* check in configure script if iconv() needs CONSTWarren Dukes2004-06-172-2/+2
* include sys/time.hWarren Dukes2004-06-171-0/+1
* add copyright noticesWarren Dukes2004-06-165-0/+90
* fix C99 stuff for commandErrorWarren Dukes2004-06-159-48/+53
* change ACK error codesWarren Dukes2004-06-141-7/+9
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-141-4/+4
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-131-1/+1
* 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 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-121-1/+1
* change 'current' command to 'currentsong'Warren Dukes2004-06-121-3/+3
* when we create log files, be sure to they're umasked to 066Warren Dukes2004-06-121-1/+9
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-1210-36/+106
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-102-5/+8
* minor little cleanupsWarren Dukes2004-06-102-18/+24
* todo updateWarren Dukes2004-06-101-0/+13
* fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes2004-06-091-3/+4
* fix some streaming metadata issuesWarren Dukes2004-06-094-9/+19
* debug code for stream name/titleWarren Dukes2004-06-091-0/+6
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-093-5/+155
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-091-1/+64
* implemented song id'sWarren Dukes2004-06-091-9/+60
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-082-2/+3
* on random select, move current to the first song playedWarren Dukes2004-06-081-0/+5
* make enabling random always randomize the entire playlistWarren Dukes2004-06-081-2/+2
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-083-16/+11
* remove metadata debugging codeWarren Dukes2004-06-073-11/+0
* i'm a moronWarren Dukes2004-06-071-1/+1