Log

Author Commit Date CI Message
Con Kolivas 4b3fe8f0 2013-09-01T00:29:54 Update NEWS.
Con Kolivas 51b07016 2013-09-01T00:28:42 Merge branch 'master' of github.com:ckolivas/cgminer
Kano 330675e4 2013-09-01T00:27:16 Merge branch 'mcast'
Kano 76185ede 2013-09-01T00:23:26 API mcast add a description option with miner.php
Con Kolivas a7f64b8d 2013-08-31T23:36:30 Bump version number to 3.4.1
Con Kolivas 4eb6609b 2013-08-31T23:36:07 Further update NEWS.
Con Kolivas b1823f27 2013-08-31T23:18:09 Always use a maxpacketsize buffer in usb_bulk_transfer
Con Kolivas 85008b84 2013-08-31T22:53:59 Merge branch 'master' of github.com:ckolivas/cgminer
Kano 5520206a 2013-08-31T22:52:21 bflsc ensure getinfo cannot overflow it's storage buffer
Con Kolivas 83b5f624 2013-08-31T22:24:38 Don't decref json values in stratum parsing due to memory corruption.
Con Kolivas fb00f24b 2013-08-31T22:17:53 Use 64 bytes for all libusb control transfers.
Con Kolivas 1d5d28d7 2013-08-31T21:36:15 Skip dissecting opt->names in parse_config if it doesn't exist.
Con Kolivas 22ca87db 2013-08-31T21:32:15 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 33ae5ab8 2013-08-31T21:31:32 Use an internal buffer in _usb_transfer_read in case the read is larger than the buffer passed to it.
kanoi 10a1de9a 2013-08-30T22:43:57 Merge pull request #487 from kanoi/master ICA optional limit timing with short=N or long=N
Kano a6e44cb3 2013-08-31T15:40:23 ICA optional limit timing with short=N or long=N
Con Kolivas 69a2078e 2013-08-31T15:13:57 Revert to old custom tolines function since strtok_r is not portable.
kanoi d7adf84f 2013-08-30T21:09:52 Merge pull request #486 from kanoi/master applogsiz() + remove unused bflsc code
Kano 42bb607a 2013-08-31T14:03:57 bflsc remove unused commented out code
Kano 3aefcce4 2013-08-31T13:56:50 logging - code mistake
Kano 0d4edbe9 2013-08-31T13:41:37 logging - applogsiz() for large messages
Con Kolivas bec40c5b 2013-08-31T13:32:40 Provide base structures for getaddrinfo.
Con Kolivas 4a502e13 2013-08-31T08:29:12 Update readme
Con Kolivas 1c66459c 2013-08-30T23:58:15 Include string.h in bflsc driver.
Con Kolivas 4c451adc 2013-08-30T23:46:32 Get rid of linear removal of spaces in bflsc text parsing and use strstr throughout instead.
Con Kolivas a503ba8b 2013-08-30T23:03:03 Use reentrant strtok in tolines() function in bflsc to avoid racing on contextless calls.
Con Kolivas 8d99a449 2013-08-30T22:38:56 Show how small a too small result in bflsc is.
Con Kolivas 83a8c132 2013-08-30T21:42:38 Duplicate the buffer in process_results in bflsc since strtok modifies it making debugging output limited to one line.
Con Kolivas 1403f4dd 2013-08-30T21:40:10 Only process nonces in bflsc is the breakdown function succeeds.
Con Kolivas 34d977c8 2013-08-30T21:17:42 Revert "Ignore inprocess message when retrieved out of sync in bflsc while processing nonces." This reverts commit 791a8f65ba7169f9bc7246dfb0966f3cba0449e5.
Con Kolivas 791a8f65 2013-08-30T21:11:20 Ignore inprocess message when retrieved out of sync in bflsc while processing nonces.
Con Kolivas 2853a5d9 2013-08-30T20:39:23 Temporarily revert inprocess parsing in bflsc pending fixes.
Con Kolivas 3f8d56be 2013-08-30T20:36:44 Decrease bflsc queue lines min to match removal of inprocess message.
Con Kolivas 8aa50e19 2013-08-30T20:34:40 Ignore zero count messages in bflsc instead of trying to parse them.
Con Kolivas 2061e97c 2013-08-30T20:31:57 Return ok in tolines when it doesn't match inprocess message for bflsc.
Con Kolivas 0f712d51 2013-08-30T20:29:00 Remove inprocess line instead of deleting all following responses in bflsc.
Con Kolivas 9a867029 2013-08-30T20:24:29 Ignore responses from bflsc as INPROCESS
Con Kolivas cb914ab5 2013-08-30T16:26:00 Change ok testing logic in breakdown() in bflsc and return if not ok at any stage.
Con Kolivas 6ff7893f 2013-08-30T16:14:25 Check the return value of tolines in bflsc driver.
Con Kolivas b0fe14d4 2013-08-30T16:13:01 Use strtok to parse lines in bflsc driver.
Con Kolivas 7bb07131 2013-08-30T15:42:09 Add libusb-1.0 m4 directory and gitignore file.
Con Kolivas ef6925a6 2013-08-30T15:17:35 Properly convert from ranlib to lt_init in configure.ac
Con Kolivas 748eda1f 2013-08-30T14:47:53 Make autoconf always build for libusb.
Con Kolivas a99f15bc 2013-08-30T14:38:12 More autoconf buggery.
Con Kolivas 67aab60f 2013-08-30T10:02:49 Update readme reflecting statically included jansson and libusb
Con Kolivas 7f653ba9 2013-08-30T10:01:08 Unconditionally build jansson statically from the cgminer source tree.
Con Kolivas e50f5c87 2013-08-30T09:39:53 Only test for all usb devices once in configure.ac
Con Kolivas ec4821c1 2013-08-30T00:09:39 Fix various libusb warnings and possible bugs on linux build.
Con Kolivas 358afc84 2013-08-29T21:06:29 Add make clean and maintainer-clean to autogen
Con Kolivas 9a5b630e 2013-08-29T21:04:04 Remove examples from libusb Makefile and generated autoconf files.
ckolivas 4c9d9fd6 2013-08-29T12:23:07 Fix libusb subdirectory builds.
ckolivas 99dc528c 2013-08-29T12:07:26 Remove cached files from libusb autoconf on running autogen.sh
ckolivas 0f42fd3f 2013-08-29T11:10:13 Remove unused HAVE_LISBUSB macro and use USE_USBUTILS everywhere.
Con Kolivas 1936d387 2013-08-28T23:02:07 Use direct auto* files to avoid failure of autoreconf
ckolivas af9a8778 2013-08-28T13:04:46 Remove unused and maintainer cleaned files
ckolivas 5ab389c8 2013-08-28T13:02:18 Show RT_LIBS in ./configure output.
ckolivas 6df0648a 2013-08-28T12:05:58 First import of libusb-1.0
Con Kolivas 711cc5b3 2013-08-28T20:01:54 Merge branch 'master' of github.com:ckolivas/cgminer
kanoi 54e8e7cc 2013-08-27T15:00:38 Merge pull request #485 from kanoi/master bflsc xlinkstr use snprintf
Kano 6055a378 2013-08-28T07:59:09 bflsc xlinkstr use snprintf
Con Kolivas c9c61e72 2013-08-28T07:05:18 Fix win32 build.
Con Kolivas e17a9452 2013-08-27T20:31:33 Use take_queued_work_bymidstate in the bflsc driver to avoid the rare chance repeated results come back from the same work item.
Con Kolivas 572df102 2013-08-27T20:29:47 Provide a funcion that looks up queued work by midstate and then removes it from the device hash database.
ckolivas dd64f732 2013-08-27T15:19:24 Fix no -rt library on darwin.
Con Kolivas 647dc35f 2013-08-26T21:57:29 Update included jansson to v2.4
Con Kolivas 036c7b73 2013-08-25T16:34:07 Fix OSX build.
Con Kolivas 43405005 2013-08-25T15:23:46 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 79ca14f5 2013-08-25T15:17:34 Provide an osx fix for cgtimers and a fallback to timevals for all other platforms !linux !win32 !osx.
Con Kolivas f009347e 2013-08-25T15:02:01 Move two more timer functions out of define macros to enable them to be used by future osx code.
Con Kolivas ec881c41 2013-08-25T14:59:35 cgtimer_sub is now the same since cgtimer_t should be the same on all platforms.
Kano 59a1ed6e 2013-08-25T12:08:23 miner.php fix missing global
Con Kolivas ab917082 2013-08-25T10:53:06 Only count submitted nonces as diff1shares if they're valid.
Con Kolivas cfd8ed70 2013-08-24T12:43:49 Substantially raise the maximum avalon frequency for water-cooled, over-volted designs.
kanoi ad18b4d5 2013-08-23T17:08:14 Merge pull request #484 from kanoi/master BTB show C/MHz/mV for device + api.c remove unused reply string
Kano c0f4e476 2013-08-24T01:42:30 Compile MCast.java with an old java
Kano 20f43561 2013-08-24T01:34:34 API Multicast sample MCast.java+MCast.class
Kano 87e5c76f 2013-08-23T22:52:30 BTB show C/MHz/mV for device
Kano 5b338b2f 2013-08-23T22:48:31 api.c remove unused reply string
Kano bdac0633 2013-08-23T17:06:35 api.c fix mcast debug message bug
Kano af552d21 2013-08-23T17:00:48 README add missing mcast <arg>s
kanoi c9bf6ee1 2013-08-22T23:49:30 Merge pull request #483 from kanoi/master miner.php mcast + docs
Kano 93d73a8a 2013-08-23T16:46:03 API-README break all lines at most 80 characters
Kano febcc53d 2013-08-23T16:34:42 Update the API Multicast documentation
Kano 3eea3a10 2013-08-23T16:34:01 miner.php implement API Multicast handling to automatically find your local net miners
kanoi 326f5ea6 2013-08-22T07:02:54 Merge pull request #481 from kanoi/master API mcast
Kano 55e7f314 2013-08-22T23:38:57 API mcast only reply to remote IP's that are allowed access
Kano 14ac6fa5 2013-08-22T09:27:49 Initial API Multicast response v0.1 to find cgminer APIs
Con Kolivas e1433f8e 2013-08-22T13:49:22 Use timespecs on windows as cgtimer_t to capitalise on the higher resolution clock changes.
Con Kolivas d8e2a437 2013-08-22T12:55:09 Abstract out the conversion of system time to an lldiv_t in decimicroseconds.
Con Kolivas acc1b7df 2013-08-22T12:24:39 Use our own gettimeofday implementation on windows for it to be consistent across ming builds and higher resolution.
Con Kolivas 70bc62c0 2013-08-21T21:16:03 Bump version number to 3.4.0
Con Kolivas fffdea09 2013-08-21T21:15:27 Update NEWS.
Con Kolivas c56d44ce 2013-08-21T21:00:57 Use stack data for HW error% in avalon stats.
Con Kolivas 8a01f532 2013-08-21T20:46:07 Add avalon HW error% to stats and only show BTB variables if avalon is a BTB.
Con Kolivas b9aa5b65 2013-08-21T20:31:10 Check for cnx_needed on each loop through wait_lp_current.
Con Kolivas 919a836f 2013-08-21T20:29:46 Return positive for cnx_needed when no_work is true.
Con Kolivas 7dbe4bbe 2013-08-21T20:12:00 Stratum is used more often so test for it first.
Con Kolivas a52ec336 2013-08-21T20:09:17 Reorder support names alphabetically.
ckolivas 77f9400c 2013-08-21T12:15:40 Only display the no pool work message once if there are multiple waiters in hash_pop
ckolivas 20de9226 2013-08-21T11:21:13 Provide a message and set a bool when no work is available from any pools and when it resumes again.