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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-11-28khash: remove intricate knowledge of khash typesPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-02-17oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt
2017-02-17khash: avoid using macro magic to get return addressPatrick Steinhardt
2017-02-17khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt
2017-02-17khash: avoid using `kh_del` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_key` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_exist` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_clear` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_get` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_end` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_foreach`/`kh_foreach_value` directlyPatrick Steinhardt
2017-02-17khash: avoid using `kh_size` directlyPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-06-10cache: add a check for a failed allocationCarlos Martín Nieto
2014-08-27Refactor git_cache to use an rwlockJustin Spahr-Summers
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