- 29 Jul, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Feb, 2015 1 commit
-
-
Max Kellermann authored
The file handle is never reset to INVALID_HANDLE_VALUE, and thus the destructor will assume the operation shall be cancelled and will delete the temporary file. This was a major breakage for saving the database file and the state file.
-
- 26 Dec, 2014 2 commits
-
-
Max Kellermann authored
New in clang 3.6.
-
Max Kellermann authored
New in clang 3.6.
-
- 11 Nov, 2014 1 commit
-
-
Florent Le Coz authored
-
- 24 Oct, 2014 1 commit
-
-
Max Kellermann authored
MPD_PATH_MAX_UTF8 is only used by GLib-specific code currently.
-
- 10 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 28 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 11 Aug, 2014 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Several MPD subsystems can now read gzipped files; for example, the database file can be gzipped.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 08 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2014 7 commits
-
-
Max Kellermann authored
The new class is pluggable, to prepare for gzipped database files. For now, the TextFile class remains, and will be refactored away later.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Support operating systems that don't have O_CLOEXEC.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the std::string overhead.
-
- 06 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Jul, 2014 1 commit
-
-
Mantas Mikulėnas authored
The XDG cache directory is part of the "base directories" spec like $XDG_CONFIG_HOME, not "user directories".
-
- 01 Mar, 2014 3 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
-
Max Kellermann authored
-
- 23 Feb, 2014 1 commit
-
-
Max Kellermann authored
The upper-case name seems to be the canonical one.
-
- 17 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Move code from Path::RelativeFS() and make it generic.
-
- 30 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Reduce overhead, don't duplicate the string.
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
-