jl777
3227dc9142
+print
7 years ago
jl777
4302955f38
Remove dup
7 years ago
jl777
92db58605e
Add back 10 second connect()
7 years ago
jl777
8f478087bd
Fix
7 years ago
jl777
bc181dc041
LP_alicequery_clear();
7 years ago
jl777
4d3bb7d04e
Ifdef electrum connect timeout
7 years ago
jl777
8ff428b226
Unrevert
7 years ago
jl777
6d37c041db
Revert double send of request
7 years ago
jl777
c99b5d5f03
Revert connect timeout
7 years ago
jl777
c4c960ab8d
10 seconds connect
7 years ago
jl777
f93654ac75
-print
7 years ago
jl777
247600cbf6
PRLPAY
7 years ago
jl777
f10cf17b1b
Merge pull request #895 from DeckerSU/dev-decker-dev
fix (2) work with nonblocking socket for Windows
7 years ago
DeckerSU
b17a01b384
fix (2) work with nonblocking socket for Windows
7 years ago
jl777
164e76380f
Merge pull request #894 from jl777/jl777
Jl777
7 years ago
jl777
8c71bb2164
Fix !=
7 years ago
jl777
b0a14472f4
Merge pull request #893 from DeckerSU/dev-decker-dev
fix (?) work with nonblocking socket for Windows
7 years ago
DeckerSU
1508814b3a
fix (?) work with nonblocking socket for Windows
read https://msdn.microsoft.com/en-us/library/windows/desktop/ms737625%28v=vs.85%29.aspx from:
With a nonblocking socket, the connection attempt cannot be completed immediately. In this case, connect will return SOCKET_ERROR, and WSAGetLastError will return WSAEWOULDBLOCK. In this case, there are three possible scenarios:
[Solution] Use the select function to determine the completion of the connection request by checking to see if the socket is writeable.
What exactly do we do below ... calls to `select`.
7 years ago
jl777
77aca0a058
Merge pull request #892 from jl777/jl777
Jl777
7 years ago
jl777
88fec8dcd3
Disable errno closing
7 years ago
jl777
f61ca0fc4f
Fix komodo_connect retail
7 years ago
jl777
ca9015e011
Merge pull request #891 from jl777/jl777
Fix windows nonblack connect, thanks decker!
7 years ago
jl777
c563ba96a6
Fix windows nonblack connect, thanks decker!
7 years ago
jl777
c487a02a02
Merge pull request #889 from jl777/jl777
Max coins -> 255
7 years ago
jl777
54079372af
Max coins -> 255
7 years ago
jl777
66d19def5d
Merge pull request #888 from jl777/jl777
Disable parallel curl
7 years ago
jl777
7c8cfd6e86
Disable parallel curl
7 years ago
jl777
8a48c3ec3e
Merge pull request #887 from jl777/jl777
#define LP_MAXPRICEINFOS 512
7 years ago
jl777
b1287211ce
#define LP_MAXPRICEINFOS 512
7 years ago
jl777
4cb8f5db3c
-print
7 years ago
jl777
09fa8e6845
+coins
7 years ago
jl777
560a75655b
Merge branch 'dev' into jl777
7 years ago
jl777
0c6ba9b760
WinSock2
7 years ago
jl777
5a2f464f46
#include <fcntl.h>
7 years ago
jl777
ec09b32623
HUSHwif
7 years ago
jl777
35d3a9c700
Merge pull request #886 from jl777/jl777
-CMM
7 years ago
jl777
66dd9e250e
-CMM
7 years ago
jl777
77d575b997
Merge pull request #885 from jl777/jl777
5 second connect() timeout
7 years ago
jl777
b0ec10c3f3
Fix
7 years ago
jl777
0b9f991354
socklen_t
7 years ago
jl777
992200cbd9
Fix
7 years ago
jl777
8604be5128
Fix
7 years ago
jl777
e511a96a76
-bool
7 years ago
jl777
cfe4b1585f
+struct
7 years ago
jl777
fb238bfd73
Test 5 sec connect() timeout
7 years ago
jl777
602b0dbfdf
+/- prints
7 years ago
jl777
cb87645672
+print
7 years ago
jl777
23fb98a175
Merge pull request #884 from jl777/jl777
per coin curl handle for mm
HUSH support for dPoW
7 years ago
jl777
6d1668d7df
Prevent MoM data in HUSH
7 years ago
jl777
545b8adee3
Add coin name to mining sig print
7 years ago