|
00be617c
|
2013-02-15T01:36:50
|
|
API.java allow partial reads
|
|
c432c655
|
2013-02-13T14:50:55
|
|
debug_cb buffer type warning
|
|
b9968156
|
2013-02-13T11:13:30
|
|
MMQ rewrite the last of the old scanhash loop and drastically reduce CPU
|
|
c28e2238
|
2013-02-10T13:29:25
|
|
Merge branch 'master' into usb-dev
|
|
775a1abc
|
2013-02-10T13:28:06
|
|
Keep the unique id of each work item across copy_work to prevent multiple work items having the same id.
|
|
61a3e1b1
|
2013-02-09T02:36:27
|
|
Merge pull request #382 from kanoi/hotplug
USB tidy up requests + Hotplug
|
|
dafc2f77
|
2013-02-09T21:12:03
|
|
Abstract out the main hashing loop to allow us to use a separate loop for devices that are fast enough to require queued work.
|
|
81b84d4f
|
2013-02-09T19:59:36
|
|
Provide a noop thread_enable function for drivers that don't support it.
|
|
b884d11a
|
2013-02-09T19:56:45
|
|
Provide a noop thread_shutdown function for drivers that don't support it.
|
|
2c28eefc
|
2013-02-09T19:54:54
|
|
Provide a noop hw_error function for drivers that don't support it.
|
|
21053719
|
2013-02-09T19:52:00
|
|
Provide a noop prepare_work for drivers that don't support it.
|
|
b9f5b48c
|
2013-02-09T19:50:07
|
|
Provide a noop thread_init for drivers that don't support it.
|
|
8e12a05b
|
2013-02-09T19:48:11
|
|
Provide a noop can_limit_work for devices that don't support it.
|
|
5b22f092
|
2013-02-09T19:36:38
|
|
Provide a noop thread_prepare function for drivers that don't use thread_prepare.
|
|
5d581cb5
|
2013-02-09T19:27:57
|
|
Use blank_get_statline_before for GPU devices that don't support adl monitoring.
|
|
2c3c9e5b
|
2013-02-09T19:25:24
|
|
Provide a noop get_stats function for drivers that don't support it.
|
|
de48ccca
|
2013-02-09T19:22:13
|
|
Provide a blank get_statline for drivers that don't support it.
|
|
b3d9477e
|
2013-02-09T18:18:52
|
|
Provide a blank get_statline_before function for drivers that don't have one.
|
|
f2380eab
|
2013-02-09T15:10:10
|
|
Fill drivers missing reinit_device with a noop version.
|
|
5d986852
|
2013-02-08T10:01:22
|
|
add 'count' to cumstomsummarypage 'calc'
|
|
530e3b01
|
2013-02-08T02:38:37
|
|
hotplug use get_thread() where appropriate
|
|
6fb32f7b
|
2013-02-08T02:32:27
|
|
convert sleep(const) to nmsleep()
|
|
b9c19a93
|
2013-02-08T02:17:28
|
|
remove empty #ifdef
|
|
bc575523
|
2013-02-08T02:12:09
|
|
call a separate get_devices() with locking, as required
|
|
1c69417d
|
2013-02-03T14:02:31
|
|
usbutils - avoid free cgusb twice
|
|
983fe2b0
|
2013-02-02T09:51:47
|
|
usbutils hotplug v0.1
|
|
296eab26
|
2013-01-31T23:18:12
|
|
Report USB nodev as ZOMBIE on the screen
|
|
3c91b292
|
2013-02-07T18:02:38
|
|
Merge branch 'master' into usb-dev
|
|
5f8d53b8
|
2013-02-07T17:55:02
|
|
Change file modes.
|
|
47db8e99
|
2013-02-07T16:41:39
|
|
Bump version to 2.10.5
|
|
b8e20d07
|
2013-02-07T16:40:31
|
|
News update.
|
|
903c6663
|
2013-02-07T16:38:11
|
|
Fix logic fail on partial writes with stratum send that was leading to corrupt message submissions.
|
|
38048501
|
2013-02-07T13:51:54
|
|
Do not consider every call to stratum_resumed a pool recovery unless it was actually idle.
|
|
03dff61e
|
2013-02-05T22:00:23
|
|
Merge branch 'master' into usb-dev
|
|
73b7d7b0
|
2013-02-05T21:47:26
|
|
Do not enable the pool disable on reject feature unless explicitly enabled with --disable-rejecting.
|
|
5c1f3b36
|
2013-02-05T21:34:58
|
|
Merge branch 'master' into usb-dev
|
|
f52f02e9
|
2013-01-26T21:57:09
|
|
Stratum disconnect shares - count total against stale
|
|
ffdcaed4
|
2013-02-05T21:10:18
|
|
Use sanity checking to prevent a possible overflow with invalid data being given by the pool for difficulty as reported by luke-Jr.
|
|
0244998e
|
2013-02-04T11:23:20
|
|
Merge branch 'master' into usb-dev
|
|
81025611
|
2013-02-04T11:22:08
|
|
Check for calloc failure for completeness in gen_stratum_work.
|
|
d644fdf1
|
2013-02-04T11:19:12
|
|
Cache the coinbase length to speed up stratum work generation.
|
|
0870ab75
|
2013-02-04T11:06:05
|
|
Cache the header length when generating stratum work to avoid calculating it on every work generation, and to only need one alloc+sprintf, speeding up work generation.
|
|
54029416
|
2013-02-04T10:22:10
|
|
Use heap ram for coinbase in gen_stratum_work, zeroing it before use.
|
|
51d11a28
|
2013-02-04T10:19:12
|
|
Provide a wrapper for aligning lengths of size_t to 4 byte boundaries.
|
|
5d122cad
|
2013-02-03T23:41:41
|
|
Provide wrappers for grabbing of thr value under the mining_thr_lock.
|
|
08ece33f
|
2013-02-03T22:51:51
|
|
Merge branch 'master' of https://github.com/kanoi/cgminer into kanoi-usb
|
|
7abf30b2
|
2013-02-03T22:51:05
|
|
distinguish between drv and it's id enum now called drv_id
|
|
70b5b840
|
2013-02-03T21:33:12
|
|
Merge branch 'master' of https://github.com/kanoi/cgminer into kanoi-usb
|
|
61ec1fe9
|
2013-01-30T15:02:25
|
|
mutex all access to mining_thr
|
|
212f32e5
|
2013-01-29T23:44:09
|
|
Split thr_info array into control_thr and mining_thr pointers so more mining threads can be added later
|
|
8fbc4dad
|
2013-01-28T13:54:23
|
|
MMQ must copy USB bus:device due to usbinfo change
|
|
7388942b
|
2013-01-26T21:57:09
|
|
Stratum disconnect shares - count total against stale
|
|
05157e08
|
2013-01-26T21:49:20
|
|
USB in linux use the expected kernel config to check and detach - and set the configuration in linux also
|
|
128e3270
|
2013-01-24T02:39:37
|
|
USB system wide device locking on windows
|
|
16fa0900
|
2013-01-23T22:39:26
|
|
usbutils stats_initialised not set
|
|
028da16b
|
2013-01-23T22:13:42
|
|
usbutils free found if not used
|
|
82973040
|
2013-01-23T20:41:29
|
|
USB device locking NOOP for windows (for now)
|
|
cb3e3ebf
|
2013-01-23T20:37:28
|
|
USB system wide device locking on linux
|
|
59c73ae5
|
2013-01-23T15:56:42
|
|
USB usb_init() consistent err/warning/debug messages
|
|
a59b0c03
|
2013-01-23T12:42:33
|
|
usbutils.c use correct config from found (not 0)
|
|
d0577919
|
2013-01-22T21:58:33
|
|
Capitalise driver long names used in applog messages
|
|
7fbc3770
|
2013-01-22T21:46:21
|
|
USB move usbdev info that needs to stay around into usbinfo
|
|
8f4340bf
|
2013-01-21T21:30:21
|
|
BFL allow a 2nd init attempt if the 1st reply is unknown
|
|
3f4d9fc5
|
2013-01-19T00:24:26
|
|
BFL use #defined strings for work replies
|
|
383a21be
|
2013-01-18T20:33:23
|
|
miner.php trim trailing zeros on some of the STATS numbers
|
|
94476100
|
2013-01-17T19:55:08
|
|
ICA use drv->name
|
|
baf3aca8
|
2013-01-17T19:21:40
|
|
usbutils.c release_cgpu() sets nodev
|
|
c1eae36f
|
2013-01-15T01:13:00
|
|
API stats - include pool network bytes + in miner.php
|
|
92abe36f
|
2013-01-14T21:12:50
|
|
MMQ include USB devpath in detection error messages
|
|
a52522af
|
2013-01-14T21:01:25
|
|
MMQ it's a bitstream
|
|
ea807cf0
|
2013-01-14T11:44:31
|
|
USB BFL transfer is only 64 bytes in a USB1.1 socket
|
|
24525edb
|
2013-01-14T11:40:02
|
|
api.c update copyright year
|
|
34bcc1c6
|
2013-01-14T11:30:11
|
|
USB automatically handle losing the device and report nodev in the API
|
|
4f460ca7
|
2013-01-13T10:28:19
|
|
Best Share readme
|
|
f53549a8
|
2013-01-10T11:27:51
|
|
BFL minimise first initialisation failure delay since it is common
|
|
0b3d8c89
|
2013-01-10T11:08:12
|
|
API zero - zero statistics - all or bestshare - with optional on screen summary
|
|
bd5f20eb
|
2013-01-08T16:30:51
|
|
api.c pgaenable not re-enabling the device - plus related debug
|
|
bad942e5
|
2013-01-08T14:06:16
|
|
increase device status string length
|
|
f9e04a3c
|
2013-01-06T21:00:38
|
|
device_drv - allow .name to be changed before add_cgpu()
|
|
a4e95cfa
|
2013-01-06T01:00:18
|
|
device_drv missing drv for cpu and incorrect test
|
|
a344deb6
|
2013-01-05T23:47:26
|
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
|
7724989d
|
2013-01-05T10:40:32
|
|
diffexactone pool diff1 used for share value calculation is ffffffff... not 100000000... :P
|
|
f6bde14c
|
2013-01-04T17:45:54
|
|
miner.php user/pass fix 'usr' is readonly
|
|
1b2654e1
|
2013-01-04T16:07:10
|
|
miner.php optional user/pass login restrictions
|
|
7e2b1e80
|
2013-02-02T11:47:25
|
|
Fix memory leak on stratum share submission.
|
|
1ce817d4
|
2013-01-03T21:48:22
|
|
Merge branch 'api'
|
|
e3db37a6
|
2013-01-03T21:47:41
|
|
Merge branch 'bfl'
|
|
44ec7552
|
2013-01-02T22:43:48
|
|
BFL USB correct usb stats id
|
|
4c2f26e2
|
2013-01-02T22:34:05
|
|
zero (most) API stats
|
|
abaaf93c
|
2013-01-02T21:52:38
|
|
Correct API version to match docs
|
|
03f626e6
|
2013-01-02T21:51:09
|
|
Remember best share per pool and return in API pools
|
|
211b0f4e
|
2013-01-02T21:18:08
|
|
BFL USB longer timeout
|
|
07db1ed6
|
2013-01-01T00:29:17
|
|
BFL USB api.c usbstats
|
|
03c2caba
|
2012-12-31T23:46:03
|
|
BFL include all USB requirements
|
|
70b47a77
|
2012-12-31T13:25:19
|
|
BFL USB - README and FPGA-README
|
|
b0996152
|
2012-12-31T13:04:53
|
|
BFL report USB device numbers for init errors and allow faster 'reinit'
|
|
ec9b32aa
|
2012-12-31T09:15:17
|
|
Zero the best share string memory when zeroing stats.
|
|
040ec589
|
2012-12-31T09:09:43
|
|
BFL USB build changes
|
|
cbf6c716
|
2012-12-31T08:54:02
|
|
BFL libusb driver
|
|
b53372b4
|
2012-12-29T12:23:24
|
|
Bump version to 2.10.4
|