]> Sergey Matveev's repositories - btrtrc.git/history - peer_protocol/decoder.go
Fix incorrect EOF when decoding some peer protocol message types
[btrtrc.git] / peer_protocol / decoder.go
2023-05-29 Matt JoinerFix incorrect EOF when decoding some peer protocol...
2021-10-06 Matt JoinerApply some lints from GoLand
2021-09-30 Matt JoinerMore optimizations in peer protocol message decoding
2021-09-30 Matt Joinerpeer_protocol: Use faster form for Integer.{UnmarshalBi...
2021-09-29 Matt JoinerRemove an allocation reading message length
2021-09-29 Matt JoinerImprovements to decoder fuzzing
2020-02-20 Matt JoinerApply staticcheck
2018-07-14 Matt JoinerRewrite piece data decoding and relax test
2018-07-11 Matt JoinerComments and trivial tweaks
2018-07-10 Matt JoinerMake extended handshake a struct, and move a bunch...
2018-07-07 Matt JoinerComments and readability
2018-02-04 Matt JoinerSupport AllowedFast and enable fast extension
2018-02-04 Matt JoinerTODOs and comments
2018-02-02 Matt JoinerBreak up peer_protocol into several files