summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2009-12-31Update copyright notices.Avuton Olrich
2009-11-12include config.h in all sourcesMax Kellermann
2009-11-10configure.ac: require GLib 2.12Max Kellermann
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann
2009-09-24conf: handle fatal errors with GErrorMax Kellermann
2009-09-24conf: splitted function config_param_free()Max Kellermann
2009-08-24conf: removed the deprecated "error_file" optionMax Kellermann
2009-07-19conf: use the tokenizer libraryMax Kellermann
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz
2009-07-06conf: use bp->value, not param->valueMax Kellermann
2009-07-05conf: registered option "filter"Max Kellermann
2009-06-25conf: log unused/unknown block parametersMax Kellermann
2009-06-25conf: added "used" flag to struct block_paramMax Kellermann
2009-06-25conf: detect duplicate parameters in config_add_block_param()Max Kellermann
2009-06-25conf: make get_bool() return a boolMax Kellermann
2009-06-25conf: moved code from get_bool() to string_array_contains()Max Kellermann
2009-06-25conf: register configuration options staticallyMax Kellermann
2009-06-25conf: removed config_add_param()Max Kellermann
2009-06-25conf: replace "mask" bit field with two "bool" variablesMax Kellermann
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann
2009-06-25Preamp for missing replay-gainDaniel Seuthe
2009-06-03conf: make config_param.num_block_params unsignedMax Kellermann
2009-06-03conf: eliminated CamelCaseMax Kellermann
2009-04-28conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-03-30conf: config_param_free() not necessary for export.Avuton Olrich
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann
2009-02-19conf: log the effective configuration file nameMax Kellermann
2009-02-15decoder_list: added configuration block "decoder"Max Kellermann
2009-01-25conf: added config_add_param()Max Kellermann
2009-01-25conf: allow param==NULLMax Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-21conf: added config_get_positive()Max Kellermann
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann
2009-01-18conf: added config_get_block_unsigned()Max Kellermann
2009-01-18conf: added config_get_block_string()Max Kellermann
2009-01-18conf: removed parseConfigFilePath()Max Kellermann
2009-01-18conf: added config_get_path()Max Kellermann
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka
2009-01-03conf: use GLib instead of utils.hMax Kellermann
2009-01-02conf: use GLib's GSList libraryMax Kellermann
2008-12-31exporting functionsViliam Mateicka
2008-12-29removed os_compat.hMax Kellermann