Commit Graph

333 Commits (933972d139b0fe291cb01c7ad2c0f9d3109a68dd)

Author SHA1 Message Date
JU HYEONG PARK 61c9730b2d p2p: fix doEncHandshake documentation (#16184) 7 years ago
Anton Evangelatov ae9f97221a metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 7 years ago
Ivan Daniluk 8522b31221 p2p: remove unused code (#16158) 7 years ago
Anton Evangelatov 1e457b6599 p2p: don't send DiscReason when using net.Pipe (#16004) 7 years ago
Felix Lange 28b20cff4b p2p/protocols: gofmt -w -s 7 years ago
Dmitry Shulyak 14c76371ba p2p: when peer is removed remove it also from dial history (#16060) 7 years ago
Janos Guljas e07603bbc4 p2p/testing: check for all expectations in TestExchanges 7 years ago
Felix Lange aeedec4078 p2p/discover: s/lastPong/bondTime/, update TestUDP_findnode 7 years ago
Péter Szilágyi 32301a4d6b
p2p/discover: validate bond against lastpong, not db presence 7 years ago
Felix Lange a5c0bbb4f4
all: update license information (#16089) 7 years ago
Péter Szilágyi 20797348ca
p2p/discover: fix out-of-bounds issue 7 years ago
Martin Holst Swende 589b603a9b rpc: dns rebind protection (#15962) 7 years ago
Felix Lange 9123eceb0f p2p, p2p/discover: misc connectivity improvements (#16069) 7 years ago
Felföldi Zsolt c4712bf96b p2p/discv5: fix multiple discovery issues (#16036) 7 years ago
Felföldi Zsolt 6198c53e28 p2p/discv5: fix removeTicketRef cached ticket removal (#15995) 7 years ago
Felföldi Zsolt 397c6cde1e p2p/discv5: fix topic register panic at shutdown (#15946) 7 years ago
Martin Holst Swende 48641d7308
p2p/discv5: logs info about discv5 node info at bind time 7 years ago
Felföldi Zsolt 92580d69d3 p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) 7 years ago
zelig 407339085f p2p/protocols, p2p/testing: protocol abstraction and testing 7 years ago
Felix Lange 5c2f1e0014 all: update generated code (#15808) 7 years ago
ferhat elmas 5866626b08 core, p2p/discv5: use time.NewTicker instead of time.Tick (#15747) 7 years ago
Anton Evangelatov 36a10875c8 p2p/enr: initial implementation (#15585) 7 years ago
Péter Szilágyi c15d76a40f p2p/discv5: fix reg lookup, polish code, use logger (#15737) 7 years ago
ferhat elmas afa3c72c40 p2p/discover: fix leaked goroutine in data expiration 7 years ago
Felix Lange 3654aeaa4f
p2p/simulations: fix gosimple nit (#15661) 7 years ago
holisticode fd777bb210 p2p/simulations: add mocker functionality (#15207) 7 years ago
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
ferhat elmas 1d06e41f04 p2p, swarm/network/kademlia: use IsZero to check for zero time (#15603) 7 years ago
Lewis Marshall 54aeb8e4c0 p2p/simulations: various stability fixes (#15198) 7 years ago
ferhat elmas 86f6568f66 build: enable unconvert linter (#15456) 7 years ago
Darrel Herbst d54e3539d4 p2p/nat: delete port mapping before adding (#15222) 7 years ago
Péter Szilágyi 2ee885958b p2p: snappy encoding for devp2p (version bump to 5) (#15106) 7 years ago
Lewis Marshall 9feec51e2d p2p: add network simulation framework (#14982) 7 years ago
Martin Holst Swende dc92779c0a p2p: change ping ticker to timer (#15071) 7 years ago
Ali Hajimirza 33b158e0ed discover: Changed Logging from Debug to Info (#14485) 7 years ago
Felix Lange 30d706c35e cmd/geth: add --config file flag (#13875) 8 years ago
Péter Szilágyi 04fcae207d p2p: if no nodes are connected, attempt dialing bootnodes (#13874) 8 years ago
Felix Lange 96ae35e2ac p2p, p2p/discover, p2p/nat: rework logging using context keys 8 years ago
Felix Lange d0eba23af3 all: disable log message colors outside of geth 8 years ago
Péter Szilágyi d4fd06c3dc
all: blidly swap out glog to our log15, logs need rework 8 years ago
Péter Szilágyi 189dee26c6
p2p: remove trailing newlines from log messages 8 years ago
Felix Lange 9b0af51386 crypto: add btcec fallback for sign/recover without cgo (#3680) 8 years ago
Felix Lange b9b3efb09f all: fix ineffectual assignments and remove uses of crypto.Sha3 8 years ago
Péter Szilágyi 18c77744ff
all: fix spelling errors 8 years ago
Felix Lange 13e3b2f433 logger, pow/dagger, pow/ezp: delete dead code 8 years ago
Felix Lange f2da6581ba all: fix issues reported by honnef.co/go/simple/cmd/gosimple 8 years ago
Felix Lange 35a7dcb162 all: gofmt -w -s 8 years ago
Péter Szilágyi 21fd9f037e
p2p/nat: fix a bytes based net.IP comparison 8 years ago
Péter Szilágyi 2573094df2
p2p/discover, p2p/discv5: use flexible comparison for IPs 8 years ago
Zsolt Felfoldi a6d3bf6fc3 p2p/discv5: search and lookup improvement 8 years ago