Log

Author Commit Date CI Message
Con Kolivas d94b4f88 2013-04-28T20:13:15 Update AUTHORS file.
Con Kolivas fd518f16 2013-04-28T19:59:43 Add GPU-README to EXTRA_DIST.
Con Kolivas 100bbcc5 2013-04-28T19:58:31 Split out the GPU specific information from the README into a GPU-README file.
Con Kolivas 4c9f2b74 2013-04-28T19:24:57 Add an ASIC README file and udev rules file for insertion of BFL devices on linux.
Con Kolivas fa5295d0 2013-04-28T19:03:37 Merge branch 'bflsc' of github.com:ckolivas/cgminer into bflsc
Kano 2c97b8b8 2013-04-28T19:00:25 usb_init() allow it to ignore a device and show no message
Con Kolivas 9e92c6e9 2013-04-28T18:52:53 Minor README updates.
Kano 18066023 2013-04-28T17:48:20 Merge branch 'bflsc' of https://github.com/ckolivas/cgminer into bflsc
Kano 95f467b2 2013-04-28T17:47:28 usbutils don't even attempt to detect a device we already have
Con Kolivas 4ef01a00 2013-04-28T17:35:51 Count various failures as hw errors on bflsc.
Con Kolivas 08c13a13 2013-04-28T15:47:12 Init rwlock for bflsc stat_lock.
Kano a436ede6 2013-04-28T13:28:52 usbutils correct BFL name
Kano ebfa56db 2013-04-28T12:49:32 usbutils allow device selection to specify expected Manufacturer/Product strings
Kano 2517a8a4 2013-04-28T10:00:32 bflsc ensure buffer is bigger than max reply
Kano ac135bf3 2013-04-28T09:40:29 bflsc ignore very first work item nonce error - could be from before
Kano a7c30795 2013-04-28T09:24:46 bflsc more detailed results failure messages
Con Kolivas a2d18892 2013-04-28T09:13:17 Do not sleep longer than 2s max in bflsc scan code to stabilise displayed 5s hashrate, put locking around values, and set a minimum of 1ms.
Kano b30f9bb7 2013-04-27T17:00:33 bflsc unres the res
Kano dd8fe19b 2013-04-27T16:49:01 bflsc tidy up getinfo() and add to api
Kano 55b3d407 2013-04-27T16:15:52 bflsc guess device ~based on current V1 Jalapeno engine count
Kano de009dab 2013-04-27T15:55:39 bflsc only need one xlinkstr
Kano 66154e9f 2013-04-27T15:32:37 bflsc flush/clear output que when we initialise
Kano ea8aa1aa 2013-04-27T15:21:30 bflsc seperate BFLSC_QRES
Kano 4bfa4c30 2013-04-27T14:39:31 bflsc queue_full shouldn't ask for more work if device is zombie
Con Kolivas 4f0f5fb7 2013-04-27T14:22:50 Make the scan sleep time after scanwork in bflsc dynamic to keep queues between watermark levels.
Con Kolivas b0e6f68b 2013-04-27T01:04:30 Remove unused temp counts in bflsc.
Con Kolivas e70e7b5b 2013-04-27T01:02:35 Calculate a rolling 5 min average set of temperatures for bflsc.
Con Kolivas 31fc0bc7 2013-04-27T00:49:03 Damp the display of voltage for BFLSC devices.
Con Kolivas d6720ee0 2013-04-27T00:41:01 Damp the temperature display measurement for bflsc since it fluctuates so wildly.
Kano bd4d04b2 2013-04-27T00:07:42 bflsc add volt stats
Con Kolivas 21fd80df 2013-04-26T23:22:19 Handle failed tolines command in bflsc driver.
Con Kolivas 6db97452 2013-04-26T20:47:25 Can use a read lock instead of a write lock in bflsc scanwork.
Con Kolivas 045d0362 2013-04-26T20:35:05 Since we are filling a queue on the bflsc devices, there is no need to run through scanwork frequently provided we use the restart_wait function to abort early during a block change.
Con Kolivas f1624e13 2013-04-26T20:07:43 Remove flushed work in bfl scanwork from the hash table.
Con Kolivas 11baa327 2013-04-26T19:33:14 Set correct device in process_nonces in bflsc driver.
Kano 93e3e8c9 2013-04-26T18:57:40 bflsc add work reply INPROCESS: missing from the spec
Kano 5121163e 2013-04-26T18:26:20 bflsc put in some error messages not yet written
Kano 8fe17e9d 2013-04-26T17:28:46 bflsc get completed hashes as late as possible
Con Kolivas 5d8273a3 2013-04-26T17:00:22 Fix potential memory leak with unused work items in bflsc_queue_full
Con Kolivas f5e3448f 2013-04-26T16:55:52 Reverse bools in bflsc_queue_full
Con Kolivas 9b53e599 2013-04-26T16:38:17 Avoid recursive loop calling correct function instead.
Kano a44f6d28 2013-04-26T15:40:56 bflsc fix details identification
Con Kolivas 05c9ece8 2013-04-26T15:18:34 Differentiate BFLSC device from regular bitforce and give warning if no support is compiled in.
Kano 863c9e27 2013-04-26T14:49:10 util.c str_text make a fully text readable version of str
Kano 179cc524 2013-04-26T14:15:32 BFLSC fix FPGA identity overlap
Con Kolivas a84e424b 2013-04-26T13:04:20 Locking error in bflsc_send_work
Con Kolivas cbe13be8 2013-04-26T12:57:21 Use htobe32 function for converting nonce in bflsc.
Con Kolivas 102b9477 2013-04-26T12:54:48 Replace deprecated bzero with memset in bflsc driver.
Con Kolivas 5c1ecaff 2013-04-26T12:48:33 Fix compilation of bflsc driver without opencl.
Con Kolivas 4c8acdf9 2013-04-26T12:44:01 Check for realloc failures in bflsc driver.
Con Kolivas b0f8b278 2013-04-26T12:41:19 Check for failure to calloc in bflsc driver.
Con Kolivas 5c300591 2013-04-26T12:39:21 Trivial style change
Con Kolivas c3039122 2013-04-26T12:35:14 Use copy_time function in bflsc driver.
Con Kolivas 41fa60ce 2013-04-26T12:32:28 Use cgtime in bflsc driver and update copyright notice.
Con Kolivas e92b13a2 2013-04-26T12:21:25 Use a separate function for bfl initialise that doesn't require locking.
Con Kolivas 009008ad 2013-04-26T12:00:44 Fix BFLSC building.
Kano c769db69 2013-04-26T10:32:28 bflsc v0.1
Con Kolivas ea0adf65 2013-04-25T00:23:00 Bump version to 3.0.1
Con Kolivas a7a86402 2013-04-25T00:22:38 Update NEWS.
Con Kolivas 2643ad1b 2013-04-25T00:16:09 Use only the one jump in ocl.c to bypass binary saves for osx opencl.
Con Kolivas 0a8f5849 2013-04-25T00:09:09 Initialise variables not set on OSX in ocl.c.
Con Kolivas 9aae2256 2013-04-24T23:53:44 Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU.
Con Kolivas d835ef75 2013-04-24T23:16:21 Receive failures in recv_line should unconditionally fail.
Con Kolivas 06f7f525 2013-04-24T23:14:41 Revert "Add more debugging to recv_line parse failure." This reverts commit b615502b2b68571a2574568fa838d82b173f6c24. Unnecessary.
Con Kolivas 412ef440 2013-04-24T23:08:22 Use sock_blocks in api.c
Con Kolivas af60a19d 2013-04-24T23:07:42 Use sock_blocks function for stratum send and receive.
Con Kolivas a2a7a036 2013-04-24T23:05:44 Create an OS specific sock_blocks function.
Con Kolivas 181cb163 2013-04-24T21:26:44 There should be no error response code with return value 0 in recv_line.
Con Kolivas b615502b 2013-04-24T21:14:20 Add more debugging to recv_line parse failure.
Con Kolivas 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.
Con Kolivas baa5a6e7 2013-04-22T19:39:59 Further fix distdir for hexdump.c
Con Kolivas 3d835fc3 2013-04-22T19:28:50 Fix build and distdir.
Con Kolivas a0626040 2013-04-22T15:03:11 Bump version to 3.0.0
Con Kolivas 78a60871 2013-04-22T15:02:41 Update NEWS for 3.0 release.
Con Kolivas cd9cd968 2013-04-22T14:38:36 Merge branch 'nocpu'
Con Kolivas 1253c973 2013-04-05T11:51:35 Update NEWS for 2.11.4 release.
Con Kolivas f4b27907 2013-04-22T14:35:43 Remove all CPU mining code.
Con Kolivas e999caa4 2013-04-21T20:28:28 Merge pull request #427 from gzm55/master compile on win32
James Z.M. Gao e00a1b0e 2013-04-22T11:19:15 compile on win32
Con Kolivas 31e51952 2013-04-22T11:49:58 Update SCRYPT README with improved hashrates for 7970.
Con Kolivas 856aa49c 2013-04-22T10:59:55 Use copy_time helper throughout cgminer.c
Con Kolivas d2abaa83 2013-04-22T10:49:10 Provide wrappers for commonly used timer routines with API stats.
Con Kolivas 170a4aeb 2013-04-22T10:00:34 Avoid one cgtime call in sole_hash_work.
Con Kolivas 3cc42231 2013-04-22T09:53:34 Fulltest is true if value is <= target.
Con Kolivas 3c61a51e 2013-04-22T09:48:41 Use system host to endian functions for clarity in fulltest.
Con Kolivas 4597c0a1 2013-04-22T09:35:48 Provide endian_flipX functions to avoid special casing big endian in cgminer.c
Con Kolivas 8d81f1d2 2013-04-22T09:28:06 Provide a flip128 helper to simplify big endian flipping.
Con Kolivas c351f8d8 2013-04-22T09:23:13 Use flip helpers to simplify code for calculation of midstate.
Con Kolivas f50ae468 2013-04-22T09:08:51 Use flip32 function instead of open coding it in gen_stratum_work.
Con Kolivas 62a1403b 2013-04-21T19:41:54 Move util.c exports to util.h
Con Kolivas 5b702bc0 2013-04-21T19:36:37 Fix warning on building avalon on win32
Con Kolivas 849567cb 2013-04-21T19:19:22 Use cgtime in driver-avalon.c
Con Kolivas 79df6b9f 2013-04-21T19:18:15 Use cgtime in driver-icarus.c
Con Kolivas 9eb851cd 2013-04-21T19:17:23 Use cgtime in driver-bitforce.c
Con Kolivas 93901011 2013-04-21T19:15:34 Use cgtime in logging.c
Con Kolivas 3ab81ee6 2013-04-21T19:14:52 Use cgtime in usbutils.c
Con Kolivas 0face980 2013-04-21T19:13:47 Use cgtime in driver-opencl.c
Con Kolivas 207e93d8 2013-04-21T19:12:29 Use cgtime wrapper in driver-modminer.c
Con Kolivas 3cb24c2c 2013-04-21T19:11:20 Use cgtime in driver-ztex.c
Con Kolivas 564fd36c 2013-04-21T19:10:37 Use cgtime in compat.h