1. 04 Jan, 2012 1 commit
  2. 24 Dec, 2011 4 commits
  3. 13 Dec, 2011 10 commits
  4. 20 Oct, 2011 1 commit
  5. 08 Oct, 2011 3 commits
  6. 30 Sep, 2011 1 commit
    • Steven Blackburn's avatar
      Add support for streaming to a DLNA client · 21851c06
      Steven Blackburn authored
      The Naim Uniti does not appear to support icecast-style streaming of FLAC
      music but does support the codec from a DLNA server. This change looks for
      "transferMode.dlna.org: Streaming" in the HTTP request header and responds
      with something the Uniti (and hopefully other DLNA clients) accepts.
      
      The only difference in the DLNA streaming mode is the reponse header and
      that icecast metadata is disabled. If a client request indicates both modes
      are supported, the DLNA mode is preferred (as the Uniti says it supports
      both but then rejects a FLAC ICY stream).
      
      Note: This change may be specific to Naim equipment (the only device it was
      tested on). E.g. the hardcoding of Content-Length which works but is not a
      logically correct value. The change should be backwards-compatible, so
      only those clients requesting a DLNA stream will see any difference.
      21851c06
  7. 21 Sep, 2011 1 commit
    • Dan McGee's avatar
      Simplify setsockopt() casting workaround · 81768801
      Dan McGee authored
      On Win32, the third setsockopt parameter has type (char *) while on POSIX
      systems it is (void *). However, given that it is a no-op cast to go from a
      char pointer to a void pointer, we can cast to a char pointer (with a
      possible const modifier) on all platforms and satisfy the compiler.
      Signed-off-by: 's avatarDan McGee <dan@archlinux.org>
      81768801
  8. 20 Sep, 2011 4 commits
  9. 19 Sep, 2011 2 commits
  10. 18 Sep, 2011 3 commits
  11. 17 Sep, 2011 10 commits