Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -8/+8 | |
| | ||||||
* | note-to-self: don't type with your forehead | fireice-uk | 2017-10-22 | 1 | -1/+1 | |
| | ||||||
* | separate nonce_ctr from result push | fireice-uk | 2017-10-22 | 1 | -32/+24 | |
| | ||||||
* | Implement changes suggested | fireice-uk | 2017-10-22 | 1 | -2/+2 | |
| | ||||||
* | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 1 | -8/+28 | |
| | ||||||
* | add order_fix for double hash | fireice-uk | 2017-10-18 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #50 from fireice-uk/topic-hwloc | fireice-uk | 2017-10-18 | 1 | -0/+9 | |
|\ | | | | | Make hwloc check capabilities and stop it from leaking mem | |||||
| * | make hwloc check capabilities and stop it from leaking mem | fireice-uk | 2017-10-17 | 1 | -0/+9 | |
| | | ||||||
* | | rm pin_thd_affinity | fireice-uk | 2017-10-17 | 2 | -9/+2 | |
| | | ||||||
* | | Affinity - fix C | fireice-uk | 2017-10-12 | 2 | -5/+8 | |
| | | ||||||
* | | Affinity - fix B | fireice-uk | 2017-10-12 | 2 | -8/+9 | |
| | | ||||||
* | | swap order | fireice-uk | 2017-10-12 | 1 | -3/+3 | |
| | | ||||||
* | | print warning | fireice-uk | 2017-10-11 | 1 | -1/+2 | |
| | | ||||||
* | | cleanup and give a return from set_affinity | fireice-uk | 2017-10-11 | 2 | -32/+11 | |
|/ | ||||||
* | Merge pull request #19 from fireice-uk/topic-crash-fix | psychocrypt | 2017-10-06 | 2 | -4/+16 | |
|\ | | | | | Port the crash fix from xmr-stak-cpu | |||||
| * | Port the crash fix from xmr-stak-cpu | fireice-uk | 2017-10-05 | 2 | -4/+16 | |
| | | ||||||
* | | Merge pull request #12 from fireice-uk/topic-large-pages-win | psychocrypt | 2017-10-05 | 1 | -3/+90 | |
|\ \ | |/ |/| | Fix large pages on Windows and make them more user-friendly | |||||
| * | put global into proper place | fireice-uk | 2017-10-04 | 1 | -1/+2 | |
| | | ||||||
| * | Add a suggestion to reboot in cases where it might help | fireice-uk | 2017-10-04 | 1 | -1/+10 | |
| | | ||||||
| * | - Add large page initialisation on Windows | fireice-uk | 2017-10-04 | 1 | -2/+79 | |
| | | | | | | | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation | |||||
* | | Further software aes optimisation | fireice-uk | 2017-10-05 | 1 | -25/+23 | |
| | | ||||||
* | | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵ | fireice-uk | 2017-10-05 | 1 | -99/+14 | |
| | | | | | | | | cry about obfuscation | |||||
* | | rename soft_aes.c | fireice-uk | 2017-10-04 | 2 | -3/+2 | |
|/ | ||||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 4 | -6/+6 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 4 | -40/+26 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -37/+43 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 26 | -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` |