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-10-02reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto
2013-09-24'del' instead of 'delete' for the poor C++ usersEdward Thomson
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-12Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-30RefcountingVicent Marti
2013-05-30...Aaaand this worksVicent Marti
2013-05-30What are the chances, reallyVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-11Introduce a glob-filtering iteratorCarlos Martín Nieto
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-11Make sure the ref iterator works in an repo without physical presenceCarlos Martín Nieto
2013-05-11refs: introduce an iteratorCarlos Martín Nieto
2013-04-21Move git_reference__alloc to include/git2/sysRussell Belfer
2013-04-21Move refdb_backend to include/git2/sysRussell Belfer
2013-04-20alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson
2013-04-12dec refcount on refdb instead of always freeingEdward Thomson
2013-03-07immutable references and a pluggable ref databaseEdward Thomson