1. 26 Jan, 2008 1 commit
  2. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3
  3. 12 Jun, 2007 1 commit
    • J. Alexander Treuman's avatar
      Redoing remiss's shout patch. This time, just block on open() instead of · 3c5cecb8
      J. Alexander Treuman authored
      pretending to play while we wait for the connection to timeout.  This
      removes the need for timers, and thus removes the now unnecessary
      timer_get_runtime_* function(s) from the timer code.
      
      The changes made compared to the pre-patch shout plugin are:
      * Block while connecting, timing out after 2 seconds.
      * Close the device, and not just the connection, if play returns -1.
      * Remove sd->last_err (it's always assigned before use).
      * Some minor cleanups.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      3c5cecb8
  4. 09 Jun, 2007 2 commits
  5. 30 May, 2007 1 commit