- 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.
-