| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: config_param_free() not necessary for export. | Avuton Olrich | 2009-03-30 | 1 | -1/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | input: pass config_param to input_plugin.init() | Max Kellermann | 2009-03-02 | 1 | -0/+1 |
* | added G_LOG_DOMAIN macros to several libraries | Max Kellermann | 2009-02-19 | 1 | -0/+3 |
* | conf: log the effective configuration file name | Max Kellermann | 2009-02-19 | 1 | -0/+2 |
* | decoder_list: added configuration block "decoder" | Max Kellermann | 2009-02-15 | 1 | -0/+1 |
* | conf: added config_add_param() | Max Kellermann | 2009-01-25 | 1 | -0/+10 |
* | conf: allow param==NULL | Max Kellermann | 2009-01-25 | 1 | -0/+3 |
* | conf: const pointers in block get functions | Max Kellermann | 2009-01-25 | 1 | -8/+8 |
* | conf: added config_get_positive() | Max Kellermann | 2009-01-21 | 1 | -0/+20 |
* | sticker: new library for storing dynamic information about songs | Max Kellermann | 2009-01-19 | 1 | -0/+1 |
* | conf: added config_get_block_unsigned() | Max Kellermann | 2009-01-18 | 1 | -0/+22 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -0/+12 |
* | conf: removed parseConfigFilePath() | Max Kellermann | 2009-01-18 | 1 | -23/+0 |
* | conf: added config_get_path() | Max Kellermann | 2009-01-18 | 1 | -0/+18 |
* | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 2009-01-17 | 1 | -3/+4 |
* | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2009-01-17 | 1 | -10/+14 |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 1 | -13/+7 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -51/+61 |
* | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 2009-01-11 | 1 | -1/+1 |
* | conf: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -12/+9 |
* | conf: use GLib's GSList library | Max Kellermann | 2009-01-02 | 1 | -35/+54 |
* | exporting functions | Viliam Mateicka | 2008-12-31 | 1 | -2/+2 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+2 |
* | conf: use GLib instead of utils.h/log.h | Max Kellermann | 2008-12-28 | 1 | -36/+37 |
* | utils: removed myFgets() | Max Kellermann | 2008-12-28 | 1 | -2/+3 |
* | Remove obsolete http_buffer* stuff that went away with the new curl backend. | Avuton Olrich | 2008-12-20 | 1 | -2/+0 |
* | update: added options which control symlink behaviour | Raphaƫl Rigo | 2008-11-28 | 1 | -0/+2 |
* | conf: added config_get_bool() | Max Kellermann | 2008-11-27 | 1 | -0/+10 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -8/+8 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -9/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -1/+2 |
* | conf.c: remove extra semi-colon here, too | Eric Wong | 2007-09-10 | 1 | -1/+1 |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 1 | -15/+49 |
* | Adding parsePath and making parseConfigFilePath use it. | J. Alexander Treuman | 2007-06-13 | 1 | -48/+5 |
* | allow zeroconf to be disabled. | Patrik Weiskircher | 2007-06-03 | 1 | -0/+1 |
* | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 2007-05-26 | 1 | -33/+17 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Add libsamplerate support, old resampling is still an option, but this sounds... | Avuton Olrich | 2007-02-02 | 1 | -0/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | Added zeroconf service publishing using avahi | Jim Ramsay | 2007-01-11 | 1 | -0/+1 |
* | Added gapless_mp3_playback option. Setting to "no" will disable gapless | J. Alexander Treuman | 2006-12-23 | 1 | -0/+1 |
* | put back np's supperrior buffer2array, and fix my bug fix from change 4872 | Warren Dukes | 2006-10-06 | 1 | -11/+6 |
* | Revert buffer2array() behavior back to tried and true 0.11.x version | Eric Wong | 2006-10-06 | 1 | -6/+11 |
* | Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config... | J. Alexander Treuman | 2006-08-28 | 1 | -23/+23 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -7/+7 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -2/+2 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 2006-08-06 | 1 | -2/+2 |
* | gcc signedness and sparse fixes | Eric Wong | 2006-07-30 | 1 | -2/+2 |