Paul Sheppard
2384d0fbc6
Removed idle mode... again!?
...
Changed work_reset rate to every 100ms & use defines rather than numerics.
Change total sleep time to 4300ms after performance testing/measurement (now good to 916MH/s).
Changed timeout to 15s - Throttle time is 15s.
Added support for 'Busy' when submitting work.
Improved logging text to include device identifier.
Added a thread_enable api function, called when a thread is re-enabled.
... and removed useless re-init inside scanhash.
Use modminer introduced mutex.
13 years ago
Paul Sheppard
820d662c9d
Removed idle mode.
...
Added watchdog thread BFL temperature monitoring.
13 years ago
Paul Sheppard
ebeaf15f18
Added idle mode
...
Idle is only set by pgadisable, so GPU/CPU is unaffected.
For Icarus/Ztex, in scanhash the thread is immediately set disabled then returns.
13 years ago
Kano
fdcd72b9ae
API add stats for pool getworks
13 years ago
Kano
977aecc4a6
API update version to V1.11 and document changes
13 years ago
Kano
3cb3f09a50
API save default config file if none specified
13 years ago
Kano
fd9285eb72
api.c save success incorrectly returns error
13 years ago
Kano
a0936815a3
api.c replace BUFSIZ (linux/windows have different values)
13 years ago
Paul Sheppard
cebd647f50
Messing with BFL code
13 years ago
Con Kolivas
84f3bf998b
Use correct pool enabled enums in api.c.
13 years ago
Kano
00158c3a1f
API 'stats' allow devices to add their own stats also for testing/debug
13 years ago
Kano
976e27c4cb
API add getwork stats to cgminer - accesable from API 'stats'
13 years ago
Kano
a8619ad6f7
API support new pool status
13 years ago
Kano
44fc698750
API add last share time to each pool
13 years ago
Con Kolivas
d5d8c2cc5b
Implement an older header fix for a label existing before the pthread_cleanup macro.
13 years ago
Kano
afa3fa56b6
API bool's and 1TBS fixes
13 years ago
Kano
524e2fb8f2
api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
13 years ago
Kano
01c93bc1d4
api.c bug - remove extra ']'s in notify command
13 years ago
Con Kolivas
06bf44b06f
Restarting cgminer leads to a socket that can't be bound for 60 seconds, so increase the interval that API binding waits to 30 seconds to minimise the number of times it will retry, spamming the logs.
13 years ago
Kano
b249d72e1c
api.c include zTex in the FPGA support list
13 years ago
Kano
9febdb5a84
api.c ensure 'devs' shows PGA's when only PGA code is compiled
13 years ago
Kano
c4567ee67f
api.c combine all pairs of sprintfs()
13 years ago
Kano
87a5f0d87a
api.c uncomment and use BLANK (and COMMA)
13 years ago
Kano
6962514e06
api.c 'devdetails' list static details of devices
13 years ago
Kano
7e65126936
api.c fix unused variable compile warning
13 years ago
Con Kolivas
9b5615d5f3
Shut down the api cleanly when the api thread is cancelled. This should allow the api socket to be closed successfully to next be reopened with app_restart.
13 years ago
Kano
2e1d2017de
API add removepool like the screen interface
13 years ago
Kano
eec7c1a963
api.c escape required characters in return strings + pools returns the username
13 years ago
Kano
3fa3f60b74
api.c new commands: pgaenable pgadisable
13 years ago
Kano
0699061ade
api.c devicecode/osinfo incorrectly swapped for json
13 years ago
Kano
25f914a334
api.c miner.php add a '*' to the front of all notify counters - simplifies future support of new counters
13 years ago
Kano
25ca0687a1
api.c notify should report disabled devices also - of course
13 years ago
Kano
18a8b5506e
API returns the simple device history with the 'notify' command
13 years ago
Kano
8747a472f3
api.c Report an OS string in config to help with device issues
13 years ago
Kano
6be50fab80
api.c fix Log Interval - integer in JSON
13 years ago
Kano
6e35503e57
api.c config 'Device Code' to show list of compiled devices + README
13 years ago
Kano
3dee276308
api.c increase buffer size close to current code allowable limit
13 years ago
Luke Dashjr
e131dfab31
Unify drivers as driver-*.c and add driver name to API
13 years ago
Kano
1f118078eb
api.c: correct error messages
13 years ago
Kano
cb3323b7b5
Add API support for Icarus and Bitforce
13 years ago
Kano
c9b7a223e5
Next API version is 1.4 (1.3 is current)
13 years ago
Kano
b4c7c56fa7
README/api.c add "When" the request was processed to STATUS
13 years ago
Kano
0abac0b5d9
API implement addpool command
13 years ago
Kano
54ef2d951b
API return the untouched Total MH also (API now version 1.3)
13 years ago
Kano
60c5ac6844
API new commands enablepool and disablepool (version already incremented)
13 years ago
Con Kolivas
d1cddf8bad
Update licensing to GPL V3.
13 years ago
Kano
de40e6df4f
Modify API debug messages to say API instead of DBG
13 years ago
Kano
e3281c2643
When API shuts down cgminer don't kill itself
13 years ago
Kano
dd233ec244
API add 'privileged' command so can verify access level
13 years ago
Kano
60b7c01e7a
API restrict access to all non display commands by default
13 years ago