aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-05conf: improved boolean config parameter handling from -keEric Wong1-15/+49
2007-06-13Adding parsePath and making parseConfigFilePath use it.J. Alexander Treuman1-48/+5
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher1-0/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-33/+17
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich1-0/+1
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+1
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman1-0/+1
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes1-11/+6
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong1-6/+11
2006-08-28Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config...J. Alexander Treuman1-23/+23
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-7/+7
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-2/+2
2006-08-11Spelling & GrammarAvuton Olrich1-1/+1
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes1-2/+2
2006-07-30gcc signedness and sparse fixesEric Wong1-2/+2
2006-07-30conf.c: bugfix: print out the number, not the addressEric Wong1-1/+1
2006-07-29replace buffer2array() with cstrtok() from mpd-keEric Wong1-11/+6
2006-07-27conf.[ch] whitespace cleanupJ. Alexander Treuman1-39/+39
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-0/+2
2006-07-22Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman1-0/+1