summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-thread.3
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix links to OpenSSL docsJay Satiro2019-06-301-4/+5
| | | | | | | | OpenSSL changed their manual locations and does not redirect to the new locations. Bug: https://curl.haxx.se/mail/lib-2019-06/0056.html Reported-by: Daniel Stenberg
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-221-5/+1
| | | | | | | | Also removed mentions from most docs. Discussed: https://curl.haxx.se/mail/lib-2019-05/0045.html Closes #3888
* axtls: removedDaniel Stenberg2018-11-011-2/+0
| | | | | | | | | | As has been outlined in the DEPRECATE.md document, the axTLS code has been disabled for 6 months and is hereby removed. Use a better supported TLS library! Assisted-by: Daniel Gustafsson Closes #3194
* libcurl-thread.3: expand somewhat on the NO_SIGNAL motivationDaniel Stenberg2018-08-231-3/+9
| | | | | | | | | | | Multi-threaded applictions basically MUST set CURLOPT_NO_SIGNAL to 1L to avoid the risk of getting a SIGPIPE. Either way, a multi-threaded application that uses libcurl/openssl needs to have a signhandler for or ignore SIGPIPE on its own. Based on discussions in #2800 Closes #2904
* docs/comments: Update to secure URL versionsViktor Szakats2017-08-081-1/+1
| | | | Closes #1741
* libcurl-thread.3: fixed a bad macro that caused test 1140 to failDan Fandrich2017-04-101-1/+1
|
* libcurl-thread.3: also mention threaded-resolverDaniel Stenberg2017-04-091-4/+5
| | | | | Reported-by: Alex Bligh Bug: https://curl.haxx.se/mail/lib-2017-04/0044.html
* libcurl-tlibcurl-thread: Update OpenSSL linksJay Satiro2016-05-131-2/+8
| | | | | | Because the old OpenSSL link now redirects to their master documentation (currently 1.1.0), which does not document the required actions for OpenSSL <= 1.0.2.
* libcurl-thread.3: openssl 1.1.0 is safe, and so is boringsslDaniel Stenberg2016-05-081-0/+4
|
* libcurl-thread.3: minor nroff format fixDaniel Stenberg2016-03-221-1/+1
|
* URLs: change more http to httpsViktor Szakats2016-02-021-1/+1
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg2016-02-021-2/+2
|
* libcurl-thread.3: minor reformattingDaniel Stenberg2015-07-311-65/+46
|
* libcurl-thread.3: Warn memory functions must be thread safeJay Satiro2015-07-311-4/+9
| | | | | Bug: http://curl.haxx.se/mail/lib-2015-07/0149.html Reported-by: Eric Ridge
* libcurl-thread.3: Clarify CURLOPT_NOSIGNAL takes long value 1LJay Satiro2015-07-291-3/+3
|
* libcurl-thread.3: Revert to stricter handle wordingJay Satiro2015-07-281-33/+42
| | | | | .. also update formatting and add WinSSL and wolfSSL to the SSL/TLS handlers list.
* libcurl-thread.3: Consolidate thread safety infoJay Satiro2015-07-281-0/+100
This is a new document to consolidate our thread safety information from several documents (curl-www:features, libcurl.3, libcurl-tutorial.3). Each document's section on multi-threading will now point to this one.