aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tabs to spaces for travisDavid Phillips2017-11-18
* Add linux back to CIDavid Phillips2017-11-18
* Merge branch 'sem-dep' into osx-ciDavid Phillips2017-11-18
|\
| * Simplify semaphores to volatile globalsem-depDavid Phillips2017-11-18
* | Dump key file on test failureDavid Phillips2017-11-18
* | Output stderr and stdout on test failureDavid Phillips2017-11-18
* | Attempt OpenSSL path correctionDavid Phillips2017-11-18
* | Set build environment to OSX to checkDavid Phillips2017-11-18
|/
* Add Windows benchmark, CPU GHz columnDavid Phillips2017-11-18
* Switch to in-house byte-order switchingDavid Phillips2017-11-18
* Add RPi-3 bench, add notes column to benchesDavid Phillips2017-11-17
* Tidy unnecessary magic constants awayDavid Phillips2017-09-20
* Fix accidental regression with never-zero loop countDavid Phillips2017-09-14
* Clean up test runner scriptDavid Phillips2017-09-12
* Free bignum_e at exit, don't leak that memoryDavid Phillips2017-09-12
* Don't use GNU extensions on rmDavid Phillips2017-08-23
* Thread count can never be zero, don't worry about /0 from itDavid Phillips2017-08-09
* Remove division by zero if no loops completeDavid Phillips2017-08-09
* Change from sh to bash for pushdDavid Phillips2017-07-27
* Add more tests, pull simple test runner from other projectDavid Phillips2017-07-27
* Add more function docs to onion_base32.cDavid Phillips2017-07-03
* Correct equality check in test.shDavid Phillips2017-06-27
* Add test recipe to travis runDavid Phillips2017-06-27
* Add test recipe to MakefileDavid Phillips2017-06-27
* Expand \r to \n before parsing in test.shDavid Phillips2017-06-27
* Don't trample worker thread output with performance stringDavid Phillips2017-06-27
* Add basic sanity check scriptDavid Phillips2017-06-27
* Correct old outdated error messageDavid Phillips2017-06-27
* Add travis build label to readmeDavid Phillips2017-06-27
* Fix LDFLAGS orderDavid Phillips2017-06-27
* Fix indentation in .travis.ymlDavid Phillips2017-06-27
* Add .travis.yml for CIDavid Phillips2017-06-27
* Change char array to unsigned to avoid (pedantic) overflowDavid Phillips2017-06-26
* Remove outdated key sanity commentDavid Phillips2017-06-24
* Update benchmarkDavid Phillips2017-06-20
* Remove debug spin haltDavid Phillips2017-05-29
* Free alloced objects, move volatile to start of declDavid Phillips2017-05-29
* Remove unnecessary include from key_update.hDavid Phillips2017-05-29
* Remove bitmask and raw_len computation out of tight loopDavid Phillips2017-05-29
* Roll back two accidental changes in last commitDavid Phillips2017-05-28
* Openssl-1.0 compatDavid Phillips2017-05-28
* More benchmarksDavid Phillips2017-05-28
* Update benchmarksDavid Phillips2017-05-28
* Tidy the raw_len switch slightlyDavid Phillips2017-05-28
* Revert "Change raw_len from hard-coded to equation"David Phillips2017-05-28
* Change raw_len from hard-coded to equationDavid Phillips2017-05-28
* Make bitmask array staticDavid Phillips2017-05-28
* Remove the need for base32 in the inner loopDavid Phillips2017-05-28
* Remove ssse3 algorithm, tighten decoderDavid Phillips2017-05-28
* Remove SSSE3 noteDavid Phillips2017-05-28