summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-02input: pass config_param to input_plugin.init()Max Kellermann
2009-02-19added G_LOG_DOMAIN macros to several librariesMax Kellermann
2009-02-19conf: log the effective configuration file nameMax Kellermann
2009-02-15decoder_list: added configuration block "decoder"Max Kellermann
2009-01-25conf: added config_add_param()Max Kellermann
2009-01-25conf: allow param==NULLMax Kellermann
2009-01-25conf: const pointers in block get functionsMax 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
2009-01-18conf: removed parseConfigFilePath()Max Kellermann
2009-01-18conf: added config_get_path()Max Kellermann
2009-01-17conf: replaced getConfigParamValue() with config_get_string()Max Kellermann
2009-01-17conf: replaced getBoolBlockParam() with config_get_block_bool()Max Kellermann
2009-01-17conf: use config_get_bool() instead of getBoolConfigParam()Max Kellermann
2009-01-17conf: no CamelCase, part IMax Kellermann
2009-01-11removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka
2009-01-03conf: use GLib instead of utils.hMax Kellermann
2009-01-02conf: use GLib's GSList libraryMax Kellermann
2008-12-31exporting functionsViliam Mateicka
2008-12-29removed os_compat.hMax Kellermann
2008-12-28conf: use GLib instead of utils.h/log.hMax Kellermann
2008-12-28utils: removed myFgets()Max Kellermann
2008-12-20Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich
2008-11-28update: added options which control symlink behaviourRaphaƫl Rigo
2008-11-27conf: added config_get_bool()Max Kellermann
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-09-10conf.c: remove extra semi-colon here, tooEric Wong
2007-09-05conf: improved boolean config parameter handling from -keEric Wong
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2007-01-11Added zeroconf service publishing using avahiJim Ramsay
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong
2006-08-28Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes
2006-07-30gcc signedness and sparse fixesEric Wong
2006-07-30conf.c: bugfix: print out the number, not the addressEric Wong