1. 10 Nov, 2015 1 commit
  2. 16 Oct, 2015 1 commit
  3. 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
  4. 31 Oct, 2014 2 commits
  5. 10 Oct, 2014 1 commit
  6. 09 Oct, 2014 1 commit
  7. 16 Sep, 2014 1 commit
  8. 24 Aug, 2014 1 commit
  9. 16 Aug, 2014 1 commit
  10. 30 Jul, 2014 1 commit
  11. 10 Jun, 2014 2 commits
  12. 01 Mar, 2014 7 commits
  13. 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
  14. 26 Feb, 2014 1 commit
  15. 24 Feb, 2014 2 commits
  16. 22 Feb, 2014 1 commit
    • Max Kellermann's avatar
      first Android release · 4dcf0b8a
      Max Kellermann authored
      Finally, MPD runs on Android.  For some small value of "runs".  Very
      much work left, too much to describe.
      4dcf0b8a
  17. 21 Feb, 2014 1 commit
  18. 19 Feb, 2014 5 commits
  19. 18 Feb, 2014 1 commit
  20. 17 Feb, 2014 5 commits
  21. 09 Feb, 2014 2 commits