| Commit message (Expand) | Author | Age |
* | Simplify semaphores to volatile globalsem-dep | David Phillips | 2017-11-18 |
* | Switch to in-house byte-order switching | David Phillips | 2017-11-18 |
* | Tidy unnecessary magic constants away | David Phillips | 2017-09-20 |
* | Fix accidental regression with never-zero loop count | David Phillips | 2017-09-14 |
* | Free bignum_e at exit, don't leak that memory | David Phillips | 2017-09-12 |
* | Thread count can never be zero, don't worry about /0 from it | David Phillips | 2017-08-09 |
* | Remove division by zero if no loops complete | David Phillips | 2017-08-09 |
* | Don't trample worker thread output with performance string | David Phillips | 2017-06-27 |
* | Correct old outdated error message | David Phillips | 2017-06-27 |
* | Change char array to unsigned to avoid (pedantic) overflow | David Phillips | 2017-06-26 |
* | Remove debug spin halt | David Phillips | 2017-05-29 |
* | Free alloced objects, move volatile to start of decl | David Phillips | 2017-05-29 |
* | Remove bitmask and raw_len computation out of tight loop | David Phillips | 2017-05-29 |
* | Openssl-1.0 compat | David Phillips | 2017-05-28 |
* | Tidy the raw_len switch slightly | David Phillips | 2017-05-28 |
* | Revert "Change raw_len from hard-coded to equation" | David Phillips | 2017-05-28 |
* | Change raw_len from hard-coded to equation | David Phillips | 2017-05-28 |
* | Make bitmask array static | David Phillips | 2017-05-28 |
* | Remove the need for base32 in the inner loop | David Phillips | 2017-05-28 |
* | Merge branch 'ssse3-default' | David Phillips | 2017-05-23 |
|\ |
|
| * | Make SSSE3 algorithm the default | David Phillips | 2017-05-23 |
* | | Fix bug in check_base32 when first character was invalid | David Phillips | 2017-05-23 |
|/ |
|
* | Remove old debug printf | David Phillips | 2017-05-21 |
* | Add sanity check to back up SSSE3 algorithm | David Phillips | 2017-05-21 |
* | More avx->ssse3 | David Phillips | 2017-05-21 |
* | AVX->SSSE3 | David Phillips | 2017-05-21 |
* | Add version option -V | David Phillips | 2017-05-15 |
* | Better sizeofs | David Phillips | 2017-05-14 |
* | Add rough current hashrate to status line | David Phillips | 2017-05-14 |
* | Add experimental AVX base32 algo, modularise base32 out | David Phillips | 2017-05-14 |
* | Name khash array more appropriately | David Phillips | 2017-05-05 |
* | Refactor monitor loop to own function | David Phillips | 2017-05-05 |
* | Bail on error updating d in key | David Phillips | 2017-05-01 |
* | Correct type a few declarations | David Phillips | 2017-05-01 |
* | Merge remote-tracking branch 'alyptik/memleek' | David Phillips | 2017-04-30 |
|\ |
|
| * | Fix memory leaks with BN/pthread_t pointers | alyptik | 2017-04-29 |
|/ |
|
* | Improve error checking in key_update_d | David Phillips | 2017-04-30 |
* | Improve output format | David Phillips | 2017-04-30 |
* | Relocate variable declaration to top of main | David Phillips | 2017-04-30 |
* | Add sanity check to search string | David Phillips | 2017-04-30 |
* | Add missing header | David Phillips | 2017-04-28 |
* | Update d appropriately, check sanity of keys | David Phillips | 2017-04-28 |
* | Add initial RSA sanity checking | David Phillips | 2017-04-28 |
* | Correct type of opt | David Phillips | 2017-04-27 |
* | Change uint64_t back to unsigned long | David Phillips | 2017-04-27 |
* | Silence warning about providing unsigned char (*)[20] where unsigned char* ex... | David Phillips | 2017-04-27 |
* | Better terminate threads, better var naming | David Phillips | 2017-04-27 |
* | Correct command line argument checking | David Phillips | 2017-04-27 |
* | Correct openssl_version_number macro | David Phillips | 2017-04-27 |
* | Add compat for openssl < 1.1 | David Phillips | 2017-04-27 |