Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FTBFSpower | Timothy Pearson | 2018-06-04 | 2 | -2/+1 |
* | increase version to 2.4.4 | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | remove definition of `_mm256_set_m128i` | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | fix duplicated nonce usage | psychocrypt | 2018-06-04 | 4 | -12/+20 |
* | fix possible deadlock with Volta | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | Update for CUDA 9.2 Toolkit | Tony Butler | 2018-06-04 | 1 | -1/+1 |
* | Add options to set wait/work time for benchmark; Fixup as req | Tony Butler | 2018-06-04 | 2 | -8/+50 |
* | avoid out of order job processing | psychocrypt | 2018-06-04 | 2 | -10/+33 |
* | github annotations | psychocrypt | 2018-06-04 | 3 | -53/+63 |
* | use read write locks to secure job updates | psychocrypt | 2018-06-04 | 2 | -61/+6 |
* | add license header to `read_write_lock.h` | psychocrypt | 2018-06-04 | 1 | -0/+23 |
* | add read write lock class | psychocrypt | 2018-06-04 | 5 | -46/+156 |
* | fix job consume (possible deadlock) | psychocrypt | 2018-06-04 | 9 | -85/+78 |
* | ignore duplicated equal job from pools | psychocrypt | 2018-06-04 | 1 | -16/+30 |
* | fix possible race condition in jpsock | psychocrypt | 2018-06-04 | 1 | -2/+4 |
* | Fix condition on stellite check | Jason Rhinelander | 2018-06-04 | 1 | -1/+1 |
* | set correct `iPoolId` for miner_work | psychocrypt | 2018-06-04 | 3 | -14/+26 |
* | add masari | gnock | 2018-06-04 | 3 | -0/+3 |
* | Spell check | Tony Butler | 2018-06-04 | 88 | -864/+923 |
* | support stellite v4 fork | psychocrypt | 2018-06-04 | 10 | -42/+122 |
* | fix that cli option `--noAMDCache` | psychocrypt | 2018-06-04 | 1 | -6/+6 |
* | Small typo correction | imperdin | 2018-06-04 | 1 | -1/+1 |
* | rename printed algorithms | psychocrypt | 2018-06-04 | 1 | -5/+5 |
* | add support for IPBC coin | psychocrypt | 2018-06-04 | 11 | -34/+124 |
* | Add turtlecoin as a config option | ZedPea | 2018-06-04 | 3 | -1/+4 |
* | Fixes #1467 | Vladimir Tamara | 2018-06-04 | 1 | -0/+1 |
* | version update to 2.4.3 | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | update BBSCoin | psychocrypt | 2018-06-04 | 2 | -2/+2 |
* | Add BBSCoin support and get ready for cryptonight v7 upgrade | Ran Ding | 2018-06-04 | 3 | -1/+4 |
* | Squelch warnings when using CUDA 8.0 and arch 2.x | Tony Butler | 2018-06-04 | 1 | -0/+5 |
* | remove pool suggestion | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | Update ITNS with v4 fork to CN v1 | Brian Oates | 2018-06-04 | 1 | -1/+1 |
* | fix wrong unique_lock usage | psychocrypt | 2018-06-04 | 1 | -6/+6 |
* | Allow EXECUTABLE and LIBRARY paths to be set | Craig Andrews | 2018-06-04 | 1 | -2/+2 |
* | Use EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH | Craig Andrews | 2018-06-04 | 1 | -5/+5 |
* | add missing EOadd missing EOF | psychocrypt | 2018-06-04 | 1 | -1/+1 |
* | remove fork for sumokoin and monero | psychocrypt | 2018-06-04 | 2 | -17/+17 |
* | add independent dev pool coin description | psychocrypt | 2018-06-04 | 13 | -89/+141 |
* | fix wrong algo selection | psychocrypt | 2018-06-04 | 3 | -8/+36 |
* | allow non AMD OpenCL driver and devices | psychocrypt | 2018-06-04 | 7 | -15/+73 |
* | expose original algorithm | psychocrypt | 2018-06-04 | 2 | -3/+14 |
* | fix a few conversion warnings | psychocrypt | 2018-06-04 | 8 | -14/+15 |
* | change 64Bit size value to 32Bit | psychocrypt | 2018-06-04 | 6 | -24/+26 |
* | Update graft algorithm with graft fork support | Jason Rhinelander | 2018-06-04 | 1 | -1/+1 |
* | Fix FAQ link | Jade Thornton | 2018-06-04 | 1 | -1/+1 |
* | refactor scratchpad creation | psychocrypt | 2018-06-04 | 6 | -11/+35 |
* | amd simplify kernel for different algorithms | psychocrypt | 2018-06-04 | 4 | -431/+295 |
* | Fix spelling mistake in gpu.cpp | Takeshi Suzuki | 2018-06-04 | 1 | -2/+2 |
* | Repair more typos in comments only | Tony Butler | 2018-06-04 | 5 | -6/+6 |
* | Repair all 'namepsace' to 'namespace' (all within comments) | Tony Butler | 2018-06-04 | 25 | -25/+25 |