1. 07 Feb, 2016 1 commit
  2. 18 Dec, 2015 1 commit
  3. 16 Dec, 2015 1 commit
  4. 11 Nov, 2015 1 commit
  5. 10 Nov, 2015 1 commit
  6. 16 Oct, 2015 1 commit
  7. 17 Sep, 2015 2 commits
  8. 15 Aug, 2015 1 commit
  9. 26 Jun, 2015 1 commit
  10. 23 Jun, 2015 1 commit
  11. 21 Mar, 2015 1 commit
  12. 21 Jan, 2015 2 commits
  13. 01 Jan, 2015 1 commit
  14. 04 Dec, 2014 1 commit
  15. 29 Nov, 2014 2 commits
  16. 20 Nov, 2014 1 commit
  17. 11 Nov, 2014 1 commit
    • Misty De Meo's avatar
      Main: fix compilation on OS X using non-Apple compilers · 134cb6a0
      Misty De Meo authored
      Commit d42c0f1d added an OS X-specific
      method of calling mpd_main_after_fork(), which uses Grand Central
      Dispatch. Since this uses a block literal, it breaks compilation on
      compilers which don't support the block extension, e.g. non-Apple
      compilers. This affects users on older OS X releases with GCD (which
      depend on older Clang releases, or Apple GCCs, which don't support the
      C++11 features MPD needs); or which don't support GCD at all (10.5 and
      lower).
      
      This patch changes the #ifdef so that the non-GCD code is used
      as it was on OS X before this patch if blocks aren't available, via
      checking __BLOCKS__ macro.
      134cb6a0
  18. 31 Oct, 2014 2 commits
  19. 10 Oct, 2014 1 commit
  20. 09 Oct, 2014 1 commit
  21. 16 Sep, 2014 1 commit
  22. 24 Aug, 2014 1 commit
  23. 16 Aug, 2014 1 commit
  24. 30 Jul, 2014 1 commit
  25. 10 Jun, 2014 2 commits
  26. 01 Mar, 2014 7 commits
  27. 27 Feb, 2014 2 commits
    • Max Kellermann's avatar
      db/simple: mount points · e9a85aa4
      Max Kellermann authored
      A SimpleDatabase instance can now "mount" other Database instances at
      certain locations.  This is used to use a new SimpleDatabase instance
      for each storage mount (issued with the "mount" protocol command).
      Each such instance has its own database file, stored in the directory
      that is specified with the "cache_directory" option.
      e9a85aa4
    • Max Kellermann's avatar
      db/update: cancel the update on shutdown · 681e012f
      Max Kellermann authored
      681e012f
  28. 26 Feb, 2014 1 commit