Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix SeekableHttpStream::stream_stat errors on failed open | Robin Appelman | 2023-07-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | compare cached filesize on download | Maxence Lange | 2022-12-01 | 1 | -1/+10 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix using FSEEK_END with SeekableHttpStream to get file size | Robin Appelman | 2022-09-15 | 1 | -21/+60 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | handle stream wrappers in SeekableHttpStream | Robin Appelman | 2022-06-08 | 1 | -0/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Support seeking also from the end of file on S3 storage | Pauli Järvinen | 2021-09-11 | 1 | -1/+10 |
| | | | | | | | | The PR https://github.com/nextcloud/server/pull/20033 added support for `fseek` for the S3 storage backend. However, the seek mode SEEK_END was left out that time. This PR fills this gap. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -2/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | harden seekable http stream a bit against failures | Robin Appelman | 2020-04-09 | 1 | -3/+13 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update autoloader | Robin Appelman | 2020-04-03 | 1 | -9/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add basic tests for s3 seeking and add some error handling if reopen return ↵ | Robin Appelman | 2020-04-01 | 1 | -8/+18 |
| | | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | make seekable s3 stream generic | Robin Appelman | 2020-04-01 | 1 | -0/+174 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |