| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: added config_get_positive() | Max Kellermann | 2009-01-21 | 1 | -0/+3 |
* | 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/+4 |
* | conf: added config_get_block_string() | Max Kellermann | 2009-01-18 | 1 | -0/+11 |
* | conf: removed parseConfigFilePath() | Max Kellermann | 2009-01-18 | 1 | -3/+0 |
* | conf: added config_get_path() | Max Kellermann | 2009-01-18 | 1 | -0/+8 |
* | conf: replaced getConfigParamValue() with config_get_string() | Max Kellermann | 2009-01-17 | 1 | -1/+2 |
* | conf: replaced getBoolBlockParam() with config_get_block_bool() | Max Kellermann | 2009-01-17 | 1 | -2/+3 |
* | conf: use config_get_bool() instead of getBoolConfigParam() | Max Kellermann | 2009-01-17 | 1 | -2/+0 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -16/+27 |
* | removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix... | Viliam Mateicka | 2009-01-11 | 1 | -0/+3 |
* | exporting functions | Viliam Mateicka | 2008-12-31 | 1 | -0/+4 |
* | 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/+4 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | clean up CPP includes | Max Kellermann | 2008-04-12 | 1 | -2/+0 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -7/+7 |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 1 | -2/+7 |
* | allow zeroconf to be disabled. | Patrik Weiskircher | 2007-06-03 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config... | J. Alexander Treuman | 2006-08-28 | 1 | -21/+21 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -2/+2 |
* | conf.[ch] whitespace cleanup | J. Alexander Treuman | 2006-07-27 | 1 | -38/+38 |
* | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 2006-07-22 | 1 | -0/+1 |
* | Add a getBoolConfigParam function | J. Alexander Treuman | 2006-07-21 | 1 | -0/+2 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -9/+9 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove function from header, static | Avuton Olrich | 2006-07-14 | 1 | -2/+0 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Remove forceGetConfigParamValue, it's unused and even | Avuton Olrich | 2006-07-13 | 1 | -2/+0 |
* | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 2006-06-21 | 1 | -0/+1 |
* | Remove unused config value | Qball Cow | 2006-04-30 | 1 | -1/+0 |
* | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 2005-11-18 | 1 | -0/+1 |
* | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 2005-03-11 | 1 | -1/+0 |
* | *) add support for pid files | Warren Dukes | 2005-03-09 | 1 | -0/+1 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 1 | -1/+1 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -0/+1 |
* | make http buffer and prebuffer size configurable | Warren Dukes | 2004-11-02 | 1 | -2/+4 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -49/+62 |
* | configure shout encoding quality and audio format | Warren Dukes | 2004-10-23 | 1 | -0/+1 |
* | apply dottemag's id3v1 encodings patch | Warren Dukes | 2004-10-05 | 1 | -0/+1 |
* | add configuration variables for shout stuff | Warren Dukes | 2004-09-02 | 1 | -0/+7 |
* | add replaygain preamp | Warren Dukes | 2004-07-17 | 1 | -0/+1 |
* | add http proxy config options (no http proxy code yet) | Warren Dukes | 2004-06-20 | 1 | -1/+4 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -0/+1 |
* | add replayGain stuff for flac from AliasMrJones | Warren Dukes | 2004-05-07 | 1 | -0/+1 |