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-05-13packbuilder: report progress during deltificationCarlos Martín Nieto
2015-03-17packbuilder: introduce git_packbuilder_insert_recur()Carlos Martín Nieto
2015-03-11pack-objects: fill a packbuilder from a walkCarlos Martín Nieto
2015-03-11Reorder some khash declarationsCarlos Martín Nieto
2015-02-13pack-objects: unlock the cache on integer overflowEdward Thomson
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Introduce git__add_sizet_overflow and friendsEdward Thomson
2015-02-13Use `size_t` to hold size of arraysEdward Thomson
2015-02-13overflow checking: don't make callers set oomEdward Thomson
2015-02-13git__*allocarray: safer realloc and mallocEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-06-07Win32: Fix object::cache::threadmania test on x64Philip Kelley
2014-05-12Merge pull request #2334 from libgit2/rb/fix-2333Russell Belfer
2014-05-12Merge pull request #2188 from libgit2/cmn/config-snapshotRussell Belfer
2014-05-08Be more careful with user-supplied buffersRussell Belfer
2014-05-07repository: introduce a convenience config snapshot methodCarlos Martín Nieto
2014-04-26pack-objects: always write out the status in write_one()Carlos Martín Nieto
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys
2014-04-18Use config snapshottingCarlos Martín Nieto
2014-03-04pack-objects: free memory safelyCarlos Martín Nieto
2014-01-30Reorganize zstream API and fix wrap problemsRussell Belfer
2014-01-30Some fixes for Windows x64 warningsRussell Belfer
2014-01-26Fix write_object.XTao
2014-01-14Packbuilder contains its own zstreamEdward Thomson
2014-01-14Packbuilder stream deflate instead of one-shotEdward Thomson
2014-01-14Refactor zlib for easier deflate streamingEdward Thomson
2013-12-12Fix up some valgrind leaks and warningsRussell Belfer
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-12Fix warningsLinquize
2013-11-07Allow callers to set mode on packfile creationEdward Thomson
2013-11-07Add git_packbuilder_hash to query pack filenameEdward Thomson
2013-11-01Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer
2013-11-01Fix warning on win64Linquize
2013-11-01Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí
2013-10-30indexer: remove the stream infixCarlos Martín Nieto
2013-10-30pack-objects: Depth can be negativeVicent Marti
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-10-04pack: move the object header function hereCarlos Martín Nieto
2013-10-02Support cancellation in push operationJameson Miller
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-07-15pack: fix memory leak in error pathRémi Duraffort
2013-06-01Mutex init can failRussell Belfer
2013-05-27packbuilder: also write index in git_packbuilder_writeMichael Schubert
2013-04-23Fixes indentationXavier L
2013-04-23Added function to insert commit into packXavier L