nelisky
44bcb69ccd
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.
13 years ago
Con Kolivas
c3ef4912dd
Bump version number to 2.3.3
13 years ago
Con Kolivas
cdd4b63ec2
More NEWS updates.
13 years ago
Con Kolivas
393200e8d7
Don't even display that cpumining is disabled on ./configure to discourage people from enabling it.
13 years ago
Con Kolivas
e0c4d60665
Minor readme updates.
13 years ago
Con Kolivas
2b6ab75539
News update.
13 years ago
Con Kolivas
dc70fe9ce0
Do a complete cgminer restart if the ATI Display Library fails, as it does on windows after running for some time, when fanspeed reporting fails.
13 years ago
Con Kolivas
7c6090fbaf
Cache the initial arguments passed to cgminer and implement an attempted restart option from the settings menu.
13 years ago
Con Kolivas
f3e4305620
Disable per-device status lines when there are more than 8 devices since screen output will be corrupted, enumerating them to the log output instead at startup.
13 years ago
Con Kolivas
7367f57d14
Reuse Vals[] array more than W[] till they're re-initialised on the second sha256 cycle in poclbm kernel.
13 years ago
Con Kolivas
baadafa298
Minor variable alignment in poclbm kernel.
13 years ago
Con Kolivas
dceaa71a7b
Make sure to disable devices with any status not being DEV_ENABLED to ensure that thermal cutoff code works as it was setting the status to DEV_RECOVER.
13 years ago
Con Kolivas
1152b4b4e0
Re-initialising ADL simply made the driver fail since it is corruption over time within the windows driver that's responsible.
...
Revert "Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it."
This reverts commit d4c513030f
.
13 years ago
Con Kolivas
0a39a22c2d
Microoptimise poclbm kernel by ordering Val variables according to usage frequency.
13 years ago
Con Kolivas
ef76ec8a77
Add windows build docs to extra dist files.
13 years ago
Con Kolivas
fd81bdef68
Bump version number to 2.3.2
13 years ago
Con Kolivas
ded779688a
Update NEWS.
13 years ago
Con Kolivas
0a4a2d9d65
Damping small changes in hashrate so dramatically has the tendency to always make the hashrate underread so go back to gentle damping instead.
13 years ago
Con Kolivas
fb881eac62
Revert the crossover of variables from Vals to W in poclbm kernel now that Vals are the first declared variables so they're used more frequently.
13 years ago
Con Kolivas
1a2130cc53
Vals variables appearing first in the array in poclbm is faster.
13 years ago
Con Kolivas
22bd72012f
Merge branch 'master' of github.com:ckolivas/cgminer
13 years ago
Con Kolivas
c2cf8eb2d2
Remove NEWS changelogs that were reverted.
13 years ago
Con Kolivas
9f70b9c84e
Revert "Add vector type hint to phatk kernel."
...
This reverts commit 27a6f7a81b
.
Has no demonstrable beneficial effect on phatk kernel.
13 years ago
Con Kolivas
d33ae6a7b0
Revert "Use min() function on 2 vector output path in phatk kernel and don't use extra variable for both 2 and 4 vectors."
...
This reverts commit 532179b24d
.
Of no advantage.
13 years ago
Con Kolivas
cf0aebb4f5
Revert "Update phatk version number."
...
This reverts commit 580888f91b
.
Removing changes which did nothing.
13 years ago
Con Kolivas
c99c09d389
Merge pull request #161 from kanoi/master
...
When using '-m' on linux, send the forked process a SIGTERM on exit
13 years ago
Con Kolivas
7f64adc473
Merge pull request #160 from luke-jr/bugfix_realquiet_2
...
Bugfix: Skip enabling curses, if --real-quiet or listing devices
13 years ago
Kano
0be2b9e9b6
Increase max devices to 64 (for FPGA support)
13 years ago
Kano
f9af5acf13
When using '-m' on linux, send the forked process a SIGTERM on exit
13 years ago
Kano
3fa3f60b74
api.c new commands: pgaenable pgadisable
13 years ago
Con Kolivas
1092f01b1b
Update NEWS.
13 years ago
Con Kolivas
6274fbe727
Change the preferred vector width to 1 for Tahiti only, not all poclbm kernels.
13 years ago
Con Kolivas
580888f91b
Update phatk version number.
13 years ago
Con Kolivas
532179b24d
Use min() function on 2 vector output path in phatk kernel and don't use extra variable for both 2 and 4 vectors.
13 years ago
Con Kolivas
27a6f7a81b
Add vector type hint to phatk kernel.
13 years ago
Con Kolivas
88ff55e70e
Use a time constant 0.63 for when large changes in hashrate are detected to damp change in case the large change is an aliasing artefact instead of a real change.
13 years ago
Con Kolivas
a1879c8057
Only increment stale counter if the detected stales are discarded.
13 years ago
ckolivas
d4c513030f
Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it.
13 years ago
ckolivas
43ef4e0443
Move the ADL setup and clearing to separate functions and provide a reinit_adl function to be used when adl fails while running.
13 years ago
ckolivas
35de9d1e07
Use slightly more damping on the decay time function in the never-ending quest to smooth off the hashmeter.
13 years ago
Con Kolivas
2f71520368
Set the starting fanspeed to a safe and fairly neutral 50% when autofan is enabled.
13 years ago
Con Kolivas
b3edae4f66
Merge pull request #159 from pshep/master
...
Add check for CPU affinity ability. Irrelevant when not supporting CPU mining any more but a harmless patch and perhaps affinity may want to be used by some other code.
13 years ago
Con Kolivas
efcacbac75
Merge pull request #158 from Diapolo/master
...
diakgcn update
13 years ago
Con Kolivas
eb4233d500
Merge pull request #156 from luke-jr/ignore_redundant
...
Ignore redundant-with-build options
13 years ago
Con Kolivas
7458927f02
Merge pull request #155 from luke-jr/no_curses
...
Make curses TUI support optional at compile-time.
13 years ago
Con Kolivas
2beb3500d4
Merge pull request #153 from kanoi/master
...
Add API support for Icarus and Bitforce + Icarus fixes ++
13 years ago
Con Kolivas
e26f0ac131
Merge pull request #154 from luke-jr/bugfix_withval
...
Bugfix: AC_ARG_WITH provides withval instead of enableval
13 years ago
Con Kolivas
36aadd6609
Merge pull request #152 from luke-jr/specify_driver
...
Allow specifying a specific driver for --scan-serial
13 years ago
Con Kolivas
ad824207ff
Merge pull request #151 from luke-jr/libudev_detect_fixes
...
Bugfix: Check for libudev header (not just library) in configure, and document optional dependency
13 years ago
Con Kolivas
ef1eafa40a
Provide locking around updates of cgpu hashrates as well to prevent multiple threads accessing data fields on the same device.
13 years ago