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-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
2013-03-04indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto
2013-02-11Add git_push_options, to set packbuilder parallelismPhilip Kelley
2013-01-22A simple perf optimization in pack-objects.cPhilip Kelley
2013-01-09update copyrightsEdward Thomson
2012-12-09Always check the result of git_mutex_lockJustin Spahr-Summers
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28API review / update for tree.hRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-14Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-11-10Fix warnings and valgrind issuesRussell Belfer
2012-11-05Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-11-01packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto
2012-11-01packbuilder: add git_packbuilder_foreachCarlos Martín Nieto
2012-10-17Incremental improvements to pack-objects logicPhilip Kelley
2012-10-09fixup! gsoc-pack-objects WIPMichael Schubert
2012-10-09gsoc-pack-objects WIPMichael Schubert