Luke Dashjr
|
9ef208358d
Merge branch 'unicode' into bfgminer
|
12 years ago |
Luke Dashjr
|
51f3f487a7
Bugfix: Skip search for addwstr since it breaks --with-curses=preferance
|
12 years ago |
Luke Dashjr
|
8226f29e11
Bugfix: configure: Find correct curses include path without *-config
|
12 years ago |
Luke Dashjr
|
eebacff189
Merge branch 'rm_bitstreams' into bfgminer
|
12 years ago |
Luke Dashjr
|
6b2075b128
README: Document --with-system-libblkmaker
|
12 years ago |
Luke Dashjr
|
ec35720e46
Fix configure help for --without-sensors
|
12 years ago |
Luke Dashjr
|
914b8751b3
Configure options to build --without-libmicrohttpd support
|
12 years ago |
Luke Dashjr
|
6531f30056
RPC: setconfig can now change http-port (enabling or disabling the http service included)
|
12 years ago |
Luke Dashjr
|
8bfa4bb91d
Embedded HTTP server to handle getwork-based mining devices
|
12 years ago |
Luke Dashjr
|
a99d509b33
inc_hw_errors2 function can handle a bad nonce without a known work
|
12 years ago |
Luke Dashjr
|
2541247739
Split up scan_serial function to enable internally adding ad-hoc cgpu
|
12 years ago |
Luke Dashjr
|
71ede4ca03
Helper functions bfg_json_obj_string and share __json_array_string
|
12 years ago |
Con Kolivas
|
e56c9a5d3b
Use the cgsleep reentrant function to sleep for bflsc between read results to account for time taken to perform reads.
|
12 years ago |
Con Kolivas
|
3c707202cf
Use 100ms delay between checking for results on all bflsc devices as the buffering of results mean checking more frequently just wastes CPU and causes more lock contention for only marginally better latencies.
|
12 years ago |
Con Kolivas
|
ffa12a138a
Fix missed endtimeperiod in overrun timer on windows.
|
12 years ago |
Con Kolivas
|
ad87db07d9
Make cgsleep_us_r take an int64_t for us.
|
12 years ago |
Con Kolivas
|
703c7309c2
Make the cgsleep functions build on windows.
|
12 years ago |
Con Kolivas
|
17447ec7e2
Use the cgsleep reentrant function in avalon_send_task.
|
12 years ago |
Con Kolivas
|
c988587b45
Use the reentrant cgsleep functions within the avalon_send_tasks function.
|
12 years ago |
Con Kolivas
|
8114473228
Set high resolution timing on windows within the cgsleep functions.
|
12 years ago |
Con Kolivas
|
e784b23004
Use the reentrant cgsleep function to time sleeps on reading from avalon.
|
12 years ago |
Con Kolivas
|
621eb00309
Provide reentrant versions of cgsleep functions to allow start time to be set separately from the beginning of the actual sleep, allowing scheduling delays to be counted in the sleep.
|
12 years ago |
Con Kolivas
|
0b5edb24f9
Make the nmsleep and nusleep functions use the new cgsleep functions internally till functions are migrated to the new cgsleep API.
|
12 years ago |
Con Kolivas
|
188210a3d2
Add a ms_to_timespec helper function, and create a cgsleep_ms function that uses absolute timers with clock_nanosleep to avoid overruns.
|
12 years ago |
Luke Dashjr
|
3a7ed63fb5
README.FPGA: Further clarify ZTEX setup
|
12 years ago |
Con Kolivas
|
f3b75b0b12
Add rt lib linkage to enable use of clock_nanosleep functions with older glibc.
|
12 years ago |
Con Kolivas
|
37ff9f8428
Add necessary time header include to avalon driver.
|
12 years ago |
Con Kolivas
|
1864ed2634
Do a sleep of the full duration it would take to do all the work using clock_nanosleep in avalon_send_tasks to avoid sleep overruns before polling to see if it's ready.
|
12 years ago |
Luke Dashjr
|
d93e8ec83f
Add --cmd-idle notification command for REST/WAIT conditions
|
12 years ago |
Luke Dashjr
|
3af4afc7c3
bfgminer-rpc: Accept unlimited size replies
|
12 years ago |