aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-19conf: log the effective configuration file nameMax Kellermann1-0/+2
2009-02-15decoder_list: added configuration block "decoder"Max Kellermann1-0/+1
2009-01-25conf: added config_add_param()Max Kellermann1-0/+10
2009-01-25conf: allow param==NULLMax Kellermann1-0/+3
2009-01-25conf: const pointers in block get functionsMax Kellermann1-8/+8
2009-01-21conf: added config_get_positive()Max Kellermann1-0/+20
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-0/+1
2009-01-18conf: added config_get_block_unsigned()Max Kellermann1-0/+22
2009-01-18conf: added config_get_block_string()Max Kellermann1-0/+12
2009-01-18conf: removed parseConfigFilePath()Max Kellermann1-23/+0
2009-01-18conf: added config_get_path()Max Kellermann1-0/+18
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann1-3/+4
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann1-10/+14
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann1-13/+7
2009-01-17conf: no CamelCase, part IMax Kellermann1-51/+61
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka1-1/+1
2009-01-03conf: use GLib instead of utils.hMax Kellermann1-12/+9
2009-01-02conf: use GLib's GSList libraryMax Kellermann1-35/+54
2008-12-31exporting functionsViliam Mateicka1-2/+2
2008-12-29removed os_compat.hMax Kellermann1-1/+2
2008-12-28conf: use GLib instead of utils.h/log.hMax Kellermann1-36/+37
2008-12-28utils: removed myFgets()Max Kellermann1-2/+3
2008-12-20Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich1-2/+0
2008-11-28update: added options which control symlink behaviourRaphaƫl Rigo1-0/+2
2008-11-27conf: added config_get_bool()Max Kellermann1-0/+10
2008-02-05fix -Wconst warningsMax Kellermann1-8/+8
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-9/+1
2007-12-28Merge branches/ew r7104Eric Wong1-1/+2
2007-09-10conf.c: remove extra semi-colon here, tooEric Wong1-1/+1