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
2015-03-11Reorder some khash declarationsCarlos Martín Nieto
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2014-06-23Share packs across repository instancesCarlos Martín Nieto
2014-05-13pack: expose a cached delta base directlyCarlos Martín Nieto
2014-05-09pack: use a cache for delta bases when unpackingCarlos Martín Nieto
2014-05-09pack: unpack using a loopCarlos Martín Nieto
2014-01-23Drop parsing pack filename SHA1 part, no one cares the filenameLinquize
2013-11-01pack: `__object_header` always returns unsigned valuesVicent Marti
2013-11-01Fix warning on win64Linquize
2013-10-04pack: move the object header function hereCarlos Martín Nieto
2013-04-22Consolidate packfile allocation furtherRussell Belfer
2013-04-22Further threading fixesRussell Belfer
2013-04-22Add mutex around mapping and unmapping pack filesRussell Belfer
2013-03-04indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto
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: That declarationVicent Marti
2013-01-11pack: limit the amount of memory the base delta cache can useCarlos Martín Nieto
2013-01-11pack: abstract out the cache into its own functionsCarlos Martín Nieto
2013-01-11pack: refcount entries and add a mutex around cache accessCarlos Martín Nieto
2013-01-11pack: introduce a delta base cacheCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-07Merge pull request #1091 from carlosmn/stream-objectVicent Martí
2012-12-03pack: add git_packfile_resolve_headerDavid Michael Barr
2012-11-30pack: introduce a streaming API for raw objectsCarlos Martín Nieto
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-09-14pack: iterate objects in offset orderDavid Michael Barr
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-03odb: add git_odb_foreach()Carlos Martín Nieto
2012-04-14Add packfile_unpack_compressed() to the internal headerCarlos Martín Nieto
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-02-13Update Copyright headerschu
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-18Implement cooperative cachingCarlos Martín Nieto
2011-08-02Modify the given offset in git_packfile_unpackCarlos Martín Nieto
2011-08-02Move pack functions to their own fileCarlos Martín Nieto
2011-08-02Make packfile_unpack_header more genericCarlos Martín Nieto
2011-08-02Move the pack structs to an internal headerCarlos Martín Nieto