| Commit message (Expand) | Author | Files | Lines |
2004-05-04 | flac uses abstracted inputStream stuff | Warren Dukes | 3 | -46/+154 |
2004-05-04 | implement input abstraction for ogg and mp3 | Warren Dukes | 4 | -27/+52 |
2004-05-04 | start abstracting input layer for decoders | Warren Dukes | 4 | -25/+143 |
2004-04-29 | clean-up a wee-bit of code | Warren Dukes | 1 | -2/+7 |
2004-04-22 | potential fix for CompBrain's segfault, i could test it if he ever gave me | Warren Dukes | 1 | -1/+2 |
2004-04-17 | don't expose functions in utf8.h that don't need it | Warren Dukes | 1 | -6/+0 |
2004-04-17 | ummm, undo last changes, they shouldn't need to be neccessary | Warren Dukes | 1 | -3/+0 |
2004-04-17 | close audio() and audioDriver() on decode process fork | Warren Dukes | 1 | -0/+3 |
2004-04-16 | when updating, don't cause db reread on adding and then removing empty direct... | Warren Dukes | 1 | -16/+24 |
2004-04-16 | some cleanups of sprintf's => snprintf's | Warren Dukes | 2 | -12/+26 |
2004-04-16 | fix bug in prependCwdToPathDup() | Warren Dukes | 1 | -2/+2 |
2004-04-16 | msells versions patch to list supported formats | Warren Dukes | 1 | -0/+20 |
2004-04-16 | *gasp* added a comment | Warren Dukes | 1 | -0/+5 |
2004-04-16 | only write db in initMp3Directory() when stuff is updated | Warren Dukes | 1 | -7/+13 |
2004-04-16 | remove directory mtime from db! | Warren Dukes | 3 | -59/+125 |
2004-04-15 | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 4 | -14/+23 |
2004-04-15 | round crossfade for status | Warren Dukes | 1 | -1/+3 |
2004-04-15 | no point in tallying stats on writeDirectoryDB anymore | Warren Dukes | 1 | -2/+2 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 9 | -23/+74 |
2004-04-15 | clean up a little bit main() code | Warren Dukes | 6 | -61/+70 |
2004-04-14 | don't updatedb on sighup if db is being updated | Warren Dukes | 1 | -2/+4 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 70 | -0/+70 |
2004-04-14 | ok, finished incremental update! | Warren Dukes | 3 | -25/+135 |
2004-04-14 | silly shank, use functions you already have\! | Warren Dukes | 1 | -3/+2 |
2004-04-14 | pseduo-code for creating new entries in db for incremental update | Warren Dukes | 1 | -8/+20 |
2004-04-14 | incremental update can now recognize if you pass it a deleted path | Warren Dukes | 1 | -33/+61 |
2004-04-13 | add copyright notices to new files | Warren Dukes | 4 | -0/+74 |
2004-04-13 | make some code look neater | Warren Dukes | 1 | -3/+3 |
2004-04-13 | fix some misc chld signal handling for update process | Warren Dukes | 1 | -3/+3 |
2004-04-13 | add a error msg for playerSeek() | Warren Dukes | 1 | -0/+1 |
2004-04-13 | have update process ignore signals when writing db | Warren Dukes | 3 | -0/+21 |
2004-04-13 | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 7 | -31/+36 |
2004-04-13 | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 4 | -0/+14 |
2004-04-13 | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 6 | -14/+31 |
2004-04-13 | add --only-update-db command line option | Warren Dukes | 1 | -1/+14 |
2004-04-13 | rename all ascii/utf8 stuff to latin1/utf8 | Warren Dukes | 5 | -31/+27 |
2004-04-13 | plug a potential memory leak | Warren Dukes | 1 | -1/+4 |
2004-04-13 | lots of fsCharset, utf8/ascii converting clean-up and robustness stuff | Warren Dukes | 7 | -40/+152 |
2004-04-13 | fix a small booboo and add some debugging stuff | Warren Dukes | 2 | -3/+5 |
2004-04-13 | add my own utf8/ascii converters and utf8 validator | Warren Dukes | 4 | -2/+132 |
2004-04-12 | volatile fun-ness | Warren Dukes | 5 | -33/+33 |
2004-04-12 | forgetting to increment playlist version after reading the db | Warren Dukes | 2 | -0/+2 |
2004-04-12 | cleanup interface between interface.[ch] and command.[ch] | Warren Dukes | 3 | -53/+92 |
2004-04-12 | minor little tweak on reporting update status | Warren Dukes | 1 | -1/+3 |
2004-04-11 | more volatile stuff | Warren Dukes | 2 | -6/+6 |
2004-04-11 | add volatile qualifiers to some shared mem buffer stuff, to enusre compiler | Warren Dukes | 3 | -20/+20 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 11 | -89/+110 |
2004-04-11 | we no longer need to block signals in tag.c, since update is now done | Warren Dukes | 1 | -22/+0 |
2004-04-11 | ok, fix some bug due to a child process dieing before the parent can | Warren Dukes | 3 | -6/+22 |
2004-04-11 | incremental updates and command-list/update kung fu | Warren Dukes | 5 | -61/+217 |