aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ok, finished incremental update!Warren Dukes2004-04-143-25/+135
* silly shank, use functions you already have\!Warren Dukes2004-04-141-3/+2
* pseduo-code for creating new entries in db for incremental updateWarren Dukes2004-04-141-8/+20
* incremental update can now recognize if you pass it a deleted pathWarren Dukes2004-04-141-33/+61
* add copyright notices to new filesWarren Dukes2004-04-134-0/+74
* make some code look neaterWarren Dukes2004-04-131-3/+3
* fix some misc chld signal handling for update processWarren Dukes2004-04-131-3/+3
* add a error msg for playerSeek()Warren Dukes2004-04-131-0/+1
* have update process ignore signals when writing dbWarren Dukes2004-04-133-0/+21
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-137-31/+36
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-134-0/+14
* when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes2004-04-136-14/+31
* add --only-update-db command line optionWarren Dukes2004-04-131-1/+14
* rename all ascii/utf8 stuff to latin1/utf8Warren Dukes2004-04-135-31/+27
* plug a potential memory leakWarren Dukes2004-04-131-1/+4
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-137-40/+152
* 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
* ok, fix some bug due to a child process dieing before the parent canWarren Dukes2004-04-113-6/+22
* incremental updates and command-list/update kung fuWarren Dukes2004-04-115-61/+217
* more software volume tweeksWarren Dukes2004-04-111-2/+2
* 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-114-7/+19
* 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-113-0/+10
* make "update" command background/non-blockingWarren Dukes2004-04-117-26/+111
* add --only-create-db option from msellsWarren Dukes2004-04-116-5/+27
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-102-8/+96
* ideas on how to make readDirectoryInfo and readSongInfo deal with alreadyWarren Dukes2004-04-102-0/+48
* don't report an error about not able to open device in audioErrorWarren Dukes2004-04-071-1/+0
* make default max playlist length be 16384. bumped up from 4096Warren Dukes2004-04-041-1/+1
* 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
* 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
* 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
* use 16-bit signed ints for storing positions in the ring bufferWarren Dukes2004-04-012-4/+9
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-314-60/+32