aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* todo updateWarren Dukes2004-06-201-0/+7
* todo updateWarren Dukes2004-06-201-0/+6
* 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
* todo updateWarren Dukes2004-06-201-6/+0
* fix playlistid command so it can take an argumentWarren Dukes2004-06-191-1/+1
* fix move commandWarren Dukes2004-06-191-1/+1
* bump version numberWarren 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-173-22/+2
* check in configure script if iconv() needs CONSTWarren Dukes2004-06-173-2/+22
* include sys/time.hWarren Dukes2004-06-171-0/+1
* add LIBMIKMOD_LDADD to MPD_LIBSWarren Dukes2004-06-171-1/+1
* bump release date back a dayWarren Dukes2004-06-171-1/+1
* add copyright noticesWarren Dukes2004-06-165-0/+90
* fix C99 stuff for commandErrorWarren Dukes2004-06-159-48/+53
* todo updateWarren Dukes2004-06-151-0/+4
* authors updatesWarren Dukes2004-06-141-2/+2
* update install w/ mikmod infoWarren Dukes2004-06-141-1/+4
* upgrade UPGRADINGWarren Dukes2004-06-142-1/+12
* change ACK error codesWarren Dukes2004-06-141-7/+9
* add default port change to ChangeLogWarren Dukes2004-06-141-1/+2
* 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
* update mpd man page with --no-create-db optionWarren Dukes2004-06-131-2/+8
* comment on song id's vs playlist position commandsWarren Dukes2004-06-131-0/+10
* slight bug fix for making sure url's obey the RFC'sWarren Dukes2004-06-131-1/+1
* updated changelog for 0.11.0Warren Dukes2004-06-131-0/+22
* update changelog with 0.10.4 changesWarren Dukes2004-06-131-0/+7
* fix some docbook stuffWarren Dukes2004-06-131-1/+1
* more MPD-Protocol.xml progressWarren Dukes2004-06-131-16/+33
* more progroess on MPD-Protocol.xmlWarren Dukes2004-06-131-9/+80
* 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
* docbook MPD Protocol documentation beginningsWarren Dukes2004-06-131-0/+244
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-123-6/+16
* update COMMANDS docs, I'll be rewriting this hopefully in a usefulWarren Dukes2004-06-121-4/+36
* 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-1211-38/+106
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-103-9/+8
* minor little cleanupsWarren Dukes2004-06-102-18/+24