Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Win build fix | fireice-uk | 2017-02-16 | 1 | -1/+1 | |
| | ||||||
* | License update | fireice-uk | 2017-02-12 | 10 | -0/+110 | |
| | ||||||
* | Include OpenSSL in CMake | fireice-uk | 2017-02-12 | 1 | -1/+3 | |
| | ||||||
* | Giveup limit | fireice-uk | 2017-02-12 | 5 | -4/+31 | |
| | ||||||
* | TLS final | fireice-uk | 2017-02-12 | 9 | -25/+79 | |
| | ||||||
* | New settings | fireice-uk | 2017-02-08 | 2 | -3/+37 | |
| | ||||||
* | This apparently does what we want... | fireice-uk | 2017-02-08 | 2 | -1/+2 | |
| | ||||||
* | Figerprint calc | fireice-uk | 2017-02-08 | 3 | -17/+24 | |
| | ||||||
* | Inital OpenSSL integration | fireice-uk | 2017-02-08 | 6 | -120/+397 | |
| | ||||||
* | NiceHash - benchmark mode | fireice-uk | 2017-02-08 | 1 | -0/+48 | |
| | ||||||
* | NiceHash support | fireice-uk | 2017-02-07 | 6 | -7/+39 | |
| | ||||||
* | Codeblocks march | fireice-uk | 2017-01-24 | 1 | -3/+1 | |
| | ||||||
* | Switch to a (slightly) faster software AES | fireice-uk | 2017-01-19 | 1 | -79/+136 | |
| | ||||||
* | Build & crash fixes | fireice-uk | 2017-01-19 | 2 | -12/+21 | |
| | ||||||
* | Software AES support (mostly for GPU hashing) | fireice-uk | 2017-01-19 | 8 | -104/+337 | |
| | ||||||
* | Merge pull request #26 from jquesnelle/unified-functions | fireice-uk | 2017-01-19 | 4 | -91/+71 | |
|\ | | | | | Unify and parameterize CryptoNight functions | |||||
| * | updates *nix build files | Jeffrey Quesnelle | 2017-01-17 | 2 | -7/+2 | |
| | | ||||||
| * | underestimated cryptonight difficulty by a factor of 0x10 | Jeffrey Quesnelle | 2017-01-17 | 1 | -4/+4 | |
| | | ||||||
| * | unifies cryptonight fetch/no-prefetch functions | Jeffrey Quesnelle | 2017-01-17 | 2 | -83/+68 | |
|/ | ||||||
* | v1.1.0-1.1.0 | fireice-uk | 2017-01-16 | 1 | -10/+11 | |
| | ||||||
* | One more :) | fireice-uk | 2017-01-16 | 2 | -2/+0 | |
| | ||||||
* | Minor report fixes | fireice-uk | 2017-01-16 | 2 | -4/+4 | |
| | ||||||
* | v1.1.0-v1.1.0 RC | fireice-uk | 2017-01-16 | 2 | -2/+3 | |
| | ||||||
* | Merge branch 'rocket69' | fireice-uk | 2017-01-16 | 7 | -15/+101 | |
|\ | ||||||
| * | No prefetch option | fireice-uk | 2017-01-15 | 7 | -15/+101 | |
| | | ||||||
* | | Further httpd integration | fireice-uk | 2017-01-16 | 7 | -9/+48 | |
| | | ||||||
* | | baish mircohttpd integration | fireice-uk | 2017-01-15 | 7 | -42/+3118 | |
| | | ||||||
* | | Merge pull request #22 from dimecoin/patch-2 | fireice-uk | 2017-01-14 | 1 | -1/+1 | |
|\ \ | |/ |/| | Update static flags to fix seg fault | |||||
| * | Update static flags to fix seg fault | dimecoin | 2017-01-13 | 1 | -1/+1 | |
|/ | | | -static will compile, but causes a segment fault on both build and target. Using the new flags compiles cleanly and runs on both build and target. (Build = debian sid [test], Target= debian jessie [stable]) | |||||
* | Fix for BOM addition in some text editors | fireice-uk | 2017-01-13 | 1 | -3/+17 | |
| | ||||||
* | Fix for lack of proper timeout in cryptonote-universal-pool | fireice-uk | 2017-01-13 | 1 | -1/+14 | |
| | ||||||
* | v1.0.1 release | fireice-uk | 2017-01-11 | 1 | -10/+10 | |
| | ||||||
* | v1.0.1 candidate - new more verbose level | fireice-uk | 2017-01-11 | 10 | -32/+86 | |
| | ||||||
* | Merge pull request #11 from dimecoin/patch-1 | fireice-uk | 2017-01-09 | 1 | -0/+45 | |
|\ | | | | | Adding Common Issues section. | |||||
| * | Adding Common Issues section. | dimecoin | 2017-01-07 | 1 | -0/+45 | |
|/ | | | Most of this is taken from forum or from config.txt (and added new one for Windows 7 Home computers). Consolidating information here. | |||||
* | Added gpedit.msc instructions | fireice-uk | 2017-01-06 | 1 | -0/+15 | |
| | ||||||
* | readme update | fireice-uk | 2017-01-06 | 1 | -2/+9 | |
| | ||||||
* | Static build option | fireice-uk | 2017-01-06 | 1 | -5/+12 | |
| | ||||||
* | Changed pool ping to median instead of mean | fireice-uk | 2017-01-05 | 2 | -13/+25 | |
| | ||||||
* | Minor tweaks | fireice-uk | 2017-01-05 | 4 | -8/+7 | |
| | ||||||
* | Add SSE2 check. If we are checking, we might just as well do it thoroughly. | fireice-uk | 2017-01-05 | 2 | -14/+16 | |
| | ||||||
* | Merge pull request #6 from jquesnelle/aesni-check | fireice-uk | 2017-01-05 | 1 | -0/+20 | |
|\ | | | | | Checks cpuid to see if AES-NI instructions are supported | |||||
| * | more whitespace fuss | Jeffrey Quesnelle | 2017-01-05 | 1 | -2/+4 | |
| | | ||||||
| * | whoops editor caught some keystrokes | Jeffrey Quesnelle | 2017-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | use tabs instead of spaces | Jeffrey Quesnelle | 2017-01-05 | 1 | -13/+13 | |
| | | ||||||
| * | checks the cpuid to see if AES-NI instructions are supported | Jeffrey Quesnelle | 2017-01-05 | 1 | -2/+20 | |
|/ | ||||||
* | Bugfix #1 - you don't want to do THAT in a single expression. | fireice-uk | 2017-01-03 | 1 | -4/+7 | |
| | ||||||
* | Readme for v1.0-1.0 | fireice-uk | 2017-01-03 | 1 | -1/+141 | |
| | ||||||
* | Tweaks to make the application more Windows-friendly | fireice-uk | 2017-01-02 | 3 | -94/+135 | |
| | ||||||
* | Create README.md | fireice-uk | 2017-01-02 | 1 | -0/+1 | |
| | | | Readme |