summaryrefslogtreecommitdiff
path: root/src/conf.h
AgeCommit message (Expand)Author
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05conf.h: move constants to ConfigDefaults.hxxMax Kellermann
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-07decoder_api.h, ...: add "extern C"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-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: add gcc optimization attributesMax Kellermann
2011-03-29despotify: Add support utilitiesSimon Kagstrom
2011-01-29copyright year 2011Max Kellermann
2010-09-25conf: Whitespace cosmeticsThomas 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-12-14Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin
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-08-24conf: removed the deprecated "error_file" optionMax Kellermann
2009-07-19conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz
2009-07-19daemon: added "group" configuration optionMichal Nazarewicz
2009-07-15conf: added the gcc "const" attribute to some functionsMax Kellermann
2009-07-03conf: added config_quark()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: make get_bool() return a boolMax Kellermann
2009-06-25conf: removed config_add_param()Max 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-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-15decoder_list: added configuration block "decoder"Max Kellermann
2009-01-25conf: added config_add_param()Max Kellermann
2009-01-25conf: const pointers in block get functionsMax Kellermann
2009-01-25stored_playlist: moved configuration variables from playlist.cMax 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