aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann2013-01-301-13/+0
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-73/+1
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-73/+1
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-61/+12
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-3/+11
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-0/+4
* conf: export config_param_free()Max Kellermann2011-09-091-0/+3
* conf: _get_next_param() returns a const pointerMax Kellermann2011-09-091-2/+2
* conf: add config_dup_block_path()Max Kellermann2011-09-091-0/+9
* conf: turn config_get_path() into config_dup_path()Max Kellermann2011-09-091-10/+8
* conf: get_block_param() returns a const pointerMax Kellermann2011-09-091-1/+1
* conf: move duplicate check to _read_name_value()Max Kellermann2011-09-091-2/+2
* conf: add gcc optimization attributesMax Kellermann2011-09-091-0/+3
* despotify: Add support utilitiesSimon Kagstrom2011-03-291-0/+3
* copyright year 2011Max Kellermann2011-01-291-1/+1
* conf: Whitespace cosmeticsThomas Jansen2010-09-251-9/+9
* 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/+4
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* Initial filter chain and filter configuration for outputs.Albin Eldstål-Damlin2009-12-141-0/+3
* 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-4/+5
* conf: removed the deprecated "error_file" optionMax Kellermann2009-08-241-1/+0
* conf: replaced gcc "const" attribute with "pure"Michal Nazarewicz2009-07-191-13/+22
* daemon: added "group" configuration optionMichal Nazarewicz2009-07-191-0/+1
* conf: added the gcc "const" attribute to some functionsMax Kellermann2009-07-151-0/+13
* conf: added config_quark()Max Kellermann2009-07-031-0/+10
* conf: log unused/unknown block parametersMax Kellermann2009-06-251-0/+6
* conf: added "used" flag to struct block_paramMax Kellermann2009-06-251-0/+12
* conf: make get_bool() return a boolMax Kellermann2009-06-251-3/+0
* conf: removed config_add_param()Max Kellermann2009-06-251-7/+0
* 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-1/+1
* conf: eliminated CamelCaseMax Kellermann2009-06-031-3/+4
* conf: config_param_free() not necessary for export.Avuton Olrich2009-03-301-2/+0
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* input: pass config_param to input_plugin.init()Max Kellermann2009-03-021-0/+1
* decoder_list: added configuration block "decoder"Max Kellermann2009-02-151-0/+1
* conf: added config_add_param()Max Kellermann2009-01-251-0/+7
* conf: const pointers in block get functionsMax Kellermann2009-01-251-6/+6
* stored_playlist: moved configuration variables from playlist.cMax Kellermann2009-01-251-0/+3
* conf: added config_get_positive()Max Kellermann2009-01-211-0/+3
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+1
* conf: added config_get_block_unsigned()Max Kellermann2009-01-181-0/+4
* conf: added config_get_block_string()Max Kellermann2009-01-181-0/+11
* conf: removed parseConfigFilePath()Max Kellermann2009-01-181-3/+0
* conf: added config_get_path()Max Kellermann2009-01-181-0/+8