1. ffe420a Release the GIL around RSA and DSA key generation. by Jean-Paul Calderone · 12 years ago
  2. 5f2cd26 Add a multithreaded stress tester for key generation. Hopefully provides additional confidence that that code is correct with respect to threading. by Jean-Paul Calderone · 12 years ago
  3. 2a864f1 The callback exception now propagates, yay by Jean-Paul Calderone · 13 years ago
  4. 8e37f76 Add leak checkers for some cases of load_privatekey, notice one leaks against trunk by Jean-Paul Calderone · 13 years ago
  5. c7b3c89 Update the leak check script copyright headers as well. by Jean-Paul Calderone · 13 years ago
  6. 26aea02 Update context.c to use the thread state management macros unconditionally, since conn->tstate is always NULL now by Jean-Paul Calderone · 16 years ago
  7. 00db9da Use TLS for the PyThreadState pointer instead of a field on Connection; this allows a Connection to be used safely in multiple threads concurrently by Jean-Paul Calderone · 16 years ago
  8. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 16 years ago
  9. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 16 years ago
  10. 19555b9 Get rid of X509_get_pubkey leak by Jean-Paul Calderone · 16 years ago