Luke Dashjr
|
73f4fd21f1
Merge branch 'master' into bfgminer
|
14 years ago |
Luke Dashjr
|
346452db9c
Merge commit '8c0c7ea' into bfgminer
|
14 years ago |
Con Kolivas
|
d5d8c2cc5b
Implement an older header fix for a label existing before the pthread_cleanup macro.
|
14 years ago |
Kano
|
afa3fa56b6
API bool's and 1TBS fixes
|
14 years ago |
Kano
|
524e2fb8f2
api.c V1.9 add 'restart' + redesign 'quit' so thread exits cleanly
|
14 years ago |
Kano
|
01c93bc1d4
api.c bug - remove extra ']'s in notify command
|
14 years ago |
Luke Dashjr
|
cfd572dab1
Merge commit '85c94bb' into bfgminer
|
14 years ago |
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 |