summaryrefslogtreecommitdiffstats
path: root/lib/private/Archive
Commit message (Collapse)AuthorAgeFilesLines
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-062-19/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move to non-static versionLukas Reschke2016-10-311-20/+1
| | | | | | The static version is used nowhere in the code and just decreases coverage Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix othersJoas Schilling2016-07-213-9/+12
|
* Update license headersLukas Reschke2016-05-263-4/+6
|
* Move OC_Archive to \OC\Archive\ArchiveRoeland Jago Douma2016-05-023-2/+162
| | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code
* Move OC_Archive_XX to PSR-4Roeland Jago Douma2016-05-022-0/+620
* Fix code * Fix tests