aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix -Wconst warningsMax Kellermann2008-02-051-8/+8
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-9/+1
* Merge branches/ew r7104Eric Wong2007-12-281-1/+2
* conf.c: remove extra semi-colon here, tooEric Wong2007-09-101-1/+1
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-15/+49
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-131-48/+5
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-031-0/+1
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-33/+17
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-021-0/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-1/+1
* Added zeroconf service publishing using avahiJim Ramsay2007-01-111-0/+1
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-231-0/+1
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-061-11/+6
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-061-6/+11
* Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman2006-08-281-23/+23
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-7/+7
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-2/+2
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-061-2/+2
* gcc signedness and sparse fixesEric Wong2006-07-301-2/+2
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-301-1/+1
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-291-11/+6
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-271-39/+39
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-0/+2
* Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman2006-07-221-0/+1
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-211-1/+1
* Add a getBoolConfigParam functionJ. Alexander Treuman2006-07-211-0/+13
* Add mpd-indent.shAvuton Olrich2006-07-201-168/+195
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove function from header, staticAvuton Olrich2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich2006-07-131-11/+0
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-211-0/+2
* Remove unused config valueQball Cow2006-04-301-1/+0
* conf.c: correctly parse "~username/file" in config filesEric Wong2006-03-161-1/+1
* conf.c: speling ficksesEric Wong2006-03-151-3/+3
* remove C++ style commentsEric Wong2005-11-191-1/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-0/+5
* removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes2005-03-111-1/+0
* *) add support for pid filesWarren Dukes2005-03-091-0/+1
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-2/+2
* fix a few memory leaks in conf.cWarren Dukes2004-11-111-2/+9
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-2/+2
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-0/+1
* make http buffer and prebuffer size configurableWarren Dukes2004-11-021-0/+2
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-1/+3
* does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes2004-11-021-4/+4
* fix a config file errorWarren Dukes2004-10-311-1/+1