summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-28Adding ioops.h to mpd_headers so that it gets included in the tarball.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-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
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman
2007-05-23Tidying up pcm_utils.c a bit more.J. Alexander Treuman
2007-05-23Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman
2007-05-22Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman
2007-05-22Cleaning up/correcting some comments.J. Alexander Treuman
2007-05-22ReindentingJ. Alexander Treuman
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman
2007-04-26Fixing some code that was rendered unreadable by indent.J. Alexander Treuman
2007-04-26Forgot to change the associated fdprintf format to %li.J. Alexander Treuman
2007-04-26Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman