summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Stream/SeekableHttpStream.php
Commit message (Expand)AuthorAgeFilesLines
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+10
* fix using FSEEK_END with SeekableHttpStream to get file sizeRobin Appelman2022-09-151-21/+60
* handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-081-0/+13
* Support seeking also from the end of file on S3 storagePauli Järvinen2021-09-111-1/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headers for 19Christoph Wurst2020-04-291-2/+4
* harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
* update autoloaderRobin Appelman2020-04-031-9/+7
* add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-011-8/+18
* make seekable s3 stream genericRobin Appelman2020-04-011-0/+174