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
2014-02-25- BUGFIX #2133 (@fourplusone) in smart_protocol.cMiha
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-03Updates to cancellation logic during download and indexing of packfile.Jameson Miller
2013-11-18Propagate auth error codes as GIT_EUSER in winhttpEdward Thomson
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11remote: update head list on pushCarlos Martín Nieto
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-06don't double free pktEdward Thomson
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-11-02remote: give up after 256 failures to find a common objectCarlos Martín Nieto
2013-11-01Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí
2013-10-30protocol: basic support for multi_ack_detailedCarlos Martín Nieto
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-23transport: let the progress output return an errorCarlos Martín Nieto
2013-10-04net: advertise our support for fixing thin packsCarlos Martín Nieto
2013-10-03Style tweaks and changes for code review feedbackJameson Miller
2013-10-02Support cancellation in push operationJameson Miller
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-07-10trivial whitespace fixupRussell Belfer
2013-05-16calloc() to initialize memoryLinquize
2013-05-11Fix broken build when MSVC SDL checks is enabledLinquize
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-03fix some leaksEdward Thomson
2013-04-29push: don't send a packfile when only issuing delete commandsCarlos Martín Nieto
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-03-12Style: Reverse lhs and rhs of == comparisonsPhilip Kelley
2013-03-12Advertise and support side-band-64k when calling receive-packPhilip Kelley
2013-02-14Fix a leak when canceling a network operationBen Straub
2013-02-12Merge pull request #1316 from ben/clone-cancelRussell Belfer
2013-02-11Fix a bug introduced in df93a681 'Merge the push...'Philip Kelley
2013-02-10Fix -Wmaybe-uninitialized warningMichael Schubert
2013-02-09Merge the push report into the refs to avoid a 3rd network callPhilip Kelley
2013-02-06Expect standard error code from internal callsBen Straub
2013-02-06Allow all non-zero returns to cancel transfersBen Straub
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-01-22Fix gen_pktline format specifier for Win32Philip Kelley
2013-01-18Fix really bad error handling in git_smart__negotiate_fetchPhilip Kelley
2013-01-09update copyrightsEdward Thomson
2013-01-05Fixed size_t format string warningMaxwell Swadling
2013-01-04Fix bug in gen_pktline() for deletes of missing remote refsCongyi Wu
2012-12-10Add a payload param to git_cred_acquire_cbBen Straub
2012-11-29Remove casts of return values of type void *Philip Kelley
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28Fix warnings on Win64 buildRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-11-02Fix bytes_received in fetch tests - we weren't calling the callbackPhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley