- 16 Dec, 2019 33 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
release v0.21.17
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/685
-
Max Kellermann authored
Prepare for allowing ISO8601 time stamps without delimiters, such as 20191216, and prevent them from being interpreted as numeric UNIX time stamps.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
And allow "Z" suffix after date.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for adding more flexible parsing.
-
Max Kellermann authored
Move code from Parser.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
This is recommended by the strptime() manpage, because strptime() does not initialize/set attributes which were not specified in the format string.
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/562
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Naglis Jonaitis authored
-
- 09 Dec, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Dec, 2019 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Most importantly, this commit translates ZZIP_ENOENT to std::system_error(ENOENT) so IsFileNotFound() returns true and find_stream_art() can suppress the log line.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Nov, 2019 1 commit
-
-
Max Kellermann authored
This also reverts the previous commit which was wrong. When the Vorbis decoder is disabled, we can't compile VorbisComments.cxx at all. Instead of expanding the #ifdef, this commit moves VorbisComments.cxx to a separate library with dependencies on libvorbis (which was missing previously, which could also lead to build failures if the libvorbis headers were in a non-standard directory).
-