- 16 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 29 Jul, 2019 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/607
-
Max Kellermann authored
-
- 23 May, 2019 1 commit
-
-
Max Kellermann authored
Prepare for templated functions.
-
- 22 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 08 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 16 Mar, 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.
-
- 16 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 24 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 18 Aug, 2017 1 commit
-
-
Max Kellermann authored
-
- 16 May, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 08 Feb, 2017 3 commits
-
-
Max Kellermann authored
Some database plugins don't use a Storage (e.g. UPnP), and with this plugin, DatabaseDetachSong() can crash.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 27 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 18 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 20 Oct, 2015 1 commit
-
-
Max Kellermann authored
Avoid duplicate AllocatedPath::FromUTF8() invocations in two callers.
-
- 22 Jun, 2015 1 commit
-
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 28 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2014 1 commit
-
-
Max Kellermann authored
Enables using range-based "for".
-
- 07 Feb, 2014 2 commits
-
-
Max Kellermann authored
Build the UTF-8 version of the path automatically in the constructor.
-
Max Kellermann authored
Replaces map_to_relative_path() from Mapper.cxx.
-
- 06 Feb, 2014 1 commit
-
-
Max Kellermann authored
Use Storage::MapUTF8() internally, don't use global variables.
-
- 04 Feb, 2014 1 commit
-
-
Max Kellermann authored
Move from db/DatabaseGlue.cxx, eliminating global variable.
-
- 03 Feb, 2014 2 commits
-
-
Max Kellermann authored
Reduce global variable usage, move to frontend code.
-
Max Kellermann authored
There was quite a lot of duplicate code for loading DetachedSong objects, with different semantics for "securely" loading local files.
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 20 Jan, 2014 2 commits
-
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
-