- 16 Sep, 2014 1 commit
-
-
Thomas Guillem authored
The second time init was called, http_200_aliases pointed to a freed pointer and leaded to a SEGFAULT.
-
- 02 Sep, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 Aug, 2014 1 commit
-
-
Max Kellermann authored
Fixes hanging NFS client.
-
- 29 Aug, 2014 1 commit
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
- 19 Aug, 2014 9 commits
-
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
Seeking on NFS or SMB is cheap. Actually, only HTTP streams are expensive to seek. This enables a few features on NFS/SMB files, for example Ogg tags.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Has been moved to class InputStream long ago.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Aug, 2014 5 commits
-
-
Max Kellermann authored
Generate more detailed error messages.
-
Max Kellermann authored
Eliminate duplicate definition (in input plugin and decoder plugin).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Aug, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Let the caller decide whether to strip. Only remove \n and \r (end-of-line markers).
-
Max Kellermann authored
Look at the buffer first, before trying to read from the file. This reduces overhead because we don't refill the buffer after every line.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Aug, 2014 2 commits
-
-
Max Kellermann authored
Revert to the old API before commit e9e55b08, removing unnecessary bloat.
-
Max Kellermann authored
-
- 11 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Jul, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Jun, 2014 3 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.
-
Max Kellermann authored
Avoids off-by-one bug and obsoletes the bug fix in commit 966c4244
-
- 17 Jun, 2014 5 commits
-
-
Max Kellermann authored
More robust and cancellable.
-
Max Kellermann authored
-
Max Kellermann authored
May cause assertion failure.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 May, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
New base class for other InputStream implementations that run in the I/O thread.
-
Max Kellermann authored
Fixes assertion failure.
-
Max Kellermann authored
-