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
2019-01-23git_error: use new names in internal APIs and usageEdward Thomson
2019-01-17references: use new names in internal usageEdward Thomson
2018-10-03smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt
2018-07-20Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt
2018-07-19Merge pull request #4704 from nelhage/no-pkt-packPatrick Steinhardt
2018-07-06smart: don't dereference a NULL pkt pointerEtienne Samson
2018-06-29This error case is now unneededNelson Elhage
2018-06-29refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt
2018-06-27Merge pull request #4698 from nelhage/fix-leaksEdward Thomson
2018-06-26smart protocol: correct error message capitalizationEdward Thomson
2018-06-25git_pkt_free: Allow freeing NULLNelson Elhage
2018-06-25Fix another missing git_pkt_freeNelson Elhage
2018-06-25wait_while_ack: use git_pkt_freeNelson Elhage
2018-06-25PACK packets are illegal while downloading refsNelson Elhage
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
2018-04-11smart: free the pkt when we fail to store itEtienne Samson
2018-04-11smart: separate error handling from pkt handlingEtienne Samson
2018-04-11smart: make out arguments explicit on recv_pktEtienne Samson
2018-04-11smart: typedef git_pkt_type and clarify recv_pkt return typeEtienne Samson
2017-10-09transports: smart: fix memory leak when skipping symbolic refsPatrick Steinhardt
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2017-06-10smart_protocol: fix parsing of server ACK responsesRoger Gee
2017-02-10Changes to provide option to turn off/on ofs_deltaGaurav Saral
2017-01-13Merge pull request #4049 from libgit2/ethomson/error_msgsCarlos Martín Nieto
2017-01-06smart_pkt: treat empty packet lines as errorPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-12-12Fix potential use of uninitialized valuesPatrick Steinhardt
2016-12-12transports: smart: do not redeclare loop countersPatrick Steinhardt
2016-11-02transports: smart: abort receiving packets on end of streamPatrick Steinhardt
2016-11-02transports: smart: abort ref announcement on early end of streamPatrick Steinhardt
2016-06-07transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt
2016-03-24Merge pull request #3574 from chescock/buffer-sideband-pack-dataCarlos Martín Nieto
2016-03-08Only buffer if necessary.Chris Hescock
2016-02-18transports: smart: fix memory leak on OOM pathPatrick Steinhardt
2016-01-12Buffer sideband packet dataChris Hescock
2015-08-14Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr
2015-05-20errors: add GIT_EEOF to indicate early EOFCarlos Martín Nieto
2015-05-14Make "Early EOF" message start with lowercaseMarius Ungureanu
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-05-13push: remove own copy of callbacksCarlos Martín Nieto
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-29Plug some leaksJacques Germishuys
2014-11-09push: use the common refspec parserCarlos Martín Nieto
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-09-03Several CppCat warnings fixedArkady Shapkin
2014-06-27Fix assert when receiving uncommon sideband packetPhilip Kelley
2014-05-22Plug leaks and fix a C99-ismCarlos Martín Nieto
2014-05-21smart: store reported symrefsCarlos Martín Nieto
2014-04-21Correct argument order of git__calloc()Jacques Germishuys
2014-04-21Don't redefine the same callback types, their signatures may changeJacques Germishuys