1. 05 Jun, 2019 3 commits
  2. 04 Apr, 2019 1 commit
  3. 03 Apr, 2019 1 commit
  4. 28 Dec, 2018 1 commit
  5. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  6. 31 Oct, 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 5 commits
  10. 10 Aug, 2017 2 commits
  11. 08 May, 2017 1 commit
  12. 19 Feb, 2017 2 commits
  13. 03 Jan, 2017 2 commits
  14. 02 Nov, 2016 1 commit
  15. 12 Apr, 2016 1 commit
  16. 26 Feb, 2016 1 commit
  17. 10 Feb, 2015 1 commit
  18. 01 Jan, 2015 1 commit
  19. 09 Jul, 2014 1 commit
  20. 24 Feb, 2014 1 commit
  21. 19 Feb, 2014 1 commit
  22. 23 Jan, 2014 1 commit
  23. 13 Jan, 2014 1 commit
  24. 06 Jan, 2014 1 commit
  25. 04 Jan, 2014 4 commits
  26. 31 Dec, 2013 1 commit
  27. 30 Oct, 2013 1 commit
  28. 26 Oct, 2013 1 commit
    • Oddegamra's avatar
      output/httpd: accept icy-metadata with and without space · 5f13c1cd
      Oddegamra authored
      Some, or most, Win32 audio players will pass "icy-metadata:1" to
      streaming servers. MPD expects a space between ":" and "1" at this
      point, and thus does not send any stream metadata. This applies to
      foobar2k and Winamp, for example.
      
      According to forums.radiotoolbox.com/viewtopic.php?t=74 not having
      a space there is expected behavior, so maybe MPD could accept
      both forms to determine if metadata should be sent or not.
      5f13c1cd