1. 2842813 Update copyright year by Richard Levitte · 7 years ago
  2. 7de2b9c Set error code if alloc returns NULL by Rich Salz · 7 years ago
  3. f49452c Return a value from atomic read on Windows. by Pauli · 7 years ago
  4. 30ff41b Add atomic write call by Pauli · 7 years ago
  5. 94683b7 Add a CRYPTO_atomic_read call which allows an int variable to be read by Pauli · 7 years ago
  6. b842fcb Put thread-fork-init inside a run-once guard by Rich Salz · 8 years ago
  7. 5f8dd0f Add missing include of cryptlib.h by Rich Salz · 8 years ago
  8. 2915fe1 Add fork handlers, based on pthread_atfork by Rich Salz · 8 years ago
  9. bc1dba2 Grouped data declarations [skip ci] by Dmitry Kostjuchenko · 8 years ago
  10. 5d5eed4 Removed tab spaces. by Dmitry Kostjuchenko · 8 years ago
  11. ec93a29 Corrections according the review comments. by Dmitry Kostjuchenko · 8 years ago
  12. 2accf3f Compile fix on platforms with missing pthread_rwlock_t. by Dmitry Kostjuchenko · 8 years ago
  13. 1beca67 CRYPTO_atomic_add(): check that the object is lock free by Richard Levitte · 9 years ago
  14. 11fc6c7 CRYPTO_atomic_add(): use acquire release memory order rather than relaxed by Richard Levitte · 9 years ago
  15. cb4b54c Check for __GNUC__ to use GNU C atomic buildins by Richard Levitte · 9 years ago
  16. b132225 Copyright consolidation 09/10 by Rich Salz · 9 years ago
  17. 5c4328f Fold threads.h into crypto.h making API public by Viktor Dukhovni · 9 years ago
  18. 0b2fc92 GH773: Possible leak on CRYPTO_THREAD_lock_new failure by FdaSilvaYY · 9 years ago
  19. 71a04cf Implement new multi-threading API by Alessandro Ghedini · 9 years ago