aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* finish ack error codesWarren Dukes2004-06-041-1/+1
* main() cleanupWarren Dukes2004-06-021-70/+98
* nice output of all suffix types supported in versionWarren Dukes2004-06-011-23/+9
* make --create-db not daemonize, remove --only-create-dbWarren Dukes2004-06-011-18/+10
* add --stdout and make --no-daemon by default output to log filesWarren Dukes2004-05-311-12/+23
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-0/+3
* don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes2004-05-151-2/+1
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-101-0/+2
* finish adding AliasMrJones replayGain stuffWarren Dukes2004-05-081-0/+2
* clarify error for --no-create-dbWarren Dukes2004-05-051-0/+2
* msells versions patch to list supported formatsWarren Dukes2004-04-161-0/+20
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-151-2/+2
* log cycling and a few cleanupsWarren Dukes2004-04-151-15/+3
* clean up a little bit main() codeWarren Dukes2004-04-151-51/+4
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* add --only-update-db command line optionWarren Dukes2004-04-131-1/+14
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-111-2/+2
* add --only-create-db option from msellsWarren Dukes2004-04-111-2/+11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-32/+32
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-271-2/+6
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-6/+6
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-101-1/+1
* import from SF CVSWarren Dukes2004-02-231-0/+461