summaryrefslogtreecommitdiff
path: root/THREADING.md
Commit message (Collapse)AuthorAgeFilesLines
* Expand OpenSSL and libssh2 thread safety documentationStjepan Rajko2016-02-261-5/+11
|
* curl: add CHANGELOG and THREADING entriesCarlos Martín Nieto2015-06-241-9/+17
|
* Update THREADING and CHANGELOG with SecureTransport detailsCarlos Martín Nieto2015-04-231-4/+14
|
* Make the OpenSSL locking function warnings more severeCarlos Martín Nieto2014-12-121-6/+15
| | | | | 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.
* Fix GCD typoBen Chatelain2014-11-141-3/+4
|
* docs: explicitly document the threading caveatscmn/threadingCarlos Martín Nieto2014-11-011-0/+79
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.