147 Commits (0ed6724f0b0b71e807c0012b466454c8922c3b6d)

Author SHA1 Message Date
subtly 55d83c40fa fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test. 10 years ago
subtly eeeb842192 update doc for disabled code 10 years ago
subtly 529fda3a95 lifecycle management of handshake sessions 10 years ago
subtly fc1ea097aa packet-type interop w/go 10 years ago
subtly df96fcd03b separate packet type. add coding. 10 years ago
subtly a0aaf614f3 sharedptr wrapper class for socket 10 years ago
subtly 23a64667e3 classify handshake and begin pulling rlpx into session 10 years ago
subtly 7386ad2606 prep for framing. remove unused raw network send() methods from capabilities. bump protocol version. back out magic sequence packet prefix. 10 years ago
subtly d137581c7f authenticated capability (hello) and handshake authentication 10 years ago
jhuntley 6d62e3ab26 Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away. 10 years ago
jhuntley 0bf7d15a57 asio.h and windows.h build comments as per request. 10 years ago
jhuntley e1e7b227df Avoid boost include order issue on windows: 10 years ago
Lefteris Karapetsas 3874c78d06 More style fixes 10 years ago
subtly 69e48c2707 initial rlpx framing classes 10 years ago
subtly e79d427902 update host for ecies interop. test sha3 output of interim digest. 10 years ago
Lefteris Karapetsas 4a9b2fa0c5 StructuredLogger's functions all become static and call the singleton getter. 10 years ago
Lefteris Karapetsas 0fba1cc063 Adding number of connections in the p2p events 10 years ago
Lefteris Karapetsas 623d640fb5 StructuredLogger becomes a global singleton class 10 years ago
Lefteris Karapetsas 6c4faef732 Add remote version to p2pconnected log event 10 years ago
Lefteris Karapetsas 643499e491 Add p2p disconnected structured log event 10 years ago
Lefteris Karapetsas ba81493976 StructuredLogger propagated as a const reference 10 years ago
Lefteris Karapetsas d0c1c510bd Adding StructuredLogger class and using it in various places 10 years ago
Lefteris Karapetsas 5695d0ee25 Adding argument for structured logging and propagating it forward 10 years ago
subtly 30e75e2659 initial ecies interop w/go 10 years ago
subtly 953bfd2400 start of ecies interop with go 10 years ago
subtly a0f0812fcb fix #1055 10 years ago
Gav Wood 1fce862e1b Improvement to AZ - confirmation disabler. 10 years ago
subtly f6fc86e992 fix curlies. remove unused transition methods. 10 years ago
subtly 8e8b6de255 advance transition 10 years ago
subtly 4ebc2f8320 reenable sessions. more refactor. 10 years ago
subtly f6d5aa75a0 refactor of handshake. first pass, compiles. 10 years ago
subtly ecb06feb85 verification of and placeholder for capabilities handshake 10 years ago
subtly ec4ba8e532 fix magic. disable ping for now, as it can trigger prior to hello packet. 10 years ago
subtly 4814303c09 initial handshake on the wire 10 years ago
subtly 261c04314f fix snapshot when nodetable #1055 10 years ago
Gav Wood 0696ee87da Windows compile fix. 10 years ago
subtly 3291bc1d9a perform node discovery when there aren't enough nodes 10 years ago
subtly 38230cb1e4 Increase connect timeout for upnp initialization and fix resolver. 10 years ago
subtly a153d078bc Prevent infinite sleep on connect. Write settings before shutdown of web3. 10 years ago
subtly c60b0099c7 update last disconnect for fallback timer after successful connect. 10 years ago
subtly 49d21e9ada add back fallback for retrying when connect peers is 0 and idealpeercount > 0 10 years ago
subtly a406402a4c Fixes for uninit. shared pointers and add const&. 10 years ago
subtly e9538b23c8 updates for code-review 10 years ago
Gav Wood 5bd705b9f9 Wait until network is fully initialised before connecting. 10 years ago
subtly 92f9ec8c42 import/export peers and nodes 10 years ago
subtly 5566f335e8 Comments for socket in acceptor. Remove start arg from Host constructor; it is not used and conflicts with restoreNodes being used to set node credentials. 10 years ago
subtly 2e7ea3564c add test-require to p2p/host 10 years ago
subtly 6381706c66 fix ping-timeouts 10 years ago
subtly 98a2d193c2 updates and fixes for code review 10 years ago
subtly d7e3065f97 Remove unused code paths with confidence. Rename key/identity to alias. Inherit Peer from Node and update Host/Session to use Node::endpoint instead of previous Peer::address. 10 years ago