| Commit message (Expand) | Author | Age |
* | Don't use GNU extensions on rm | David Phillips | 2017-08-23 |
* | 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 |
* | Change from sh to bash for pushd | David Phillips | 2017-07-27 |
* | Add more tests, pull simple test runner from other project | David Phillips | 2017-07-27 |
* | Add more function docs to onion_base32.c | David Phillips | 2017-07-03 |
* | Correct equality check in test.sh | David Phillips | 2017-06-27 |
* | Add test recipe to travis run | David Phillips | 2017-06-27 |
* | Add test recipe to Makefile | David Phillips | 2017-06-27 |
* | Expand \r to \n before parsing in test.sh | David Phillips | 2017-06-27 |
* | Don't trample worker thread output with performance string | David Phillips | 2017-06-27 |
* | Add basic sanity check script | David Phillips | 2017-06-27 |
* | Correct old outdated error message | David Phillips | 2017-06-27 |
* | Add travis build label to readme | David Phillips | 2017-06-27 |
* | Fix LDFLAGS order | David Phillips | 2017-06-27 |
* | Fix indentation in .travis.yml | David Phillips | 2017-06-27 |
* | Add .travis.yml for CI | David Phillips | 2017-06-27 |
* | Change char array to unsigned to avoid (pedantic) overflow | David Phillips | 2017-06-26 |
* | Remove outdated key sanity comment | David Phillips | 2017-06-24 |
* | Update benchmark | David Phillips | 2017-06-20 |
* | Remove debug spin halt | David Phillips | 2017-05-29 |
* | Free alloced objects, move volatile to start of decl | David Phillips | 2017-05-29 |
* | Remove unnecessary include from key_update.h | David Phillips | 2017-05-29 |
* | Remove bitmask and raw_len computation out of tight loop | David Phillips | 2017-05-29 |
* | Roll back two accidental changes in last commit | David Phillips | 2017-05-28 |
* | Openssl-1.0 compat | David Phillips | 2017-05-28 |
* | More benchmarks | David Phillips | 2017-05-28 |
* | Update benchmarks | 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 |
* | Remove ssse3 algorithm, tighten decoder | David Phillips | 2017-05-28 |
* | Remove SSSE3 note | David Phillips | 2017-05-28 |
* | Add naive base32 decoder in preparation for new algo | David Phillips | 2017-05-28 |
* | Add bench for i7-4770 | David Phillips | 2017-05-25 |
* | Update readme with new benchmarks | David Phillips | 2017-05-23 |
* | 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 |