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-07Allow callers to set mode on packfile creationEdward Thomson
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-01Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer
2013-11-01pack: `__object_header` always returns unsigned valuesVicent Marti
2013-11-01Fix warning on win64Linquize
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-23indexer: include the delta statsCarlos Martín Nieto
2013-10-11indexer: clearer stats for thin packsCarlos Martín Nieto
2013-10-08indexer: inject one base at a timeCarlos Martín Nieto
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-04indexer: do multiple passes over the delta listCarlos Martín Nieto
2013-10-03Clean up annoying warningsRussell Belfer
2013-10-02Support cancellation in push operationJameson Miller
2013-09-26Fix warningsnulltoken
2013-09-18msvc: No void* arithmetic on WindowsVicent Marti
2013-09-18indexer: don't reiterate the class in the messageCarlos Martín Nieto
2013-09-18indexer: check the packfile trailer for correctnessCarlos Martín Nieto
2013-07-15index: fix potential memory leaksRémi Duraffort
2013-07-01Add helpful buffer shorten functionRussell Belfer
2013-05-16calloc() to initialize memoryLinquize
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-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-04indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto
2013-03-03indexer: kill git_indexerCarlos Martín Nieto
2013-02-14Fix a git_filebuf leak (fixes Win32 clone::can_cancel)Philip Kelley
2013-02-06Allow all non-zero returns to cancel transfersBen Straub
2013-02-05Allow progress callback to cancel fetchBen Straub
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-11Fix MSVC compilation warningsnulltoken
2013-01-11pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-17Fix MSVC compilation warningsnulltoken
2012-12-07indexer: move the temporary buffers into the indexer objectCarlos Martín Nieto
2012-11-30indexer: correctly deal with objects larger than the window sizeCarlos Martín Nieto
2012-11-30indexer: make use of streaming also for deltasCarlos Martín Nieto
2012-11-30indexer: use the packfile streaming APICarlos Martín Nieto
2012-11-28API updates for indexer.hBen Straub
2012-11-23Remove use of English expletivesMartin Woodward
2012-11-18Indexer: Avoid a possible double-deletion in error caseSascha Cunz
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-10-30Fetch: don't clobber received countBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-20Indexing progress now goes to 100%Ben Straub
2012-10-20Fetch/indexer: progress callbacksBen Straub
2012-10-09indexer: do not require absolute pathMichael Schubert