- 26 Aug, 2019 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Xipmix authored
-
- 22 Aug, 2019 2 commits
-
-
Max Kellermann authored
Caused by a revert accident in commit f2cdbeac Closes https://github.com/MusicPlayerDaemon/MPD/issues/631
-
Max Kellermann authored
This reverts commit 58d7804d. It caused a use-after-free bug when Client::OnSocketError() was called due to a failed write, e.g. if the output buffer was full.
-
- 21 Aug, 2019 3 commits
-
-
Max Kellermann authored
release v0.21.14
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Aug, 2019 9 commits
-
-
Max Kellermann authored
The new Response instance in the `catch` block didn't have the `command` attribute set, so the error response didn't indicate which command had failed, which however is required in the MPD protocol. Closes https://github.com/MusicPlayerDaemon/MPD/issues/628
-
Max Kellermann authored
Clarify that those can't throw, preparing for the next commit.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Previously, a bogus value (whatever happened to be still in `start_time`) was used.
-
Max Kellermann authored
See code comment. Closes https://github.com/MusicPlayerDaemon/MPD/issues/629
-
Max Kellermann authored
-
Max Kellermann authored
This optimization is useless because sane pthread_cond_signal() implementations check the number of waiters and do not invoke a system call if there are none.
-
- 19 Aug, 2019 17 commits
-
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-