aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-10require GLib 2.16Max Kellermann1-1/+0
2012-03-06use g_strerror() instead of strerror()Max Kellermann1-1/+1
2011-09-09conf: export config_param_free()Max Kellermann1-1/+1
2011-09-09conf: _get_next_param() returns a const pointerMax Kellermann1-1/+1
2011-09-09conf: add config_dup_block_path()Max Kellermann1-0/+20
2011-09-09utils: parsePath() returns GError on failureMax Kellermann1-4/+4
2011-09-09conf: turn config_get_path() into config_dup_path()Max Kellermann1-10/+11
2011-09-09conf: get_block_param() returns a const pointerMax Kellermann1-4/+4
2011-09-09conf: move duplicate check to _read_name_value()Max Kellermann1-14/+13
2011-09-09conf: move code to config_read_name_value()Max Kellermann1-32/+34
2011-07-18conf: add missing fclose in error pathJonathan Neuschäfer1-1/+10
2011-03-29despotify: Add support utilitiesSimon Kagstrom1-0/+3
2011-02-23playlist_state: add option "restore_paused"Max Kellermann1-0/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-12-23string_util: add function strchug_fast()Max Kellermann1-4/+4
2010-12-23utils: move string_array_contains() to string_util.cMax Kellermann1-0/+1
2010-09-25eliminate g_error() usageThomas Jansen1-13/+15
2010-05-30filter/replay_gain: added option "replaygain_limit"Daniel Seuthe1-0/+1
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann1-0/+1
2010-04-13conf: added function config_get_unsigned()Max Kellermann1-0/+17
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-0/+1
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann1-10/+0
2009-10-26mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka1-0/+1
2009-10-13playlist_list: pass configuration to playlist pluginsMax Kellermann1-0/+1
2009-09-24conf: handle fatal errors with GErrorMax Kellermann1-43/+104
2009-09-24conf: splitted function config_param_free()Max Kellermann1-4/+11
2009-08-24conf: removed the deprecated "error_file" optionMax Kellermann1-1/+0
2009-07-19conf: use the tokenizer libraryMax Kellermann1-62/+82
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz1-0/+1
2009-07-06conf: use bp->value, not param->valueMax Kellermann1-1/+1
2009-07-05conf: registered option "filter"Max Kellermann1-0/+1
2009-06-25conf: log unused/unknown block parametersMax Kellermann1-0/+29
2009-06-25conf: added "used" flag to struct block_paramMax Kellermann1-1/+4
2009-06-25conf: detect duplicate parameters in config_add_block_param()Max Kellermann1-9/+9
2009-06-25conf: make get_bool() return a boolMax Kellermann1-19/+18
2009-06-25conf: moved code from get_bool() to string_array_contains()Max Kellermann1-9/+16
2009-06-25conf: register configuration options staticallyMax Kellermann1-94/+57
2009-06-25conf: removed config_add_param()Max Kellermann1-9/+0
2009-06-25conf: replace "mask" bit field with two "bool" variablesMax Kellermann1-12/+6
2009-06-25volume: removed support for legacy mixer configurationMax Kellermann1-2/+0
2009-06-25Preamp for missing replay-gainDaniel Seuthe1-0/+1
2009-06-03conf: make config_param.num_block_params unsignedMax Kellermann1-4/+2
2009-06-03conf: eliminated CamelCaseMax Kellermann1-12/+12
2009-04-28conf: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-2/+2
2009-03-30conf: config_param_free() not necessary for export.Avuton Olrich1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann1-0/+1
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann1-0/+3