summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-09-10conf.c: remove extra semi-colon here, tooEric Wong
2007-09-05conf: improved boolean config parameter handling from -keEric Wong
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-11Added zeroconf service publishing using avahiJim Ramsay
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong
2006-08-28Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
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