summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2013-01-10conf: convert to C++Max Kellermann
2012-08-08conf: add a "database" blockMax Kellermann
2012-07-10require GLib 2.16Max Kellermann
2012-03-06use g_strerror() instead of strerror()Max Kellermann
2011-09-09conf: export config_param_free()Max Kellermann
2011-09-09conf: _get_next_param() returns a const pointerMax Kellermann
2011-09-09conf: add config_dup_block_path()Max Kellermann
2011-09-09utils: parsePath() returns GError on failureMax Kellermann
2011-09-09conf: turn config_get_path() into config_dup_path()Max Kellermann
2011-09-09conf: get_block_param() returns a const pointerMax Kellermann
2011-09-09conf: move duplicate check to _read_name_value()Max Kellermann
2011-09-09conf: move code to config_read_name_value()Max Kellermann
2011-07-19Merge branch 'v0.16.x'Max Kellermann
2011-07-18conf: add missing fclose in error pathJonathan Neuschäfer
2011-03-29despotify: Add support utilitiesSimon Kagstrom
2011-02-23playlist_state: add option "restore_paused"Max Kellermann
2011-01-29copyright year 2011Max Kellermann
2010-12-23string_util: add function strchug_fast()Max Kellermann
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann
2010-09-25eliminate g_error() usageThomas Jansen
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann
2010-04-13conf: added function config_get_unsigned()Max Kellermann
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