Gav Wood
e371e8adb9
Fix for resolving names.
9 years ago
Gav Wood
a060c46b4c
Cleaned up some of network. Added HostSpec.
9 years ago
arkpar
a329529240
Sort peers by rating and connection time; handle unexpected status
packet
9 years ago
Gav Wood
e947811133
Build fix.
9 years ago
Gav Wood
97a1d90557
Add gav.ethdev.com as a node.
9 years ago
Gav Wood
a7c870fc83
Print problematic packets only in debug.
10 years ago
Vlad Gluhovsky
b7c28a09aa
required peers are not added to the node table
10 years ago
Gav Wood
56a7bfa7fe
Fixes and better reactivity for the Account Naming infrastructure.
10 years ago
Vlad Gluhovsky
dd14158a08
verbosity changed
10 years ago
chriseth
2bcaf47811
Use unique_ptr for RLPXFrameCoder.
10 years ago
chriseth
b78ee4c18c
Reduce usage of "new".
10 years ago
Vlad Gluhovsky
2314668581
style update
10 years ago
Vlad Gluhovsky
2996033df0
bugfix: error code 995
10 years ago
Liana Husikyan
00752984a1
added checks to prevent the self assignment
10 years ago
subtly
6d33f2ff9b
whitespace in cli options
10 years ago
chriseth
db0bcb9f8c
Fixed creation of shared_ptr in RLPXSocket.
10 years ago
Gav Wood
a8982ade28
JSON-RPC now interprets ICAP addresses and throws when hex addresses are bad.
ICAP accepts 35-character "invalid IBAN" addresses.
Console quits with quit.
Many UI tweaks in eth.
10 years ago
chriseth
bf63f32a5e
Cleanup m_sessions.
10 years ago
Vlad Gluhovsky
e000d36b3c
debug
10 years ago
subtly
19c9ae935a
--peerset CLI option for required (static) peers
10 years ago
chriseth
f07cd202f9
Fix for connecting to host without colon.
10 years ago
debris
e1a72950d5
now policy CMP0042 is set to OLD
This reverts commit 61e99b1040
.
10 years ago
Gav Wood
61e99b1040
Revert "fixed cmake policy CMP0042, MACOSX RPATH"
10 years ago
debris
4374ec50c2
fixed cmake policy CMP0042, MACOSX RPATH
10 years ago
subtly
47a55d62e0
staging progress
10 years ago
Lefteris Karapetsas
e62f9c108a
Error checking in resolveHost()
- Properly check if what follows after ':' is a number and catch the
exception thrown. Before this we were segfaulting with an uncaught
exception
- Return an empty endpoing if we have an error so it can be detected by
the calling web3 server code and show 'false' in the console instead
of 'true'
10 years ago
Gav Wood
c3933466d7
implement admin_net_nodeInfo.
10 years ago
Paweł Bylica
a51037e645
Fix incorrect std::move.
10 years ago
Gav Wood
591b4c8c64
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
818fa25bba
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
Gav Wood
2f19861858
Secure datatypes now copyable only to similar datatypes.
More restrictions on usage to prevent accidental data leakage.
10 years ago
subtly
65cd7c563b
Don't reschedule handshake timeout during last phase of handshake.
10 years ago
subtly
dd2462de27
Don't reschedule handshake timeout following completion or error.
10 years ago
subtly
110c1099b6
possible fix for pause on shutdown. thread names in macos for easier debugging.
10 years ago
Vlad Gluhovsky
432e1988f9
refactoring
10 years ago
Vlad Gluhovsky
2764ca4dbb
WhisperDB class split
10 years ago
Vlad Gluhovsky
0d4ffff47e
bugfix: reap()
10 years ago
Vlad Gluhovsky
ff4cbd8dab
bugfix: vector::iterator
10 years ago
Vlad Gluhovsky
8493348667
bugfix: reap() refcatored
10 years ago
Paweł Bylica
49ebc887ec
Fix warning about scalar initialization
10 years ago
subtly
3e5542cd95
Host: Fix guard. Fix acceptor loop when connection count exceeded. Acceptor loop exit on shutdown.
10 years ago
arkpar
855ba20a0f
fixed ethashcl build
10 years ago
Gav Wood
15ebaea13f
Build fix in RLPX.
10 years ago
subtly
fd6a96058a
Remove unused move.
10 years ago
subtly
20ca0ff247
Remove packet copy constructor. Simplify bool use.
10 years ago
subtly
c2fff08327
Update RLPXFrameWriter.h
10 years ago
subtly
2991bf4097
Use const, nudge buildbot.
10 years ago
subtly
4f02a4fee8
Const frame info. Typo. Const arguments.
10 years ago
subtly
614b61b67a
Fix deadlineop/ops mutexes. Rerun discovery regardless of whether timer is cancelled, due to asio prematurely cancelling timer.
10 years ago
subtly
f0c925086d
Fixes for #2337 , #2349 , #2288 , #2333 , #1398 .
10 years ago