summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu
Commit message (Collapse)AuthorAgeFilesLines
...
* move nicehash check into nonce calcfireice-uk2017-10-221-8/+8
|
* note-to-self: don't type with your foreheadfireice-uk2017-10-221-1/+1
|
* separate nonce_ctr from result pushfireice-uk2017-10-221-32/+24
|
* Implement changes suggestedfireice-uk2017-10-221-2/+2
|
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-8/+28
|
* add order_fix for double hashfireice-uk2017-10-181-0/+2
|
* Merge pull request #50 from fireice-uk/topic-hwlocfireice-uk2017-10-181-0/+9
|\ | | | | Make hwloc check capabilities and stop it from leaking mem
| * make hwloc check capabilities and stop it from leaking memfireice-uk2017-10-171-0/+9
| |
* | rm pin_thd_affinityfireice-uk2017-10-172-9/+2
| |
* | Affinity - fix Cfireice-uk2017-10-122-5/+8
| |
* | Affinity - fix Bfireice-uk2017-10-122-8/+9
| |
* | swap orderfireice-uk2017-10-121-3/+3
| |
* | print warningfireice-uk2017-10-111-1/+2
| |
* | cleanup and give a return from set_affinityfireice-uk2017-10-112-32/+11
|/
* Merge pull request #19 from fireice-uk/topic-crash-fixpsychocrypt2017-10-062-4/+16
|\ | | | | Port the crash fix from xmr-stak-cpu
| * Port the crash fix from xmr-stak-cpufireice-uk2017-10-052-4/+16
| |
* | Merge pull request #12 from fireice-uk/topic-large-pages-winpsychocrypt2017-10-051-3/+90
|\ \ | |/ |/| Fix large pages on Windows and make them more user-friendly
| * put global into proper placefireice-uk2017-10-041-1/+2
| |
| * Add a suggestion to reboot in cases where it might helpfireice-uk2017-10-041-1/+10
| |
| * - Add large page initialisation on Windowsfireice-uk2017-10-041-2/+79
| | | | | | | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation
* | Further software aes optimisationfireice-uk2017-10-051-25/+23
| |
* | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵fireice-uk2017-10-051-99/+14
| | | | | | | | cry about obfuscation
* | rename soft_aes.cfireice-uk2017-10-042-3/+2
|/
* rename `Params` to `params`psychocrypt2017-09-304-6/+6
|
* fix compilepsychocrypt2017-09-304-40/+26
|
* cleanup includespsychocrypt2017-09-307-37/+43
|
* group filespsychocrypt2017-09-3026-0/+6082
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
OpenPOWER on IntegriCloud