aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-21Add a getBoolConfigParam functionJ. Alexander Treuman1-0/+13
2006-07-20Add mpd-indent.shAvuton Olrich1-168/+195
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14[CLEANUP] Remove function from header, staticAvuton Olrich1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich1-11/+0
2006-06-21Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman1-0/+2
2006-04-30Remove unused config valueQball Cow1-1/+0
2006-03-16conf.c: correctly parse "~username/file" in config filesEric Wong1-1/+1
2006-03-15conf.c: speling ficksesEric Wong1-3/+3
2005-11-19remove C++ style commentsEric Wong1-1/+1
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow1-0/+5
2005-03-11removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes1-1/+0
2005-03-09*) add support for pid filesWarren Dukes1-0/+1
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes1-2/+2
2004-11-11fix a few memory leaks in conf.cWarren Dukes1-2/+9
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-2/+2
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-0/+1
2004-11-02make http buffer and prebuffer size configurableWarren Dukes1-0/+2
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes1-1/+3
2004-11-02does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes1-4/+4
2004-10-31fix a config file errorWarren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-226/+340
2004-10-23configure shout encoding quality and audio formatWarren Dukes1-2/+3
2004-10-05apply dottemag's id3v1 encodings patchWarren Dukes1-2/+3
2004-09-02add configuration variables for shout stuffWarren Dukes1-2/+9
2004-08-10for improperly config file lines, print the line numberWarren Dukes1-2/+6
2004-07-17add replaygain preampWarren Dukes1-2/+3
2004-07-15deal with user and ~ in config file more nicelyWarren Dukes1-5/+19
2004-06-20add http proxy config options (no http proxy code yet)Warren Dukes1-3/+6
2004-06-12update mpd manpage and sample config file with replaygain andWarren Dukes1-1/+1
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-1/+1
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-2/+3
2004-05-07add replayGain stuff for flac from AliasMrJonesWarren Dukes1-2/+3
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-04make default max playlist length be 16384. bumped up from 4096Warren Dukes1-1/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-7/+7
2004-03-23fix bug where accidently setting default mixer to NULL instead of SOFTWAREWarren Dukes1-1/+1
2004-03-02rewrite error message for wrong number of config argsWarren Dukes1-1/+1
2004-02-25some more cleanupsWarren Dukes1-2/+5
2004-02-24make ~ work for pathsWarren Dukes1-1/+47