summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes
2006-07-30gcc signedness and sparse fixesEric Wong
2006-07-30conf.c: bugfix: print out the number, not the addressEric Wong
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong
2006-07-27conf.[ch] whitespace cleanupJ. Alexander Treuman
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman
2006-07-21Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman
2006-07-21Add a getBoolConfigParam functionJ. Alexander Treuman
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-14[CLEANUP] Remove function from header, staticAvuton Olrich
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-07-13Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich
2006-06-21Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman
2006-04-30Remove unused config valueQball Cow
2006-03-16conf.c: correctly parse "~username/file" in config filesEric Wong
2006-03-15conf.c: speling ficksesEric Wong
2005-11-19remove C++ style commentsEric Wong
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow
2005-03-11removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes
2005-03-09*) add support for pid filesWarren Dukes
2005-03-06config file change! now 'port' is optional and 'db_file' is required!Warren Dukes
2004-11-11fix a few memory leaks in conf.cWarren Dukes
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes
2004-11-10merge changes from metadata-rewrite branchWarren Dukes
2004-11-02make http buffer and prebuffer size configurableWarren Dukes
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes
2004-11-02does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes
2004-10-31fix a config file errorWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-10-23configure shout encoding quality and audio formatWarren Dukes
2004-10-05apply dottemag's id3v1 encodings patchWarren Dukes
2004-09-02add configuration variables for shout stuffWarren Dukes
2004-08-10for improperly config file lines, print the line numberWarren Dukes
2004-07-17add replaygain preampWarren Dukes
2004-07-15deal with user and ~ in config file more nicelyWarren Dukes
2004-06-20add http proxy config options (no http proxy code yet)Warren Dukes
2004-06-12update mpd manpage and sample config file with replaygain andWarren Dukes
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes
2004-05-07add replayGain stuff for flac from AliasMrJonesWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-04make default max playlist length be 16384. bumped up from 4096Warren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-03-23fix bug where accidently setting default mixer to NULL instead of SOFTWAREWarren Dukes
2004-03-02rewrite error message for wrong number of config argsWarren Dukes