Luke Dashjr
|
482b3b8820
Merge commit '8d8f4ff' into bfgminer
|
14 years ago |
Luke Dashjr
|
7a70df24a4
Merge branch 'api_refactor' into bfgminer
|
14 years ago |
Luke Dashjr
|
99fa1cda7b
cpustatus is maybe unused
|
14 years ago |
Luke Dashjr
|
c65fe5819b
Merge branch 'api_refactor' into bfgminer
|
14 years ago |
Luke Dashjr
|
b9df56511c
Fork as BFGMiner
|
14 years ago |
Kano
|
b249d72e1c
api.c include zTex in the FPGA support list
|
14 years ago |
Kano
|
9febdb5a84
api.c ensure 'devs' shows PGA's when only PGA code is compiled
|
14 years ago |
Kano
|
c4567ee67f
api.c combine all pairs of sprintfs()
|
14 years ago |
Kano
|
87a5f0d87a
api.c uncomment and use BLANK (and COMMA)
|
14 years ago |
Kano
|
6962514e06
api.c 'devdetails' list static details of devices
|
14 years ago |
Luke Dashjr
|
daf8e11b6b
Merge branch 'master' into myfork
|
14 years ago |
Luke Dashjr
|
e9cfe5f966
API: json_object_foreach doesn't exist in Jansson 1.1, so use the json_object_iter family instead
|
14 years ago |
Luke Dashjr
|
08342856aa
API: Simplify end-of-device marker
|
14 years ago |
Luke Dashjr
|
db233721f5
Divide device info into "detail" (static information) and "status" (dynamic information), adding a new "devdetail" JSON API method to get the former
|
14 years ago |
Luke Dashjr
|
f4e9426193
API: Refactor devstatus method to make it simpler
|
14 years ago |
Kano
|
7e65126936
api.c fix unused variable compile warning
|
14 years ago |
Luke Dashjr
|
d046243056
Collapse multiple tailsprintfs into a single one
|
14 years ago |
Luke Dashjr
|
74b93784f6
API: Move device-specific information fetching to the device API model with a new get_extra_device_info function
|
14 years ago |
Luke Dashjr
|
9dad7a836f
API: Append Driver, Kernel, Model, and Device Path to device information
|
14 years ago |
Luke Dashjr
|
d7372d1b76
API: Refactor device status into a single common function
|
14 years ago |
Luke Dashjr
|
3ffffd2374
Bugfix: Don't error on DEVS command if all devices are PGAs
|
14 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.
|
14 years ago |
Luke Dashjr
|
b8778839e9
Merge branch 'master' into unify_drivers
|
14 years ago |
Kano
|
2e1d2017de
API add removepool like the screen interface
|
14 years ago |
Kano
|
eec7c1a963
api.c escape required characters in return strings + pools returns the username
|
14 years ago |
Kano
|
3fa3f60b74
api.c new commands: pgaenable pgadisable
|
14 years ago |
Kano
|
0699061ade
api.c devicecode/osinfo incorrectly swapped for json
|
14 years ago |
Kano
|
25f914a334
api.c miner.php add a '*' to the front of all notify counters - simplifies future support of new counters
|
14 years ago |
Kano
|
25ca0687a1
api.c notify should report disabled devices also - of course
|
14 years ago |
Kano
|
18a8b5506e
API returns the simple device history with the 'notify' command
|
14 years ago |