aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* main() cleanupWarren Dukes2004-06-02
* nice output of all suffix types supported in versionWarren Dukes2004-06-01
* make --create-db not daemonize, remove --only-create-dbWarren Dukes2004-06-01
* add --stdout and make --no-daemon by default output to log filesWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes2004-05-15
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* finish adding AliasMrJones replayGain stuffWarren Dukes2004-05-08
* clarify error for --no-create-dbWarren Dukes2004-05-05
* msells versions patch to list supported formatsWarren Dukes2004-04-16
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-15
* log cycling and a few cleanupsWarren Dukes2004-04-15
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* add --only-update-db command line optionWarren Dukes2004-04-13
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* add --only-create-db option from msellsWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-27
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-21
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-10
* import from SF CVSWarren Dukes2004-02-23