chriseth
b78ee4c18c
Reduce usage of "new".
10 years ago
chriseth
f07cd202f9
Fix for connecting to host without colon.
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
Paweł Bylica
4205cf79f9
Remove pessimising moves.
10 years ago
arkpar
cc5a617aa6
set and map to hash tables
10 years ago
subtly
88193ae7c8
Limit DNS resolution to ipv4.
10 years ago
Gav Wood
87770dad0b
More logging stuff.
Fixes #1680
10 years ago
Gav Wood
55b9038d6f
More awesome logging stuff.
10 years ago
subtly
c80761b684
Ignore interfaces which aren't UP.
10 years ago
subtly
8568370a49
use explicit name of const
10 years ago
subtly
55986db377
synchronous resolver
10 years ago
Gav Wood
25333cace3
Clean up variable names.
10 years ago
subtly
29f40bff0f
makePeer and support setting listen IP.
10 years ago
subtly
8fb315be49
refactor network prefs
10 years ago
chriseth
79fb35fd69
Exception-throwing assert.
10 years ago
Gav Wood
634ee69474
Extend reach of exception handling for UPnP.
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
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
Gav Wood
2c6b18f01b
Add EVMJIT.
10 years ago
subtly
cef5c1a843
initial interface for udp. test sending/receiving udp.
10 years ago
subtly
71bf6e7ede
udp != tcp. history-commit.
10 years ago
subtly
a23251e9ac
network: move static system-network functions into Network class. Further simplifaction of network lifecycle.
10 years ago