|
1253c973
|
2013-04-05T11:51:35
|
|
Update NEWS for 2.11.4 release.
|
|
e999caa4
|
2013-04-21T20:28:28
|
|
Merge pull request #427 from gzm55/master
compile on win32
|
|
e00a1b0e
|
2013-04-22T11:19:15
|
|
compile on win32
|
|
31e51952
|
2013-04-22T11:49:58
|
|
Update SCRYPT README with improved hashrates for 7970.
|
|
856aa49c
|
2013-04-22T10:59:55
|
|
Use copy_time helper throughout cgminer.c
|
|
d2abaa83
|
2013-04-22T10:49:10
|
|
Provide wrappers for commonly used timer routines with API stats.
|
|
170a4aeb
|
2013-04-22T10:00:34
|
|
Avoid one cgtime call in sole_hash_work.
|
|
3cc42231
|
2013-04-22T09:53:34
|
|
Fulltest is true if value is <= target.
|
|
3c61a51e
|
2013-04-22T09:48:41
|
|
Use system host to endian functions for clarity in fulltest.
|
|
4597c0a1
|
2013-04-22T09:35:48
|
|
Provide endian_flipX functions to avoid special casing big endian in cgminer.c
|
|
8d81f1d2
|
2013-04-22T09:28:06
|
|
Provide a flip128 helper to simplify big endian flipping.
|
|
c351f8d8
|
2013-04-22T09:23:13
|
|
Use flip helpers to simplify code for calculation of midstate.
|
|
f50ae468
|
2013-04-22T09:08:51
|
|
Use flip32 function instead of open coding it in gen_stratum_work.
|
|
62a1403b
|
2013-04-21T19:41:54
|
|
Move util.c exports to util.h
|
|
5b702bc0
|
2013-04-21T19:36:37
|
|
Fix warning on building avalon on win32
|
|
849567cb
|
2013-04-21T19:19:22
|
|
Use cgtime in driver-avalon.c
|
|
79df6b9f
|
2013-04-21T19:18:15
|
|
Use cgtime in driver-icarus.c
|
|
9eb851cd
|
2013-04-21T19:17:23
|
|
Use cgtime in driver-bitforce.c
|
|
93901011
|
2013-04-21T19:15:34
|
|
Use cgtime in logging.c
|
|
3ab81ee6
|
2013-04-21T19:14:52
|
|
Use cgtime in usbutils.c
|
|
0face980
|
2013-04-21T19:13:47
|
|
Use cgtime in driver-opencl.c
|
|
207e93d8
|
2013-04-21T19:12:29
|
|
Use cgtime wrapper in driver-modminer.c
|
|
3cb24c2c
|
2013-04-21T19:11:20
|
|
Use cgtime in driver-ztex.c
|
|
564fd36c
|
2013-04-21T19:10:37
|
|
Use cgtime in compat.h
|
|
17ee0eb4
|
2013-04-21T19:09:29
|
|
Use cgtime instead of gettimeofday in fpgautils.c
|
|
bb964b4b
|
2013-04-21T19:08:30
|
|
Replace gettimeofday usage in cgminer.c with cgtime
|
|
3d7f8243
|
2013-04-21T19:02:44
|
|
Create a cgminer specific gettimeofday wrapper that is always called with tz set to NULL and increases the resolution on windows.
|
|
3b5ef343
|
2013-04-21T18:01:49
|
|
Add high resolution to nmsleep wrapper on windows.
|
|
57e5bfbb
|
2013-04-21T09:36:49
|
|
Set default ocl work size for scrypt to 256.
|
|
92c61cbd
|
2013-04-19T03:10:44
|
|
Merge pull request #426 from gzm55/master
compile avalon driver on win32 and win64
|
|
7ada22a4
|
2013-04-19T09:13:36
|
|
define le32toh if needed
|
|
5ba07b9a
|
2013-04-19T09:03:41
|
|
Merge remote-tracking branch 'upstream/master'
|
|
d5981f83
|
2013-04-18T18:01:40
|
|
Merge pull request #425 from BitSyncom/avalon
fliter out the wrong result from adjust fan code
|
|
8e8313c9
|
2013-04-19T08:57:07
|
|
fliter out the wrong result from adjust fan code
|
|
19be0089
|
2013-04-19T08:55:13
|
|
Merge remote-tracking branch 'upstream/master'
|
|
50cf2594
|
2013-04-19T08:54:36
|
|
compile avalon driver on win32 and win64
|
|
5315838d
|
2013-04-19T09:19:05
|
|
Restart threads on the rare chance we found the block ourselves.
|
|
76ecffbf
|
2013-04-19T09:12:31
|
|
Add more FAQs about crossfire.
|
|
a3bbe0e1
|
2013-04-18T18:19:35
|
|
Set last device valid work on adding device.
|
|
3fa4a9f5
|
2013-04-18T17:58:58
|
|
Increment last device valid work count in submit_nonce to cover scrypt.
|
|
d49ecf19
|
2013-04-18T17:22:38
|
|
Set opt_scrypt drv max diff for correctness.
|
|
bc0e7144
|
2013-04-18T17:14:59
|
|
Make scrypt submission use the submit_nonce code, with nonces matching endianness.
|
|
c1ff90a7
|
2013-04-18T15:07:32
|
|
Do testing for HW errors on submit nonce for both scrypt and sha.
|
|
6b714dd4
|
2013-04-18T14:47:46
|
|
Increment hardware error count from the one site.
|
|
2dea0470
|
2013-04-18T12:49:31
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
2029d829
|
2013-04-17T19:49:17
|
|
Merge pull request #423 from gzm55/master
build out of source dir
|
|
a6250fbb
|
2013-04-18T12:26:32
|
|
Rename scrypt regenhash function for consistency.
|
|
daea9c95
|
2013-04-18T12:11:41
|
|
Add new best share info to verbose logging.
|
|
473865db
|
2013-04-18T08:48:48
|
|
Merge remote-tracking branch 'upstream/master'
|
|
8bb52b44
|
2013-04-18T10:47:24
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
1a7fc4e9
|
2013-04-18T10:47:02
|
|
Add notice for when network diff is changed.
|
|
6ffba7e9
|
2013-04-17T22:03:00
|
|
Convert error getting device IDs in ocl code to info log level only since multiple platforms may be installed and the error is harmless there.
|
|
a797898f
|
2013-04-17T22:01:38
|
|
Unnecessary extra array in ocl code.
|
|
42e8eac9
|
2013-04-17T15:58:21
|
|
Merge branch 'master' into avalon-dev
|
|
8e73c47c
|
2013-04-17T15:17:17
|
|
Further driver FAQs.
|
|
1c2621a9
|
2013-04-17T10:58:33
|
|
Add MAC FAQ.
|
|
65e7dcca
|
2013-04-17T09:06:01
|
|
Add more FAQ details.
|
|
b4bc5e2b
|
2013-04-16T22:57:55
|
|
Check for work restart after disable in the hash queued work loop since it may be a long time before we re-enable a device.
|
|
fdfb77e7
|
2013-04-16T22:41:45
|
|
Unconditionally test for many wrong results on avalon and reset to avoid passing a corrupt avalon result to temperature code.
|
|
57fcd07b
|
2013-04-16T10:28:12
|
|
Merge remote-tracking branch 'upstream/master'
|
|
ac053edc
|
2013-04-16T10:27:10
|
|
build out of source dir
|
|
9c48d684
|
2013-04-15T23:01:46
|
|
Merge branch 'master' into avalon-dev
|
|
d41d210b
|
2013-04-15T23:01:08
|
|
Set device_diff for queued work or there will be no diff1 share count.
|
|
f6284f7c
|
2013-04-15T20:30:47
|
|
Merge branch 'master' into avalon-dev
|
|
dbab07a1
|
2013-04-15T20:30:02
|
|
Only reset an avalon device with no results when there are no results consecutively.
|
|
245fbe1c
|
2013-04-15T12:42:11
|
|
More FAQs.
|
|
0e486576
|
2013-04-15T12:42:11
|
|
More FAQs.
|
|
36bb133e
|
2013-04-15T12:34:34
|
|
Cleanup when stratum curl fails to initialise.
|
|
81549c5b
|
2013-04-15T12:16:05
|
|
Avoid applog in recalloc_sock.
|
|
69c203d8
|
2013-04-15T12:07:52
|
|
Avoid applog under stratum_lock in recv_line.
|
|
e4effc37
|
2013-04-15T12:01:24
|
|
Avoid applog under stratum_lock in __stratum_send.
|
|
d248e7aa
|
2013-04-15T11:50:59
|
|
Put spacing around locking in util.c for clarity.
|
|
67ebf45c
|
2013-04-15T11:44:19
|
|
Avoid applog under cg_wlock.
|
|
8d22ca1a
|
2013-04-15T11:42:16
|
|
Put spacing around locking code for clarity.
|
|
3209c113
|
2013-04-15T11:34:21
|
|
Avoid applog under pool_lock.
|
|
51fbcfed
|
2013-04-15T11:25:48
|
|
Avoid more recursive locks.
|
|
b948669a
|
2013-04-15T11:13:48
|
|
Avoid applog while ch_lock is held.
|
|
29f0ac77
|
2013-04-15T10:30:12
|
|
Avoid recursive locks in fill_queue.
|
|
ec9390dc
|
2013-04-15T10:19:37
|
|
Variable is already initialised in global scope.
|
|
0488a850
|
2013-04-15T10:18:03
|
|
More GPU faqs.
|
|
2a73254c
|
2013-04-15T09:45:29
|
|
More README faqs.
|
|
4c196041
|
2013-04-11T13:31:17
|
|
Yet more README faqs.
|
|
b1dfc12b
|
2013-04-11T11:43:20
|
|
Add more faqs to README.
|
|
1b0b3d69
|
2013-04-10T18:43:46
|
|
Merge branch 'master' into avalon-dev
|
|
c62b985c
|
2013-04-10T18:42:50
|
|
Wrap result wrong tests in avalon scanhash in unlikely() and only consider a hash count of zero wrong if a restart wasn't issued.
|
|
c17a175e
|
2013-04-10T18:39:50
|
|
Merge branches 'avalon-dev' and 'master' of github.com:ckolivas/cgminer
|
|
0eb81d69
|
2013-04-10T01:39:36
|
|
Merge pull request #422 from BitSyncom/avalon
avalon: if result_wrong >= get_work_count jump out the read loop
|
|
64ec0662
|
2013-04-10T01:31:32
|
|
Merge pull request #417 from kanoi/bflsc
cgminer.c -S help to only say Icarus + usbutils more stats for bflsc
|
|
874b25f9
|
2013-04-10T14:10:40
|
|
avalon: if result_wrong >= get_work_count jump out the read loop
|
|
6400088f
|
2013-04-10T10:59:38
|
|
Fix warning on 32bit.
|
|
7231f7f9
|
2013-04-10T10:59:38
|
|
Fix warning on 32bit.
|
|
c1ec55a6
|
2013-04-09T07:08:09
|
|
Avoid curl_easy_cleanup on old curl versions in setup_stratum_curl as well.
|
|
0805f7dc
|
2013-04-08T14:04:36
|
|
Merge pull request #421 from BitSyncom/avalon
Avalon
|
|
dd1c8bd1
|
2013-04-08T23:55:09
|
|
fix the fan control on max temp2/3
|
|
f6893013
|
2013-04-08T23:39:08
|
|
for some reason network down. one simple cgminer command:
"cgminer -o 127.0.0.1:8888 -O fa:ke --avalon-options 115200:32:10:50:256"
can idle the avalon for safe power and protect chip
|
|
d57a4e0c
|
2013-04-08T23:37:04
|
|
if hash_count == 0; reinit avalon, fix the 0MHS bug
use the max value of temp1 and temp2 for fan control
|
|
6c5c6e99
|
2013-04-08T22:42:31
|
|
Reinstate the matching_work_count per subdevice on avalon based on the work subid.
|
|
c2a6392a
|
2013-04-08T22:29:32
|
|
Avalon driver is missing the drv_id.
|
|
220eb858
|
2013-04-08T21:26:10
|
|
Rationalise and simplify the share diff and block solve detection to a common site.
|
|
5c7a32fd
|
2013-04-08T21:26:10
|
|
Rationalise and simplify the share diff and block solve detection to a common site.
|