aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
Commit message (Expand)AuthorAge
* require GLib 2.16Max Kellermann2012-07-10
* use g_strerror() instead of strerror()Max Kellermann2012-03-06
* conf: export config_param_free()Max Kellermann2011-09-09
* conf: _get_next_param() returns a const pointerMax Kellermann2011-09-09
* conf: add config_dup_block_path()Max Kellermann2011-09-09
* utils: parsePath() returns GError on failureMax Kellermann2011-09-09
* conf: turn config_get_path() into config_dup_path()Max Kellermann2011-09-09
* conf: get_block_param() returns a const pointerMax Kellermann2011-09-09
* conf: move duplicate check to _read_name_value()Max Kellermann2011-09-09
* conf: move code to config_read_name_value()Max Kellermann2011-09-09
* Merge branch 'v0.16.x'Max Kellermann2011-07-19
|\
| * conf: add missing fclose in error pathJonathan Neuschäfer2011-07-18
* | despotify: Add support utilitiesSimon Kagstrom2011-03-29
* | playlist_state: add option "restore_paused"Max Kellermann2011-02-23
* | copyright year 2011Max Kellermann2011-01-29
* | string_util: add function strchug_fast()Max Kellermann2010-12-23
* | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-23
|/
* eliminate g_error() usageThomas Jansen2010-09-25
* filter/replay_gain: added option "replaygain_limit"Daniel Seuthe2010-05-30
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-13
* conf: added function config_get_unsigned()Max Kellermann2010-04-13
* Update copyright notices.Avuton Olrich2009-12-31
* include config.h in all sourcesMax Kellermann2009-11-12
* configure.ac: require GLib 2.12Max Kellermann2009-11-10
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-06
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-26
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-13
* conf: handle fatal errors with GErrorMax Kellermann2009-09-24
* conf: splitted function config_param_free()Max Kellermann2009-09-24
* conf: removed the deprecated "error_file" optionMax Kellermann2009-08-24
* conf: use the tokenizer libraryMax Kellermann2009-07-19
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-19
* 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