thodg/cgminer

Branch :


Log

Author Commit Date CI Message
afa7310e 2012-08-15 11:55:30 If there are more devices than nDevs, don't iterate over them as they may overwrite devices mapped below that with the mapping option.
78d60193 2012-08-15 11:49:23 Revert "Fix ADL gpu-map not working when there are more ADL devices than openCL. Patch supplied and tested by Nite69." This reverts commit 2a474fe914524b20e0108396ab9bb873fba820ad. Broken.
cadc7d76 2012-08-15 11:06:00 Bump version number to 2.6.5
1e36f19a 2012-08-15 11:04:45 Update NEWS.
2480cf23 2012-08-15 10:54:38 Don't try to get bitforce temperature if we're polling for a result to minimise the chance of interleaved responses.
ec4a8646 2012-08-15 10:45:40 Fix README faq on bfl auto-detect.
83675099 2012-08-15 10:37:51 Revert "Only get bitforce temperature at a time when we have not requested any other responses to minimise risk of interleaved responses." This reverts commit e29d2d92c9aa730c642c8df55c2a96901dce5450. As P. Shep points out, this breaks re-enabling of a disabled device.
e34105a4 2012-08-15 10:37:00 Set memory clock based on memdiff if present from with engine changes, allowing it to parallel manual changes from the menu as well.
c433f234 2012-08-15 10:19:16 Increase the timeout on bitforce as per Paul Sheppard's suggestion to account for throttling + work time + excess.
2a474fe9 2012-08-15 09:55:40 Fix ADL gpu-map not working when there are more ADL devices than openCL. Patch supplied and tested by Nite69.
8745ba1e 2012-08-15 09:38:45 Windows' timer resolution is limited to 15ms accuracy. This was breaking dynamic intensity since it tries to measure below this. Since we are repeatedly sampling similar timeframes, we can average the gpu_us result over 5 different values to get very fine precision.
dc8ef0c7 2012-08-15 09:06:23 Fix harmless unused warnings in scrypt.h.
85b97462 2012-08-15 09:05:02 Merge branch 'master' of github.com:ckolivas/cgminer
e29d2d92 2012-08-15 09:04:17 Only get bitforce temperature at a time when we have not requested any other responses to minimise risk of interleaved responses.
d1508bd4 2012-08-14 14:45:34 Merge pull request #296 from kanoi/api API allow display/change failover-only setting (API v1.16)
70c57e7d 2012-08-14 12:58:08 api.c typo
95dff736 2012-08-14 12:54:27 API allow display/change failover-only setting
74f21129 2012-08-14 09:14:37 Merge branch 'master' of github.com:ckolivas/cgminer
8e20456b 2012-08-14 09:13:59 Check we are not lagging as well as there is enough work in getwork.
618ef0c8 2012-08-12 17:33:25 Merge pull request #295 from kanoi/api miner.php documentation (in API-README) v0.1
cf66ef87 2012-08-13 10:31:17 API-README correction 6
7dca87da 2012-08-13 10:24:50 API-README correction 5
3abeace8 2012-08-13 10:13:25 API-README correction 4
49ae1b6f 2012-08-13 10:12:15 API-README correction 3
b3538697 2012-08-13 10:05:11 API-README correction 2
f3dd04ae 2012-08-13 09:59:32 API-README correction
7011dd21 2012-08-13 09:55:10 miner.php documentation (in API-README) v0.1
00691aba 2012-08-11 20:42:05 Merge pull request #292 from kanoi/main Escape " and \ when writing json config file
391ce709 2012-08-11 19:48:52 Merge pull request #291 from kanoi/minerphp miner.php optional single rig totals (on by default)
011f822a 2012-08-11 19:48:26 Merge pull request #294 from kanoi/api API-README update changelog
c96c8eef 2012-08-12 12:42:26 API-README update changelog
d66742a8 2012-08-12 11:04:51 Minimise locking and unlocking when getting counts by reusing shared mutex lock functions.
c91a9545 2012-08-12 10:55:18 Avoid getting more work if by the time the getwork thread is spawned we find ourselves with enough work.
07fca3e2 2012-08-12 10:29:34 The bitforce buffer is cleared and hw error count incremented on return from a failed send_work already so no need to do it within the send_work function.
f27bcb8e 2012-08-12 10:45:59 Going back to e68ecf5eb275e1cc2dc22c7db35b0bd8d9c799de
c892ded6 2012-08-12 10:40:58 Make sure there are true pending staged work items as well in failover only mode.
61003df4 2012-08-12 10:33:26 In failover-only mode we need to queue enough work for the local pool and ignore the total queued count.
65f4e2af 2012-08-12 10:29:34 The bitforce buffer is cleared and hw error count incremented on return from a failed send_work already so no need to do it within the send_work function.
8aa61f66 2012-08-11 16:47:49 Make sure we have work from the current pool somewhere in the queue in case the queue is full of requests from a pool that has just died.
c0aaf56a 2012-08-11 16:11:53 Since all the counts use the same mutex, grab it only once.
4f9394be 2012-08-11 14:39:35 When popping work, grab cloned work first if possible since original work can be reused to make further clones.
8085ae68 2012-08-11 14:04:55 Further simplify the queue request mechanism.
f83863a9 2012-08-11 13:30:41 Keep total queued count as a fake pending staged count to account for the period a queue is in flight before it is staged.
d04005ae 2012-08-10 22:33:34 miner.php allow a custom page section to select all fields with '*' - e.g. to create a STATS section on a custom page
e47dc873 2012-08-10 21:44:15 Clone work at the time of requesting it if an existing work item can be rolled.
e68ecf5e 2012-08-10 20:18:04 Queue one request for each staged request removed, keeping the staged request count optimal at all times.
52e5524d 2012-08-09 18:01:35 Escape " and \ when writing json config file
556cc7bd 2012-08-09 16:30:36 miner.php optional single rig totals (on by default)
1c98e0cf 2012-08-07 21:48:18 Bump version to 2.6.4
d64c32ac 2012-08-07 21:49:11 Include scrypt.h in Makefile.
0adbcd5d 2012-08-07 21:21:01 Fix windows bitforce build.
be577252 2012-08-07 21:02:56 Update NEWS.
0a79de93 2012-08-07 20:55:55 Convert the serial autodetect functions to use int instead of char to enumerate devices.
9cae9a9d 2012-08-07 20:49:47 Make the serial open timeout for BFL generically 1 second on windows.
7dffa07e 2012-08-07 20:47:18 Deuglify windows autodetect code for BFL.
e52762c5 2012-08-07 20:26:24 There is no point zeroing temperature in BFL if we fail to get a response, and we should register it as a HW error, suggesting throttling.
b406dbfe 2012-08-07 20:07:01 Update SCRYPT README with information about HW errors.
e49bd981 2012-08-07 19:56:43 Use the scrypt CPU code to confirm results from OCL code, and mark failures as HW errors, making it easier to tune scrypt parameters.
3dd1658e 2012-08-07 12:10:01 We may as well leave one curl still available per pool instead of reaping the last one.
c7bcad65 2012-08-07 11:59:54 Need to recheck the pool->curls count on regaining the pool lock after the pthread conditional wait returns.
ad8c4b77 2012-08-07 11:52:37 Revert "Only add to the pool curlring and increment the counter under mutex lock." This reverts commit 8897e0657507072448f4e951ce1caadca15b4b30. Wrong fix. Recursive locking now.
13a92bbd 2012-08-06 18:33:50 Merge pull request #290 from kanoi/api api.c update API start message and include port number
28d35990 2012-08-06 18:33:20 Merge pull request #287 from kanoi/minerphp miner.php allow pool inputs: delete, addpool, poolpriority
145f04cc 2012-08-07 11:10:59 Display reaped debug message outside mutex lock to avoid recursive locking.
8897e065 2012-08-07 11:05:23 Only add to the pool curlring and increment the counter under mutex lock.
920c56c9 2012-08-06 11:39:32 Add specific information when ADL detects error -10 saying the device is not enabled.
b33ea267 2012-08-06 01:05:21 api.c update API start message and include port number
64261e7a 2012-08-06 00:30:50 miner.php ignore arg when readonly
5a5e3563 2012-08-05 23:48:30 miner.php allow pool inputs: delete, addpool, poolpriority
f6518c06 2012-08-05 17:42:49 Bump version to 2.6.3
a1b5bd7a 2012-08-05 17:55:11 More NEWS.
4443895f 2012-08-05 17:51:00 Count likely throttling episodes on bitforce devices as hardware errors.
d3e4ec87 2012-08-05 17:35:08 Update news.
0d676346 2012-08-05 16:15:32 Style cleanups.
31b01c8a 2012-08-05 16:13:53 Author: Luke Dashjr <luke-jr+git@utopios.org> Date: Thu Jul 12 16:49:26 2012 +0000 Use FTD2XX.DLL on Windows to autodetect BitFORCE SHA256 devices
3576abf8 2012-08-05 15:43:27 Make pool_disabled the first in the enums == 0, fixing the pool enabled count which compares if value is not enabled before enabling it.
25fd6cd0 2012-08-05 15:35:37 Correct writing of scrypt parameters to config file based on command line parameters only.
ac131d31 2012-08-04 22:34:47 Merge pull request #279 from tyeken8/tydus Add scrypt support while writing conf
fc44b6d7 2012-08-05 15:32:44 Use different variables for command line specified lookup gap and thread concurrency to differentiate user defined versus auto chosen values.
7611499b 2012-08-05 14:57:46 Queue a request on pool switch in case we have no work from the new pool yet.
aa8cd17a 2012-08-04 21:48:23 Merge pull request #286 from kanoi/api api.c in linux allow to open a closed socket in TIME_WAIT
4efa31d2 2012-08-05 14:44:11 Display failover only mode in pool menu and allow it to be toggled live.
1a041668 2012-08-05 14:37:49 Reinstate check for system queueing lag when the current pool's queue is maxed out, there is no staged work, and the work is needed now.
499c594c 2012-08-05 14:29:21 There is no need for pool active testing to be mandatory any more with queue request changes.
e4326e3c 2012-08-05 14:24:31 Fix harmless warnings.
9a45a6d9 2012-08-05 14:19:49 Check the current staged and global queued as well before queueing requests. Discard stales before ageing work in the watchdog thread. Queue requests after discarding and ageing work in watchdog thread. Display accurate global queued in curses output. Reuse variable in age_work().
bf9c3247 2012-08-05 13:40:46 The queueing mechanism has become a complex state machine that is no longer predictable. Rewrite it from scratch watching only current queues in flight and staged work available on a pool by pool basis.
56f06e1e 2012-08-04 16:55:55 API remove unused warning in non-GPU compile
ede0dd6a 2012-08-04 16:48:55 api.c in linux allow to open a closed socket in TIME_WAIT
3de91456 2012-08-03 19:15:09 Merge pull request #285 from nushor/master Update debian package configs to v2.6.2
b66e0241 2012-08-04 09:52:18 Queue an extra request whenever staged work drops below mining thread count in hash_pop.
76a02d87 2012-08-03 12:15:03 Update debian package configs to v2.6.2
2f247fc1 2012-08-02 17:18:06 Merge pull request #284 from kanoi/minerphp miner.php support custom report section joins
b70ec3cb 2012-08-02 17:17:53 Merge pull request #283 from kanoi/icarus ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
179885b2 2012-08-03 10:13:11 Bump version to 2.6.2
e65a3b92 2012-08-03 10:11:41 More NEWS.
15dc4bb3 2012-08-03 10:10:53 Scrypt mining does not support block testing yet so don't try to print it.
3ee6c1d3 2012-08-03 10:09:25 Update NEWS.
245552c5 2012-08-03 09:49:14 Clear the bitforce buffer whenever we get an unexpected result as it has likely throttled and we are getting cached responses out of order, and use the temperature monitoring as a kind of watchdog to flush unexpected results.
7fa794a4 2012-08-03 09:26:43 It is not critical getting the temperature response in bitforce so don't mandatorily wait on the mutex lock.