aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typo in todo, thanx gnarf!Warren Dukes2004-08-171-1/+1
* patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroupsWarren Dukes2004-08-131-15/+0
* don't call replaygain and cause preamp to beused if no replaygain tag existsWarren Dukes2004-08-132-6/+10
* fix booboo in validateUtf8Warren Dukes2004-08-121-4/+4
* stripReturnChar() in validateUtf8tag()Warren Dukes2004-08-111-5/+5
* for improperly config file lines, print the line numberWarren Dukes2004-08-102-2/+9
* fix a spelling error in messageWarren Dukes2004-08-091-2/+2
* 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes2004-07-241-2/+6
* print strerror() when having problems stat'ingWarren Dukes2004-07-201-2/+3
* fix a bug in username and password parsing in http url'sWarren Dukes2004-07-181-2/+2
* add replaygain preampWarren Dukes2004-07-173-3/+28
* added http authentication: http://user:passwd@host/musicWarren Dukes2004-07-171-7/+54
* deal with user and ~ in config file more nicelyWarren Dukes2004-07-151-5/+19
* add gperf'd source filesWarren Dukes2004-07-152-0/+1071
* oops forgot a \n in a debu statementWarren Dukes2004-07-141-1/+1
* debug message for errors in reading the fileWarren Dukes2004-07-131-0/+5
* report error to error log when unable to open audio deviceWarren Dukes2004-07-121-0/+2
* potential fix for avuton's bugWarren Dukes2004-07-121-0/+1
* icky, s/printf/DEBUG/Warren Dukes2004-07-121-1/+1
* potential fixes for NHI\'s bugsWarren Dukes2004-07-122-8/+12
* attempt to work around for bug #274Warren Dukes2004-07-121-2/+10
* tidy up Makefile a bitWarren Dukes2004-07-041-21/+90
* fix same seeking past end of file issue for mp4, please test DJMarioWarren Dukes2004-07-031-9/+12
* for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes2004-07-031-0/+3
* fix for when trying to seek past the end of an mp3Warren Dukes2004-07-031-5/+6
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-301-34/+34
* spelling fixes from normalpersonWarren Dukes2004-06-292-4/+4
* remove an extra line of codeWarren Dukes2004-06-291-1/+0
* set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com...Warren Dukes2004-06-281-0/+2
* fix some memory leaks in flac_plugin - from normalpersonWarren Dukes2004-06-281-12/+22
* patch from normalpersonWarren Dukes2004-06-261-1/+4
* patch from np for orderPlaylist()Warren Dukes2004-06-261-1/+3
* fix bug in ogg replaygainWarren Dukes2004-06-251-1/+1
* slight fix to replay gain tags for oggsWarren Dukes2004-06-251-1/+5
* very minor tweak to clearMetabufferChunksWarren Dukes2004-06-241-5/+1
* ok, addParentPathToDB now works!Warren Dukes2004-06-231-9/+31
* update now ignores/recognizes recursive directoriesWarren Dukes2004-06-231-4/+41
* now we avoid recursive symlinks on creating the dbWarren Dukes2004-06-231-28/+88
* only call opendir() once when updatingWarren Dukes2004-06-221-8/+5
* call stat() a few less times on updateWarren Dukes2004-06-221-8/+14
* 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