| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | do while(wait3) for sighandler | Warren Dukes | 2004-04-11 | 1 | -2/+2 |
* | add --disable-audio configure option | Warren Dukes | 2004-04-11 | 4 | -7/+19 |
* | fix some snafoos | Warren Dukes | 2004-04-11 | 3 | -4/+2 |
* | don't stop playlist on finishPlaylist()[D | Warren Dukes | 2004-04-11 | 1 | -1/+0 |
* | update job id stuff | Warren Dukes | 2004-04-11 | 2 | -3/+13 |
* | updating_db in status and some ideas for the TODO that i've already forgotten | Warren Dukes | 2004-04-11 | 3 | -0/+10 |
* | make "update" command background/non-blocking | Warren Dukes | 2004-04-11 | 7 | -26/+111 |
* | add --only-create-db option from msells | Warren Dukes | 2004-04-11 | 6 | -5/+27 |
* | work in prep of using msells/sbh's non-blocking update method | Warren Dukes | 2004-04-10 | 2 | -8/+96 |
* | ideas on how to make readDirectoryInfo and readSongInfo deal with already | Warren Dukes | 2004-04-10 | 2 | -0/+48 |
* | don't report an error about not able to open device in audioError | Warren Dukes | 2004-04-07 | 1 | -1/+0 |
* | make default max playlist length be 16384. bumped up from 4096 | Warren Dukes | 2004-04-04 | 1 | -1/+1 |
* | when converting from bps -> kbps, divide by 1000, not 1024 | Warren Dukes | 2004-04-03 | 6 | -6/+6 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 15 | -87/+87 |
* | for alsa mixer default to Master element, not the first element | Warren Dukes | 2004-04-01 | 1 | -33/+25 |
* | move sys/types.h include in utils.c, so it works for FreeBSD, from MDR | Warren Dukes | 2004-04-01 | 1 | -1/+1 |
* | need to include utils.h for my_usleep | Warren Dukes | 2004-04-01 | 1 | -0/+1 |
* | use our own portable version of usleep using select() | Warren Dukes | 2004-04-01 | 11 | -23/+40 |
* | use 16-bit signed ints for storing positions in the ring buffer | Warren Dukes | 2004-04-01 | 2 | -4/+9 |