aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
Commit message (Expand)AuthorAge
* exporting functionsViliam Mateicka2008-12-31
* removed os_compat.hMax Kellermann2008-12-29
* conf: use GLib instead of utils.h/log.hMax Kellermann2008-12-28
* utils: removed myFgets()Max Kellermann2008-12-28
* Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-20
* update: added options which control symlink behaviourRaphaƫl Rigo2008-11-28
* conf: added config_get_bool()Max Kellermann2008-11-27
* fix -Wconst warningsMax Kellermann2008-02-05
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* conf.c: remove extra semi-colon here, tooEric Wong2007-09-10
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman2007-06-13
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-03
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* The massive copyright updateAvuton Olrich2007-04-05
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-02
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Added zeroconf service publishing using avahiJim Ramsay2007-01-11
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-23
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-06
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-06
* Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman2006-08-28
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Spelling & GrammarAvuton Olrich2006-08-11
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-06
* gcc signedness and sparse fixesEric Wong2006-07-30
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-30
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-29
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-27
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-27
* Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman2006-07-22
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-21
* Add a getBoolConfigParam functionJ. Alexander Treuman2006-07-21
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Change shank's email addressJ. Alexander Treuman2006-07-14
* [CLEANUP] Remove function from header, staticAvuton Olrich2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich2006-07-13
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-21
* Remove unused config valueQball Cow2006-04-30
* conf.c: correctly parse "~username/file" in config filesEric Wong2006-03-16
* conf.c: speling ficksesEric Wong2006-03-15
* remove C++ style commentsEric Wong2005-11-19
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-18
* removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes2005-03-11
* *) add support for pid filesWarren Dukes2005-03-09
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-06