aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-041-3/+2
* Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman2007-06-031-1/+1
* Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman2007-06-031-0/+2
* Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman2007-06-031-4/+4
* Making some bool options more consistent.J. Alexander Treuman2007-06-034-14/+29
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-033-0/+11
* Adding a missing include.J. Alexander Treuman2007-06-021-0/+1
* Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman2007-06-021-4/+0
* Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher2007-06-021-10/+106
* Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman2007-06-021-1/+1
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-014-3/+29
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-013-9/+4
* Minor formatting cleanups.J. Alexander Treuman2007-06-012-7/+0
* Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman2007-05-301-1/+2
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-304-76/+146
* Adding a null output plugin.J. Alexander Treuman2007-05-305-0/+142
* Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman2007-05-281-0/+1
* Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman2007-05-271-2/+2
* 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
* 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
* More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman2007-05-261-50/+18
* Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman2007-05-261-2/+0
* Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman2007-05-251-63/+25
* Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman2007-05-247-36/+85
* Adding rename command, for renaming stored playlists.J. Alexander Treuman2007-05-243-0/+74
* Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman2007-05-241-28/+42
* Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman2007-05-243-12/+23
* Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman2007-05-231-18/+13
* Tidying up pcm_utils.c a bit more.J. Alexander Treuman2007-05-231-8/+9
* Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman2007-05-231-19/+7
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-221-2/+1
* Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman2007-05-224-186/+217
* Cleaning up/correcting some comments.J. Alexander Treuman2007-05-221-10/+7
* ReindentingJ. Alexander Treuman2007-05-221-10/+12
* Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman2007-05-161-0/+4
* Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman2007-05-167-282/+643
* Changing "//" comments to "/* */" comments.J. Alexander Treuman2007-05-153-15/+19
* Fixing some code that was rendered unreadable by indent.J. Alexander Treuman2007-04-261-6/+2
* Forgot to change the associated fdprintf format to %li.J. Alexander Treuman2007-04-261-1/+1
* Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman2007-04-261-1/+1
* Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman2007-04-253-1/+71