Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #44 from fireice-uk/fix-uninit-access | fireice-uk | 2017-10-17 | 1 | -23/+18 | |
|\ | | | | | Make sure all singletons are set to null and make env a global ptr | |||||
| * | doh! != instead of == | fireice-uk | 2017-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure all singletons are set to null and make env a global ptr | fireice-uk | 2017-10-12 | 1 | -23/+18 | |
| | | ||||||
* | | Keep consistency between class and struct | fireice-uk | 2017-10-12 | 1 | -2/+2 | |
|/ | ||||||
* | fix wrong timer for stats | psychocrypt | 2017-10-06 | 1 | -3/+3 | |
| | | | | | | | fix #21, hash values randomly not available. The reason is that I changed the lables but forget to change all timer. A GPU needs sometimes ore than 2.5s to finish one hash round, therefore the results are only visible randomly. | |||||
* | Merge pull request #12 from fireice-uk/topic-large-pages-win | psychocrypt | 2017-10-05 | 1 | -0/+44 | |
|\ | | | | | Fix large pages on Windows and make them more user-friendly | |||||
| * | Non-manifest UAC elevation | fireice-uk | 2017-10-04 | 1 | -0/+44 | |
| | | ||||||
* | | Increase the scratchpad size to make sure we don't malform JSON api replies ↵ | fireice-uk | 2017-10-05 | 1 | -2/+2 | |
| | | | | | | | | with TLS | |||||
* | | fix broken nicehash support | psychocrypt | 2017-10-04 | 1 | -1/+2 | |
|/ | | | | - add nicehash flag back to `miner_work` | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -2/+2 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 5 | -16/+16 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -20/+33 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 10 | -0/+1760 | |
- 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` |