- 28 Feb, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Feb, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
PathExists() should better do what CheckAccess() does, and CheckAccess() doesn't do what its name implies.
-
- 26 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 25 Feb, 2015 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 12 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 10 Feb, 2015 8 commits
-
-
Max Kellermann authored
Handles abstract sockets on Linux.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes yet another breakage of creating the database+state file on Windows.
-
- 09 Feb, 2015 2 commits
-
-
file:///Max Kellermann authored
Requiring this prefix makes the client's intention very clear, but it was too hard to understand why this prefix was needed. Initially, my intention was to differentiate from broken clients which prefix relate URIs with a slash; once MPD allowed that. In the past few years however, MPD has disallowed that, and there was no significant breakage (except for the "add /" special case which some clients apparently still do). So I figure it's about time to define that an URI that begins with a slash points to an arbitrary file on the file system.
-
Max Kellermann authored
-
- 08 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 07 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2015 8 commits
-
-
Max Kellermann authored
A few protocol feature have been added to the 0.20 branch, and thus we should raise the protocol version in the server greeting.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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.
-
Max Kellermann authored
-
Max Kellermann authored
Build a table of pre-existing tag types before adding new items. The old way would check HasType() each time, which would return true after the first instance of that tag type had been added, preventing duplicate tag types to be merged. This broke duplicate tag types loaded from the state file, because this code path uses TagBuilder::Complement().
-
- 04 Feb, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 02 Feb, 2015 1 commit
-
-
Max Kellermann authored
-