aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
Commit message (Expand)AuthorAge
* conf: use bp->value, not param->valueMax Kellermann2009-07-06
* conf: registered option "filter"Max Kellermann2009-07-05
* conf: log unused/unknown block parametersMax Kellermann2009-06-25
* conf: added "used" flag to struct block_paramMax Kellermann2009-06-25
* conf: detect duplicate parameters in config_add_block_param()Max Kellermann2009-06-25
* conf: make get_bool() return a boolMax Kellermann2009-06-25
* conf: moved code from get_bool() to string_array_contains()Max Kellermann2009-06-25
* conf: register configuration options staticallyMax Kellermann2009-06-25
* conf: removed config_add_param()Max Kellermann2009-06-25
* conf: replace "mask" bit field with two "bool" variablesMax Kellermann2009-06-25
* volume: removed support for legacy mixer configurationMax Kellermann2009-06-25
* Preamp for missing replay-gainDaniel Seuthe2009-06-25
* conf: make config_param.num_block_params unsignedMax Kellermann2009-06-03
* conf: eliminated CamelCaseMax Kellermann2009-06-03
* conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-28
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-30
* 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