aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix for mp3 replaygaineQball Cow2006-01-211-4/+1
* fix title->track in config file replaygain exampleQball Cow2006-01-141-1/+1
* Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow2006-01-141-18/+70
* fix addid crash ( found by qball )Warren Dukes2006-01-071-1/+1
* flac_plugin: revert the performance optimization we did a while agoEric Wong2005-12-311-23/+19
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-312-0/+2
* call dropBufferedAudio() when pausingWarren Dukes2005-12-171-1/+4
* Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow2005-12-142-2/+2
* potential fix for bug #466Warren Dukes2005-12-121-6/+6
* optimize away a boatload of strdups during updateEric Wong2005-12-051-4/+11
* remove C++ style commentsEric Wong2005-11-199-36/+41
* gcc 2.95 fixesEric Wong2005-11-195-6/+9
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-187-8/+44
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-1613-115/+288
* debug messages no longer cause segfaults :PEric Wong2005-10-252-6/+4
* Ticho's configure.ac patchQball Cow2005-10-071-19/+18
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* Forgot commit message, Added extra debug output when scanning director sturct...Qball Cow2005-09-081-0/+1
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-0812-15/+84
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* disable shout if tremor is used because tremor is only an encoderEric Wong2005-08-261-1/+4
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-252-4/+73
* todo updateWarren Dukes2005-08-252-1/+16
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-234-0/+143