aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: added config_add_param()Max Kellermann2009-01-251-0/+10
* conf: allow param==NULLMax Kellermann2009-01-251-0/+3
* conf: const pointers in block get functionsMax Kellermann2009-01-251-8/+8
* conf: added config_get_positive()Max Kellermann2009-01-211-0/+20
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+1
* conf: added config_get_block_unsigned()Max Kellermann2009-01-181-0/+22
* conf: added config_get_block_string()Max Kellermann2009-01-181-0/+12
* conf: removed parseConfigFilePath()Max Kellermann2009-01-181-23/+0
* conf: added config_get_path()Max Kellermann2009-01-181-0/+18
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-171-3/+4
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-171-10/+14
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-171-13/+7
* conf: no CamelCase, part IMax Kellermann2009-01-171-51/+61
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-111-1/+1
* conf: use GLib instead of utils.hMax Kellermann2009-01-031-12/+9
* conf: use GLib's GSList libraryMax Kellermann2009-01-021-35/+54
* exporting functionsViliam Mateicka2008-12-311-2/+2
* removed os_compat.hMax Kellermann2008-12-291-1/+2
* conf: use GLib instead of utils.h/log.hMax Kellermann2008-12-281-36/+37
* utils: removed myFgets()Max Kellermann2008-12-281-2/+3
* Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-201-2/+0
* update: added options which control symlink behaviourRaphaƫl Rigo2008-11-281-0/+2
* conf: added config_get_bool()Max Kellermann2008-11-271-0/+10
* 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