aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/cache
Commit message (Expand)AuthorAgeFilesLines
* plumbing/cache: check for empty cache listJavi Fontan2019-02-252-1/+19
* Remove empty space to trigger windows build.kuba--2018-09-172-4/+0
* Fix potential LRU cache size issue.kuba--2018-09-174-22/+68
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-143-0/+239
* all: remove some unused codeDaniel Martí2018-03-011-46/+0
* Test eviction of more than one objectJavi Fontan2018-01-161-0/+20
* 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
* Exercise NewObjectLRUDefault in testingJavi Fontan2017-12-201-41/+60
* Enforce the use of cache in packfile decoderJavi Fontan2017-12-202-0/+7
* fix race condition on ObjectLRUMiguel Molina2017-08-112-0/+39
* plumbing/cache: change FIFO to LRU cacheSantiago M. Mola2017-07-273-90/+93
* plumbing/cache: use more explicit interfaceSantiago M. Mola2017-07-273-19/+38
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-074-4/+4
* plumbing/cache: specify units in memory size (Fix #234)Antonio Jesus Navarro Perez2017-02-273-16/+21
* cache: move package to plumbingAntonio Jesus Navarro Perez2017-02-214-0/+215