- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 25 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Sep, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Switch the remaining users to "postponed_exception".
-
- 09 Sep, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Will replace "postponed_error".
-
- 17 Jun, 2016 3 commits
-
-
Max Kellermann authored
Use the snd_pcm_t only in the IOThread, and reuse code that is well-known to work.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 06 Jan, 2015 1 commit
-
-
Max Kellermann authored
Fixes a problem with the "curl" input plugin: IsEOF() always returns true because the "open" flag was cleared by CurlInputStream::RequestDone() when end-of-stream was reached. This flag stays false even when seeking to another position has succeeded. This patch resets the "open" flag to true after seeking successfully.
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 07 Nov, 2014 1 commit
-
-
Max Kellermann authored
Fixes crash in the "audiofile" decoder while logging the seek error.
-
- 19 Aug, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Jun, 2014 2 commits
-
-
Max Kellermann authored
Checking "!open" did not work with the NFS plugin because that plugin does not close the file automatically, unlike CURL.
-
Max Kellermann authored
This reverts commit 966c4244. The commit was bad, because the bug was really in NfsInputStream::DoRead(); see previous commit.
-
- 17 Jun, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
May cause assertion failure.
-
Max Kellermann authored
-
- 24 May, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
New base class for other InputStream implementations that run in the I/O thread.
-