THREADING.md


Log

Author Commit Date CI Message
Carlos Martín Nieto f7d316ed 2016-11-02T17:22:30 THREADING: OpenSSL 1.1 is thead-safe, rework some paragraphs
Carlos Martín Nieto 86bbaaa1 2016-11-02T17:06:15 THREADING: update cURL thread safety link
Patrick Steinhardt ea9ea6ac 2016-10-31T13:49:52 Documentation: fix small typos
Stjepan Rajko 09db7fd8 2016-02-25T15:19:51 Expand OpenSSL and libssh2 thread safety documentation
Carlos Martín Nieto ede517bc 2015-06-06T09:40:50 curl: add CHANGELOG and THREADING entries
Carlos Martín Nieto 85247df0 2015-03-19T14:26:07 Update THREADING and CHANGELOG with SecureTransport details
Carlos Martín Nieto 263b1d6e 2014-12-12T08:29:43 Make the OpenSSL locking function warnings more severe Our git_openssl_set_locking() would ideally not exist. Make it clearer that we provide it as a last resort and you should prefer anything else.
Ben Chatelain d698712b 2014-11-14T21:15:42 Fix GCD typo
Carlos Martín Nieto 15bea02c 2014-10-31T11:24:02 docs: explicitly document the threading caveats Talk about sharing objects and error messages; but the most important part is about what to do with the cryptographic libraries, which sadly have to become to responsibility of the application.