Con Kolivas
|
80787bb4f2
bufsize is an unsigned integer, make it so for debug.
|
13 years ago |
Con Kolivas
|
cdb812b08b
Cope with the highest opencl platform not having usable devices.
|
13 years ago |
Con Kolivas
|
67c38b49d6
Update kernel file names signifying changes.
|
13 years ago |
Luke Dashjr
|
16c7821843
Merge commit 'b1ae45f' into ocl_update_20130512
|
13 years ago |
Luke Dashjr
|
44b386a7f7
Tree-Merge commit 'd16d492' into ocl_update_20130512
|
13 years ago |
Luke Dashjr
|
2a26faa8a5
Merge commit '7f595ca' into ocl_update_20130512
|
13 years ago |
Luke Dashjr
|
d65a0f1134
Merge commit '434aac7' into bfgminer
|
13 years ago |
Luke Dashjr
|
434aac7c41
Bugfix: bitforce: Include get_api_stats in BQUEUE mode
|
13 years ago |
Luke Dashjr
|
ebcdb29718
opencl: Support for reading temperature from free software radeon drivers via libsensors
|
13 years ago |
Luke Dashjr
|
3dd514e21f
Merge commit 'd3839e7' into bfgminer
|
13 years ago |
Luke Dashjr
|
d3839e7cd8
Bugfix: Always compile support for commandline --temp-target and --temp-cutoff, and write them in the config for all devices
|
13 years ago |
Con Kolivas
|
2b8cbf61ca
Revert wrong patch.
|
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 |
Kano
|
527fe05848
Merge branch 'usb'
|
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 |
Kano
|
05dd48ace1
usbutils/mmq fixed size usb_read default to wait for all data
|
13 years ago |
Kano
|
f518f33674
usbutils optional (disabled by default) dev debug
|
13 years ago |
Kano
|
e53040ca4d
Add an ftdi usb read macro without newline
|
13 years ago |
Con Kolivas
|
8e117050e3
Avalon usb interface should be 0.
|
13 years ago |
Con Kolivas
|
4a39f03919
Add more debug for failure to USB init.
|
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 |