Commit History

Author SHA1 Message Date
  Felix Lange 71e18b4265 libp2p: implement EIP-8 support for discovery 9 years ago
  Paweł Bylica d98dc47160 Remove pessimising moves. 9 years ago
  Gav Wood 0fb28643a5 Merge branch 'netFix' of https://github.com/subtly/cpp-ethereum-micro into subtly-netFix 9 years ago
  Gav Wood d030c53626 Code cleanup. 9 years ago
  Vlad Gluhovsky 5bb064c2b2 MSVS compiler error and warnings fixed 9 years ago
  Gav Wood 4687d92464 Move non-cryptopp dependent stuff into devcore. 9 years ago
  subtly 38b9ed1be3 Ignore empty UDP messages (likely when udp/icmp error is received). 9 years ago
  subtly 8c2c33b3c0 Log errors instead of disconnecting socket. 9 years ago
  subtly 70de93952a remove misplaced comment 9 years ago
  subtly ebb7797eb2 Prevent socket from closing due to attempt to send to bad address. 9 years ago
  subtly ceb7fe282d revert code from timestamps back to cache timers 9 years ago
  subtly 931fbb00ac cleanup 9 years ago
  subtly de77417059 check node discovery timestamps. 9 years ago
  subtly 7d35e03c88 bugfix. handle recv after disconnect. 10 years ago
  subtly 78c628a046 Fallback to 0.0.0.0 if bind fails. Bump handshake timeout until we switch back to secp256k1. 10 years ago
  subtly 8b40f28a45 gracefully handle old pingnode packet 10 years ago
  subtly 1be2a4f9cb NodeTable constructor requires and listens to explicit IP address instead of defaulting to 0.0.0.0 (all addresses). 10 years ago
  jhuntley e958d5171f 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 fce8254f20 asio.h and windows.h build comments as per request. 10 years ago
  jhuntley f2faffbc4a Avoid boost include order issue on windows: 10 years ago
  subtly c244214074 updates for code-review 10 years ago
  Felix Lange a336be59e4 libp2p: use actual unix timestamps for discover packets 10 years ago
  Felix Lange 35bd358c95 libp2p: distinguish discovery packets by packet type 10 years ago
  subtly dff21069b7 add packet-type. prep for node-discovery interop. 10 years ago
  subtly 7340a38e5e Merge branch 'p2p-udp-nodetable' into p2p 10 years ago
  subtly 6fe1c50779 define constructors for windows 10 years ago
  subtly 4f68ff13ab code review 10 years ago
  subtly 7bbb1d96a8 Merge branch 'p2p-udp-nodetable' into p2p 10 years ago
  subtly 4848eaa885 code review fixes. remove std::, fix improper naming of class members, camelCase ivars for readability. 10 years ago
  subtly 50afbfc4dc Pass 1 integrating node table. TBD: whether to store/relay cap info. 10 years ago