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-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-10-28Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-10-02reflog: bring _append and _drop back to the frontendCarlos Martín Nieto
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-09-11path: Make direach() return EUSER on callback errornulltoken
2013-08-22Convert sortedcache to use rwlockRussell Belfer
2013-08-22Rewrite refdb_fs using git_sortedcache objectRussell Belfer
2013-08-21Don't try to pack symbolic refsRussell Belfer
2013-07-22Use pool for loose refdb string allocationsRussell Belfer
2013-07-22git_reference_next_name must match git_reference_nextRussell Belfer
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-31Make iterators use GIT_ITEROVER & smart advanceRussell Belfer
2013-05-30FreesVicent Marti
2013-05-30...Aaaand this worksVicent Marti
2013-05-30What are the chances, reallyVicent Marti
2013-05-28Liike thisVicent Marti
2013-05-28This refs iterator pleases the gods.Vicent Marti
2013-05-19Initialize loose_deleted before it is used for a check later on.Eitan Adler
2013-05-16Fix trailing whitespacesnulltoken
2013-05-15Unify whitespaces to tabsLinquize
2013-05-11Fix refdb iteration early termination bugRussell Belfer
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-11refdb_fs: don't crash when the repo doesn't have a pathCarlos Martín Nieto
2013-05-11refs: introduce an iteratorCarlos Martín Nieto
2013-05-09calloc refs instead of malloc'ing themEdward Thomson
2013-05-02refdb_fs: respect PEELING_STANDARDjk/peeled-refsJeff King
2013-05-02refdb_fs: Only strstr the traits lineVicent Marti
2013-05-02refdb_fs: Traits are always surrounded by spacesVicent Marti
2013-05-02refdb_fs: store "cannot be peeled" flag for packed refsVicent Marti
2013-05-02refdb_fs: implement the fully-peeled traitVicent Marti
2013-05-02refdb_fs: do not require peeled packed refs to be tagsJeff King
2013-05-01refdb: Properly load namespacesVicent Marti
2013-05-01refdb: Proper namespace rootVicent Marti
2013-04-30lol namespacesvmg/namespacesVicent Marti
2013-04-23refs: Better error nameVicent Marti
2013-04-22Further threading fixesRussell Belfer
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-18refs: Do not union the peelvmg/refs-peelVicent Marti
2013-04-17refs: Add `git_referene_target_peel`Vicent Marti
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-07immutable references and a pluggable ref databaseEdward Thomson