Historie revizí

Autor SHA1 Zpráva Datum
  Chris Rapier ebdd59b62a Merge tag 'hpn-7_9_P1' před 5 roky
  Chris Rapier 4c1053ec43 forward port hpn-7_7 to 7_8 před 5 roky
  Chris Rapier c74cec3a94 Had to use the new version of the AES_MT cipher před 5 roky
  Chris Rapier c5e5d83857 in cipher-ctr-mt I was, for some reason, forcing threads to unblock during cleanup před 5 roky
  rapier f6996471d2 mergeing in hpn-7_7_P1 před 5 roky
  rapier 5a6d95d80e Trying to bring master up to the current version před 5 roky
  Chris Rapier 6eaedd4df6 Some changes to the aes mt cipher před 6 roky
  Chris Rapier 15ce4545d2 Updated the aes-cipher-ctr code so it actually works. Problem with pthread_join. While it should ignore non-exitinent thread ids it's now failing if I pass one over. So I have to explicitly test for it first před 6 roky
  Chris Rapier 7e7be36b7f Changes to the cipher-ctr-mt code. It will now spin up as many threads as reported cores on the system. Defaults to 4 threads if this can't be determined. před 6 roky
  Chris Rapier 3ee903e850 One more try at the 7.6 Kitchen sink. This seems to be working před 6 roky
  Chris Rapier 77bda9250e another temp commit před 6 roky
  Chris Rapier 6ad0f858a4 Temp commit for seemingly functional AES-CTR-MT with version 7.6 před 6 roky
  Chris Rapier 2fa1fcc366 Add support for the multi-threaded AES-CTR cipher před 10 roky
  Patrick McLean 526b442389 cipher-ctr-mt: Use an exit flag on Apple as well as pthread_cancel před 8 roky
  Patrick McLean 42c6108de9 cipher-ctr-mt: split the code to stop the pregen threads in to a function před 8 roky
  Patrick McLean 0d9931c0b5 cipher-ctr-mt: rename thread_lock to tid_lock to better reflect its purpose před 8 roky
  Patrick McLean ba59abb7ce cipher-ctr-mt: make sure to use pthread_broadcast everywhere we are cancelling před 8 roky
  Patrick McLean a59092c180 cipher-ctr-mt: remove volatile keyword from qstate před 8 roky
  Patrick McLean 2036596e58 In the CTR-MT cipher, make sure threads are getting woken up when they are cancelled před 8 roky
  Patrick McLean 9bc68eb1ec CTR-MT cipher, make sure that the thread startup function will terminate před 8 roky
  Patrick McLean 93b2c7d9e0 Add reader/writer lock on thread creation to parallel ctr cipher před 8 roky
  Patrick McLean 4c7b471a9d Notify other threads every time the state changes in multi-threaded AES-CTR cipher před 8 roky
  Chris Rapier 20a5c9961e Add support for the multi-threaded AES-CTR cipher před 10 roky
  Mike Frysinger 9abbac46fa fix unaligned memory access in parallel cipher routines před 10 roky
  Chris Rapier 73b41f6d2c Add support for the multi-threaded AES-CTR cipher před 10 roky