1. 05 Jun, 2019 1 commit
  2. 03 Apr, 2019 1 commit
  3. 28 Dec, 2018 1 commit
  4. 08 Nov, 2018 1 commit
    • Max Kellermann's avatar
      output/httpd: fix nullptr dereference crash bug · 583208db
      Max Kellermann authored
      When `metadata_sent` is `false`, the plugin assumes there is metadata
      which must be sent, even if no metadata page was passed to the plugin.
      Initializing it to `true` avoids dereferencing this `nullptr`.
      
      Fixes #412
      583208db
  5. 31 Oct, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 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
  8. 20 Dec, 2017 1 commit
  9. 10 Nov, 2017 4 commits
  10. 10 Aug, 2017 2 commits
  11. 08 May, 2017 1 commit
  12. 19 Feb, 2017 1 commit
  13. 03 Jan, 2017 1 commit
  14. 02 Nov, 2016 1 commit
  15. 01 Mar, 2016 1 commit
  16. 26 Feb, 2016 1 commit
  17. 19 Oct, 2015 1 commit
  18. 17 Mar, 2015 1 commit
  19. 01 Jan, 2015 1 commit
  20. 19 Feb, 2014 1 commit
  21. 23 Jan, 2014 1 commit
  22. 13 Jan, 2014 1 commit
  23. 04 Jan, 2014 4 commits
  24. 31 Dec, 2013 3 commits
  25. 24 Oct, 2013 1 commit
  26. 15 Oct, 2013 2 commits
  27. 04 Sep, 2013 1 commit
  28. 07 Aug, 2013 1 commit
  29. 30 Jan, 2013 2 commits