|
aff55fab
|
2012-02-25T20:59:27
|
|
Bugfix: "-S auto" is the default if no -S is specified, and there is no such delay in using it
|
|
2010f0c3
|
2012-02-25T17:43:48
|
|
Merge pull request #143 from kanoi/master
README add information missing from --scan-serial
|
|
f13fd8d1
|
2012-02-26T11:12:06
|
|
README add information missing from --scan-serial
|
|
bd506cd3
|
2012-02-26T10:41:06
|
|
Update README RPC API Version comment
|
|
cc064bba
|
2012-02-25T13:13:41
|
|
Merge pull request #142 from luke-jr/bugfix_enable_cpu
Bugfix: Allow enabling CPU even without OpenCL support
|
|
3a003b9a
|
2012-02-25T14:43:28
|
|
Bugfix: Allow enabling CPU even without OpenCL support
|
|
daf1eff1
|
2012-02-26T00:46:19
|
|
Change failed-to-mine number of requested shares messge to avoid segfault on recursive calling of quit().
|
|
76d0554d
|
2012-02-25T16:18:54
|
|
Get rid of extra char which is just truncated in poclbm kernel.
|
|
d32cd583
|
2012-02-24T17:37:09
|
|
Reinstate the old output mechanism setting output[FOUND] per vector.
|
|
98dfd6ed
|
2012-02-24T17:24:53
|
|
Really put back the old phatk kernel completely unchanged.
|
|
fc6585de
|
2012-02-24T14:20:03
|
|
Bump version number to 2.3.1.
|
|
28e51f87
|
2012-02-24T14:19:10
|
|
Update NEWS.
|
|
56c27c19
|
2012-02-24T14:16:35
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
dbb04a69
|
2012-02-24T13:34:00
|
|
Increase the speed of hashrate adaptation.
|
|
edb070c8
|
2012-02-24T13:31:29
|
|
Fixes.
|
|
0412ac7c
|
2012-02-24T14:03:04
|
|
Only send out extra longpoll requests if we want longpolls.
|
|
e9889a38
|
2012-02-24T14:00:48
|
|
Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style.
|
|
fb077c6d
|
2012-02-24T13:27:15
|
|
Pass vectors * worksize to kernel to avoid one op.
|
|
70e8ade5
|
2012-02-24T13:22:42
|
|
Revert behaviour to old nonce init code.
|
|
a731de6e
|
2012-02-23T16:14:27
|
|
revert to legacy nonce creation in the kernel without vector offset, but keep GOFFSET code removed
|
|
bce47064
|
2012-02-24T09:34:50
|
|
Revert use of any() in output code in poclbm kernel. Slower.
|
|
a46ee181
|
2012-02-23T15:49:50
|
|
revert to former method and do not use any()-function in check for valid nonces, as this is slower
|
|
6f8822be
|
2012-02-24T00:29:55
|
|
phatk prefers to have the check unrolled instead of using any() since it's already zeroed.
|
|
3ab48f9d
|
2012-02-23T19:08:48
|
|
Merge pull request #137 from kanoi/master
Add enable/disablepool to miner.php example and reduce font size 1pt
|
|
de944dfd
|
2012-02-24T14:03:04
|
|
Only send out extra longpoll requests if we want longpolls.
|
|
47747dc8
|
2012-02-23T16:14:27
|
|
revert to legacy nonce creation in the kernel without vector offset, but keep GOFFSET code removed
|
|
f635ac49
|
2012-02-24T11:53:49
|
|
FAQ about sockets not working on windows PHP
|
|
fd8d0a74
|
2012-02-24T11:31:04
|
|
miner.php use long php tags everywhere
|
|
b0a01be3
|
2012-02-24T09:34:50
|
|
Revert use of any() in output code in poclbm kernel. Slower.
|
|
837f9ebb
|
2012-02-23T15:49:50
|
|
revert to former method and do not use any()-function in check for valid nonces, as this is slower
|
|
0abac0b5
|
2012-02-24T03:00:01
|
|
API implement addpool command
|
|
59b88408
|
2012-02-24T00:29:55
|
|
phatk prefers to have the check unrolled instead of using any() since it's already zeroed.
|
|
54ef2d95
|
2012-02-23T23:53:15
|
|
API return the untouched Total MH also (API now version 1.3)
|
|
57ebb39b
|
2012-02-23T21:36:47
|
|
Add enable/disablepool to miner.php example and reduce font size 1pt
|
|
fe34ba18
|
2012-02-23T20:52:27
|
|
Bump version to 2.3.0
|
|
21ef690a
|
2012-02-23T20:52:09
|
|
Update NEWS and README for 2.3.0
|
|
50a33aa6
|
2012-02-23T20:43:18
|
|
Consider extra longpoll work items as staged_extra so as to make sure we queue more work if queueing regular work items as longpolls.
|
|
709c4cd8
|
2012-02-23T20:24:32
|
|
Use diablo kernel on all future SDKs for Tahiti and set preferred vector width to 1 on poclbm kernel only.
|
|
66a19f82
|
2012-02-23T01:03:52
|
|
Merge pull request #136 from Diapolo/master
force constants in diakgcn to be uint
|
|
71ab39db
|
2012-02-23T09:20:51
|
|
Explicitly type the constants in diakgcn kernel as uint, to be in line with poclbm kernel.
|
|
553d53fc
|
2012-02-23T17:58:06
|
|
Reset all hash counters at the same time as resetting start times to get accurate hashrates on exiting which is mandatory for benchmarking.
|
|
88a9d83e
|
2012-02-23T17:54:27
|
|
Report thread in during getting of work in benchmark mode.
|
|
49ba3962
|
2012-02-23T17:52:01
|
|
Report thread out before it starts to avoid being flagged as sick when waiting for the first work item.
|
|
5404ebcd
|
2012-02-23T17:48:51
|
|
Don't disable and re-enable devices as they may recover and in the meantime have their status set to OFF.
|
|
7c2d990e
|
2012-02-23T17:17:28
|
|
Update NEWS.
|
|
e0b3ee51
|
2012-02-23T16:57:04
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f4df8c82
|
2012-02-22T21:56:48
|
|
Merge pull request #135 from kanoi/master
API new commands enablepool and disablepool
|
|
60c5ac68
|
2012-02-23T16:10:17
|
|
API new commands enablepool and disablepool (version already incremented)
|
|
cc08d955
|
2012-02-22T23:38:02
|
|
Tolerate new-format temperature readings
|
|
89ce1a44
|
2012-02-22T20:22:28
|
|
Merge pull request #133 from luke-jr/bugfix_bitforce_memleak
Bugfix: Fix BitFORCE driver memory leak in debug logging
|
|
4458f3d5
|
2012-02-23T13:58:33
|
|
Modify cgminer.c pool control to allow API to call it
|
|
829dcf9d
|
2012-02-22T21:07:41
|
|
Bugfix: Fix BitFORCE driver memory leak in debug logging
|
|
4dd6b649
|
2012-02-22T15:40:56
|
|
Merge pull request #131 from kanoi/master
Allow configuration file to include another recursively
|
|
6f65599a
|
2012-02-23T10:28:32
|
|
Fix API README (no --api-access -> it's --api-allow)
|
|
df585176
|
2012-02-23T10:19:51
|
|
Extra byte was being unused and leading to failure on some platforms.
|
|
26dd7983
|
2012-02-23T09:29:38
|
|
An extra change snuck into the phatk kernel that was unintentional.
|
|
93459839
|
2012-02-23T08:16:37
|
|
Explicitly type the constants in poclbm kernel as uint.
|
|
ca2b2d9b
|
2012-02-23T01:44:41
|
|
Don't save 'include' when saving the configuration
|
|
915c72d8
|
2012-02-23T01:31:52
|
|
Allow configuration file to include another recursively
|
|
527e611b
|
2012-02-23T01:27:36
|
|
Fix !HAVE_OPENCL build.
|
|
dfcb98de
|
2012-02-23T00:45:40
|
|
Use the SDK and hardware information to choose good performing default kernels.
|
|
71cbe8cd
|
2012-02-22T23:49:25
|
|
Move phatk kernel to offset vector based nonce bases as well.
|
|
5c0214dc
|
2012-02-22T03:35:02
|
|
Merge pull request #130 from Diapolo/master
further fix for diakgcn and vector offset
|
|
0db998c5
|
2012-02-22T22:21:18
|
|
Add a --benchmark feature which works on a fake item indefinitely to compare device performance without any server or networking influence.
|
|
74d1c4d8
|
2012-02-22T11:06:02
|
|
further fix for new vector offset method
|
|
01c197d4
|
2012-02-22T20:26:56
|
|
Use one less op before the branch code in diakgcn.
|
|
d3ad87f5
|
2012-02-22T20:13:23
|
|
Allow writing of multiple worksizes to the configuration file.
|
|
1b1fa5cd
|
2012-02-22T20:08:29
|
|
Allow writing of multiple vector sizes to the configuration file.
|
|
994cd775
|
2012-02-22T20:01:09
|
|
Allow writing of multiple kernels to the configuration file.
|
|
08db2284
|
2012-02-22T19:40:05
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer
|
|
93efb726
|
2012-02-22T19:38:01
|
|
Allow multiple different kernels to be chosen per device.
|
|
96e68174
|
2012-02-22T00:04:59
|
|
Merge pull request #129 from Diapolo/master
fix for diakgcn with vector offset
|
|
a54f7606
|
2012-02-22T19:00:44
|
|
Fix multiple work size entry.
|
|
bb51b628
|
2012-02-22T08:53:57
|
|
tried to fix vector offset with diakgcn
|
|
26c59fbf
|
2012-02-22T16:59:28
|
|
Allow the worksize to be set per-device.
|
|
deff55c6
|
2012-02-22T16:54:06
|
|
Allow different vectors to be set per device.
|
|
3dee203a
|
2012-02-22T14:53:33
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
0d083b63
|
2012-02-22T14:52:57
|
|
Left out an else after the if statement.
|
|
89c04cfe
|
2012-02-21T19:44:25
|
|
Merge pull request #128 from luke-jr/bugfix_nx
Bugfix: allow no-exec (NX) stack
|
|
bf3a9f94
|
2012-02-22T14:42:20
|
|
Unintentionally dropped the device name from the binary filenames. Reinstate.
|
|
b77656b7
|
2012-02-22T14:39:22
|
|
If we're well below the target temperature, increase gpu engine speed back to maximum in case we have gotten lost between profiles during an idle
period.
|
|
03f4f7e6
|
2012-02-22T14:26:29
|
|
We should be setting the value of fan_optimal, not its address.
|
|
0bde9579
|
2012-02-22T14:17:16
|
|
Update all kernel version names.
|
|
5d23d70f
|
2012-02-22T14:14:26
|
|
As all kernels will be new versions it's an opportunity to change the .bin format and make it simpler. Specifying bitalign is redundant and long can be
l.
|
|
8f08a775
|
2012-02-22T14:10:04
|
|
Use any() in kernel output code and revert breakage of diakgcn kernel.
|
|
145f3c0b
|
2012-02-22T11:48:49
|
|
Put the nonce for each vector offset in advance, avoiding one extra addition in the kernel.
|
|
bca9814d
|
2012-02-22T11:50:35
|
|
Reset times after all mining threads are started to make estimating hashrates easier at startup.
|
|
b16beb0d
|
2012-02-21T18:58:19
|
|
Bugfix: allow no-exec (NX) stack
|
|
083c6763
|
2012-02-22T10:44:21
|
|
Revert "Fan control should be fast enough to adjust now without needing to set a high starting speed."
This reverts commit e69080e987d83c39b50c8dd97829966a48908051.
On 2nd thought, this is still a safe default.
|
|
e69080e9
|
2012-02-22T10:39:52
|
|
Fan control should be fast enough to adjust now without needing to set a high starting speed.
|
|
8c387ef6
|
2012-02-22T08:06:28
|
|
Fix minor warning.
|
|
0a7d6222
|
2012-02-22T08:06:00
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
28897c2a
|
2012-02-21T04:21:30
|
|
Merge pull request #126 from xiangfu/icarus
fix icarus.c compile warning and bitforce code style cleanup
|
|
7110bdb5
|
2012-02-21T23:18:55
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
8f3ffb0a
|
2012-02-21T04:18:39
|
|
Merge pull request #125 from Diapolo/master
small diakgcn update
|
|
07b0ed4a
|
2012-02-21T20:15:08
|
|
fix the bitforce.c code style follow 1TBS
|
|
36318291
|
2012-02-21T20:10:30
|
|
fix icarus.c compile warning
|
|
52d45816
|
2012-02-21T13:08:56
|
|
small changes to speedup no vec for AMD 898.1 OCL runtime
|
|
d1cddf8b
|
2012-02-21T22:23:07
|
|
Update licensing to GPL V3.
|
|
882e4d85
|
2012-02-21T03:14:20
|
|
Merge pull request #123 from xiangfu/icarus
Add Icarus Support to Cgminer
|