]> Sergey Matveev's repositories - btrtrc.git/history - peer_protocol/protocol.go
Drop support for go 1.20
[btrtrc.git] / peer_protocol / protocol.go
2021-09-29 Matt JoinerAdd some fuzzing in peer_protocol
2021-08-16 Bora M. AlperAdd linter CI (#542)
2021-06-21 Matt JoinerAdd explicit metadata extension types
2021-01-27 Matt JoinerPORT message belongs to BEP 5
2018-07-11 Matt JoinerComments and trivial tweaks
2018-02-05 Matt JoinerFix fast extension message type constants
2018-02-05 Matt JoinerUse stringer to generate peer_protocol.MessageType...
2018-02-04 Matt JoinerSupport AllowedFast and enable fast extension
2018-02-02 Matt JoinerTry to print something useful for MessageType panics
2018-02-02 Matt JoinerBreak up peer_protocol into several files
2018-02-02 Matt JoinerCount requested chunk lengths
2018-01-21 Matt JoinerAdd File priorities
2017-11-07 Matt JoinerApply megacheck to torrent package
2017-09-18 Matt JoinerAbstract out making a cancel message
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-08-31 Matt JoinerAdd peer_protocol.Message.MustMarshalBinary
2016-09-25 Matt Joinerpeer_protocol.Decoder.Decode: Avoid allocating another...
2016-09-12 Ye YinUse sync.pool for decode buffer
2016-02-21 Matt JoinerAdd peer_protocol.Integer.Int()
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-12 Matt JoinerAdd support for Fast Extension
2014-08-25 Matt JoinerImplement the DHT Port message
2014-08-22 Matt JoinerClarify EOF in message decoding
2014-07-17 Matt JoinerSquash some more debug messages, fix some other error...
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-26 Matt JoinerBegin adding magnet and ut_metadata support
2014-05-28 Matt JoinerKeepalives weren't marshalled correctly
2014-05-22 Matt JoinerAvoid rebuffering in peer_protocol.Decode
2014-03-20 Matt JoinerFix short read and report unexpected EOFs decoding...
2014-03-17 Matt JoinerAdd a end-to-end test for torrentfs
2013-10-02 Matt JoinerDecoding of Piece messages, and checking entire message...
2013-10-01 Matt JoinerFix request/chunk confusion, missing outgoing message...
2013-09-30 Matt JoinerImplementing bitfields and connection message handling
2013-09-29 Matt JoinerImplement peer connection writer, optimizer and handshake
2013-09-28 Matt JoinerBegin implementing the adding of peers, and initiating...