Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | support pushing to CappedMemoryCache | Robin Appelman | 2017-03-30 | 1 | -1/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove deprecated OC_User::isLoggedIn | Sebastian Wessalowski | 2017-03-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Sebastian Wessalowski <sebastian@wessalowski.org> | ||||
* | Cap the number of queries we save in the query logger | Robin Appelman | 2016-11-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Allow chunk GC mtime tolerance for unfinished part chunks | Vincent Petry | 2016-05-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted. | ||||
* | Move \OC\Cache to PSR-4 | Roeland Jago Douma | 2016-04-15 | 2 | -0/+286 |