| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
* | drop any fallback code related to curl - refs https://github.com/owncloud/cor... | Thomas Müller | 2015-03-12 | 1 | -7/+7 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
* | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -1/+1 |
* | Merge pull request #11565 from owncloud/fix-behaviourOnOSX | Lukas Reschke | 2014-10-15 | 1 | -1/+1 |
|\ |
|
| * | Add darwin to if block | Lukas Reschke | 2014-10-14 | 1 | -1/+1 |
* | | Use `rawurlencode` since this seems to be expected by cURL | Lukas Reschke | 2014-10-14 | 1 | -1/+1 |
|/ |
|
* | 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 |