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