| Commit message (Expand) | Author | Age | Files | Lines |
* | [CLEANUP] Remove 'extern int errno;' | Avuton Olrich | 2006-07-14 | 2 | -23/+3 |
* | [CLEANUP] Remove unnecessary includes, static | Avuton Olrich | 2006-07-14 | 3 | -72/+71 |
* | Remove test on a local variable that won't have been modified yet | J. Alexander Treuman | 2006-07-14 | 1 | -1/+0 |
* | Remove unused playSilenceOrSleep macro | J. Alexander Treuman | 2006-07-14 | 1 | -6/+0 |
* | Remove some misleading comments, fix shanks terrible spelling | J. Alexander Treuman | 2006-07-14 | 1 | -6/+1 |
* | Use a macro to declare disabled audio output plugins | J. Alexander Treuman | 2006-07-14 | 8 | -94/+26 |
* | whoops, I don't know how that snuck into the last | Avuton Olrich | 2006-07-13 | 1 | -0/+7 |
* | Link to PulseAudio wiki in mpd.conf.5 for more details on the format of the s... | J. Alexander Treuman | 2006-07-13 | 1 | -1/+2 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 99 | -100/+235 |
* | Add PulseAudio support | J. Alexander Treuman | 2006-07-13 | 5 | -8/+226 |
* | Remove a couple more unused functions | Avuton Olrich | 2006-07-13 | 2 | -22/+0 |
* | Declare functions not used outside dbUtils.c static. | Avuton Olrich | 2006-07-13 | 2 | -18/+16 |
* | Remove forceGetConfigParamValue, it's unused and even | Avuton Olrich | 2006-07-13 | 2 | -13/+0 |
* | Remove (now) unused code. Hasn't been used since revision 3026. | Avuton Olrich | 2006-07-13 | 1 | -29/+0 |
* | path.*: cleanups | Avuton Olrich | 2006-07-13 | 3 | -19/+8 |
* | OSS: correctly check for the device in oss_testDefault() | Eric Wong | 2006-07-12 | 1 | -3/+4 |
* | Remove unnecessary include, has always been pulled | Avuton Olrich | 2006-07-05 | 1 | -1/+0 |
* | configure.ac: fix configure failing with newer faad2 | R.Ramkumar | 2006-07-04 | 1 | -0/+4 |
* | Typo. | J. Alexander Treuman | 2006-06-30 | 1 | -1/+1 |
* | Remove completed items from TODO. | J. Alexander Treuman | 2006-06-23 | 1 | -15/+0 |
* | Add back the id3v1_encoding option. Now it really will convert id3v1 only. | J. Alexander Treuman | 2006-06-21 | 4 | -0/+21 |
* | Cleanup getId3Info. | J. Alexander Treuman | 2006-06-21 | 1 | -7/+4 |
* | Cleanup id3 ReplayGain parsing code. | J. Alexander Treuman | 2006-06-21 | 1 | -13/+19 |
* | Silly jat, don't use newMpdTag as a variable name! | J. Alexander Treuman | 2006-06-21 | 1 | -4/+4 |
* | Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to... | J. Alexander Treuman | 2006-06-21 | 1 | -7/+11 |
* | Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell... | J. Alexander Treuman | 2006-06-21 | 2 | -12/+138 |
* | Reverting patch to "fix" the alsa plugin when used with dmix. It ended up br... | J. Alexander Treuman | 2006-06-11 | 1 | -1/+2 |
* | Check that db_file exists before checking if we can write to it. Committed o... | J. Alexander Treuman | 2006-06-07 | 1 | -0/+30 |
* | configure.ac: set -Wall if we detect gcc-$VERSION or gcc$VERSION | Eric Wong | 2006-06-05 | 1 | -1/+2 |
* | main.c: fix gcc-2.95 compilation problem | Eric Wong | 2006-06-05 | 1 | -1/+2 |
* | Made pid_file an optional config parameter. | J. Alexander Treuman | 2006-06-05 | 3 | -19/+31 |
* | New man page for mpd.conf. Thanks to qball and eleusis for input. | J. Alexander Treuman | 2006-06-04 | 2 | -1/+284 |
* | Return -1 on error, not on success. | J. Alexander Treuman | 2006-06-04 | 1 | -1/+1 |
* | Don't run configure from autogen.sh if NOCONFIGURE is non-empty. | J. Alexander Treuman | 2006-06-04 | 1 | -1/+3 |
* | correctly check for setenv() function | Eric Wong | 2006-06-04 | 2 | -2/+3 |
* | gcc 2.95 compatibility fixes | Eric Wong | 2006-06-04 | 2 | -4/+8 |
* | configure.ac: fix a bash-ism in generated ./configure | Eric Wong | 2006-06-04 | 1 | -1/+1 |
* | inputStream_http: avoid printf, use our handy macros in log.h | Eric Wong | 2006-05-21 | 1 | -1/+1 |
* | Remove superfluous \n from addid's commandError call. | J. Alexander Treuman | 2006-05-20 | 1 | -1/+1 |
* | Save audio output state in correct order. | J. Alexander Treuman | 2006-05-20 | 1 | -1/+1 |
* | Fix log message when removing subdirectories. | J. Alexander Treuman | 2006-05-15 | 1 | -3/+2 |
* | Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c... | J. Alexander Treuman | 2006-05-15 | 1 | -4/+17 |
* | Removed normalperson as an author in mpd.1 at his request. | J. Alexander Treuman | 2006-05-15 | 1 | -2/+0 |
* | Applied a modified patch for bug 344, needs testing with ipv6 | Qball Cow | 2006-05-14 | 1 | -83/+69 |
* | My first commit! :D Make sure the same interface isn't closed twice when max... | J. Alexander Treuman | 2006-05-10 | 1 | -1/+2 |
* | Jat/Q patch for checking permission on database before creating it | Qball Cow | 2006-05-08 | 3 | -0/+15 |
* | Fix for bug 483 | Qball Cow | 2006-05-08 | 1 | -1/+2 |
* | Commit Jat's patch for bug 1282 | Qball Cow | 2006-05-08 | 1 | -3/+3 |
* | Commit Jat's patch for bug 1281 | Qball Cow | 2006-05-08 | 5 | -12/+7 |
* | remove comment line from man page | Qball Cow | 2006-05-04 | 1 | -1/+0 |