Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Urlencode file name before passing it to cURL | Tony Zelenoff | 2014-10-09 | 1 | -1/+2 |
* | file size on non-(Linux/BSD/Windows)-installations | Michael Roitzsch | 2014-08-07 | 1 | -1/+1 |
* | Document exceptions thrown by \OC\LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
* | Use "file size" instead of "filesize", then also apply camel case. | Andreas Fischer | 2014-05-29 | 1 | -24/+24 |
* | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 1 | -1/+22 |
* | Add LargeFileHelper::__construct() verifying that our assumptions hold. | Andreas Fischer | 2014-05-29 | 1 | -0/+25 |
* | Add helper method for turning int|float into base-10 unsigned integer string. | Andreas Fischer | 2014-05-29 | 1 | -0/+24 |
* | Windows exec() implementation. | Andreas Fischer | 2014-05-29 | 1 | -6/+15 |
* | Output validation for exec() method. | Andreas Fischer | 2014-05-29 | 1 | -2/+7 |
* | Refactor Large File handling code. | Andreas Fischer | 2014-05-29 | 1 | -0/+103 |