aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-04Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman1-3/+2
2007-06-03Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman1-1/+1
2007-06-03Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman1-0/+2
2007-06-03Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman1-4/+4
2007-06-03Making some bool options more consistent.J. Alexander Treuman4-14/+29
2007-06-03allow zeroconf to be disabled.Patrik Weiskircher3-0/+11
2007-06-02Adding a missing include.J. Alexander Treuman1-0/+1
2007-06-02Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman1-4/+0
2007-06-02Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher1-10/+106
2007-06-02Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman1-1/+1
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman4-3/+29
2007-06-01Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman3-9/+4
2007-06-01Minor formatting cleanups.J. Alexander Treuman2-7/+0
2007-05-30Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman1-1/+2
2007-05-30Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman4-76/+146
2007-05-30Adding a null output plugin.J. Alexander Treuman5-0/+142
2007-05-28Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman1-0/+1
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-2/+2
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26"unable open" -> "unable to open"J. Alexander Treuman1-1/+1
2007-05-26After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman3-6/+6
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman21-273/+135
2007-05-26Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman1-23/+27
2007-05-26Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman1-0/+4
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman4-31/+32
2007-05-26weather -> whetherJ. Alexander Treuman1-1/+1
2007-05-26Changing calls to strdup to xstrdup.J. Alexander Treuman1-2/+2
2007-05-26Cleaning up addToStoredPlaylist. Now we call freeJustSong if adding a URL.J. Alexander Treuman1-9/+18
2007-05-26Make sure StoredPlaylists always contain UTF-8 paths that are eitherJ. Alexander Treuman2-23/+38
2007-05-26More formatting/error message cleanups in storedPlaylist.c.J. Alexander Treuman1-50/+18
2007-05-26Don't call freeStoredPlaylist(sp) inside an if (!sp) block. It causesJ. Alexander Treuman1-2/+0
2007-05-25Cleaning up formatting and error messages in storedPlaylist.c.J. Alexander Treuman1-63/+25
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman7-36/+85
2007-05-24Adding rename command, for renaming stored playlists.J. Alexander Treuman3-0/+74
2007-05-24Cleaning up error messages in storedPlaylist.c.J. Alexander Treuman1-28/+42
2007-05-24Don't list playlists in lsinfo if the path isn't the root directory (theyJ. Alexander Treuman3-12/+23
2007-05-23Changing some DEBUG/ERROR/FATAL messages in the JACK plugin.J. Alexander Treuman1-18/+13
2007-05-23Tidying up pcm_utils.c a bit more.J. Alexander Treuman1-8/+9
2007-05-23Switching to the lsr simple API. The problem with the full API is that theJ. Alexander Treuman1-19/+7
2007-05-22Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman1-2/+1
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman4-186/+217
2007-05-22Cleaning up/correcting some comments.J. Alexander Treuman1-10/+7
2007-05-22ReindentingJ. Alexander Treuman1-10/+12
2007-05-16Fail loading the playlist on errors mid-file. The same code is used forJ. Alexander Treuman1-0/+4
2007-05-16Committing pat's rewrite of the stored playlist code. This also adds twoJ. Alexander Treuman7-282/+643
2007-05-15Changing "//" comments to "/* */" comments.J. Alexander Treuman3-15/+19
2007-04-26Fixing some code that was rendered unreadable by indent.J. Alexander Treuman1-6/+2
2007-04-26Forgot to change the associated fdprintf format to %li.J. Alexander Treuman1-1/+1
2007-04-26Changing SearchStats.playTime from int to unsigned long.J. Alexander Treuman1-1/+1
2007-04-25Adding count command. It's usage is identical to find, but instead ofJ. Alexander Treuman3-1/+71