Commit Graph

456 Commits (b8a94571397c1afd5579f1e319aff05a676c917d)

Author SHA1 Message Date
Felix Lange d1f507b7f1 p2p/discover: support incomplete node URLs, add Resolve 9 years ago
Péter Szilágyi abb53644c6 p2p: always allow dynamic dials if network not disabled 9 years ago
Gustav Simonsson c8ad64f33c crypto, crypto/ecies, crypto/secp256k1: libsecp256k1 scalar mult 9 years ago
Péter Szilágyi 9e1d9bff3b node: customizable protocol and service stacks 9 years ago
Felix Lange f570b68ed1 p2p/nat: add docs for discover 9 years ago
Felix Lange bf11a47f22 Godeps: upgrade github.com/huin/goupnp to 90f71cb5 9 years ago
Péter Szilágyi e46ab3bdcd eth, p2p, rpc/api: polish protocol info gathering 9 years ago
Felix Lange 32dda97602 p2p/discover: ignore packet version numbers 9 years ago
Felix Lange 631bf36102 p2p/discover: remove unused lastLookup field 9 years ago
Felix Lange b4374436f3 p2p/discover: fix race involving the seed node iterator 9 years ago
Péter Szilágyi c51e153b5c eth, metrics, p2p: prepare metrics and net packets to eth/62 9 years ago
Jeffrey Wilcke 269c5c7107 Revert "fdtrack: temporary hack for tracking file descriptor usage" 9 years ago
Felix Lange dd54fef898 p2p/discover: don't attempt to replace nodes that are being replaced 9 years ago
Felix Lange edccc7ae34 p2p: continue listening after temporary errors 9 years ago
Felix Lange 7d5ff770e2 p2p/discover: continue reading after temporary errors 9 years ago
Felix Lange 0d10d5a0a5 p2p: fix value of DiscSubprotocolError 9 years ago
Felix Lange 590c99a98f p2p/discover: fix UDP reply packet timeout handling 9 years ago
Felix Lange 01ed3fa1a9 p2p/discover: unlock the table during ping replacement 9 years ago
Felix Lange 6ee908848c p2p/nat: disable UPnP test on windows 9 years ago
Felix Lange b23b4dbd79 p2p/discover: close Table during testing 9 years ago
Felix Lange 5c949d3b3b fdtrack: temporary hack for tracking file descriptor usage 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Ethan Buchman 37efd08b42 p2p: validate recovered ephemeral pubkey against checksum in decodeAuthMsg 9 years ago
Felix Lange bdae4fd573 all: add some godoc synopsis comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Péter Szilágyi 01fe972113 cmd, core, eth, metrics, p2p: require enabling metrics 9 years ago
Péter Szilágyi 216fc267fa p2p: fix local/remote cap/protocol mixup 9 years ago
Péter Szilágyi d84638bd31 p2p: support protocol version negotiation 9 years ago
Péter Szilágyi 6994a3daaa p2p: instrument P2P networking layer 9 years ago
Felix Lange 6fb810adaa p2p: throttle all discovery lookups 9 years ago
Felix Lange 70da79f04c p2p: improve disconnect logging 9 years ago
Felix Lange 8dcbdcad0a p2p: track write errors and prevent writes during shutdown 9 years ago
Felix Lange a8e4cb6dfe p2p/discover: use separate rand.Source instances in tests 9 years ago
Felix Lange 261a8077c4 p2p/discover: deflake TestUDP_successfulPing 9 years ago
Péter Szilágyi 1cbbfbe7fa p2p: fix a close race in the dial test 9 years ago
Felix Lange 3239aca69b p2p: bump global write timeout to 20s 9 years ago
Péter Szilágyi ff84352fb7 p2p: fix close data race 9 years ago
Felix Lange fc6a5ae3ec p2p/nat: add timeout for UPnP SOAP requests 9 years ago
Felix Lange 8e4512a5e7 p2p/nat: bump timeout in TestAutoDiscRace 9 years ago
Péter Szilágyi 612f01400f p2p/discover: bond with seed nodes too (runs only if findnode failed) 9 years ago
Péter Szilágyi 3630432dfb p2p/discovery: fix a cornercase loop if no seeds or bootnodes are known 9 years ago
Péter Szilágyi f539ed1e66 p2p/discover: force refresh if the table is empty 9 years ago
Péter Szilágyi 5076170f34 p2p/discover: permit temporary bond failures for previously known nodes 9 years ago
Péter Szilágyi 6078aa08eb p2p/discover: watch find failures, evacuate on too many, rebond if failed 9 years ago
Péter Szilágyi 64174f196f p2p/discover: add support for counting findnode failures 9 years ago
Péter Szilágyi 68898a4d6b p2p: fix Self() panic if listening is disabled 9 years ago
Péter Szilágyi e1a0ee8fc5 cmd/geth, cmd/utils, eth, p2p: pass and honor a no discovery flag 9 years ago
Péter Szilágyi 278183c7e7 eth, p2p: start the p2p server even if maxpeers == 0 9 years ago
Felix Lange 9e1fd70b50 p2p: decrease frameReadTimeout to 30s 9 years ago