- 20 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 19 Nov, 2018 1 commit
-
-
Max Kellermann authored
Since we switched from autotools to Meson in commit 94592c14, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints.
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 17 Jul, 2018 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This fixes an old bug which caused the "unused" warnings to be unreliable; only the first block in the list was marked as being "used", no matter if it was really used, and the rest was never marked as "used", suppressing all warnings for them.
-
Max Kellermann authored
-
Max Kellermann authored
Modeled after std::filesystem::operator/() from C++17.
-
- 16 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 24 Aug, 2017 2 commits
-
-
Max Kellermann authored
Allows database plugins to use the EventThread, e.g. for CURL integration.
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 29 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2015 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Jan, 2015 3 commits
-
-
Max Kellermann authored
The old struct config_param remains only for top-level string options.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2014 2 commits
-
-
Max Kellermann authored
Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified.
-
Max Kellermann authored
Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir().
-
- 19 Feb, 2014 1 commit
-
-
Max Kellermann authored
The new method IsPlugin() replaces the "is_simple" flag.
-
- 17 Feb, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This is misconfiguration, and MPD should abort.
-
Max Kellermann authored
-