Con Kolivas
|
43ef5f5d3f
Get rid of the flaky time_lock and use the thread safe localtime_r instead.
|
14 years ago |
Con Kolivas
|
90839cdf5a
Implement a completely curses based display and don't output to stderr when log is enabled unless it's redirected away from the terminal.
|
14 years ago |
Con Kolivas
|
6464dbfc65
Implement per-device request count to have a per-device efficiency and request status.
|
14 years ago |
Ycros
|
a5fb85ef84
Fixed WIN32 compilation with byteswap.
|
14 years ago |
Con Kolivas
|
c9bbaec3b2
Cope with delays in retrieving work from the server by knowing when we have run out of staged work.
|
14 years ago |
Rusty Russell
|
e2d912eb4a
vapplog: new helper function for reporting errors.
|
14 years ago |
Con Kolivas
|
837e7b1a85
Remove unused cgpu rolling_local variable.
|
14 years ago |
Con Kolivas
|
0a80d4b04d
Display the output as a refreshing line and only push continuous log to stderr if desired.
|
14 years ago |
Con Kolivas
|
cb13e2cfe5
Make it possible to build without opencl for cpu mining only.
|
14 years ago |
Con Kolivas
|
9950aa3927
Fix 32 bit builds.
|
14 years ago |
Con Kolivas
|
5007805d1f
Update CPU reentrant scan code to work properly for extended periods up to scantime and adjust rate properly.
|
14 years ago |
Ycros
|
ec8319176e
Build on windows using mingw32.
|
14 years ago |
ckolivas
|
08a7821072
Make the log show what the thread is: cpu or gpu and what number.
|
14 years ago |
ckolivas
|
f490143a9a
Add local thread count to info, store hw error count, and make share submission debug only.
|
14 years ago |
Con Kolivas
|
6374e0fafe
Import the phatk kernel. Enable it only for hardware with amd media ops for now since it crashes nvidia et. al.
|
14 years ago |
Con Kolivas
|
a45c54aaf8
Make postcalc_hash asynchronous as well.
|
14 years ago |
Con Kolivas
|
dde7039726
Merge gpumining from oclmine. Unstable.
|
14 years ago |
ckolivas
|
262b98ca95
Linux + x86_64 optimisations.
|
15 years ago |
Glenn Francis Murray
|
180b99f2d9
OSX Support
|
15 years ago |
Jeff Garzik
|
2fd9d54443
Convert remaining [f]print to applog().
|
15 years ago |
Jeff Garzik
|
23e9cf91f0
Ensure cpuminer-config.h is universally included, in *.c and *.h alike.
|
15 years ago |
Jeff Garzik
|
24afd61775
Introduce more standardized logging (incl. optional syslog).
|
15 years ago |
Jeff Garzik
|
7a87bee999
Add long polling support
|
15 years ago |
Jeff Garzik
|
33e5b54928
miner.h: pad out work_restart to max likely cache line size
|
15 years ago |
Jeff Garzik
|
2d49a9a5d7
Introduce ability to interrupt hash scanners in the middle of scanning.
|
15 years ago |
Jeff Garzik
|
0258fae450
Fix Windows build, that broke with yasm integration
|
15 years ago |
Jeff Garzik
|
4f7a51e9ed
Move all RPC I/O to separate thread.
|
15 years ago |
Jeff Garzik
|
6b19b15aa9
Fix warnings in sse2_64 implementation.
|
15 years ago |
Mark Crichton
|
96d2287c72
X86_64 SSE2 support for Linux
|
15 years ago |
Jeff Garzik
|
1083e15c47
Mark hash success as unlikely, using __builtin_expect() intrinsic
|
15 years ago |