index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2004-05-15
don't close STDIN_FILENO, not suppose to dup2 a closed fd
Warren Dukes
2004-05-10
stuff for configuring the audio output format (sampling rate, channels, bits)
Warren Dukes
2004-05-08
finish adding AliasMrJones replayGain stuff
Warren Dukes
2004-05-05
clarify error for --no-create-db
Warren Dukes
2004-04-16
msells versions patch to list supported formats
Warren Dukes
2004-04-15
don't stat() the db to get the modtime everytime, instead store it when we re...
Warren Dukes
2004-04-15
log cycling and a few cleanups
Warren Dukes
2004-04-15
clean up a little bit main() code
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-13
add --only-update-db command line option
Warren Dukes
2004-04-11
clean up signal handling using a polling method, from the genius that is mack...
Warren Dukes
2004-04-11
add --only-create-db option from msells
Warren Dukes
2004-04-02
use EXIT_SUCCESS and EXIT_FAILURE
Warren Dukes
2004-03-27
just to be carfile, make sure to null terminate when using strncpy
Warren Dukes
2004-03-21
add aac_decode.[ch] and start working on it
Warren Dukes
2004-03-10
move adding and removeing from tables from directory.c to song.c
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes