aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf: add a "database" blockMax Kellermann2012-08-081-0/+1
* require GLib 2.16Max Kellermann2012-07-101-1/+0
* use g_strerror() instead of strerror()Max Kellermann2012-03-061-1/+1
* conf: export config_param_free()Max Kellermann2011-09-091-1/+1
* conf: _get_next_param() returns a const pointerMax Kellermann2011-09-091-1/+1
* conf: add config_dup_block_path()Max Kellermann2011-09-091-0/+20
* utils: parsePath() returns GError on failureMax Kellermann2011-09-091-4/+4
* conf: turn config_get_path() into config_dup_path()Max Kellermann2011-09-091-10/+11
* conf: get_block_param() returns a const pointerMax Kellermann2011-09-091-4/+4
* conf: move duplicate check to _read_name_value()Max Kellermann2011-09-091-14/+13
* conf: move code to config_read_name_value()Max Kellermann2011-09-091-32/+34
* Merge branch 'v0.16.x'Max Kellermann2011-07-191-1/+10
|\
| * conf: add missing fclose in error pathJonathan Neuschäfer2011-07-181-1/+10
* | despotify: Add support utilitiesSimon Kagstrom2011-03-291-0/+3
* | playlist_state: add option "restore_paused"Max Kellermann2011-02-231-0/+1
* | copyright year 2011Max Kellermann2011-01-291-1/+1
* | string_util: add function strchug_fast()Max Kellermann2010-12-231-4/+4
* | utils: move string_array_contains() to string_util.cMax Kellermann2010-12-231-0/+1
|/
* eliminate g_error() usageThomas Jansen2010-09-251-13/+15
* filter/replay_gain: added option "replaygain_limit"Daniel Seuthe2010-05-301-0/+1
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-131-0/+1
* conf: added function config_get_unsigned()Max Kellermann2010-04-131-0/+17
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+1
* utils: renamed stringFoundInStringArray()Max Kellermann2009-11-061-10/+0
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-261-0/+1
* playlist_list: pass configuration to playlist pluginsMax Kellermann2009-10-131-0/+1
* conf: handle fatal errors with GErrorMax Kellermann2009-09-241-43/+104
* conf: splitted function config_param_free()Max Kellermann2009-09-241-4/+11
* conf: removed the deprecated "error_file" optionMax Kellermann2009-08-241-1/+0
* conf: use the tokenizer libraryMax Kellermann2009-07-191-62/+82
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-191-0/+1
* conf: use bp->value, not param->valueMax Kellermann2009-07-061-1/+1
* conf: registered option "filter"Max Kellermann2009-07-051-0/+1
* conf: log unused/unknown block parametersMax Kellermann2009-06-251-0/+29
* conf: added "used" flag to struct block_paramMax Kellermann2009-06-251-1/+4
* conf: detect duplicate parameters in config_add_block_param()Max Kellermann2009-06-251-9/+9
* conf: make get_bool() return a boolMax Kellermann2009-06-251-19/+18
* conf: moved code from get_bool() to string_array_contains()Max Kellermann2009-06-251-9/+16
* conf: register configuration options staticallyMax Kellermann2009-06-251-94/+57
* conf: removed config_add_param()Max Kellermann2009-06-251-9/+0
* conf: replace "mask" bit field with two "bool" variablesMax Kellermann2009-06-251-12/+6
* volume: removed support for legacy mixer configurationMax Kellermann2009-06-251-2/+0
* Preamp for missing replay-gainDaniel Seuthe2009-06-251-0/+1
* conf: make config_param.num_block_params unsignedMax Kellermann2009-06-031-4/+2
* conf: eliminated CamelCaseMax Kellermann2009-06-031-12/+12
* conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann2009-04-281-2/+2
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-301-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7