.. |
All.h
|
3fccc6aba2
Repot.
|
10 years ago |
CMakeLists.txt
|
5efde9974f
Switched miniupnpc to be an optional dependency for libp2p.
|
8 years ago |
Capability.cpp
|
a0a42c3dba
Compile fix.
|
9 years ago |
Capability.h
|
b633a73a8f
fixing the issues
|
9 years ago |
Common.cpp
|
2092f13d28
replace ifdef _WIN32 to if defined(_WIN32)
|
8 years ago |
Common.h
|
47f51a92fe
libp2p: implement operator== for NodeIPEndpoint
|
8 years ago |
Host.cpp
|
820482c3c7
remove structured logger
|
8 years ago |
Host.h
|
f44b5b264e
Fix data race for Host::m_run
|
8 years ago |
HostCapability.cpp
|
0fb28643a5
Merge branch 'netFix' of https://github.com/subtly/cpp-ethereum-micro into subtly-netFix
|
9 years ago |
HostCapability.h
|
a643746c96
bugfix
|
9 years ago |
Network.cpp
|
2092f13d28
replace ifdef _WIN32 to if defined(_WIN32)
|
8 years ago |
Network.h
|
0f7cf80b93
Change default lp from 30303 to c_defaultListenPort
|
8 years ago |
NodeTable.cpp
|
ad6ac0c2d9
Initialize potentially uninitialized variables
|
8 years ago |
NodeTable.h
|
71e18b4265
libp2p: implement EIP-8 support for discovery
|
8 years ago |
Peer.cpp
|
97dd1df0ff
Cleaned up some of network. Added HostSpec.
|
9 years ago |
Peer.h
|
97dd1df0ff
Cleaned up some of network. Added HostSpec.
|
9 years ago |
RLPXFrameCoder.cpp
|
b2d008d61b
Suppressing deprecation warnings for SHA3_256 and SHA3_512 classes in CryptoPP.
|
8 years ago |
RLPXFrameCoder.h
|
b2d008d61b
Suppressing deprecation warnings for SHA3_256 and SHA3_512 classes in CryptoPP.
|
8 years ago |
RLPXFrameReader.cpp
|
26d2c5aef7
bugfix in framing
|
9 years ago |
RLPXFrameReader.h
|
4e6b771ac1
Cleanup. More fixes. More tests.
|
9 years ago |
RLPXFrameWriter.cpp
|
34bb838225
libp2p: avoid nullptr dereference
|
8 years ago |
RLPXFrameWriter.h
|
ad6ac0c2d9
Initialize potentially uninitialized variables
|
8 years ago |
RLPXPacket.cpp
|
86b6297341
Initial round-robin packet dequeing.
|
9 years ago |
RLPXPacket.h
|
9ce65e6cd0
multiprotocol test added
|
9 years ago |
RLPXSocket.cpp
|
85ed016e50
Prep for cleanup, subprotocol packet queues, and framing. Disown rlpxsocket from handshake and rename FrameIO to FrameCoder.
|
9 years ago |
RLPXSocket.h
|
f0bfa276cf
Fixed creation of shared_ptr in RLPXSocket.
|
9 years ago |
RLPXSocketIO.cpp
|
ad6ac0c2d9
Initialize potentially uninitialized variables
|
8 years ago |
RLPXSocketIO.h
|
d9956561f5
mux() accepts deque instead of vector
|
9 years ago |
RLPxHandshake.cpp
|
bfa05a72f3
Check m_io before using it.
|
8 years ago |
RLPxHandshake.h
|
4dff018eb6
libp2p: implement EIP-8 RLPx handshake encoding
|
8 years ago |
Session.cpp
|
e39a0fc827
Fix build of -Og
|
8 years ago |
Session.h
|
a643746c96
bugfix
|
9 years ago |
UDP.cpp
|
d98dc47160
Remove pessimising moves.
|
9 years ago |
UDP.h
|
71e18b4265
libp2p: implement EIP-8 support for discovery
|
8 years ago |
UPnP.cpp
|
cc83f74471
Support miniupnpc version 1.6.
|
8 years ago |
UPnP.h
|
50e455fede
Reduce usage of "new".
|
9 years ago |