aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-08-10for improperly config file lines, print the line numberWarren Dukes2-2/+9
2004-08-09fix a spelling error in messageWarren Dukes1-2/+2
2004-07-241) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes1-2/+6
2004-07-20print strerror() when having problems stat'ingWarren Dukes1-2/+3
2004-07-18fix a bug in username and password parsing in http url'sWarren Dukes1-2/+2
2004-07-17add replaygain preampWarren Dukes3-3/+28
2004-07-17added http authentication: http://user:passwd@host/musicWarren Dukes1-7/+54
2004-07-15deal with user and ~ in config file more nicelyWarren Dukes1-5/+19
2004-07-15add gperf'd source filesWarren Dukes2-0/+1071
2004-07-14oops forgot a \n in a debu statementWarren Dukes1-1/+1
2004-07-13debug message for errors in reading the fileWarren Dukes1-0/+5
2004-07-12report error to error log when unable to open audio deviceWarren Dukes1-0/+2
2004-07-12potential fix for avuton's bugWarren Dukes1-0/+1
2004-07-12icky, s/printf/DEBUG/Warren Dukes1-1/+1
2004-07-12potential fixes for NHI\'s bugsWarren Dukes2-8/+12
2004-07-12attempt to work around for bug #274Warren Dukes1-2/+10
2004-07-04tidy up Makefile a bitWarren Dukes1-21/+90
2004-07-03fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes1-9/+12
2004-07-03for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes1-0/+3
2004-07-03fix for when trying to seek past the end of an mp3Warren Dukes1-5/+6
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