| Commit message (Expand) | Author | Files | Lines |
2009-01-03 | conf: use GLib instead of utils.h | Max Kellermann | 1 | -12/+9 |
2009-01-02 | conf: use GLib's GSList library | Max Kellermann | 1 | -35/+54 |
2008-12-31 | exporting functions | Viliam Mateicka | 1 | -2/+2 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-12-28 | conf: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -36/+37 |
2008-12-28 | utils: removed myFgets() | Max Kellermann | 1 | -2/+3 |
2008-12-20 | Remove obsolete http_buffer* stuff that went away with the new curl backend. | Avuton Olrich | 1 | -2/+0 |
2008-11-28 | update: added options which control symlink behaviour | Raphaƫl Rigo | 1 | -0/+2 |
2008-11-27 | conf: added config_get_bool() | Max Kellermann | 1 | -0/+10 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -8/+8 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -9/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -1/+2 |
2007-09-10 | conf.c: remove extra semi-colon here, too | Eric Wong | 1 | -1/+1 |
2007-09-05 | conf: improved boolean config parameter handling from -ke | Eric Wong | 1 | -15/+49 |
2007-06-13 | Adding parsePath and making parseConfigFilePath use it. | J. Alexander Treuman | 1 | -48/+5 |
2007-06-03 | allow zeroconf to be disabled. | Patrik Weiskircher | 1 | -0/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -33/+17 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-02 | Add libsamplerate support, old resampling is still an option, but this sounds... | Avuton Olrich | 1 | -0/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -1/+1 |
2007-01-11 | Added zeroconf service publishing using avahi | Jim Ramsay | 1 | -0/+1 |
2006-12-23 | Added gapless_mp3_playback option. Setting to "no" will disable gapless | J. Alexander Treuman | 1 | -0/+1 |
2006-10-06 | put back np's supperrior buffer2array, and fix my bug fix from change 4872 | Warren Dukes | 1 | -11/+6 |
2006-10-06 | Revert buffer2array() behavior back to tried and true 0.11.x version | Eric Wong | 1 | -6/+11 |
2006-08-28 | Rearrange mpd.conf.5 and conf.[ch] to use the more logical ordering of config... | J. Alexander Treuman | 1 | -23/+23 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -7/+7 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -2/+2 |
2006-08-11 | Spelling & Grammar | Avuton Olrich | 1 | -1/+1 |
2006-08-06 | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 1 | -2/+2 |
2006-07-30 | gcc signedness and sparse fixes | Eric Wong | 1 | -2/+2 |
2006-07-30 | conf.c: bugfix: print out the number, not the address | Eric Wong | 1 | -1/+1 |
2006-07-29 | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 1 | -11/+6 |
2006-07-27 | conf.[ch] whitespace cleanup | J. Alexander Treuman | 1 | -39/+39 |
2006-07-27 | Use AudioCompress for volume normalization | J. Alexander Treuman | 1 | -0/+2 |
2006-07-22 | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 1 | -0/+1 |
2006-07-21 | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 1 | -1/+1 |
2006-07-21 | Add a getBoolConfigParam function | J. Alexander Treuman | 1 | -0/+13 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -168/+195 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -2/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove function from header, static | Avuton Olrich | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-07-13 | Remove forceGetConfigParamValue, it's unused and even | Avuton Olrich | 1 | -11/+0 |
2006-06-21 | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 1 | -0/+2 |
2006-04-30 | Remove unused config value | Qball Cow | 1 | -1/+0 |
2006-03-16 | conf.c: correctly parse "~username/file" in config files | Eric Wong | 1 | -1/+1 |
2006-03-15 | conf.c: speling fickses | Eric Wong | 1 | -3/+3 |
2005-11-19 | remove C++ style comments | Eric Wong | 1 | -1/+1 |
2005-11-18 | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 1 | -0/+5 |
2005-03-11 | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 1 | -1/+0 |