Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-01object_type: use new enumeration namesEdward Thomson
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-02-17khash: avoid using `kh_size` directlyPatrick Steinhardt
2014-08-27Refactor git_cache to use an rwlockJustin Spahr-Summers
2013-04-25git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson
2013-04-24repo: Add `git_repository__cleanup`Vicent Marti
2013-04-23opts: Add getter for cached memoryvmg/atomic64Vicent Marti
2013-04-22cache: Shared meter for memory usageVicent Marti
2013-04-22cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Add range checking around cache optsRussell Belfer
2013-04-22Global option settersVicent Marti
2013-04-22Per-object max sizeVicent Marti
2013-04-22Duplicated type objectVicent Marti
2013-04-22What has science done.Vicent Marti
2013-04-22Random evictionVicent Marti
2013-04-22Per-object filteringVicent Marti
2013-04-22lol this worked first try wtfVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-02-13Update Copyright headerschu
2012-01-28cache: Simplify locking mechanicsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-06-02Deleted unused method git_cached_object_match, since we do not explore the ca...Marc Pegon
2011-06-02Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon
2011-05-17cache: Drop cuckoo hashingVicent Marti
2011-05-15Move cache.c to the new error handlingnulltoken
2011-03-20I broke your bindingsVicent Marti
2011-03-20Thread safe cacheVicent Marti