index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
eth
/
downloader
/
peer.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
eth, eth/downloader: do async block fetches, add dl tests
Péter Szilágyi
2015-06-15
1
-1
/
+1
*
eth/downloader: cap the hash ban set, add test for it
Péter Szilágyi
2015-06-08
1
-1
/
+1
*
eth/downloader: log hard timeouts and reset capacity
Péter Szilágyi
2015-06-05
1
-0
/
+3
*
eth/downloader: drop log entry from peer, it's covered already
Péter Szilágyi
2015-06-04
1
-5
/
+0
*
eth/downloader: fix #1178, don't request blocks beyond the cache bounds
Péter Szilágyi
2015-06-04
1
-0
/
+10
*
eth/downloader: demote peers if they exceed the soft limits at 1 blocks already
Péter Szilágyi
2015-06-03
1
-3
/
+8
*
eth/downloader: add a basic block download congestion control
Péter Szilágyi
2015-06-03
1
-5
/
+40
*
eth/downloader: use count instead of peers, clearer
Péter Szilágyi
2015-05-11
1
-2
/
+2
*
eth/downloader: revert to demotion, use harsher penalty
Péter Szilágyi
2015-05-11
1
-5
/
+10
*
eth/downloader: fix #910, thread safe peers & polishes
Péter Szilágyi
2015-05-11
1
-76
/
+143
*
eth/downloader: prioritize block fetch based on chain position, cap memory use
Péter Szilágyi
2015-05-07
1
-8
/
+7
*
eth/downloader: removed peer td management and best peer selection
obscuren
2015-04-24
1
-14
/
+1
*
downloader: moved chunk ignoring. Fixes issue with catching up
obscuren
2015-04-19
1
-5
/
+3
*
downloader: defer peer reset after download
obscuren
2015-04-19
1
-0
/
+1
*
typo
obscuren
2015-04-19
1
-1
/
+1
*
downloader: free up peers from work when the downloader resets
obscuren
2015-04-19
1
-0
/
+10
*
downloader: improved downloading and synchronisation
obscuren
2015-04-19
1
-1
/
+14
*
downloader: added demotion / promotion in prep. for rep. system
obscuren
2015-04-16
1
-0
/
+20
*
downloader: added missing blocks catchup functionality
obscuren
2015-04-13
1
-1
/
+43
*
downloader: return an error for peer.fetch and return chunk to queue
obscuren
2015-04-12
1
-1
/
+8
*
downloader: implemented new downloader
obscuren
2015-04-12
1
-0
/
+48