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
2018-10-18global: replace remaining use of `git__strtol32`Patrick Steinhardt
2018-10-03smart_pkt: do not accept callers passing in no line lengthPatrick Steinhardt
2018-10-03smart_pkt: return parsed length via out-parameterPatrick Steinhardt
2018-10-03smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt
2018-10-03smart_pkt: fix buffer overflow when parsing "unpack" packetsPatrick Steinhardt
2018-10-03smart_pkt: fix "ng" parser accepting non-space characterPatrick Steinhardt
2018-10-03smart_pkt: fix buffer overflow when parsing "ok" packetsPatrick Steinhardt
2018-10-03smart_pkt: fix buffer overflow when parsing "ACK" packetsPatrick Steinhardt
2018-10-03smart_pkt: adjust style of "ref" packet parsing functionPatrick Steinhardt
2018-10-03smart_pkt: check whether error packets are prefixed with "ERR "Patrick Steinhardt
2018-10-03smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt
2018-10-03smart_pkt: honor line length when determining packet typePatrick Steinhardt
2018-08-17Fix 'invalid packet line' for ng packets containing errorsChristian Schlack
2018-07-19smart_pkt: fix potential OOB-read when processing ng packetPatrick Steinhardt
2018-06-29Merge remote-tracking branch 'origin/master' into no-pkt-packNelson Elhage
2018-06-28Small style tweak, and set an errorNelson Elhage
2018-06-27Merge pull request #4698 from nelhage/fix-leaksEdward Thomson
2018-06-26Remove GIT_PKT_PACK entirelyNelson Elhage
2018-06-25git_pkt_free: Allow freeing NULLNelson Elhage
2018-06-25Verify ref_pkt's are long enoughNelson Elhage
2018-06-10Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt
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
2017-01-06smart_pkt: verify packet length exceeds PKT_LEN_SIZEPatrick Steinhardt
2016-12-29giterr_set: consistent error messagesEdward Thomson
2016-06-07transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt
2016-02-23transports: smart_pkt: fix memory leaks on error pathsPatrick Steinhardt
2016-02-23smart_pkt: check buffer with GITERR_CHECK_ALLOC_BUFPatrick Steinhardt
2016-02-18transports: smart_pkt: fix memory leaksPatrick Steinhardt
2015-08-17Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum
2015-07-12Fix #3094 - improve use of portable size_t/ssize_t format specifiers.Matthew Plough
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Use `size_t` to hold size of arraysEdward Thomson
2015-02-13git_buf_grow_by: increase buf asize incrementallyEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-05-21remote: expose the remote's symref mappingsCarlos Martín Nieto
2014-04-21Rename progress callback to sideband_progressJacques Germishuys
2013-10-30protocol: basic support for multi_ack_detailedCarlos Martín Nieto
2013-10-04net: advertise our support for fixing thin packsCarlos Martín Nieto
2013-03-12Advertise and support side-band-64k when calling receive-packPhilip Kelley
2013-01-09update copyrightsEdward Thomson
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-01Reorganize transport architecture (squashed 3)Philip Kelley