Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compare cached filesize on download | Maxence Lange | 2022-12-01 | 1 | -1/+10 |
* | fix using FSEEK_END with SeekableHttpStream to get file size | Robin Appelman | 2022-09-15 | 1 | -21/+60 |
* | handle stream wrappers in SeekableHttpStream | Robin Appelman | 2022-06-08 | 1 | -0/+13 |
* | Support seeking also from the end of file on S3 storage | Pauli Järvinen | 2021-09-11 | 1 | -1/+10 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -2/+4 |
* | harden seekable http stream a bit against failures | Robin Appelman | 2020-04-09 | 1 | -3/+13 |
* | update autoloader | Robin Appelman | 2020-04-03 | 1 | -9/+7 |
* | add basic tests for s3 seeking and add some error handling if reopen return t... | Robin Appelman | 2020-04-01 | 1 | -8/+18 |
* | make seekable s3 stream generic | Robin Appelman | 2020-04-01 | 1 | -0/+174 |