| Commit message (Expand) | Author | Files | Lines |
2004-08-29 | some slight cleanup in setuid code | Warren Dukes | 1 | -7/+3 |
2004-08-17 | fix typo in todo, thanx gnarf! | Warren Dukes | 1 | -1/+1 |
2004-08-13 | patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroups | Warren Dukes | 1 | -15/+0 |
2004-08-13 | don't call replaygain and cause preamp to beused if no replaygain tag exists | Warren Dukes | 2 | -6/+10 |
2004-08-12 | fix booboo in validateUtf8 | Warren Dukes | 1 | -4/+4 |
2004-08-11 | stripReturnChar() in validateUtf8tag() | Warren Dukes | 1 | -5/+5 |
2004-08-10 | for improperly config file lines, print the line number | Warren Dukes | 2 | -2/+9 |
2004-08-09 | fix a spelling error in message | Warren Dukes | 1 | -2/+2 |
2004-07-24 | 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin... | Warren Dukes | 1 | -2/+6 |
2004-07-20 | print strerror() when having problems stat'ing | Warren Dukes | 1 | -2/+3 |
2004-07-18 | fix a bug in username and password parsing in http url's | Warren Dukes | 1 | -2/+2 |
2004-07-17 | add replaygain preamp | Warren Dukes | 3 | -3/+28 |
2004-07-17 | added http authentication: http://user:passwd@host/music | Warren Dukes | 1 | -7/+54 |
2004-07-15 | deal with user and ~ in config file more nicely | Warren Dukes | 1 | -5/+19 |
2004-07-15 | add gperf'd source files | Warren Dukes | 2 | -0/+1071 |
2004-07-14 | oops forgot a \n in a debu statement | Warren Dukes | 1 | -1/+1 |
2004-07-13 | debug message for errors in reading the file | Warren Dukes | 1 | -0/+5 |
2004-07-12 | report error to error log when unable to open audio device | Warren Dukes | 1 | -0/+2 |
2004-07-12 | potential fix for avuton's bug | Warren Dukes | 1 | -0/+1 |
2004-07-12 | icky, s/printf/DEBUG/ | Warren Dukes | 1 | -1/+1 |
2004-07-12 | potential fixes for NHI\'s bugs | Warren Dukes | 2 | -8/+12 |
2004-07-12 | attempt to work around for bug #274 | Warren Dukes | 1 | -2/+10 |
2004-07-04 | tidy up Makefile a bit | Warren Dukes | 1 | -21/+90 |
2004-07-03 | fix same seeking past end of file issue for mp4, please test DJMario | Warren Dukes | 1 | -9/+12 |
2004-07-03 | for mp3's, skip all initial frames that aren't layer 3 so we can be sure to | Warren Dukes | 1 | -0/+3 |
2004-07-03 | fix for when trying to seek past the end of an mp3 | Warren Dukes | 1 | -5/+6 |
2004-06-30 | rename idToNum and numToId to idToPostion and positionToId - from tw-nym | Warren Dukes | 1 | -34/+34 |
2004-06-29 | spelling fixes from normalperson | Warren Dukes | 2 | -4/+4 |
2004-06-29 | remove an extra line of code | Warren Dukes | 1 | -1/+0 |
2004-06-28 | set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com... | Warren Dukes | 1 | -0/+2 |
2004-06-28 | fix some memory leaks in flac_plugin - from normalperson | Warren Dukes | 1 | -12/+22 |
2004-06-26 | patch from normalperson | Warren Dukes | 1 | -1/+4 |
2004-06-26 | patch from np for orderPlaylist() | Warren Dukes | 1 | -1/+3 |
2004-06-25 | fix bug in ogg replaygain | Warren Dukes | 1 | -1/+1 |
2004-06-25 | slight fix to replay gain tags for oggs | Warren Dukes | 1 | -1/+5 |
2004-06-24 | very minor tweak to clearMetabufferChunks | Warren Dukes | 1 | -5/+1 |
2004-06-23 | ok, addParentPathToDB now works! | Warren Dukes | 1 | -9/+31 |
2004-06-23 | update now ignores/recognizes recursive directories | Warren Dukes | 1 | -4/+41 |
2004-06-23 | now we avoid recursive symlinks on creating the db | Warren Dukes | 1 | -28/+88 |
2004-06-22 | only call opendir() once when updating | Warren Dukes | 1 | -8/+5 |
2004-06-22 | call stat() a few less times on update | Warren Dukes | 1 | -8/+14 |
2004-06-21 | fix big boo boo in last commit: isFile() { myStat==0 } | Warren Dukes | 1 | -1/+1 |
2004-06-21 | todo update | Warren Dukes | 2 | -41/+26 |
2004-06-21 | don't use fucking sprintf | Warren Dukes | 1 | -3/+4 |
2004-06-21 | maybe this matters ? | Warren Dukes | 1 | -1/+2 |
2004-06-21 | maybe this fixes something ? | Warren Dukes | 1 | -2/+2 |
2004-06-21 | todo update | Warren Dukes | 1 | -1/+0 |
2004-06-20 | http proxy authentication, can someone test? | Warren Dukes | 1 | -11/+79 |
2004-06-20 | http proxy mostly working, need to implement http authentication | Warren Dukes | 3 | -12/+46 |
2004-06-20 | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 6 | -1/+65 |