aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-30rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes1-34/+34
2004-06-29spelling fixes from normalpersonWarren Dukes2-4/+4
2004-06-29remove an extra line of codeWarren Dukes1-1/+0
2004-06-28set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com...Warren Dukes1-0/+2
2004-06-28fix some memory leaks in flac_plugin - from normalpersonWarren Dukes1-12/+22
2004-06-26patch from normalpersonWarren Dukes1-1/+4
2004-06-26patch from np for orderPlaylist()Warren Dukes1-1/+3
2004-06-25fix bug in ogg replaygainWarren Dukes1-1/+1
2004-06-25slight fix to replay gain tags for oggsWarren Dukes1-1/+5
2004-06-24very minor tweak to clearMetabufferChunksWarren Dukes1-5/+1
2004-06-23ok, addParentPathToDB now works!Warren Dukes1-9/+31
2004-06-23update now ignores/recognizes recursive directoriesWarren Dukes1-4/+41
2004-06-23now we avoid recursive symlinks on creating the dbWarren Dukes1-28/+88
2004-06-22only call opendir() once when updatingWarren Dukes1-8/+5
2004-06-22call stat() a few less times on updateWarren Dukes1-8/+14
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