aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mpd 0.13.2svn/branch-0.13.0-fixesEric Wong2008-06-171-1/+1
* Backport Bonjour support from trunkEric Wong2008-06-167-30/+163
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-06-162-2/+2
* fix segmentation fault in song info parserMax Kellermann2008-06-141-4/+5
* fix strtok() related segmentation faultMax Kellermann2008-06-141-1/+4
* jack: initialize audioOutput->dataMax Kellermann2008-06-141-1/+3
* mod: fix crashing on modtracker filesHans de Goede2008-06-141-1/+1
* storedPlaylist: faster, but less accurate check for maximum sizesEric Wong2008-01-291-7/+7
* mpd 0.13.1Eric Wong2008-01-281-1/+1
* interface: abort if we expire while processing linesEric Wong2008-01-271-0/+2
* Redirect stdin *before* we establish a listen socketEric Wong2008-01-272-15/+29
* Fix Sun C 5.9 / C99 compatiblityEric Wong2008-01-271-1/+1
* Use POSIX compatible tr arguments in autogen.shEric Wong2008-01-271-1/+1
* autogen.sh: support for newer autoconf versions (2.60, 2.61)Eric Wong2008-01-271-1/+1
* pcm_utils: remove redundant semi-colon (breaks compilation with some compilers)Eric Wong2008-01-271-1/+1
* Know about SND_PCM_STATE_RUNNING, might fix some bugsEric Wong2008-01-271-0/+4
* storedPlaylist: prevent potential DoS from stored playlist commandsEric Wong2008-01-263-2/+19
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2008-01-263-9/+9
* If clearing stored playlist fails, don't return error + OK. but only the erro...Eric Wong2008-01-261-2/+1
* conf.c: remove extra semi-colon here, tooEric Wong2008-01-261-1/+1
* dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING state ...Eric Wong2008-01-261-1/+3
* removing debug messages from signal handlersEric Wong2008-01-264-10/+18
* Fix endless loop when mpd is launched from a non-interactive shell.Eric Wong2008-01-261-1/+5
* zeroconf: avoid passing NULLs to Avahi *_free() routinesEric Wong2008-01-261-4/+6
* mpc_plugin: break out if a missed error branchEric Wong2008-01-261-0/+2
* storedPlaylist: avoid segfaulting with "/" in the pathEric Wong2008-01-261-2/+10
* fixup includes for new (1.1.4+ FLAC) (thx normalperson)Avuton Olrich2007-09-171-1/+3
* Making branch for 0.13.0 fixes.J. Alexander Treuman2007-05-28161-37854/+0
* Properly re-tagging 0.13.0 release.release-0.13.0J. Alexander Treuman2007-05-282-18/+9
|\
| * Updating libFLAC.m4 so that -L isn't erroneously specified without anJ. Alexander Treuman2007-05-281-18/+8
| * Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman2007-05-281-0/+1
* | Re-tagging 0.13.0 release to fix a couple of bugs with the tarball.J. Alexander Treuman2007-05-28161-0/+37854
* | Tagging 0.13.0 release.J. Alexander Treuman2007-05-280-0/+0
|/
* Setting release date in ChangeLog.J. Alexander Treuman2007-05-281-1/+1
* Updating INSTALL.J. Alexander Treuman2007-05-271-1/+4
* Updating UPGRADING.J. Alexander Treuman2007-05-271-1/+6
* Moving 0.13 tasks to 0.14 in TODO.J. Alexander Treuman2007-05-271-1/+1
* Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman2007-05-274-4/+6
* Fix compilation error (missing ,)Avuton Olrich2007-05-271-1/+1
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-261-1/+1
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-263-6/+6
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-2621-273/+135
* Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman2007-05-261-23/+27
* Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman2007-05-261-0/+4
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-264-31/+32
* Adding format conversion and stored playlists to my AUTHORS entry. IJ. Alexander Treuman2007-05-261-1/+1
* weather -> whetherJ. Alexander Treuman2007-05-261-1/+1
* Changing calls to strdup to xstrdup.J. Alexander Treuman2007-05-261-2/+2
* Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman2007-05-261-9/+18
* Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2007-05-262-23/+38