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