aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-04-14ok, finished incremental update!Warren Dukes3-25/+135
2004-04-14silly shank, use functions you already have\!Warren Dukes1-3/+2
2004-04-14pseduo-code for creating new entries in db for incremental updateWarren Dukes1-8/+20
2004-04-14incremental update can now recognize if you pass it a deleted pathWarren Dukes1-33/+61
2004-04-13add copyright notices to new filesWarren Dukes4-0/+74
2004-04-13make some code look neaterWarren Dukes1-3/+3
2004-04-13fix some misc chld signal handling for update processWarren Dukes1-3/+3
2004-04-13add a error msg for playerSeek()Warren Dukes1-0/+1
2004-04-13have update process ignore signals when writing dbWarren Dukes3-0/+21
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes7-31/+36
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes4-0/+14
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes6-14/+31
2004-04-13add --only-update-db command line optionWarren Dukes1-1/+14
2004-04-13rename all ascii/utf8 stuff to latin1/utf8Warren Dukes5-31/+27
2004-04-13plug a potential memory leakWarren Dukes1-1/+4
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes7-40/+152
2004-04-13fix a small booboo and add some debugging stuffWarren Dukes2-3/+5
2004-04-13add my own utf8/ascii converters and utf8 validatorWarren Dukes4-2/+132
2004-04-12volatile fun-nessWarren Dukes5-33/+33
2004-04-12forgetting to increment playlist version after reading the dbWarren Dukes2-0/+2
2004-04-12cleanup interface between interface.[ch] and command.[ch]Warren Dukes3-53/+92
2004-04-12minor little tweak on reporting update statusWarren Dukes1-1/+3
2004-04-11more volatile stuffWarren Dukes2-6/+6
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes3-20/+20
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes11-89/+110
2004-04-11we no longer need to block signals in tag.c, since update is now doneWarren Dukes1-22/+0
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes3-6/+22
2004-04-11incremental updates and command-list/update kung fuWarren Dukes5-61/+217
2004-04-11more software volume tweeksWarren Dukes1-2/+2
2004-04-11adjust scaling of software volumeWarren Dukes5-19/+18
2004-04-11do while(wait3) for sighandlerWarren Dukes1-2/+2
2004-04-11add --disable-audio configure optionWarren Dukes4-7/+19
2004-04-11fix some snafoosWarren Dukes3-4/+2
2004-04-11don't stop playlist on finishPlaylist()[DWarren Dukes1-1/+0
2004-04-11update job id stuffWarren Dukes2-3/+13
2004-04-11updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes3-0/+10
2004-04-11make "update" command background/non-blockingWarren Dukes7-26/+111
2004-04-11add --only-create-db option from msellsWarren Dukes6-5/+27
2004-04-10work in prep of using msells/sbh's non-blocking update methodWarren Dukes2-8/+96
2004-04-10ideas on how to make readDirectoryInfo and readSongInfo deal with alreadyWarren Dukes2-0/+48
2004-04-07don't report an error about not able to open device in audioErrorWarren Dukes1-1/+0
2004-04-04make default max playlist length be 16384. bumped up from 4096Warren Dukes1-1/+1
2004-04-03when converting from bps -> kbps, divide by 1000, not 1024Warren Dukes6-6/+6
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes15-87/+87
2004-04-01for alsa mixer default to Master element, not the first elementWarren Dukes1-33/+25
2004-04-01move sys/types.h include in utils.c, so it works for FreeBSD, from MDRWarren Dukes1-1/+1
2004-04-01need to include utils.h for my_usleepWarren Dukes1-0/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes11-23/+40
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes2-4/+9
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes4-60/+32