- 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
-
- 01 Feb, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Jan, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Jan, 2015 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Apparently, Android's build.xml requires the icon to be available, even when only running the Java compiler.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We already know the offset.
-
Max Kellermann authored
-
- 29 Jan, 2015 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
std::auto_ptr is deprecated, and std::unique_ptr is much better anyway.
-
PHO authored
This is Darwin specific: the previous implementation was causing an integer overflow when base.numer is very large. On PPC Darwin, the timebase info is 1000000000/33330116 and this is too large for integer arithmetic.
-
PHO authored
This is Darwin specific: the previous implementation was causing an integer overflow when base.numer is very large. On PPC Darwin, the timebase info is 1000000000/33330116 and this is too large for integer arithmetic.
-
Max Kellermann authored
Don't abort the process if there's not enough memory. This buffer is not important and can be large.
-
Max Kellermann authored
Merge two free() calls.
-
Max Kellermann authored
A bug report was submitted with a 600 kB ID3 tag that could not be read by MPD.
-
- 28 Jan, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2015 3 commits
-
-
Max Kellermann authored
Fixes a bug that occurs when runing "build.py" from inside the "win32" directory.
-
Max Kellermann authored
-
Max Kellermann authored
-