summaryrefslogtreecommitdiffstats
path: root/lib/private/Streamer.php
Commit message (Collapse)AuthorAgeFilesLines
* Use zip32 only if there are less than 65536 filesDaniel Calviño Sánchez2018-04-061-4/+24
| | | | | | | A zip32 file can contain, at most, 65535 files (and folders), so take that constraint into account. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Use zip32 if possibleRoeland Jago Douma2018-04-061-6/+17
| | | | | | | | | * OSX doesn't handle 64zip that well * Some other implentations don't handle it perfectly either * If the file is belog 4GiB (some overhead) => zip32 * This covers the 99% case I bet Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Revert "Always enable Zip64 extension for zipstreamer"Joas Schilling2017-06-091-1/+1
|
* Always enable Zip64 extension for zipstreamerNicolai Ehemann2017-05-251-1/+1
| | | | Signed-off-by: Nicolai Ehemann <en@enlightened.de>
* Add doc block for $timeJoas Schilling2016-11-281-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Keep the filemtime for files when downloading them in a zip/tarJoas Schilling2016-11-281-4/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+122
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater