aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-135-31/+27
* plug a potential memory leakWarren Dukes2004-04-131-1/+4
* clean up finished stuff from todoWarren Dukes2004-04-131-10/+3
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-137-40/+152
* todo idea updatesWarren Dukes2004-04-131-3/+2
* todo ideas: utf8 fallback stuff when iconv doesn't workWarren Dukes2004-04-131-2/+9
* fix a small booboo and add some debugging stuffWarren Dukes2004-04-132-3/+5
* add my own utf8/ascii converters and utf8 validatorWarren Dukes2004-04-134-2/+132
* volatile fun-nessWarren Dukes2004-04-125-33/+33
* forgetting to increment playlist version after reading the dbWarren Dukes2004-04-122-0/+2
* cleanup interface between interface.[ch] and command.[ch]Warren Dukes2004-04-123-53/+92
* minor little tweak on reporting update statusWarren Dukes2004-04-121-1/+3
* more volatile stuffWarren Dukes2004-04-112-6/+6
* add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes2004-04-113-20/+20
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-1111-89/+110
* we no longer need to block signals in tag.c, since update is now doneWarren Dukes2004-04-111-22/+0
* mackstann's idea for polling signalsWarren Dukes2004-04-111-3/+14
* ok, fix some bug due to a child process dieing before the parent canWarren Dukes2004-04-113-6/+22
* update with new update stuffWarren Dukes2004-04-111-1/+5
* incremental updates and command-list/update kung fuWarren Dukes2004-04-116-70/+218
* more software volume tweeksWarren Dukes2004-04-111-2/+2
* update with new update stuffWarren Dukes2004-04-111-0/+5
* adjust scaling of software volumeWarren Dukes2004-04-115-19/+18
* do while(wait3) for sighandlerWarren Dukes2004-04-111-2/+2
* add --disable-audio configure optionWarren Dukes2004-04-115-8/+31
* fix some snafoosWarren Dukes2004-04-113-4/+2
* don't stop playlist on finishPlaylist()[DWarren Dukes2004-04-111-1/+0
* update job id stuffWarren Dukes2004-04-112-3/+13
* updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes2004-04-114-0/+11
* some idearsWarren Dukes2004-04-111-0/+5
* make "update" command background/non-blockingWarren Dukes2004-04-117-26/+111
* add --only-create-db option from msellsWarren Dukes2004-04-116-5/+27
* bump version number up to 0.11.0Warren Dukes2004-04-101-1/+1
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-102-8/+96
* some more stuff for the TODOWarren Dukes2004-04-101-0/+1
* ideas on how to make readDirectoryInfo and readSongInfo deal with alreadyWarren Dukes2004-04-103-0/+49
* more ideas for the TODOWarren Dukes2004-04-091-1/+3
* don't report an error about not able to open device in audioErrorWarren Dukes2004-04-072-7/+2
* a journaled db?Warren Dukes2004-04-071-2/+6
* updates to non-blocking update planWarren Dukes2004-04-061-3/+5
* plan for non-blocking updateWarren Dukes2004-04-061-0/+8
* make default max playlist length be 16384. bumped up from 4096Warren Dukes2004-04-042-2/+2
* when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes2004-04-036-6/+6
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-0215-87/+87
* oops, forgot to update ChangelogWarren Dukes2004-04-011-0/+1
* for alsa mixer default to Master element, not the first elementWarren Dukes2004-04-011-33/+25
* move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes2004-04-011-1/+1
* update changelogWarren Dukes2004-04-011-0/+1
* need to include utils.h for my_usleepWarren Dukes2004-04-011-0/+1
* use our own portable version of usleep using select()Warren Dukes2004-04-0111-23/+40