1. 06 Jul, 2018 1 commit
    • Max Kellermann's avatar
      output/httpd: remove broken DLNA support code · 5f082a27
      Max Kellermann authored
      This code was added in 21851c06 but
      looks completely broken:
      
      - the status code is "206 OK" but "206" would be "Partial Content"
      
      - the "Content-Length" header has a bogus value
      
      - the "Content-RangeX" parameter has different bogus values (why
        "Content-RangeX" anyway and not "Content-Range"?)
      
      Apart from that, there are strange undocumented non-standard headers
      which are probably there to work around bugs/expectations in one
      broken proprietary client product.  But these days, MPD doesn't bend
      over to support broken clients.  So let's kill this code.
      
      Closes #304
      5f082a27
  2. 22 Jun, 2018 1 commit
  3. 28 May, 2018 4 commits
  4. 22 May, 2018 5 commits
  5. 12 May, 2018 3 commits
  6. 07 May, 2018 2 commits
  7. 03 May, 2018 2 commits
  8. 30 Apr, 2018 2 commits
  9. 26 Apr, 2018 6 commits
  10. 25 Apr, 2018 2 commits
  11. 15 Mar, 2018 5 commits
  12. 14 Mar, 2018 1 commit
  13. 09 Mar, 2018 1 commit
    • Michal Smucr's avatar
      Bump minimum required version of Boost to 1.54. · c745e14f
      Michal Smucr authored
      lockfree library used by ALSA output plugin is part of Boost from version 1.53,
      so this can be theoretically the lowest required version, however
      there are issues which are resolved from 1.54 onwards.
      c745e14f
  14. 05 Mar, 2018 1 commit
  15. 04 Mar, 2018 4 commits