summaryrefslogtreecommitdiff
path: root/leakcheck
Commit message (Expand)AuthorAgeFilesLines
* Release the GIL around RSA and DSA key generation.Jean-Paul Calderone2012-04-031-0/+38
|\
| * Add a multithreaded stress tester for key generation. Hopefully provides add...Jean-Paul Calderone2012-04-031-0/+38
* | The callback exception now propagates, yayJean-Paul Calderone2011-09-141-1/+1
* | Add leak checkers for some cases of load_privatekey, notice one leaks against...Jean-Paul Calderone2011-09-141-5/+66
|/
* Update the leak check script copyright headers as well.Jean-Paul Calderone2011-03-025-4/+11
* Update context.c to use the thread state management macros unconditionally, s...Jean-Paul Calderone2008-09-211-0/+98
* Use TLS for the PyThreadState pointer instead of a field on Connection; this ...Jean-Paul Calderone2008-09-212-0/+74
* Fix a threading bug in the info callback support for context objects.Jean-Paul Calderone2008-04-261-0/+96
* Fix a threading bug in passphrase callback support for context objects.Jean-Paul Calderone2008-04-261-0/+33
* Get rid of X509_get_pubkey leakJean-Paul Calderone2008-02-191-0/+59