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