aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
Commit message (Expand)AuthorAge
...
* all: Update copyright header.Avuton Olrich2009-03-13
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-02
* added G_LOG_DOMAIN macros to several librariesMax Kellermann2009-02-19
* conf: log the effective configuration file nameMax Kellermann2009-02-19
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-15
* conf: added config_add_param()Max Kellermann2009-01-25
* conf: allow param==NULLMax Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: added config_get_positive()Max Kellermann2009-01-21
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-19
* conf: added config_get_block_unsigned()Max Kellermann2009-01-18
* conf: added config_get_block_string()Max Kellermann2009-01-18
* conf: removed parseConfigFilePath()Max Kellermann2009-01-18
* conf: added config_get_path()Max Kellermann2009-01-18
* conf: replaced getConfigParamValue() with config_get_string()Max Kellermann2009-01-17
* conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann2009-01-17
* conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann2009-01-17
* conf: no CamelCase, part IMax Kellermann2009-01-17
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-11
* conf: use GLib instead of utils.hMax Kellermann2009-01-03
* conf: use GLib's GSList libraryMax Kellermann2009-01-02
* 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