aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New man page for mpd.conf. Thanks to qball and eleusis for input.J. Alexander Treuman2006-06-042-1/+284
* Return -1 on error, not on success.J. Alexander Treuman2006-06-041-1/+1
* Don't run configure from autogen.sh if NOCONFIGURE is non-empty.J. Alexander Treuman2006-06-041-1/+3
* correctly check for setenv() functionEric Wong2006-06-042-2/+3
* gcc 2.95 compatibility fixesEric Wong2006-06-042-4/+8
* configure.ac: fix a bash-ism in generated ./configureEric Wong2006-06-041-1/+1
* inputStream_http: avoid printf, use our handy macros in log.hEric Wong2006-05-211-1/+1
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-201-1/+1
* Save audio output state in correct order.J. Alexander Treuman2006-05-201-1/+1
* Fix log message when removing subdirectories.J. Alexander Treuman2006-05-151-3/+2
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-151-4/+17
* Removed normalperson as an author in mpd.1 at his request.J. Alexander Treuman2006-05-151-2/+0
* Applied a modified patch for bug 344, needs testing with ipv6Qball Cow2006-05-141-83/+69
* My first commit! :D Make sure the same interface isn't closed twice when max...J. Alexander Treuman2006-05-101-1/+2
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-083-0/+15
* Fix for bug 483Qball Cow2006-05-081-1/+2
* Commit Jat's patch for bug 1282Qball Cow2006-05-081-3/+3
* Commit Jat's patch for bug 1281Qball Cow2006-05-085-12/+7
* remove comment line from man pageQball Cow2006-05-041-1/+0
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-031-1/+1
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-305-6/+26
* Remove unused config valueQball Cow2006-04-302-2/+0
* Update man page, adding normalperson as developerQball Cow2006-04-301-235/+33
* update help textQball Cow2006-04-301-4/+4
* outputs now only needs read permissionQball Cow2006-04-271-1/+1
* Update COMMANDS file with plchangesposid commandQball Cow2006-04-251-0/+16
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-233-0/+39
* Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jatAvuton Olrich2006-04-221-8/+34
* Solaris is reported to not have a setenv() thusAvuton Olrich2006-04-221-0/+12
* Fix typo, fixes bug in mantis, will sign off laterAvuton Olrich2006-04-221-1/+1
* oggvorbis_plugin.c: eek, I'm a moron..Eric Wong2006-04-181-1/+1
* oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong2006-04-181-2/+2
* Don't rely on memcmp() for structs, padding bits are randomEric Wong2006-04-052-3/+8
* myfprintf: we should be near -ke speeds on most desktopsEric Wong2006-03-291-3/+1
* src/playlist.c: remove unnecessary strdup()Eric Wong2006-03-261-4/+5
* src/command.c: protocol commands are all lowercase, _always_Eric Wong2006-03-261-2/+2
* Small fix, it's file: test not file:testQball Cow2006-03-261-2/+2
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-263-73/+123
* src/audioOutputs/audioOutput_oss.c: fix for big-endian machinesEric Wong2006-03-251-15/+19
* src/outputBuffer.c: bugfix: freeMpdTag(), not just free()Eric Wong2006-03-191-1/+1
* rewrite statefile code for audio devicesEric Wong2006-03-183-108/+91
* ls.c: remove unnecessary strdupEric Wong2006-03-181-2/+0
* merge with mpd/trunk up to r3925Eric Wong2006-03-1625-353/+1200
* fix some uninitialized variables (found by valgrind)Eric Wong2006-03-162-0/+3
* command.c: remove unnecessary strdup()Eric Wong2006-03-161-5/+3
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-164-6/+6
* conf.c: correctly parse "~username/file" in config filesEric Wong2006-03-161-1/+1
* inputStream_http.c: speling fikcsesEric Wong2006-03-151-4/+4
* conf.c: speling ficksesEric Wong2006-03-151-3/+3
* fix bug 544Warren Dukes2006-01-251-11/+4