|
a7a86402
|
2013-04-25T00:22:38
|
|
Update NEWS.
|
|
2643ad1b
|
2013-04-25T00:16:09
|
|
Use only the one jump in ocl.c to bypass binary saves for osx opencl.
|
|
0a8f5849
|
2013-04-25T00:09:09
|
|
Initialise variables not set on OSX in ocl.c.
|
|
9aae2256
|
2013-04-24T23:53:44
|
|
Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU.
|
|
d835ef75
|
2013-04-24T23:16:21
|
|
Receive failures in recv_line should unconditionally fail.
|
|
06f7f525
|
2013-04-24T23:14:41
|
|
Revert "Add more debugging to recv_line parse failure."
This reverts commit b615502b2b68571a2574568fa838d82b173f6c24.
Unnecessary.
|
|
412ef440
|
2013-04-24T23:08:22
|
|
Use sock_blocks in api.c
|
|
af60a19d
|
2013-04-24T23:07:42
|
|
Use sock_blocks function for stratum send and receive.
|
|
a2a7a036
|
2013-04-24T23:05:44
|
|
Create an OS specific sock_blocks function.
|
|
181cb163
|
2013-04-24T21:26:44
|
|
There should be no error response code with return value 0 in recv_line.
|
|
b615502b
|
2013-04-24T21:14:20
|
|
Add more debugging to recv_line parse failure.
|
|
e95695db
|
2013-04-24T20:44:41
|
|
Check for errors on stratum recv for any recv return value less than 1 and only parse the response if it's positive.
|
|
baa5a6e7
|
2013-04-22T19:39:59
|
|
Further fix distdir for hexdump.c
|
|
3d835fc3
|
2013-04-22T19:28:50
|
|
Fix build and distdir.
|
|
a0626040
|
2013-04-22T15:03:11
|
|
Bump version to 3.0.0
|
|
78a60871
|
2013-04-22T15:02:41
|
|
Update NEWS for 3.0 release.
|
|
cd9cd968
|
2013-04-22T14:38:36
|
|
Merge branch 'nocpu'
|
|
1253c973
|
2013-04-05T11:51:35
|
|
Update NEWS for 2.11.4 release.
|
|
f4b27907
|
2013-04-22T14:35:43
|
|
Remove all CPU mining code.
|
|
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.
|