Log

Author Commit Date CI Message
Con Kolivas 0e916802 2012-04-25T14:27:01 Bump version number to 2.3.4
Con Kolivas ddf93c36 2012-04-25T15:51:30 Add libusb to list of dependencies for building.
Con Kolivas d9d128c2 2012-04-25T14:25:17 News update for upcoming new version.
Con Kolivas 6b0d767a 2012-04-25T13:23:57 Extensively document the cause of GPU device issues and the use of --gpu-map.
Luke Dashjr 4648330c 2012-04-24T21:46:48 Support for share logging
Con Kolivas 7296e53f 2012-04-25T11:47:45 Grammar fix.
Con Kolivas bb319883 2012-04-25T11:41:35 Detect poorly performing combination of SDK and phatk kernel and add verbose warning at startup.
Con Kolivas 22ea2f90 2012-04-25T11:26:33 Yet more FAQ about SDK 2.6 and hashrate slowdowns.
Con Kolivas 454a10e9 2012-04-24T06:06:24 Merge pull request #179 from kanoi/master configure.ac epoll.h not used now
Kano cbe6ab19 2012-04-24T23:00:07 configure.ac epoll.h not used now
Con Kolivas 11fb7ec9 2012-04-24T22:52:03 Update NEWS.
Con Kolivas ae067124 2012-04-24T00:06:37 Merge pull request #176 from kanoi/master Icarus code tested and working on Linux and Windows
Kano 16b9ebee 2012-04-24T02:30:31 Icarus restore auto/noauto handling
Kano 403f63ae 2012-04-24T02:23:29 Icarus update to new add_cgpu()
Kano 80f4fbbd 2012-04-24T02:14:03 Icarus driver working with Linux and Windows
Kano 7e651269 2012-04-23T22:01:36 api.c fix unused variable compile warning
Con Kolivas ce65e14d 2012-04-23T01:56:21 Merge pull request #174 from kanoi/master Ensure everyone sees the same screen/api name as the previous version
Kano cad0855b 2012-04-23T18:10:21 Ensure everyone sees the same screen/api name as the previous version for ZTex
Kano 20676694 2012-04-23T18:07:13 Ensure everyone sees the same screen/api name as the previous version for Bitforce
Kano e369d787 2012-04-23T18:06:30 Ensure everyone sees the same screen/api name as the previous version for Icarus
Con Kolivas 9175e4f2 2012-04-23T17:56:31 Display all OpenCL devices when -n is called as well to allow debugging of differential mapping of OpenCL to ADL.
Con Kolivas f5f089f5 2012-04-23T17:40:47 Add a --gpu-map option which will allow arbitrarily mapping ADL devices to OpenCL devices for instances where association by enumeration alone fails.
Con Kolivas 99331991 2012-04-23T09:53:40 Increase upper limit on number of extra items to queue as some FPGA code can't yet reliably keep many devices busy.
Con Kolivas d6edd07c 2012-04-22T21:09:36 Display configuration file information when -c option is passed and only when file exists on loading default config file.
Con Kolivas 6ffdbc3a 2012-04-22T20:50:50 Display configuration file loaded, if any, and debug output if configuration file parsing failed.
Con Kolivas 40e6dd7c 2012-04-21T22:47:46 Merge pull request #173 from luke-jr/bugfix_noauto "-S noauto" option, to inhibit FPGA autoscanning
Con Kolivas e6f9afe6 2012-04-22T15:05:04 Add missing ztex header to Makefile for distribution.
Luke Dashjr f1ae7bbb 2012-04-22T01:04:34 Document long-form COM port device names on Windows, required to specify serial ports above 9
Luke Dashjr 0f74ba05 2012-04-22T00:57:59 Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
Luke Dashjr d7cb49ef 2012-04-22T00:57:30 Icarus: Ignore "auto" flag
Con Kolivas 98c0b297 2012-04-21T21:40:37 Merge pull request #162 from luke-jr/workaround_icarus_uart_issue Workaround Icarus UART failures by reopening the tty every scanhash
Luke Dashjr 0d30a652 2012-04-22T00:36:54 Merge branch 'master' into workaround_icarus_uart_issue Conflicts: driver-icarus.c
Con Kolivas e95384e5 2012-04-22T14:32:40 Include ztex bitstreams firmware in distribution and install if configured in.
Con Kolivas b97e6aa5 2012-04-22T10:57:23 Presumably we should return false when the capability is missing in libztex_checkCapability.
Con Kolivas 78a32f2e 2012-04-22T10:54:26 Style police on driver-ztex.c
Con Kolivas cfe3eb0b 2012-04-22T10:43:31 Merge branch 'master' into ztex Conflicts: configure.ac
Con Kolivas d3f46e7e 2012-04-21T17:32:19 Merge pull request #169 from luke-jr/align_temps Align temps
Con Kolivas 26b4b011 2012-04-21T17:32:10 Merge pull request #170 from luke-jr/bugfix_icarus_speed Bugfix: Calculate Icarus timeout-exhausted nonce count correctly
Con Kolivas 9641ff2e 2012-04-21T17:32:00 Merge pull request #171 from luke-jr/icarus_longpoll Icarus: Abandon a scanhash early when work restart requested
Luke Dashjr d8ef2806 2012-04-21T20:00:05 work_restart should only be changed by cgminer.c now
Luke Dashjr b4ba9c3f 2012-04-21T19:55:11 Bugfix: Icarus: Invalidate old job, even if no nonce found in it
Luke Dashjr 11234c33 2012-04-21T14:19:22 Icarus: Use gettimeofday to more accurately measure scanhash time, and calibrate scan time estimate based on actual data
Luke Dashjr 34f86417 2012-04-21T10:53:34 Icarus: Abandon a scanhash early when work restart requested
Luke Dashjr 355a87e1 2012-04-21T10:49:17 Bugfix: Calculate Icarus timeout-exhausted nonce count correctly We're only waiting 8 seconds for results from Icarus, but actually exhausing the nonce space requires 11.3
Luke Dashjr 1291f5a4 2012-04-21T10:20:21 Icarus: Use epoll (where available) to get nonces ASAP
Con Kolivas 7f107fb9 2012-04-21T18:28:51 Merge branch 'master' into ztex
Luke Dashjr 0d920697 2012-04-21T03:32:57 Merge branch 'master' into align_temps Conflicts: cgminer.c
Con Kolivas 9b5615d5 2012-04-21T17:20:33 Shut down the api cleanly when the api thread is cancelled. This should allow the api socket to be closed successfully to next be reopened with app_restart.
Luke Dashjr 730849c9 2012-04-21T03:01:42 Make a union for cgpu device handles, and rename "device" to "device_ztex" since it's Ztex-specific
Luke Dashjr 657716e5 2012-04-21T02:52:20 Merge branch 'master' into ztex
Con Kolivas 127c4a5f 2012-04-21T16:54:37 Initialise name variable.
Con Kolivas e07c7268 2012-04-21T16:50:02 Remove unnecessary check for variable that always has memory allocated.
Con Kolivas a5b05d9c 2012-04-20T23:48:36 Merge pull request #167 from luke-jr/bugfix_missing_stmt Bugfix: Missing "break" no-op in default case
Luke Dashjr 7987476d 2012-04-21T02:47:28 Bugfix: Missing "break" no-op in default case
Luke Dashjr 73127595 2012-04-06T10:35:41 Workaround Icarus UART failures by reopening the tty every scanhash ngzhang says the USB-UART chip isn't stable on some computers, and I'm experiencing some weirdness myself. This workaround seems to fix it (tested for over 48 hours, whereas failure is usually in well under 5 hours).
Con Kolivas 7b947882 2012-04-20T23:41:46 Merge pull request #157 from luke-jr/unify_drivers Unify drivers as driver-*.c and add driver name to API
Con Kolivas 86671f80 2012-04-21T16:39:14 Make the status window and log window as large as can fit on startup, rechecking to see if it can be enlarged after the fact. This allows any number of devices to be displayed provided the window is made long enough without corrupting the output.
Luke Dashjr b8778839 2012-04-21T02:36:19 Merge branch 'master' into unify_drivers Conflicts: cgminer.c
Con Kolivas c7cc2e42 2012-04-21T14:03:41 Merge branch 'master' into ztex
Con Kolivas bd46119c 2012-04-21T14:02:22 Style police on libztex.c.
Con Kolivas e08936c3 2012-04-20T15:00:39 Merge pull request #166 from kanoi/master api.c escape required characters in return strings + pools returns the username
Kano 2e1d2017 2012-04-21T03:15:41 API add removepool like the screen interface
Kano eec7c1a9 2012-04-20T23:50:27 api.c escape required characters in return strings + pools returns the username
Con Kolivas 46faefbe 2012-04-20T21:20:03 Merge branch 'ztex-master' of https://github.com/nelisky/cgminer into ztex
Con Kolivas 9609dbc4 2012-04-20T21:09:37 Set lp_path to NULL after free for consistency.
Con Kolivas 9b2e62d3 2012-04-20T04:08:11 Merge pull request #165 from nelisky/resp_hdr_cb_leak Fixing leak in resp_hdr_cb
nelisky 17b9baa9 2012-04-20T03:36:42 Removing dmalloc import left behind by mistake
Con Kolivas 381107cc 2012-04-20T03:08:18 Merge pull request #164 from kanoi/master miner.php optionally support multiple rigs
ckolivas b80d22b9 2012-04-20T14:24:58 Increase maximum number of displayed devices to 14, beyond which the screen becomes corrupted.
nelisky 44bcb69c 2012-04-19T14:45:40 Fixing leak in resp_hdr_cb Memory is allocated for key and val, and longpoll address, when found, is stored in the header_info and prevented from being freed there. This pointer is stored during pool probing but once that's done it was just being lost. Not so visible but also leaking was the refuse reason string.
Kano 82375683 2012-04-18T21:12:51 miner.php warning highlight GPU stats if they are zero (e.g. ADL not enabled)
Kano d5323b7c 2012-04-18T21:01:42 miner.php highlight any device that isn't 'Enabled'
Kano 39eeca26 2012-04-18T20:55:20 miner.php highlight any Status that isn't 'Alive'
nelisky 6970714a 2012-04-18T01:59:48 Use detected endianness for ztex overflow detection and hash rate reporting
nelisky 9ba2e217 2012-04-18T01:54:51 Some cleanup
Kano c52b55e2 2012-04-18T12:55:16 README update details about miner.php
Kano 3a391207 2012-04-18T12:50:26 miner.php optionally support multiple rigs
nelisky c280dd0d 2012-04-17T01:51:53 Moving space indentation to tabs For consistency with cgminer sources
nelisky f9d4d92b 2012-04-17T01:25:55 Some cleanup
nelisky 7fe7d18d 2012-04-16T14:14:52 removing unused libusb_context pointer
nelisky 0649972f 2012-04-16T12:29:24 ztex detect was broken due to bad branch split
nelisky 3067a414 2012-04-13T01:37:26 leak fix
nelisky 381c2948 2012-04-02T22:22:19 had freqM1 as int when it is a double.
nelisky 57a2764e 2012-04-02T21:51:01 Small tweaks to freq reporting
nelisky 608a5205 2012-03-31T13:13:53 Tweaks to make ztex work on a tp-link router with openwrt
nelisky a960087c 2012-03-21T20:41:03 Ztex device removal segfault fixed
nelisky 261677d1 2012-03-20T19:47:23 Adding serial number to status line. Also preventing segfault on device removal.
nelisky 79756384 2012-03-19T11:19:16 ztex Mhz reporting
nelisky 8f58d256 2012-03-18T22:37:37 Improved ztex device detection
nelisky 3197ca54 2012-03-18T22:35:10 Better cleanup and error handling
nelisky 95d17e98 2012-03-16T19:17:24 NULLing handle on destroy
nelisky 8e08f567 2012-03-16T15:15:46 Starting to handle ztex disconnects and errors
nelisky c5897683 2012-03-14T21:32:57 changing the bitstream read and push strategy. It seems that thread heap space is neither large nor consistent across OSs. Specifically on windows I couldn't get a large enough buffer for the whole bitstream in one go, so I'm reading incrementally now
nelisky a35205d3 2012-03-14T21:31:13 Some tweasks towards clean exit on error
nelisky c3bda2b7 2012-03-14T10:34:29 adding path to libusb include
nelisky dc6e2f4e 2012-03-13T16:19:55 Reading actual bitfilename
nelisky 98d66641 2012-03-13T00:00:33 removing hard coded include path for libusb-1.0
nelisky 56ec3127 2012-03-12T16:20:03 small fixes and cleanup
nelisky 5bbce4c4 2012-03-12T00:55:38 nonce check and error driven freq scaling Following BTCMiner's algorithm.
nelisky 0902f21a 2012-03-11T16:58:50 add license headers and some cleanup