summaryrefslogtreecommitdiffstats
path: root/lib/private/LargeFileHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Make LargeFileHelper.php faster by avoiding execs as much as possiblemarco442018-05-171-6/+14
| | | | Signed-off-by: Marc Cousin <cousinmarc@gmail.com>
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #1890 from nextcloud/downstream-25428Morris Jobke2016-10-251-0/+18
|\ | | | | fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428)
| * Add check for linux osLukas Reschke2016-10-251-1/+5
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Move function to LargeFileHelperLukas Reschke2016-10-251-0/+14
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Remove not existent function callLukas Reschke2016-10-251-11/+1
|/ | | | | | | - Removes a not existent function call - Removes a fallback for Windows Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unneeded Windows logicMorris Jobke2016-09-011-17/+0
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move more of \OC to PSR-4Roeland Jago Douma2016-04-291-0/+210
* \OC\DateTimeFormatter * \OC\DateTimeZone * \OC\ForbiddenException * \OC\HTTPHelper * \OC\HintException * \OC\LargeFileHelper * \OC\Log * \OC\NaturalSort * \OC\NavigationManager * \OC\NeedsUpdateException * \OC\NotSquareException