subtly
bc0100e48e
Add response timeout to handshake. Update cancel() to prevent race condition.
10 years ago
subtly
a78eee5861
bump discovery version
10 years ago
subtly
eaa5908a3d
code review. collapse if statement.
10 years ago
subtly
f5e03f5550
code review
10 years ago
chriseth
79fb35fd69
Exception-throwing assert.
10 years ago
subtly
29cce7b80d
remove commented code
10 years ago
subtly
46692bcf32
track pings where pubk is unknown so pongs are properly handled
correct mutex usage
notify Host of new node only when it is inserted into table
temporarily double discovery timeout until concatenated packets are supported
remove duplicate eviction-timeout entry
update node's udp endpoint when node is noted as active (fixes bug which duplicates NodeEntry)
don't note pending nodes as active, don't add pending nodes to table
change NodeEntryRemoved to NodeEntryDroppped (Remove will be permanent)
note active node after packet is processed instead of before
do not respond to unsolicited packets
store node pubk and tcp endpoint when Ping is received
fix bug in Host causing empty Peer shared-ptr to be created
10 years ago
Gav Wood
634ee69474
Extend reach of exception handling for UPnP.
10 years ago
subtly
b4661aeb4c
Reduce verbosity of node table logging.
10 years ago
subtly
bf4dedf92c
Reduce log verbosity. Fix typo for 'recving ack' error.
10 years ago
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
f1efb7c3f9
fix coding standards
10 years ago
subtly
eeeb842192
update doc for disabled code
10 years ago
subtly
80edf61630
changes from code review
10 years ago
subtly
3292c58599
bugfix and doc clarification. fix test.
10 years ago
subtly
529fda3a95
lifecycle management of handshake sessions
10 years ago
subtly
fada98b8d9
update headers, docs, remove unused length argument from fixed-length read
10 years ago
subtly
41109e2b6c
docs. ensure non-random memory allocation headermac bytes.
10 years ago
subtly
5902a8c2b0
docs. better method name. remove unused code.
10 years ago
subtly
778b180282
aes256, as per the spec.
10 years ago
subtly
fc1ea097aa
packet-type interop w/go
10 years ago
subtly
4955f33797
-whitespace
10 years ago
subtly
d6c37b7562
don't deallocate keys
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
subtly
53fda56158
test initial secrets and ciphers, interop with go
10 years ago
arkpar
2574741a14
enabled -pedantic for gcc build
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
f7508dfc8a
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
10 years ago
jhuntley
e1e7b227df
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
10 years ago
jhuntley
4f109d29a6
Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'.
10 years ago
Lefteris Karapetsas
3874c78d06
More style fixes
10 years ago
subtly
dc1bb1d28b
build fix
10 years ago
subtly
924ac4ec92
pair-coding update
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
5f191f4f89
Indentation style fixes
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
- Structured logger is injected as a dependency where needed.
- Still a work in progress
10 years ago
Lefteris Karapetsas
5695d0ee25
Adding argument for structured logging and propagating it forward
- Also style fixes when problems encountered
10 years ago
subtly
30e75e2659
initial ecies interop w/go
10 years ago