- 07 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2015 1 commit
-
-
Max Kellermann authored
-
- 16 Dec, 2015 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2015 1 commit
-
-
Michael Paquier authored
-
- 16 Oct, 2015 1 commit
-
-
Max Kellermann authored
-
- 17 Sep, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2015 1 commit
-
-
Max Kellermann authored
-
- 26 Jun, 2015 1 commit
-
-
Max Kellermann authored
Since we are removing GLib, this call is useless.
-
- 23 Jun, 2015 1 commit
-
-
Max Kellermann authored
-
- 21 Mar, 2015 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 04 Dec, 2014 1 commit
-
-
Max Kellermann authored
Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
-
- 29 Nov, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't abort the process, let the caller decide instead.
-
- 20 Nov, 2014 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
-