| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add 'aif' as an extension with libaudiofile. | Avuton Olrich | 2006-05-03 | 1 | -1/+1 |
* | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 2006-04-30 | 5 | -6/+26 |
* | Remove unused config value | Qball Cow | 2006-04-30 | 2 | -2/+0 |
* | Update man page, adding normalperson as developer | Qball Cow | 2006-04-30 | 1 | -235/+33 |
* | update help text | Qball Cow | 2006-04-30 | 1 | -4/+4 |
* | outputs now only needs read permission | Qball Cow | 2006-04-27 | 1 | -1/+1 |
* | Update COMMANDS file with plchangesposid command | Qball Cow | 2006-04-25 | 1 | -0/+16 |
* | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 2006-04-23 | 3 | -0/+39 |
* | Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jat | Avuton Olrich | 2006-04-22 | 1 | -8/+34 |
* | Solaris is reported to not have a setenv() thus | Avuton Olrich | 2006-04-22 | 1 | -0/+12 |
* | Fix typo, fixes bug in mantis, will sign off later | Avuton Olrich | 2006-04-22 | 1 | -1/+1 |
* | oggvorbis_plugin.c: eek, I'm a moron.. | Eric Wong | 2006-04-18 | 1 | -1/+1 |
* | oggvorbis_plugin.c: oops, fix an off-by-one | Eric Wong | 2006-04-18 | 1 | -2/+2 |
* | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 2006-04-05 | 2 | -3/+8 |
* | myfprintf: we should be near -ke speeds on most desktops | Eric Wong | 2006-03-29 | 1 | -3/+1 |
* | src/playlist.c: remove unnecessary strdup() | Eric Wong | 2006-03-26 | 1 | -4/+5 |
* | src/command.c: protocol commands are all lowercase, _always_ | Eric Wong | 2006-03-26 | 1 | -2/+2 |
* | Small fix, it's file: test not file:test | Qball Cow | 2006-03-26 | 1 | -2/+2 |
* | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 2006-03-26 | 3 | -73/+123 |
* | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 2006-03-25 | 1 | -15/+19 |
* | src/outputBuffer.c: bugfix: freeMpdTag(), not just free() | Eric Wong | 2006-03-19 | 1 | -1/+1 |
* | rewrite statefile code for audio devices | Eric Wong | 2006-03-18 | 3 | -108/+91 |
* | ls.c: remove unnecessary strdup | Eric Wong | 2006-03-18 | 1 | -2/+0 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 25 | -353/+1200 |
* | fix some uninitialized variables (found by valgrind) | Eric Wong | 2006-03-16 | 2 | -0/+3 |