Luke Dashjr
|
19294f1238
Merge branch 'winpthread' into cg_merges_20130523a
|
13 years ago |
Luke Dashjr
|
9fb8b34e4e
Use has_pth flag instead of trying to mess with pthread internals
|
13 years ago |
Con Kolivas
|
64b08f383b
All stratum calls to recv_line are serialised from the one place so there is no need to use locking around recv().
|
13 years ago |
Con Kolivas
|
f227515e38
Set pool->probed to true after an attempt to resolve the url via stratum code.
|
13 years ago |
Con Kolivas
|
3336880e3b
Show pool difficulty more verbosely if it changes via stratum.
|
13 years ago |
Luke Dashjr
|
d4bacef58c
Merge commit 'b6e3d5b' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
392996480a
Merge commit '1a74bc5' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
613ecb407e
Merge commit '26ddd1f' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
3ea2ce3f28
Merge commit 'e0196a3' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
25820e236d
Semi-Merge commit '56068d6' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
b5df3ae7cc
Merge commit '9b34d82' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
5b4851851d
Merge commit '09c02b1' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
a6331eb5f1
Merge commit '501f4cd' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
0e52d3c09c
Merge commit '07ae617' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
f7654752ab
Semi-Merge commit 'e315179' into cg_merges_20130513 (just rearrange var def)
|
13 years ago |
mhren
|
c5bfc45233
Update util.c
|
13 years ago |
Con Kolivas
|
3972fe223b
Show a different warning and loglevel for failure to resolve a URL on first or subsequent testing of stratum pool URLs.
|
13 years ago |
Con Kolivas
|
2645797fca
Set all stratum sockets to nonblocking to avoid trying to use MSG_DONTWAIT on windows.
|
13 years ago |
Con Kolivas
|
d89936a96c
Fix warnings on win32 build.
|
13 years ago |
ckolivas
|
832012f61d
Only use MSG_NOSIGNAL for !win32 since it doesn't exist on windows.
|
13 years ago |
ckolivas
|
6acfdbd661
Use MSG_NOSIGNAL on stratum send()
|
13 years ago |
ckolivas
|
a7cbbc9fc3
Set TCP_NODELAY for !linux for raw sockets.
|
13 years ago |
ckolivas
|
0676a1a885
Use TCP_NODELAY with raw sockets if !opt_delaynet
|
13 years ago |
Con Kolivas
|
68196588c9
Make raw sockets compile on windows
|
13 years ago |
Con Kolivas
|
43bcccf868
Recheck select succeeds on EWOULDBLOCK for stratum.
|
13 years ago |
Con Kolivas
|
6e969e93e2
Recv() should all be non-blocking for raw sockets in stratum.
|
13 years ago |
Con Kolivas
|
cf80fe4a63
Change verbosity and error for getaddrinfo warnings in setup stratum socket.
|
13 years ago |
Con Kolivas
|
1a43cb0b17
Free servinfo after p is checked in setup stratum socket.
|
13 years ago |
Con Kolivas
|
31aa4f6ceb
Use raw sockets without curl for stratum communications.
|
13 years ago |
Con Kolivas
|
657e64477b
Sacrifice curl handle memory on stratum disconnects on all versions of libcurl to avoid curl corruption.
|
13 years ago |