Log

Author Commit Date CI Message
Con Kolivas f4843877 2013-05-19T18:28:04 We should check for amount buffered in icarus get_nonce against amount already received.
Con Kolivas 04d530f3 2013-05-19T16:40:35 Make mining threads report out during work submission.
Con Kolivas bb3b227b 2013-05-19T16:39:07 submit_work_async is no longer used directly by driver code.
Con Kolivas 41e6f48f 2013-05-19T14:02:25 Fix first read timeout on icarus get nonce.
Con Kolivas 9ecacb2c 2013-05-19T14:01:55 Retry icarus_initialise if the first read attempt fails.
Con Kolivas 894a3d64 2013-05-19T12:55:20 Properly pthread_join miner threads on shutdown.
Con Kolivas 69f36358 2013-05-19T11:36:18 Merge branch 'master' into icarus-dev
Con Kolivas 3a2008ac 2013-05-19T11:25:45 Use a persistent single separate thread for stratum share submission that uses workqueues since all stratum sends are serialised.
Con Kolivas 64b08f38 2013-05-19T10:23:59 All stratum calls to recv_line are serialised from the one place so there is no need to use locking around recv().
Con Kolivas bd652a62 2013-05-18T16:56:23 Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
Con Kolivas 830f30ff 2013-05-18T16:56:23 Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work().
Con Kolivas ac7c073c 2013-05-18T13:16:25 Merge branch 'master' into icarus-dev
Con Kolivas 546be35c 2013-05-18T13:16:17 Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
Con Kolivas f227515e 2013-05-18T13:09:01 Set pool->probed to true after an attempt to resolve the url via stratum code.
Kano 5e588d87 2013-05-18T01:56:00 icarus test nodev everywhere
Kano 250e4353 2013-05-18T01:39:56 usbutils/icarus separate FTDI transfer values and more debug
Kano fac3bf87 2013-05-17T22:06:54 add icarus to hotplug
Kano 8f4547da 2013-05-17T22:05:53 usbutils add rest of icarus
Con Kolivas 22e677f4 2013-05-17T21:25:38 Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev
Con Kolivas e128f90e 2013-05-17T21:13:36 Merge branch 'master' of github.com:ckolivas/cgminer
Kano 288f5e3b 2013-05-17T19:12:31 simple serial-USB python test script
Kano 9f46aa90 2013-05-17T15:14:48 icarus->USB v0.1 incomplete - missing initialise()
Kano dad30870 2013-05-17T15:08:48 README spelling
Kano 9f4a3a79 2013-05-17T15:05:51 Update documentation for icarus switch to USB
Kano 079b488a 2013-05-17T14:21:43 Add USB rules for supported USB devices
Kano 6219f977 2013-05-17T14:10:58 switch icarus configuration to usb
Kano 05a385cc 2013-05-17T13:49:41 usbutils new command for icarus
Kano e89c921a 2013-05-16T22:16:15 usb add a numeric sub-indentity for each name
Kano 2631b55e 2013-05-16T21:38:55 usbutils - make FTDI handling automatic
Kano 92e5ee9d 2013-05-16T19:41:53 fix duplicate name
Kano 2a0b712e 2013-05-16T19:39:40 usbutils set Black Arrow Lancelot's as BAL and match the lot->llt name
Kano 28f4fc64 2013-05-16T19:33:30 usbutils identify Icarus devices
kanoi cea88268 2013-05-15T22:43:30 Merge pull request #431 from kanoi/master usb_applog separate amt display
Con Kolivas 0a15beb7 2013-05-16T12:38:48 libusb_control_transfer 16 bit words are endian specific.
Kano 6493554a 2013-05-15T17:39:25 usb_applog separate amt display
Con Kolivas 3336880e 2013-05-13T22:42:39 Show pool difficulty more verbosely if it changes via stratum.
Con Kolivas 4efe9ca8 2013-05-13T22:23:13 Attribute whatever stats we can get on untracked stratum shares based on current pool diff.
Con Kolivas 3f24653f 2013-05-13T22:10:01 Provide a --lowmem option which does not cache shares on failed submission to prevent low memory hardware (eg Avalon) from crashing.
Con Kolivas c4a8f477 2013-05-11T21:37:36 Merge pull request #429 from mhren/patch-1 Update util.c
mhren c5bfc452 2013-05-11T23:32:57 Update util.c Apple OS/X does not define MSG_NOSIGNAL. Use SO_NOSIGPIPE instead
Con Kolivas 32c41bd0 2013-05-11T20:38:50 Bump version to 3.1.1
Con Kolivas 3f0842f7 2013-05-11T20:36:31 Update NEWS.
Con Kolivas 1a7a87c2 2013-05-11T20:29:48 Use a discrete device target for scrypt that dynamically changes to ensure we still report a work utility even if no shares are submitted such as in solo mining.
Con Kolivas 2fb6637b 2013-05-11T19:51:43 Make set_work_target a function to set a specified char as target for use elsewhere.
Con Kolivas 0b6ee62c 2013-05-11T19:34:44 Further consolidate the hash regeneration between sha and scrypt doing it only once and always checking the share diff for both before submission.
Con Kolivas 9a76db8d 2013-05-11T17:04:49 Regenerate the hash before checking the share diff in hashtest().
Con Kolivas 03f98e26 2013-05-11T16:56:19 Minor typo.
Con Kolivas 79dd9dfe 2013-05-11T16:50:53 Use a scantime of 30 seconds for scrypt if none is specified.
Con Kolivas b196d4fa 2013-05-11T16:19:02 Support more shares to be returned for scrypt mining.
Con Kolivas a923b7d3 2013-05-11T15:25:42 Update the write config to properly record device entries and remove disabled option.
Con Kolivas 3972fe22 2013-05-11T15:03:40 Show a different warning and loglevel for failure to resolve a URL on first or subsequent testing of stratum pool URLs.
Con Kolivas ef3b0657 2013-05-10T18:24:04 Fix the problem of seting up termio of ttyUSB0 for icarus. the CSIZE is the mask of CS2/4/8 From: navyxliu <navy.xliu@gmail.com>
Con Kolivas 2b8cbf61 2013-05-09T22:07:11 Revert wrong patch.
Con Kolivas 2645797f 2013-05-09T22:04:33 Set all stratum sockets to nonblocking to avoid trying to use MSG_DONTWAIT on windows.
Con Kolivas d89936a9 2013-05-09T21:10:53 Fix warnings on win32 build.
ckolivas 832012f6 2013-05-09T13:42:53 Only use MSG_NOSIGNAL for !win32 since it doesn't exist on windows.
ckolivas 6acfdbd6 2013-05-09T13:36:34 Use MSG_NOSIGNAL on stratum send()
ckolivas a7cbbc9f 2013-05-09T12:08:42 Set TCP_NODELAY for !linux for raw sockets.
ckolivas 0676a1a8 2013-05-09T12:00:28 Use TCP_NODELAY with raw sockets if !opt_delaynet
Kano 527fe058 2013-05-09T11:48:09 Merge branch 'usb'
Con Kolivas 68196588 2013-05-09T11:39:09 Make raw sockets compile on windows
Con Kolivas 43bcccf8 2013-05-09T10:41:27 Recheck select succeeds on EWOULDBLOCK for stratum.
Kano 05dd48ac 2013-05-05T22:04:46 usbutils/mmq fixed size usb_read default to wait for all data
Kano f518f336 2013-05-05T14:06:02 usbutils optional (disabled by default) dev debug
Kano e53040ca 2013-05-09T06:47:41 Add an ftdi usb read macro without newline
Con Kolivas 8e117050 2013-05-04T20:19:46 Avalon usb interface should be 0.
Con Kolivas 4a39f039 2013-05-04T16:42:58 Add more debug for failure to USB init.
Con Kolivas 6e969e93 2013-05-08T22:52:18 Recv() should all be non-blocking for raw sockets in stratum.
Con Kolivas cf80fe4a 2013-05-08T22:41:28 Change verbosity and error for getaddrinfo warnings in setup stratum socket.
Con Kolivas 1a43cb0b 2013-05-08T22:11:01 Free servinfo after p is checked in setup stratum socket.
Con Kolivas 31aa4f6c 2013-05-08T21:59:58 Use raw sockets without curl for stratum communications.
Con Kolivas 657e6447 2013-05-08T06:28:07 Sacrifice curl handle memory on stratum disconnects on all versions of libcurl to avoid curl corruption.
Con Kolivas 891f88b6 2013-05-06T16:54:55 Don't use TCP_NODELAY if opt_delaynet is enabled with stratum.
Con Kolivas 69bdc6f9 2013-05-03T22:28:37 Fix warnings in avalon driver.
Con Kolivas fb249975 2013-05-03T22:24:11 Make FULLNONCE an ULL to fix a warning on 32 bit.
Kano d3955b89 2013-05-02T23:44:47 ztx correct applog typing
Kano 54d5d260 2013-05-02T23:41:51 ocl correct applog typing
Kano 2ce2f8d8 2013-05-02T23:36:04 util correct applog typing
Kano 65af59b7 2013-05-02T23:34:14 api correct applog typing
Kano 6cef9f42 2013-05-02T23:32:42 cgminer correct applog typing
Kano 2b2b34f5 2013-05-02T23:30:24 scrypt correct applog typing
Kano c44817d5 2013-05-02T23:28:10 bfl correct applog typing
Kano 95fe655f 2013-05-02T23:26:02 ica correct applog typing
Kano 9a1925dd 2013-05-02T23:15:29 mmq correct applog typing
Kano 7e3242b0 2013-05-02T23:07:06 adl fix trailing %
Kano 56a45778 2013-05-02T23:02:35 usbutils correct applog typing
Kano 8f08a327 2013-05-02T22:50:25 applog - force type checking
Con Kolivas ed65653c 2013-05-02T17:32:04 Simplify the many lines passed as API data in the avalon driver now that the API does not need persistent storage for the name.
Con Kolivas 965129b5 2013-05-02T17:26:59 Duplicate the name string always in api_add_data_full to not need persistent storage for names passed to it.
Con Kolivas d08bdfd6 2013-05-02T17:03:31 Add extra matching work count data in API for Avalon with 4 modules.
Con Kolivas 0803e468 2013-04-29T01:45:20 Update NEWS.
Con Kolivas 8971c56b 2013-04-29T00:47:58 va_copy is meant to be matched by a va_end in log_generic.
Kano d3d90e65 2013-04-29T00:24:46 usbutils remove_in_use break
Kano bfdbec1d 2013-04-29T00:11:12 usbutils remove_in_use yet again
Kano d436beb7 2013-04-29T00:04:35 usbutils remove_in_use missing prev
Kano 2ae4840c 2013-04-28T23:11:41 usbutils missing add_in_use
Con Kolivas 8b2118b1 2013-04-28T22:00:39 Clean up summary slightly better on exit.
Con Kolivas 18c6b496 2013-04-28T20:47:46 Update NEWS for upcoming 3.1.0 release.
Con Kolivas 102e907a 2013-04-28T20:14:15 Preemptively bump the version to 3.1.0
Con Kolivas d94b4f88 2013-04-28T20:13:15 Update AUTHORS file.