summaryrefslogtreecommitdiffstats
path: root/lib/private/largefilehelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Document exceptions thrown by \OC\LargeFileHelper.Andreas Fischer2014-05-291-2/+7
|
* Use "file size" instead of "filesize", then also apply camel case.Andreas Fischer2014-05-291-24/+24
|
* Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable.Andreas Fischer2014-05-291-1/+22
|
* Add LargeFileHelper::__construct() verifying that our assumptions hold.Andreas Fischer2014-05-291-0/+25
|
* Add helper method for turning int|float into base-10 unsigned integer string.Andreas Fischer2014-05-291-0/+24
|
* Windows exec() implementation.Andreas Fischer2014-05-291-6/+15
|
* Output validation for exec() method.Andreas Fischer2014-05-291-2/+7
|
* Refactor Large File handling code.Andreas Fischer2014-05-291-0/+103