- 28 Feb, 2015 17 commits
-
-
Max Kellermann authored
Don't pass Path::c_str() to tag_stream_scan() which requires a UTF-8 string.
-
Max Kellermann authored
Reduce some unnecessary overhead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate duplicate code.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces StatFile(), with a portable data object.
-
Max Kellermann authored
Previously, MPD printed the time stamp without printing the file name. That made no sense.
-
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
-