aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-1623-340/+1063
* 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-163-5/+5
* 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
* 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-141-1/+1
* 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-1612-115/+284
* debug messages no longer cause segfaults :PEric Wong2005-10-252-6/+4
* Fixed (tested in Fink and DarwinPorts) osX output pluginQball Cow2005-10-021-2/+2
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-0811-13/+81
* forgot to print a strerrorWarren Dukes2005-09-031-1/+1
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-251-0/+15
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-233-0/+142
* "&", not "&&" (the bug itself was harmless, but a bug nevertheless)Eric Wong2005-08-201-1/+1
* change a break; to a return statementWarren Dukes2005-08-181-1/+1
* restore compat.cWarren Dukes2005-08-181-0/+503
* attempt to fix an issue discoverred by jat with sending two close commands ba...Warren Dukes2005-08-182-503/+5
* patch from Oliver Logghe for Hauppage Media MVP supportWarren Dukes2005-08-113-0/+299
* Fix AddId handler, It tried to add the first argument instead of the 2nd. Res...Qball Cow2005-08-071-1/+1
* fix warning reported gcc 4.0: x == y == z does not work as intendedEric Wong2005-08-071-1/+2