aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache/object_lru.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing/cache: check for empty cache listJavi Fontan2019-02-251-0/+5
* Remove empty space to trigger windows build.kuba--2018-09-171-2/+0
* Fix potential LRU cache size issue.kuba--2018-09-171-11/+13
* Cache should hold objects the same size as MaxSizeJavi Fontan2018-01-161-1/+1
* Modify cache to delete more than one item to free spaceJavi Fontan2018-01-161-5/+1
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-201-0/+5
* fix race condition on ObjectLRUMiguel Molina2017-08-111-0/+11
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-271-0/+84