1. 02 Nov, 2014 1 commit
  2. 31 Aug, 2014 2 commits
  3. 09 Jul, 2014 1 commit
  4. 02 Mar, 2014 2 commits
  5. 24 Feb, 2014 1 commit
  6. 10 Dec, 2013 1 commit
  7. 02 Dec, 2013 1 commit
    • Lukas Stabe's avatar
      output/openal: check __APPLE__ instead of HAVE_OSX · 0ea5f4ac
      Lukas Stabe authored
      On OSX, the configure-flag --enable-osx is used to enable the
      unsupported osx output. It sets the HAVE_OSX preprocessor define.
      
      src/output/OpenALOutputPlugin.cxx uses this define to determine wether
      it is building on OSX, and imports different headers (which have
      nothing to do with the osx output) depending on wether or not it is
      set.
      0ea5f4ac
  8. 11 Nov, 2013 1 commit
  9. 04 Nov, 2013 2 commits
  10. 30 Oct, 2013 1 commit
  11. 28 Oct, 2013 1 commit
  12. 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
  13. 24 Oct, 2013 2 commits
  14. 21 Oct, 2013 1 commit
  15. 20 Oct, 2013 1 commit
  16. 19 Oct, 2013 1 commit
  17. 17 Oct, 2013 1 commit
    • Max Kellermann's avatar
      fs/Path: rename to AllocatedPath · abfbd553
      Max Kellermann authored
      The new class Path only holds a string pointer without being
      responsible for allocation/deallocation.  The FileSystem.hxx library
      accepts Path arguments instead of AllocatedPath, to avoid forcing
      callers to allocate another string object.
      abfbd553
  18. 16 Oct, 2013 1 commit
  19. 15 Oct, 2013 8 commits
  20. 14 Oct, 2013 1 commit
  21. 02 Oct, 2013 2 commits
  22. 27 Sep, 2013 1 commit
  23. 26 Sep, 2013 1 commit
  24. 05 Sep, 2013 2 commits
  25. 04 Sep, 2013 3 commits