Log

Author Commit Date CI Message
Con Kolivas 564fd36c 2013-04-21T19:10:37 Use cgtime in compat.h
Con Kolivas 17ee0eb4 2013-04-21T19:09:29 Use cgtime instead of gettimeofday in fpgautils.c
Con Kolivas bb964b4b 2013-04-21T19:08:30 Replace gettimeofday usage in cgminer.c with cgtime
Con Kolivas 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.
Con Kolivas 3b5ef343 2013-04-21T18:01:49 Add high resolution to nmsleep wrapper on windows.
Con Kolivas 57e5bfbb 2013-04-21T09:36:49 Set default ocl work size for scrypt to 256.
Con Kolivas 92c61cbd 2013-04-19T03:10:44 Merge pull request #426 from gzm55/master compile avalon driver on win32 and win64
James Z.M. Gao 7ada22a4 2013-04-19T09:13:36 define le32toh if needed
James Z.M. Gao 5ba07b9a 2013-04-19T09:03:41 Merge remote-tracking branch 'upstream/master'
Con Kolivas d5981f83 2013-04-18T18:01:40 Merge pull request #425 from BitSyncom/avalon fliter out the wrong result from adjust fan code
Xiangfu 8e8313c9 2013-04-19T08:57:07 fliter out the wrong result from adjust fan code
James Z.M. Gao 19be0089 2013-04-19T08:55:13 Merge remote-tracking branch 'upstream/master'
James Z.M. Gao 50cf2594 2013-04-19T08:54:36 compile avalon driver on win32 and win64
ckolivas 5315838d 2013-04-19T09:19:05 Restart threads on the rare chance we found the block ourselves.
ckolivas 76ecffbf 2013-04-19T09:12:31 Add more FAQs about crossfire.
Con Kolivas a3bbe0e1 2013-04-18T18:19:35 Set last device valid work on adding device.
Con Kolivas 3fa4a9f5 2013-04-18T17:58:58 Increment last device valid work count in submit_nonce to cover scrypt.
Con Kolivas d49ecf19 2013-04-18T17:22:38 Set opt_scrypt drv max diff for correctness.
Con Kolivas bc0e7144 2013-04-18T17:14:59 Make scrypt submission use the submit_nonce code, with nonces matching endianness.
Con Kolivas c1ff90a7 2013-04-18T15:07:32 Do testing for HW errors on submit nonce for both scrypt and sha.
Con Kolivas 6b714dd4 2013-04-18T14:47:46 Increment hardware error count from the one site.
Con Kolivas 2dea0470 2013-04-18T12:49:31 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 2029d829 2013-04-17T19:49:17 Merge pull request #423 from gzm55/master build out of source dir
Con Kolivas a6250fbb 2013-04-18T12:26:32 Rename scrypt regenhash function for consistency.
Con Kolivas daea9c95 2013-04-18T12:11:41 Add new best share info to verbose logging.
James Z.M. Gao 473865db 2013-04-18T08:48:48 Merge remote-tracking branch 'upstream/master'
Con Kolivas 8bb52b44 2013-04-18T10:47:24 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 1a7fc4e9 2013-04-18T10:47:02 Add notice for when network diff is changed.
ckolivas 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.
ckolivas a797898f 2013-04-17T22:01:38 Unnecessary extra array in ocl code.
ckolivas 42e8eac9 2013-04-17T15:58:21 Merge branch 'master' into avalon-dev
ckolivas 8e73c47c 2013-04-17T15:17:17 Further driver FAQs.
ckolivas 1c2621a9 2013-04-17T10:58:33 Add MAC FAQ.
ckolivas 65e7dcca 2013-04-17T09:06:01 Add more FAQ details.
Con Kolivas 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.
Con Kolivas 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.
James Z.M. Gao 57fcd07b 2013-04-16T10:28:12 Merge remote-tracking branch 'upstream/master'
James Z.M. Gao ac053edc 2013-04-16T10:27:10 build out of source dir
Con Kolivas 9c48d684 2013-04-15T23:01:46 Merge branch 'master' into avalon-dev
Con Kolivas d41d210b 2013-04-15T23:01:08 Set device_diff for queued work or there will be no diff1 share count.
Con Kolivas f6284f7c 2013-04-15T20:30:47 Merge branch 'master' into avalon-dev
Con Kolivas dbab07a1 2013-04-15T20:30:02 Only reset an avalon device with no results when there are no results consecutively.
Con Kolivas 245fbe1c 2013-04-15T12:42:11 More FAQs.
Con Kolivas 0e486576 2013-04-15T12:42:11 More FAQs.
Con Kolivas 36bb133e 2013-04-15T12:34:34 Cleanup when stratum curl fails to initialise.
Con Kolivas 81549c5b 2013-04-15T12:16:05 Avoid applog in recalloc_sock.
Con Kolivas 69c203d8 2013-04-15T12:07:52 Avoid applog under stratum_lock in recv_line.
Con Kolivas e4effc37 2013-04-15T12:01:24 Avoid applog under stratum_lock in __stratum_send.
Con Kolivas d248e7aa 2013-04-15T11:50:59 Put spacing around locking in util.c for clarity.
Con Kolivas 67ebf45c 2013-04-15T11:44:19 Avoid applog under cg_wlock.
Con Kolivas 8d22ca1a 2013-04-15T11:42:16 Put spacing around locking code for clarity.
Con Kolivas 3209c113 2013-04-15T11:34:21 Avoid applog under pool_lock.
Con Kolivas 51fbcfed 2013-04-15T11:25:48 Avoid more recursive locks.
Con Kolivas b948669a 2013-04-15T11:13:48 Avoid applog while ch_lock is held.
Con Kolivas 29f0ac77 2013-04-15T10:30:12 Avoid recursive locks in fill_queue.
Con Kolivas ec9390dc 2013-04-15T10:19:37 Variable is already initialised in global scope.
Con Kolivas 0488a850 2013-04-15T10:18:03 More GPU faqs.
Con Kolivas 2a73254c 2013-04-15T09:45:29 More README faqs.
ckolivas 4c196041 2013-04-11T13:31:17 Yet more README faqs.
ckolivas b1dfc12b 2013-04-11T11:43:20 Add more faqs to README.
Con Kolivas 1b0b3d69 2013-04-10T18:43:46 Merge branch 'master' into avalon-dev
Con Kolivas 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.
Con Kolivas c17a175e 2013-04-10T18:39:50 Merge branches 'avalon-dev' and 'master' of github.com:ckolivas/cgminer
Con Kolivas 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
Con Kolivas 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
Xiangfu 874b25f9 2013-04-10T14:10:40 avalon: if result_wrong >= get_work_count jump out the read loop
ckolivas 6400088f 2013-04-10T10:59:38 Fix warning on 32bit.
ckolivas 7231f7f9 2013-04-10T10:59:38 Fix warning on 32bit.
Con Kolivas c1ec55a6 2013-04-09T07:08:09 Avoid curl_easy_cleanup on old curl versions in setup_stratum_curl as well.
Con Kolivas 0805f7dc 2013-04-08T14:04:36 Merge pull request #421 from BitSyncom/avalon Avalon
Xiangfu dd1c8bd1 2013-04-08T23:55:09 fix the fan control on max temp2/3
Xiangfu 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
Xiangfu 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
Con Kolivas 6c5c6e99 2013-04-08T22:42:31 Reinstate the matching_work_count per subdevice on avalon based on the work subid.
Con Kolivas c2a6392a 2013-04-08T22:29:32 Avalon driver is missing the drv_id.
Con Kolivas 220eb858 2013-04-08T21:26:10 Rationalise and simplify the share diff and block solve detection to a common site.
Con Kolivas 5c7a32fd 2013-04-08T21:26:10 Rationalise and simplify the share diff and block solve detection to a common site.
Con Kolivas 0c35f67a 2013-04-08T15:36:18 Make the avalon array size a macro.
Con Kolivas 8a90b5dd 2013-04-08T15:05:30 Use replacement of work items in the avalon buffer as needed instead of flushing them.
Con Kolivas 1c4d1ac8 2013-04-08T14:08:54 Reinstate wrong work count to reset avalon regardless and display number of wrong results.
Con Kolivas 47309e1a 2013-04-08T14:04:38 Revert "The result_wrong measurement for avalon is continually leading to false positives so remove it." This reverts commit 08c0ac290c1196b77388e747ced15d92fce57f18.
Con Kolivas af658702 2013-04-08T12:01:16 select() on serial usb in avalon does not work properly with zero timeout.
Con Kolivas 08c0ac29 2013-04-08T11:59:32 The result_wrong measurement for avalon is continually leading to false positives so remove it.
Con Kolivas 64ecfa53 2013-04-08T11:32:24 Revert "Use only 2 queued work arrays in avalon." This reverts commit 0ea9d68d6786473b641bc377651b908aeeab06a2. This was leading to failure to find work items on block changes.
Con Kolivas af6111fb 2013-04-08T11:22:25 Use no timeout on further reads in avalon_gets
Con Kolivas ad55fbf9 2013-04-08T11:20:10 Do sequential reads in avalon_get_reset to cope with partial reads.
Con Kolivas 385f1cd8 2013-04-08T10:39:16 Show read discrepancy in avalon_get_reset.
Con Kolivas 4e2b1076 2013-04-08T10:37:48 Reuse avalon_get_work_count variable.
Con Kolivas fb34cb17 2013-04-08T10:34:47 Check for AVA_GETS_RESTART when deciding if avalon has messed up.
Con Kolivas 8b0531fb 2013-04-08T10:13:15 Make the detection of all wrong results on avalon much more conservative to avoid false positives on work restarts.
Con Kolivas c6b9a3ee 2013-04-08T09:48:23 Show error codes on select and read fail in avalon.
Con Kolivas 5e3474b0 2013-04-08T09:04:10 If we get a restart message in avalon_gets still check if there's a receive message to parse first without a timeout before returning AVA_GETS_RESTART.
Con Kolivas 0ea9d68d 2013-04-08T08:28:53 Use only 2 queued work arrays in avalon.
Con Kolivas afd6f427 2013-04-07T16:09:26 avalon_gets is always called from the one call site so inline it.
Con Kolivas 3671b2c3 2013-04-07T15:48:35 The read_count is unused by the avalon get result code and no longer required for avalon reset so simplify code removing it.
Con Kolivas dec90b96 2013-04-07T15:35:36 Use a separate avalon_get_reset function for resetting avalon instead of using avalon_get_result.
Con Kolivas ea70300a 2013-04-07T15:03:08 The current hash count returned by avalon scanhash is just an obfuscated utility counter so make it explicit.
Con Kolivas 53a047d0 2013-04-07T14:53:36 Check for a restart before a timeout in message parsing code in avalon.
Con Kolivas 0da88687 2013-04-07T14:45:54 We should check for a restart message before checking for a timeout in avalon scanhash.
Con Kolivas 8e69d75f 2013-04-07T11:59:14 Store the subid for the work item in avalon.