Skip to content

Releases: cenkalti/rain

v0.4.5

27 Feb 14:14
b2c667a
Compare
Choose a tag to compare

Changelog

b2c667a fix escaping buffer

v0.4.4

27 Feb 12:31
b8cad37
Compare
Choose a tag to compare

Changelog

b8cad37 do not allocate when marshalling messages
e5267bf export peerreader.MaxBlockSize
797499c fix upload counting
14e9967 reuse buffer in peer writer

v0.4.3

27 Feb 06:19
a43f1b8
Compare
Choose a tag to compare

Changelog

a43f1b8 fix close function

v0.4.2

26 Feb 21:21
a743dfb
Compare
Choose a tag to compare

Changelog

a743dfb disable keep-alive on http transport

v0.4.1

26 Feb 21:09
b299be6
Compare
Choose a tag to compare

Changelog

8d98495 Revert "simplify addrlist"
fbf4157 add comment to config
119052f disable http/2 in tracker client
8e611d8 do not log error for closed connections
92bbd1b fix panic in piece cache
b299be6 remove rlimit functionality
50f51a7 simplify addrlist
2563e3a wrap setNoFile error

v0.4.0

26 Feb 08:35
3aa8f8e
Compare
Choose a tag to compare

Changelog

9a19578 Revert "remove blocks array"
311c99c Revert "simplify stats and runloop"
5c5596c add missing methods to rpc handler
43e7fa8 add peer and tracker adding commands
fd03345 add start-all stop-all commands
727e017 check missing error
4c7326b comment
f8c5d2b do not choke allowed fast downloads
01c57e0 do not request remaning blocks if peer is choking us
3aa8f8e fix duplicate reqeust
783a089 fix panic
7f8d5fd fix stuck detection
5ef5f93 flatten ifs
74a1099 more debug logs
fc9ea7d print all goroutine stacks on crash
9338c84 print peer ip on corrupt piece
1a76edd refactor
6082e06 remove blocks array 2
626922c remove peers from choked downloads on unchoke message
07f6519 remove unused struct
dbaedaa show piece count if info available
81d6dc7 simplify stats and runloop
ba6ee4d start other piece downloads after choke
992c904 unnecessary conversion
666a760 update stop command description

v0.3.11

22 Feb 14:13
36b3d16
Compare
Choose a tag to compare

Changelog

36b3d16 mark download as choked and remove from snubbed peers

v0.3.10

22 Feb 08:51
d6d8127
Compare
Choose a tag to compare

Changelog

d6d8127 check for stuck torrents
ea6fb8c more precautions
c941e6d stop snub timer on choke

v0.3.9

21 Feb 20:34
95309b1
Compare
Choose a tag to compare

Changelog

95309b1 fix wrong exit from torrent loop

v0.3.8

21 Feb 10:14
22177d5
Compare
Choose a tag to compare

Changelog

b4f8090 add rpc flag to config
a1f731e cancel blocklist load request
1c7243a check length of incoming piece message
3b26f18 fix blocklist loading at startup
6bed896 fix ram requester
3f2d2c0 more log in blocklist reload
c314bcf reduce max block size
6ccb62e reduce peer read buffer size
9ea8f43 refactor
22177d5 refactor
1f49e0f release buffer
8533188 remove blocks array
edd5d3d update installation instructions in readme
e9ea740 use leak detector in tests
2faf2fa use maintained uuid package repo