| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | command.c: remove unnecessary strdup() | Eric Wong | 2006-03-16 | 1 | -5/+3 |
* | Hopefully the last of the spelling fixes :> | Eric Wong | 2006-03-16 | 4 | -6/+6 |
* | conf.c: correctly parse "~username/file" in config files | Eric Wong | 2006-03-16 | 1 | -1/+1 |
* | inputStream_http.c: speling fikcses | Eric Wong | 2006-03-15 | 1 | -4/+4 |
* | conf.c: speling fickses | Eric Wong | 2006-03-15 | 1 | -3/+3 |
* | fix bug 544 | Warren Dukes | 2006-01-25 | 1 | -11/+4 |
* | fix for mp3 replaygaine | Qball Cow | 2006-01-21 | 1 | -4/+1 |
* | fix title->track in config file replaygain example | Qball Cow | 2006-01-14 | 1 | -1/+1 |
* | Replay gain for mp3. (Patch cleaned up and provided by Jat) | Qball Cow | 2006-01-14 | 1 | -18/+70 |
* | fix addid crash ( found by qball ) | Warren Dukes | 2006-01-07 | 1 | -1/+1 |
* | flac_plugin: revert the performance optimization we did a while ago | Eric Wong | 2005-12-31 | 1 | -23/+19 |
* | r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800 | Eric Wong | 2005-12-31 | 2 | -0/+2 |
* | call dropBufferedAudio() when pausing | Warren Dukes | 2005-12-17 | 1 | -1/+4 |
* | Configure fix, so when no glib found it gives a error, and another race condi... | Qball Cow | 2005-12-14 | 2 | -2/+2 |
* | potential fix for bug #466 | Warren Dukes | 2005-12-12 | 1 | -6/+6 |
* | optimize away a boatload of strdups during update | Eric Wong | 2005-12-05 | 1 | -4/+11 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 9 | -36/+41 |
* | gcc 2.95 fixes | Eric Wong | 2005-11-19 | 5 | -6/+9 |
* | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 2005-11-18 | 7 | -8/+44 |
* | DJWLindenaar balanced tree and master process patch | Qball Cow | 2005-11-16 | 13 | -115/+288 |
* | debug messages no longer cause segfaults :P | Eric Wong | 2005-10-25 | 2 | -6/+4 |
* | Ticho's configure.ac patch | Qball Cow | 2005-10-07 | 1 | -19/+18 |
* | Fixed (tested in Fink and DarwinPorts) osX output plugin | Qball Cow | 2005-10-02 | 1 | -2/+2 |
* | Forgot commit message, Added extra debug output when scanning director sturct... | Qball Cow | 2005-09-08 | 1 | -0/+1 |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 12 | -15/+84 |
* | forgot to print a strerror | Warren Dukes | 2005-09-03 | 1 | -1/+1 |
* | disable shout if tremor is used because tremor is only an encoder | Eric Wong | 2005-08-26 | 1 | -1/+4 |
* | patch for using Tremor to decode Ogg-Vorbis | Eric Wong | 2005-08-25 | 2 | -4/+73 |
* | todo update | Warren Dukes | 2005-08-25 | 2 | -1/+16 |
* | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 2005-08-23 | 4 | -0/+143 |
* | "&", not "&&" (the bug itself was harmless, but a bug nevertheless) | Eric Wong | 2005-08-20 | 1 | -1/+1 |
* | change a break; to a return statement | Warren Dukes | 2005-08-18 | 1 | -1/+1 |
* | restore compat.c | Warren Dukes | 2005-08-18 | 1 | -0/+503 |
* | attempt to fix an issue discoverred by jat with sending two close commands ba... | Warren Dukes | 2005-08-18 | 2 | -503/+5 |
* | patch from Oliver Logghe for Hauppage Media MVP support | Warren Dukes | 2005-08-11 | 3 | -0/+299 |
* | Fix AddId handler, It tried to add the first argument instead of the 2nd. Res... | Qball Cow | 2005-08-07 | 1 | -1/+1 |
* | fix warning reported gcc 4.0: x == y == z does not work as intended | Eric Wong | 2005-08-07 | 1 | -1/+2 |
* | Fix musepack bitrate display | Eric Wong | 2005-08-07 | 1 | -3/+4 |