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-07-31Remove extra semicolon outside of a functionStefan Widgren
2015-06-10pack: use git_buf when building the index nameCarlos Martín Nieto
2015-05-22indexer: don't look for the index we're creatingEdward Thomson
2015-03-11Reorder some khash declarationsCarlos Martín Nieto
2015-02-20Merge pull request #2907 from jasonhaslam/git_packfile_unpack_raceCarlos Martín Nieto
2015-02-15Fix race in git_packfile_unpack.Jason Haslam
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-29Plug some leaksJacques Germishuys
2014-11-21Fix for misleading "missing delta bases" error - Fix #2721.Ravindra Patel
2014-10-27Removed some useless variable assignmentsPierre-Olivier Latour
2014-09-26Silence uninitialized warningJacques Germishuys
2014-09-03Several CppCat warnings fixedArkady Shapkin
2014-08-26pack: return the correct final offsetCarlos Martín Nieto
2014-06-25pack: free the new pack struct if we fail to insertCarlos Martín Nieto
2014-06-23Share packs across repository instancesCarlos Martín Nieto
2014-05-15pack: init the cache on packfile allocCarlos Martín Nieto
2014-05-13pack: don't forget to cache the base objectCarlos Martín Nieto
2014-05-13pack: use stack allocation for smaller delta chainsCarlos Martín Nieto
2014-05-13pack: expose a cached delta base directlyCarlos Martín Nieto
2014-05-09pack: simplify delta chain codeCarlos Martín Nieto
2014-05-09pack: preallocate a 64-element chainCarlos Martín Nieto
2014-05-09pack: make sure not to leak the dep chainCarlos 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-05-09pack: do not repeat the same error message four timesCarlos Martín Nieto
2014-05-09pack: remove misleading commentCarlos Martín Nieto
2014-01-23Drop parsing pack filename SHA1 part, no one cares the filenameLinquize
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Some callback error check style cleanupsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Further EUSER and error propagation fixesRussell Belfer
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-08-14sha1_lookup: do not use the "experimental" lookup modeVicent Marti
2013-07-25Close p->mwf.fd only if necessarySven Strickroth
2013-07-15pack: fix memory leak in error pathRémi Duraffort
2013-06-01Mutex init can failRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-02Switch to index_version as "git_pack_file is ready" flagCarlos Martín Nieto
2013-05-02Revert "Protect sha1_entry_pos call with mutex"Carlos Martín Nieto
2013-05-02Protect sha1_entry_pos call with mutexRussell Belfer
2013-05-02Add extra locking around packfile openRussell Belfer
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-22Consolidate packfile allocation furtherRussell Belfer
2013-04-22Make indexer use shared packfile open codeRussell 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