summaryrefslogtreecommitdiff
path: root/src/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor git_cache to use an rwlockJustin Spahr-Summers2014-08-261-1/+1
* git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson2013-04-251-3/+3
* repo: Add `git_repository__cleanup`Vicent Marti2013-04-241-0/+1
* opts: Add getter for cached memoryvmg/atomic64Vicent Marti2013-04-231-0/+1
* cache: Shared meter for memory usageVicent Marti2013-04-221-2/+2
* cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti2013-04-221-0/+1
* Add callback to git_objects_tableRussell Belfer2013-04-221-6/+6
* Add range checking around cache optsRussell Belfer2013-04-221-3/+9
* Global option settersVicent Marti2013-04-221-0/+3
* Per-object max sizeVicent Marti2013-04-221-0/+1
* Duplicated type objectVicent Marti2013-04-221-2/+2
* What has science done.Vicent Marti2013-04-221-2/+3
* Random evictionVicent Marti2013-04-221-3/+2
* Per-object filteringVicent Marti2013-04-221-1/+2
* lol this worked first try wtfVicent Marti2013-04-221-17/+16
* update copyrightsEdward Thomson2013-01-081-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* cache: Simplify locking mechanicsVicent Martí2012-01-271-16/+6
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Deleted unused method git_cached_object_match, since we do not explore the ca...Marc Pegon2011-06-011-5/+0
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+5
* cache: Drop cuckoo hashingVicent Marti2011-05-171-1/+0
* Move cache.c to the new error handlingnulltoken2011-05-151-1/+1
* I broke your bindingsVicent Marti2011-03-201-0/+21
* Thread safe cacheVicent Marti2011-03-201-0/+38