summaryrefslogtreecommitdiffstats
path: root/lib/private/Archive
Commit message (Collapse)AuthorAgeFilesLines
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove \OCP\Files::tmpFolderRoeland Jago Douma2018-03-191-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-192-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use index based string access for substr with length of 1Morris Jobke2018-01-261-7/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-063-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* More phpstorm inspection fixesRoeland Jago Douma2017-07-243-46/+46
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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