| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | conf.c: bugfix: print out the number, not the address | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | replace buffer2array() with cstrtok() from mpd-ke | Eric Wong | 2006-07-29 | 1 | -11/+6 |
* | conf.[ch] whitespace cleanup | J. Alexander Treuman | 2006-07-27 | 1 | -39/+39 |
* | Use AudioCompress for volume normalization | J. Alexander Treuman | 2006-07-27 | 1 | -0/+2 |
* | Adding on the fly volume normalization support. Code originally from mplayer... | J. Alexander Treuman | 2006-07-22 | 1 | -0/+1 |
* | Make getBoolConfigParam and save_absolute_paths_in_playlist less stupid | J. Alexander Treuman | 2006-07-21 | 1 | -1/+1 |
* | Add a getBoolConfigParam function | J. Alexander Treuman | 2006-07-21 | 1 | -0/+13 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -168/+195 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | 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 | -11/+0 |
* | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 2006-06-21 | 1 | -0/+2 |
* | Remove unused config value | Qball Cow | 2006-04-30 | 1 | -1/+0 |
* | conf.c: correctly parse "~username/file" in config files | Eric Wong | 2006-03-16 | 1 | -1/+1 |
* | conf.c: speling fickses | Eric Wong | 2006-03-15 | 1 | -3/+3 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -1/+1 |
* | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 2005-11-18 | 1 | -0/+5 |
* | 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 | -2/+2 |
* | fix a few memory leaks in conf.c | Warren Dukes | 2004-11-11 | 1 | -2/+9 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -2/+2 |
* | 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 | -0/+2 |
* | a few extra strerror()'s sprinkled in the code | Warren Dukes | 2004-11-02 | 1 | -1/+3 |
* | does this make you happy normalperson, is this the way you like it, do you li... | Warren Dukes | 2004-11-02 | 1 | -4/+4 |
* | fix a config file error | Warren Dukes | 2004-10-31 | 1 | -1/+1 |