summaryrefslogtreecommitdiffstats
path: root/lib/private/largefilehelper.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11565 from owncloud/fix-behaviourOnOSXLukas Reschke2014-10-151-1/+1
|\
| * Add darwin to if blockLukas Reschke2014-10-141-1/+1
* | Use `rawurlencode` since this seems to be expected by cURLLukas Reschke2014-10-141-1/+1
|/
* Urlencode file name before passing it to cURLTony Zelenoff2014-10-091-1/+2
* file size on non-(Linux/BSD/Windows)-installationsMichael Roitzsch2014-08-071-1/+1
* 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