nextcloud/lib
Morris Jobke de912385e0
Fix seeking on object storage
Seeking is not needed if the $from is 0, because then the pointer is already at the correct position. Additionally another fallback is added, that if the fseek fails it just uses an fread to skip the beginning of the file until it is at the correct position. This skipping is done with a chunked fread.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-27 12:16:28 +02:00
..
composer Update autoloader 2017-10-24 08:28:07 +02:00
l10n [tx-robot] updated from transifex 2017-10-26 00:08:39 +00:00
private Fix seeking on object storage 2017-10-27 12:16:28 +02:00
public Merge pull request #6920 from nextcloud/appmanager-usage 2017-10-24 13:53:17 +02:00
autoloader.php Revert "Add a magic wrapper to allow phpunit4 to run the code again " 2017-03-20 14:25:43 +01:00
base.php Add logrote as a default background job 2017-10-24 08:28:06 +02:00