torrent/peer_protocol
Matt Joiner c18e0abe52 Fix incomplete Integer.Read
Possibly on read buffer boundaries, this would have caused errant io.ErrUnexpectedEOF.

(cherry picked from commit 22569449dad48e1c5cdeac171625585f8ca976c9)
2021-10-19 14:07:23 +11:00
..
compactip.go Make extended handshake a struct, and move a bunch of extended stuff into peer_protocol 2018-07-10 12:20:36 +10:00
decoder.go Apply some lints from GoLand 2021-10-07 09:12:17 +11:00
decoder_test.go Fix scheduling overhead in decoding benchmark 2021-09-30 11:52:50 +10:00
extended.go Add some fuzzing in peer_protocol 2021-09-30 09:01:10 +10:00
fuzz_test.go Combine peer protocol fuzz targets into one file 2021-09-30 11:19:50 +10:00
handshake.go go fmt ./... 2021-09-09 22:51:24 +10:00
int.go Fix incomplete Integer.Read 2021-10-19 14:07:23 +11:00
messagetype_string.go Add linter CI (#542) 2021-08-16 11:11:31 +10:00
metadata.go Add explicit metadata extension types 2021-06-21 12:14:06 +10:00
msg.go Try to avoid allocating buffer 2021-09-30 09:45:50 +10:00
pex.go Performance improvements to PEX 2020-10-23 08:58:55 +11:00
pex_test.go Use bytes.Reader instead of bytes.Buffer in a few places 2021-05-05 15:48:57 +10:00
protocol.go Add some fuzzing in peer_protocol 2021-09-30 09:01:10 +10:00
protocol_test.go More optimizations in peer protocol message decoding 2021-09-30 11:05:01 +10:00
reqspec.go Fix peer_protocol.Message.RequestSpec for Type Piece 2018-07-13 21:33:21 +10:00