summaryrefslogtreecommitdiffstats
path: root/lib/private/Cache
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* support pushing to CappedMemoryCacheRobin Appelman2017-03-301-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
| | | | Signed-off-by: Sebastian Wessalowski <sebastian@wessalowski.org>
* Cap the number of queries we save in the query loggerRobin Appelman2016-11-031-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-212-4/+6
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Allow chunk GC mtime tolerance for unfinished part chunksVincent Petry2016-05-181-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-4Roeland Jago Douma2016-04-152-0/+286