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
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Mutex init can failRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-24Docs for git_libgit2_opts and cache disable tweakRussell Belfer
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: More aggressive defaultVicent 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-22Clear the cache when there are too many items to expireVicent Marti
2013-04-22Some statsVicent Marti
2013-04-22Per-object max sizeVicent 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-12-09orite C89Justin Spahr-Summers
2012-12-09Always check the result of git_mutex_lockJustin Spahr-Summers
2012-11-10Fix a mutex/critical section leakPhilip Kelley
2012-09-11cache: fix race conditionMichael Schubert
2012-08-10oid: Explicitly include `oid.h` for the inlined CMPVicent Marti
2012-06-08misc: Fix warnings from PVS Studio trialVicent Martí
2012-04-25Moving power-of-two bit utilities into util.hRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-02-13Update Copyright headerschu
2012-01-28cache: Simplify locking mechanicsVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-08-31CMakefile: add -Wstrict-aliasing=2 and fix warningsKirill A. Shutemov
2011-05-17cache: Drop cuckoo hashingVicent Marti
2011-05-17cache: Fix deadlockVicent Marti
2011-05-16Return success code on `git_cache_init`Vicent Marti
2011-05-15Move cache.c to the new error handlingnulltoken
2011-05-14Move repository.c to the new error handlingnulltoken
2011-03-21Fix MSVC warningsVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-20Thread safe cacheVicent Marti