aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-05fix -Wconst warningsMax Kellermann1-8/+8
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-9/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+2
2007-09-10conf.c: remove extra semi-colon here, tooEric Wong1-1/+1
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-15/+49
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman1-48/+5
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher1-0/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-33/+17
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich1-0/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+1
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman1-0/+1
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes1-11/+6
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong1-6/+11
2006-08-28Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman1-23/+23
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-7/+7
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+2
2006-08-11Spelling & GrammarAvuton Olrich1-1/+1
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes1-2/+2
2006-07-30gcc signedness and sparse fixesEric Wong1-2/+2
2006-07-30conf.c: bugfix: print out the number, not the addressEric Wong1-1/+1
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong1-11/+6
2006-07-27conf.[ch] whitespace cleanupJ. Alexander Treuman1-39/+39
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-0/+2
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman1-0/+1
2006-07-21Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman1-1/+1
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