Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor chunked assembly stream | Robin Appelman | 2017-07-21 | 1 | -56/+32 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Chunking NG: Assemble in natural sort order of files | Markus Goetz | 2017-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | For https://github.com/owncloud/client/pull/5476 Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc. As per the spec "The name of every chunk should be its chunk number." https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve chunk upload AssemblyStream performance | Vincent Petry | 2016-09-13 | 1 | -8/+31 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -1/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+19 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -0/+234 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |