1. 07 Jan, 2014 1 commit
  2. 06 Jan, 2014 2 commits
  3. 05 Jan, 2014 2 commits
  4. 04 Jan, 2014 7 commits
  5. 31 Dec, 2013 6 commits
  6. 19 Dec, 2013 2 commits
  7. 14 Dec, 2013 1 commit
  8. 10 Dec, 2013 1 commit
  9. 04 Dec, 2013 1 commit
  10. 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
  11. 28 Nov, 2013 1 commit
  12. 26 Nov, 2013 1 commit
  13. 11 Nov, 2013 1 commit
  14. 04 Nov, 2013 2 commits
  15. 30 Oct, 2013 1 commit
  16. 28 Oct, 2013 1 commit
  17. 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
  18. 24 Oct, 2013 2 commits
  19. 21 Oct, 2013 1 commit
  20. 20 Oct, 2013 1 commit
  21. 19 Oct, 2013 1 commit
  22. 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
  23. 16 Oct, 2013 1 commit
  24. 15 Oct, 2013 1 commit