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
2019-01-20Fix odb foreach to also close on positive error codeMarijan Šuflaj
2018-12-01object_type: use new enumeration namesEdward Thomson
2018-09-05Prevent heap-buffer-overflowbisho
2018-06-22odb_pack: fix passing partially initialized indexer optionsPatrick Steinhardt
2018-06-22indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-03-21odb_pack: initialize `git_rawobj` structurePatrick Steinhardt
2016-08-04odb: only freshen pack files every 2 secondsEdward Thomson
2016-08-04odb: freshen existing objects when writingEdward Thomson
2016-08-04mwindow: init mwindow files in git_libgit2_initEdward Thomson
2016-05-26delta: move delta application to delta.cEdward Thomson
2016-03-07odb: improved not found error messagesEdward Thomson
2015-10-14odb: Be smarter when refreshing backendsVicent Marti
2015-06-09Initialize a few variablesCarlos Martín Nieto
2014-06-23Share packs across repository instancesCarlos Martín Nieto
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-03-05Add exists_prefix to ODB backend and ODB APIRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-11-07Allow callers to set mode on packfile creationEdward Thomson
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-09-04odb: Move the auto refresh logic to the pack backendnulltoken
2013-08-31odb: Code beautificationnulltoken
2013-08-08odb_pack: handle duplicate objects from different packsBrodie Rao
2013-04-22Consolidate packfile allocation furtherRussell Belfer
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-15odb_pack: Unused functionsVicent Marti
2013-01-12indexer: properly free the packfile resourcesCarlos Martín Nieto
2013-01-11Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"Carlos Martín Nieto
2013-01-11pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto
2013-01-10dat errorcodeVicent Marti
2013-01-10Sane refresh logicVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-03odb-pack: resurrect pack_backend__read_headerDavid Michael Barr
2012-12-01Deploy versioned git_odb_backend structureBen Straub
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-09-19ODB pack: snapshot last_found to avoid raceBen Straub
2012-09-19Remove mtime checks from ODB packfile backendBen Straub
2012-09-19ODB: re-load packfiles on failed lookupBen Straub
2012-09-15odb_pack: fix race conditionMichael Schubert
2012-09-13odb_pack: try lookup before refreshing packsDavid Michael Barr