- 10 Nov, 2015 1 commit
-
-
Michael Paquier authored
-
- 16 Oct, 2015 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2014 1 commit
-
-
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.
-
- 31 Oct, 2014 2 commits
-
-
NanoTech authored
-
- 10 Oct, 2014 1 commit
-
-
nanotech authored
-
- 09 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 16 Sep, 2014 1 commit
-
-
Thomas Guillem authored
Break the mainloop and terminate run call.
-
- 24 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 16 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2014 1 commit
-
-
Max Kellermann authored
Don't fail to start if mpd.conf does not exist; just use default values.
-
- 10 Jun, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Mar, 2014 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Hard-coded path. Will be replaced soon.
-
- 27 Feb, 2014 2 commits
-
-
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.
-
Max Kellermann authored
-
- 26 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2014 1 commit
-
-
Max Kellermann authored
Finally, MPD runs on Android. For some small value of "runs". Very much work left, too much to describe.
-
- 21 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 19 Feb, 2014 5 commits
-
-
Max Kellermann authored
Fixes nullptr dereference (regression by commit df5f9f4a).
-
Max Kellermann authored
-
Max Kellermann authored
Ignore the storage configuration if FLAG_REQUIRE_STORAGE is not set in the DatabasePlugin.
-
Max Kellermann authored
The new method IsPlugin() replaces the "is_simple" flag.
-
Max Kellermann authored
Use a listener interface instead of GlobalEvents.
-
- 18 Feb, 2014 1 commit
-
-
Max Kellermann authored
Fix build failure.
-
- 17 Feb, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes nullptr dereference.
-
Max Kellermann authored
-
- 09 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-