Kano
|
ce3c0ccded
API bool's and 1TBS fixes
|
14 years ago |
Kano
|
4bf21de2fc
api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
|
14 years ago |
Kano
|
d15e71a899
api.c bug - remove extra ']'s in notify command
|
14 years ago |
Luke Dashjr
|
44aee1b01f
Merge branch 'master' into bfgminer
|
14 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.
|
14 years ago |
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 |