Commit History

Author SHA1 Message Date
  Neil Horman 7e45ac6891 Add CRYPTO_atomic_store api 1 month ago
  Neil Horman f39a862818 Fix list appending in win ossl_rcu_call 2 months ago
  Neil Horman 24d16d3a19 Make rcu_thread_key context-aware 2 weeks ago
  Neil Horman 8e5918fb8e Fix duplicate mutex allocation in threads_win.c 3 weeks ago
  Richard Levitte b646179229 Copyright year updates 1 month ago
  Neil Horman d0e1a0ae70 RCU lock implementation 3 months ago
  Matt Caswell da1c088f59 Copyright year updates 8 months ago
  Hugo Landau a2c61e4143 Add note about Windows LONG 11 months ago
  Hugo Landau 629b408c12 QUIC: Fix bugs where threading is disabled 11 months ago
  Georgi Valkov 8bdc370896 VC++ 2010 x86 compilers do not have InterlockedOr64 1 year ago
  Tomas Mraz 894f2166ef CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error 1 year ago
  Daiyuu Nobori 2d46a44ff2 VC++ 2008 or earlier x86 compilers do not have an inline implementation of InterlockedOr64 for 32bit and will fail to run on Windows XP 32bit. 1 year ago
  Kelvin Lee eeb612021e Explicitly #include <synchapi.h> is unnecessary 2 years ago
  Rich Salz cd3f8c1b11 Always check CRYPTO_LOCK_{read,write}_lock 3 years ago
  Matt Caswell 8020d79b40 Update copyright year 3 years ago
  Vincent Drake f70863d9dd Use read/write locking on Windows 3 years ago
  Matt Caswell d5e742de65 Add some more CRYPTO_atomic functions 3 years ago
  Matt Caswell 33388b44b6 Update copyright year 4 years ago
  Kochise 7da7b27eec Windows: Add type casting in CRYPTO_atomic_add to remove warning 4 years ago
  Dr. Matthias St. Pierre 7f0a8dc7f9 crypto/threads_win.c: fix preprocessor indentation 4 years ago
  Dr. Matthias St. Pierre 849529257c drbg: ensure fork-safety without using a pthread_atfork handler 5 years ago
  Soujyu Tanaka 09305a7d0a Avoid linking error for InitializeCriticalSectionAndSpinCount(). 5 years ago
  Richard Levitte 0e9725bcb9 Following the license change, modify the boilerplates in crypto/ 5 years ago
  Andy Polyakov d2b863643d crypto/threads_*: remove CRYPTO_atomic_{read|write}. 5 years ago
  David Benjamin 2de108dfa3 Save and restore the Windows error around TlsGetValue. 6 years ago
  Richard Levitte 28428130db Update copyright year 6 years ago
  Rich Salz 7de2b9c4af Set error code if alloc returns NULL 6 years ago
  Pauli f49452c297 Return a value from atomic read on Windows. 6 years ago
  Pauli 30ff41beab Add atomic write call 6 years ago
  Pauli 94683b7acb Add a CRYPTO_atomic_read call which allows an int variable to be read 6 years ago