summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-17mpd 0.13.2v0.13.2Eric Wong
2008-06-17mpd 0.13.2Eric Wong
2008-06-16Backport Bonjour support from trunkEric Wong
2008-06-16inputPlugins: add .oga suffix support for Ogg containersEric Wong
2008-06-14fix segmentation fault in song info parserMax Kellermann
2008-06-14fix strtok() related segmentation faultMax Kellermann
2008-06-14jack: initialize audioOutput->dataMax Kellermann
2008-06-14mod: fix crashing on modtracker filesHans de Goede
2008-01-29storedPlaylist: faster, but less accurate check for maximum sizesEric Wong
2008-01-28mpd 0.13.1v0.13.1Eric Wong
2008-01-27interface: abort if we expire while processing linesEric Wong
2008-01-27Redirect stdin *before* we establish a listen socketEric Wong
2008-01-27Fix Sun C 5.9 / C99 compatiblityEric Wong
2008-01-27Use POSIX compatible tr arguments in autogen.shEric Wong
2008-01-27autogen.sh: support for newer autoconf versions (2.60, 2.61)Eric Wong
2008-01-27pcm_utils: remove redundant semi-colon (breaks compilation with some compilers)Eric Wong
2008-01-27Know about SND_PCM_STATE_RUNNING, might fix some bugsEric Wong
2008-01-26storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong
2008-01-26fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong
2008-01-26If clearing stored playlist fails, don't return error + OK. but only the erro...Eric Wong
2008-01-26conf.c: remove extra semi-colon here, tooEric Wong
2008-01-26dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING state ...Eric Wong
2008-01-26removing debug messages from signal handlersEric Wong
2008-01-26Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong
2008-01-26zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong
2008-01-26mpc_plugin: break out if a missed error branchEric Wong
2008-01-26storedPlaylist: avoid segfaulting with "/" in the pathEric Wong
2007-09-17fixup includes for new (1.1.4+ FLAC) (thx normalperson)Avuton Olrich
2007-05-28Making branch for 0.13.0 fixes.J. Alexander Treuman
2007-05-28Properly re-tagging 0.13.0 release.v0.13.0J. Alexander Treuman
2007-05-28Re-tagging 0.13.0 release to fix a couple of bugs with the tarball.J. Alexander Treuman
2007-05-28Updating libFLAC.m4 so that -L isn't erroneously specified without anJ. Alexander Treuman
2007-05-28Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman
2007-05-28Tagging 0.13.0 release.J. Alexander Treuman
2007-05-28Setting release date in ChangeLog.J. Alexander Treuman
2007-05-27Updating INSTALL.J. Alexander Treuman
2007-05-27Updating UPGRADING.J. Alexander Treuman
2007-05-27Moving 0.13 tasks to 0.14 in TODO.J. Alexander Treuman
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman
2007-05-27Fix compilation error (missing ,)Avuton Olrich
2007-05-26"unable open" -> "unable to open"J. Alexander Treuman
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman
2007-05-26Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman
2007-05-26Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman
2007-05-26Adding format conversion and stored playlists to my AUTHORS entry. IJ. Alexander Treuman
2007-05-26weather -> whetherJ. Alexander Treuman
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman
2007-05-26Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman