Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18 from fireice-uk/topic-larger-print-buf | fireice-uk | 2017-10-05 | 1 | -2/+2 |
|\ | |||||
| * | Increase the scratchpad size to make sure we don't malform JSON api replies w... | fireice-uk | 2017-10-05 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #13 from psychocrypt/fix-amdAutoDetection | fireice-uk | 2017-10-05 | 1 | -3/+5 |
|\ | |||||
| * | fix amd auto suggestion | psychocrypt | 2017-10-04 | 1 | -3/+5 |
* | | Merge pull request #14 from psychocrypt/fix-nicehashSupport | fireice-uk | 2017-10-05 | 3 | -4/+5 |
|\ \ | |||||
| * | | fix broken nicehash support | psychocrypt | 2017-10-04 | 3 | -4/+5 |
| |/ | |||||
* | | Merge pull request #17 from fireice-uk/topic-soft-aes-inline | psychocrypt | 2017-10-05 | 3 | -215/+127 |
|\ \ | |||||
| * | | 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 |
| * | | rename soft_aes.c | fireice-uk | 2017-10-04 | 2 | -3/+2 |
| |/ | |||||
* | | Merge pull request #15 from fireice-uk/topic-cleanup | fireice-uk | 2017-10-04 | 8 | -217/+39 |
|\ \ | |/ |/| | |||||
| * | Change contributing.md | fireice-uk | 2017-10-04 | 1 | -1/+1 |
| * | Lots of little cleanup changes | fireice-uk | 2017-10-04 | 8 | -217/+39 |
|/ | |||||
* | Merge pull request #3 from psychocrypt/topic-addNicehashPoolSupport | psychocrypt | 2017-10-01 | 2 | -2/+11 |
|\ | |||||
| * | readd nicehash pool support | psychocrypt | 2017-10-01 | 2 | -2/+11 |
|/ | |||||
* | Merge pull request #2 from psychocrypt/fix-donationDocumentation | psychocrypt | 2017-10-01 | 1 | -1/+7 |
|\ | |||||
| * | fix donation section | psychocrypt | 2017-10-01 | 1 | -1/+7 |
* | | Merge pull request #1 from psychocrypt/topic-restructure11 | psychocrypt | 2017-10-01 | 143 | -1432/+9755 |
|\ \ | |/ | |||||
| * | disable cuda install for MacOS | psychocrypt | 2017-10-01 | 1 | -13/+13 |
| * | return 0 if help is called | psychocrypt | 2017-10-01 | 2 | -2/+5 |
| * | enable C++11 for nvcc | psychocrypt | 2017-10-01 | 1 | -1/+1 |
| * | add -c option for config file | psychocrypt | 2017-09-30 | 2 | -11/+26 |
| * | fix CI | psychocrypt | 2017-09-30 | 3 | -5/+37 |
| * | fix CI tests | psychocrypt | 2017-09-30 | 2 | -8/+7 |
| * | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 2 | -5/+3 |
| * | documentation | psychocrypt | 2017-09-30 | 9 | -159/+490 |
| * | remove auto conf from json | psychocrypt | 2017-09-30 | 1 | -2/+0 |
| * | fix windows compile | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| * | fix clang CUDA compile | psychocrypt | 2017-09-30 | 3 | -10/+27 |
| * | add help message | psychocrypt | 2017-09-30 | 1 | -3/+27 |
| * | use call prefix to load backends | psychocrypt | 2017-09-30 | 3 | -4/+10 |
| * | rename `Params` to `params` | psychocrypt | 2017-09-30 | 16 | -46/+55 |
| * | rename binary to xmr-stak | psychocrypt | 2017-09-30 | 1 | -4/+5 |
| * | fix compile | psychocrypt | 2017-09-30 | 26 | -172/+148 |
| * | cleanup includes | psychocrypt | 2017-09-30 | 47 | -217/+252 |
| * | update xmake file | psychocrypt | 2017-09-30 | 1 | -13/+15 |
| * | group files | psychocrypt | 2017-09-30 | 131 | -172/+17 |
| * | log invalid backend results | psychocrypt | 2017-09-30 | 3 | -11/+3 |
| * | config as template | psychocrypt | 2017-09-30 | 3 | -17/+46 |
| * | remove wrong commited cmake files | psychocrypt | 2017-09-30 | 2 | -39/+0 |
| * | add command line poll/passwd/usename overwrite | psychocrypt | 2017-09-30 | 1 | -3/+14 |
| * | use runtime enable/disable flag for backends | psychocrypt | 2017-09-30 | 1 | -14/+24 |
| * | fix opencl for windows | psychocrypt | 2017-09-30 | 3 | -127/+8 |
| * | command line parameter | psychocrypt | 2017-09-30 | 14 | -48/+174 |
| * | move opencl files to amd backend | psychocrypt | 2017-09-30 | 9 | -23/+97 |
| * | improve auto suggestion | psychocrypt | 2017-09-30 | 5 | -22/+57 |
| * | fix bugs | psychocrypt | 2017-09-30 | 5 | -6/+11 |
| * | fix singleton issues on windows | psychocrypt | 2017-09-30 | 23 | -279/+330 |
| * | fix windows compile | psychocrypt | 2017-09-30 | 7 | -15/+25 |
| * | simplify templates | psychocrypt | 2017-09-30 | 7 | -10/+12 |