Log

Author Commit Date CI Message
Henrik Nordstrom 013c7087 2014-06-30T21:18:05 Update to current knc-asic library for KNC_IS_ERROR()
Henrik Nordstrom 0ae0a87d 2014-06-30T20:00:59 Update knc-asic to current version, fixing next_state response bit decoding
Con Kolivas d6faaf0e 2018-08-16T12:19:30 Bump version to 4.11.1
Con Kolivas 302b89e9 2018-08-16T12:19:03 Update NEWS.
Con Kolivas a21620c9 2018-08-16T09:39:54 Alias T1factory option to noauto.
Con Kolivas 337b834f 2018-08-15T22:39:09 sem_timedwait needs to use CLOCK_REALTIME.
Con Kolivas 38a2b8ce 2018-08-15T22:35:39 Conditional timedwaits need to use CLOCK_REALTIME.
Con Kolivas e5913147 2018-08-15T15:42:49 Remove unused abstime.
Con Kolivas 0bf8f940 2018-08-15T13:59:38 Bump version to 4.11.0
Con Kolivas 1f8d32cc 2018-08-15T13:56:54 Disable implicit fallthrough warning for newer GCCs.
Con Kolivas 3f1d4a8f 2018-08-15T13:56:35 Document the --decode feature.
Con Kolivas d13ff935 2018-08-15T13:45:52 Update README.
Con Kolivas 7e464a13 2018-08-15T13:40:46 Alphabetical.
Con Kolivas a7cc3baf 2018-08-15T13:37:08 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 2abc2657 2018-07-11T12:28:47 Cope with abs timeouts not working on some OSs, fixing a logic error on cgsem_mswait.
Con Kolivas de43161c 2018-06-05T16:24:34 Merge pull request #729 from cbouilla/fork_base hash table: use lookup instead of iteration
Charles Bouillaguet 80285bd1 2018-06-05T07:43:46 hash table: use lookup instead of iteration
Con Kolivas 6e3af617 2018-05-16T19:46:20 Do away with useless factory tune.
Con Kolivas 47193f06 2018-05-16T19:44:21 Keep diff low for accurate hashrates.
Con Kolivas e9fc77b6 2018-05-12T18:43:25 Take an optional fanspeed target allowing for quiet operation.
Con Kolivas 1dc8c21a 2018-05-11T13:58:57 Change default pll back to 1332.
Con Kolivas b9aa67ec 2018-05-12T12:41:56 Set lastshare on successful reinit and sleep longer for each retry.
Con Kolivas 653bcab4 2018-05-12T12:38:50 Allow much tighter temperature control if temperature is unchanged for a longer period, allowing temps to get to 75 degrees and have optimally low fanspeed.
Con Kolivas 3fed7252 2018-05-12T07:21:12 Revert "Runtime init and indefinite reinit." This reverts commit 57f58fd42eae6ddc2826af720e03c181458d54d5.
Con Kolivas 4b1a6ca2 2018-05-12T07:21:10 Revert "Set lastshare once device has reinit." This reverts commit 7f2c87f4267ef25a8b3a7288a2ed6bf7e872a22c.
Con Kolivas c449eff8 2018-05-11T13:43:52 Use clock_gettime instead of gettimeofday to not be burnt by ntp changes.
Con Kolivas 7f2c87f4 2018-05-11T12:50:18 Set lastshare once device has reinit.
Con Kolivas 57f58fd4 2018-05-11T12:36:04 Runtime init and indefinite reinit.
Con Kolivas e3f2d015 2018-05-11T10:41:48 Remove useless variables.
Con Kolivas 43e0922c 2018-05-08T13:32:42 Should be 390k.
Con Kolivas 61b49e73 2018-05-08T13:01:32 Set lower spi speed to allow ultra low frequencies on shutdown.
Con Kolivas 867774d4 2018-05-06T12:35:03 Re-initialise chains first if possible instead of shutting down cgminer.
Con Kolivas 87df23c3 2018-05-06T11:59:37 Abstract out prepare T1.
Con Kolivas c83df668 2018-05-06T11:51:45 Abstract out start t1 chain.
Con Kolivas 108c0347 2018-05-06T10:22:00 More reliably shut down cgminer from the driver thread.
Con Kolivas f8f00b6e 2018-05-06T08:54:19 Import SPI fixes.
Con Kolivas beae8b42 2018-05-05T11:17:12 Import dev fixes.
Con Kolivas e81f73e4 2018-05-03T12:41:29 Speed up mcompat_find_chain_vid since we are just going to lower voltage during tuning it doesn't need to be very accurate.
Con Kolivas 50814ff8 2018-05-03T12:39:58 Fast start/restart with clean shutdown to lower power but powered on mode.
Con Kolivas e7128f35 2018-04-30T17:02:01 Import Dragonmint T1 driver and version rolling AKA asicboost support.
Con Kolivas 8e0b18a3 2018-03-09T15:29:32 Do not give out API description to random probes to inappopriately open ports.
Con Kolivas 5b89bb17 2018-03-09T15:19:29 Use system provided uthash and libjansson if provided preferentially now.
Con Kolivas 9a5090a6 2018-03-09T14:51:56 Update uthash to version 2.0.2
Con Kolivas 1d98bf52 2018-03-09T14:19:53 Avoid potential buffer overflows in api.c
Con Kolivas fc33786a 2017-08-01T13:09:01 Fix write config with enable-icarus changes.
Con Kolivas 31047bd9 2017-05-03T21:23:43 Sleep if btcd isn't immediately available and try again when attempting to decode a coinbase.
Con Kolivas 4cdef957 2017-04-28T11:29:28 Elaborate what type of pool coinbase transactions to decode and do not print a warning if no devices are attached when decoding.
Con Kolivas 879a7a56 2017-04-28T11:18:41 Add a --decode option that decodes a pool's coinbase transactions and exits.
Con Kolivas e80c8e0d 2017-04-25T18:45:36 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 6bc319b9 2017-04-25T18:44:29 Set up gbt_curl before setting gbt_solo flag to prevent gbt_curl deref in longpoll_thread.
Con Kolivas 38baa7ac 2017-03-25T12:10:19 Merge pull request #718 from jameshilliard/remove-libusb-api-example remove cgminer-api libusb dependency
Con Kolivas 81d94752 2017-03-25T12:10:11 Merge branch 'master' into remove-libusb-api-example
Con Kolivas 2d5412b2 2017-03-25T12:08:35 Merge pull request #717 from Canaan-Creative/dev Update .gitignore and api-example.c for v4.10.0
Con Kolivas 78a6bda9 2017-03-25T12:08:05 Merge pull request #716 from Canaan-Creative/rebase Cleanup the Avalon7 driver
Con Kolivas 1b18943f 2017-03-25T12:07:03 Merge pull request #712 from hotmine/bitfury16 initial import of BITFURY16 driver
James Hilliard 6bf7e583 2017-02-09T22:44:03 remove cgminer-api libusb dependency
Mikeqin 5ddbc15c 2017-02-07T16:45:16 Update jasson library in gitignore
Mikeqin 41701034 2017-02-07T16:02:51 Fix compile guide for api-example.c
Mikeqin 6a76ed5c 2017-02-07T16:03:28 Cleanup libusb-1.0 in gitignore
Mikeqin c9eae16a 2016-12-29T13:45:16 Remove AVA7_FREQ_CUTOFF_MODE for Avalon7
Mikeqin bc2f323a 2016-12-29T12:58:08 Initialize default temp in detect_modules for Avalon7
Mikeqin 1a88ea4d 2016-12-29T12:07:06 Remove AVA7_FREQ_TEMPADJ_MODE for Avalon7
Alexander I. Mogilny 6f01253b 2017-01-26T13:30:45 merge with cgminer rev 87e3da18638275d2b5adbd0ccd0a17225793bf8f code refactoring: - Con Colivas notes - whitespace nitts - unused parameters removed - compiler warnings removed
ckolivas 87e3da18 2017-01-25T14:52:07 Fix build with disable-libcurl.
Con Kolivas ff38b882 2017-01-24T11:37:48 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 2e54afbc 2017-01-23T23:43:58 Merge pull request #713 from jameshilliard/fix-strtok fix Invalid read of size 1 error. Dodgy workaround that works for dodgy posix API.
Con Kolivas bf5d9d64 2017-01-23T22:13:19 Update NEWS.
Con Kolivas d6d0a336 2017-01-23T21:50:59 Readme build update
Con Kolivas 1afb29f6 2017-01-23T21:39:52 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 016ca81a 2017-01-23T21:36:34 Silence warning.
Con Kolivas 842da997 2017-01-23T21:22:28 Clean up compac driver.
Con Kolivas 9102e00a 2017-01-23T21:08:02 Merge branch 'master' of https://github.com/vthoang/cgminer into vthoang-master
Con Kolivas ae7e42e9 2017-01-23T21:07:16 Merge pull request #709 from Canaan-Creative/rebase Detect and api update for Avalon7
Con Kolivas 7ffd2460 2017-01-23T21:06:48 Merge pull request #587 from imsaguy/patch-1 Remove the GPU junk
Con Kolivas 47397c82 2017-01-23T21:05:56 64
Con Kolivas f594c8e6 2017-01-23T21:05:14 Merge pull request #710 from jameshilliard/clean-swork Always clean swork when prev_hash changes
Con Kolivas e491278a 2017-01-23T20:53:50 Allocate appropriate memory size for PSECURITY_DESCRIPTOR
Con Kolivas 82e216b2 2017-01-23T20:31:16 Remove jansson memory tricks.
Con Kolivas 9f9c7a23 2017-01-23T18:27:09 Increase header size for gbt solo.
Con Kolivas e8becaae 2017-01-23T18:21:36 Increase header size.
Con Kolivas e1635226 2017-01-23T14:36:04 Fix curl build on mingw
Con Kolivas ec1ac289 2017-01-23T14:07:24 Windows build fixes.
Con Kolivas 14b22b67 2017-01-23T11:21:13 Fix avalon4 warnings.
Con Kolivas 45b41721 2017-01-23T11:18:30 We can only change diff once per notify so assume successive diffs are stacked for successive notifies.
Con Kolivas 38f03999 2017-01-23T10:53:55 Enable avalon4 building with avalon7.
Con Kolivas 7b997c52 2017-01-23T10:43:47 Move to system libusb.
Con Kolivas f6d69ca1 2017-01-23T10:21:16 Upgrade to jansson 2.9
Con Kolivas 6212607f 2017-01-23T10:12:23 Merge pull request #711 from jameshilliard/debug-newblock Make pool_no and block height logging more consistant
Con Kolivas 3a86e163 2017-01-23T10:12:09 Merge pull request #714 from jameshilliard/log-failure-code display restart thread errno
James Hilliard 43903494 2017-01-22T18:05:18 display restart thread errno
Con Kolivas c75afd29 2017-01-23T09:27:34 String length sanity checks in config parsing.
James Hilliard 3f0b6426 2017-01-22T17:14:50 fix Invalid read of size 1 error
vthoang 68cc5b7e 2017-01-09T19:10:16 Merge https://github.com/ckolivas/cgminer
Alexander I. Mogilny e9e317b0 2017-01-06T18:28:09 initial import of BITFURY16 driver
James Hilliard dd675908 2017-01-01T22:35:41 Make pool_no and block height logging more consistant
James Hilliard c96a2b7c 2017-01-01T21:09:44 Always clean swork when prev_hash changes
vthoang 7909cb8a 2016-12-31T13:05:26 Merge pull request #2 from vthoang/compac +1 freq hex alignment, allow for independent target freq so bad stick doesn't effect group, add frequency range support 100MHz - 500MHz
Mikeqin c5920ed8 2016-12-25T08:43:05 Add nonce mask to api for Avalon7
Johnson-Fan cdd1c725 2016-12-23T16:23:12 Add new options for Avalon7
Mikeqin 888d0567 2016-12-23T16:58:06 Add a device table for Avalon7