565 Commits (94149db6c2c34ddbc67a90d7bee83585690a1ed0)

Author SHA1 Message Date
subtly 65cd7c563b Don't reschedule handshake timeout during last phase of handshake. 9 years ago
subtly dd2462de27 Don't reschedule handshake timeout following completion or error. 9 years ago
subtly 110c1099b6 possible fix for pause on shutdown. thread names in macos for easier debugging. 9 years ago
Vlad Gluhovsky 432e1988f9 refactoring 9 years ago
Vlad Gluhovsky 2764ca4dbb WhisperDB class split 9 years ago
Vlad Gluhovsky 0d4ffff47e bugfix: reap() 9 years ago
Vlad Gluhovsky ff4cbd8dab bugfix: vector::iterator 9 years ago
Vlad Gluhovsky 8493348667 bugfix: reap() refcatored 9 years ago
Paweł Bylica 49ebc887ec Fix warning about scalar initialization 9 years ago
subtly 3e5542cd95 Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown. 9 years ago
arkpar 855ba20a0f fixed ethashcl build 9 years ago
Gav Wood 15ebaea13f Build fix in RLPX. 9 years ago
subtly fd6a96058a Remove unused move. 9 years ago
subtly 20ca0ff247 Remove packet copy constructor. Simplify bool use. 9 years ago
subtly c2fff08327 Update RLPXFrameWriter.h 9 years ago
subtly 2991bf4097 Use const, nudge buildbot. 9 years ago
subtly 4f02a4fee8 Const frame info. Typo. Const arguments. 9 years ago
subtly 614b61b67a Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer. 9 years ago
subtly f0c925086d Fixes for #2337, #2349, #2288, #2333, #1398. 9 years ago
subtly 99a97e05f0 Cleanup. More fixes. More tests. 9 years ago
subtly bd2d99f169 Fixup and document frame writer. Add test for coalesced packets. 9 years ago
Paweł Bylica 42d9edc9b0 Fix up rvalue references. Avoid a copy of an EVM code in ExtVM. 9 years ago
subtly 639b4fb13c Cleanup. Interface for enqueuing packets. Fix: Include packet type in total size. 9 years ago
arkpar 440f6e7dc2 import transactions in a separate thread 9 years ago
subtly 52228e5ad6 enum renamed 9 years ago
subtly bcca52c443 mux/demux working test 9 years ago
arkpar c7a516714d prioritized transaction queue 9 years ago
arkpar cf54c31c3c fixed starved download, removed obsolete invariant 9 years ago
Vlad Gluhovsky 784fed9a32 minor update 9 years ago
arkpar 4983db8e58 removed unneeded invariant checks, fixed disconnect message priority 9 years ago
Vlad Gluhovsky c5ffcad47b build fix 9 years ago
chriseth 485a910523 Documentation and tests for RangeMask. 9 years ago
arkpar cfcd722c51 pv61 sync 9 years ago
Vlad Gluhovsky d3809ea2f8 bugfix: WhisperHost::noteChanged() deleted 9 years ago
arkpar 3ed8d76715 improved logging 9 years ago
arkpar 69ddff938b fixing windows build 9 years ago
arkpar cd3355f23f used weak_ptr for session and peers, minor sync optimization 9 years ago
Gav Wood 43a6d825c3 Support rocksdb alternative. 9 years ago
Gav Wood c5cb5aeed4 Avoid attempting to import invalid blocks. 9 years ago
subtly 5360ca1548 Initial reader test. Something broken with encframes vector of bytes. 9 years ago
subtly 78467d3ae0 small rename 9 years ago
subtly e82f8db2de Prep for #2179. Abstract parsing of frame header from Session into struct. Catch unhandled exceptions thrown by ASIO. 9 years ago
subtly 300a35a8e2 prep, moving frame info to coder class. 9 years ago
subtly 1a4f170b0a Add coder to reader and info struct for frame header. 9 years ago
subtly fe0f71536f rlpx frame reader fixes. rename writer::drain to mux. 9 years ago
subtly 2999d3e3e5 Add test for frame writer. Cleanup abstraction in preparation for reader. Initial reader code. 9 years ago
chriseth e617bfb0f7 Corrected typo about max peer count. 9 years ago
subtly a40cea0a8b -Werror=maybe-uninitialized 9 years ago
Gav Wood 9afd426e5a Refactor toJson out into separate file. 9 years ago
subtly 826858496c cleanup 9 years ago