Kano
|
e3281c2643
When API shuts down cgminer don't kill itself
|
14 years ago |
Kano
|
dd233ec244
API add 'privileged' command so can verify access level
|
14 years ago |
Kano
|
60b7c01e7a
API restrict access to all non display commands by default
|
14 years ago |
Kano
|
c25aead886
Update API version to 1.2 for new 'Log Interval'
|
14 years ago |
Kano
|
3bd16acf12
API add --log Interval to 'config' reply
|
14 years ago |
Kano
|
3955fefec0
--api-allow special case 0/0 means all
|
14 years ago |
Con Kolivas
|
02295c69c8
Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal
|
14 years ago |
Con Kolivas
|
86a53824b5
Delete unused variable.
|
14 years ago |
Con Kolivas
|
1885374802
Merge pull request #112 from luke-jr/jansson_compat
|
14 years ago |
Luke Dashjr
|
fdadb0b549
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
14 years ago |
zefir
|
713e8be629
move CPU chipset specific optimization into device-cpu
|
14 years ago |
Con Kolivas
|
405a2120f8
Remove unnecessary check for opt_debug on every invocation of applog at LOG_DEBUG and place the check in applog().
|
14 years ago |
Con Kolivas
|
8c609579f4
Merge pull request #107 from kanoi/master
|
14 years ago |
Con Kolivas
|
b54d462c85
Missing include to build on newer mingw32.
|
14 years ago |
Kano
|
dab9b7e477
Define in_addr_t in windows if required
|
14 years ago |
Kano
|
f19e67fe3a
Allow API to restrict access by IP address
|
14 years ago |
Kano
|
4a714cb1f3
Bug intensity always shows GPU 0
|
14 years ago |
Kano
|
1f0a8a69db
Display accepted share pool/time for CPUs
|
14 years ago |
Kano
|
096946407f
Return last accepted share pool/time for devices
|
14 years ago |
Kano
|
42fcbf7c9c
Remove most compiler warnings from api.c
|
14 years ago |
Con Kolivas
|
10b697f0da
Revert "Fix compile warnings in api.c"
|
14 years ago |
Kano
|
8a90f1a756
Fix compile warnings in api.c
|
14 years ago |
Kano
|
63e31b4d78
Move intensity range values into miner.h
|
14 years ago |
p2k
|
c89ef81010
Fixed API compiling issue on OS X
|
14 years ago |
Kano
|
a1cd9defba
Return an error if using ADL API commands when it's not available
|
14 years ago |
Kano
|
ec2c0b784f
Add API commands: config, switchpool, gpu settings, save
|
14 years ago |
Kano
|
8e275d9f23
Make all CPU code compile time optional - off by default
|
14 years ago |
ckolivas
|
69966ffe17
Update copyright dates.
|
14 years ago |
ckolivas
|
332b3ca1e6
Configure out building and support of all CPU mining code unless --enable-cpumining is enabled.
|
14 years ago |
Luke Dashjr
|
845961af66
Refactor to abstract device-specific code
|
14 years ago |