summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3
Commit message (Collapse)AuthorAgeFilesLines
* www.curl.se: new project homebagder/www.curl.seDaniel Stenberg2020-11-021-1/+1
|
* connection: never reuse CONNECT_ONLY conectionsDaniel Stenberg2019-02-191-1/+4
| | | | | | | | and make CONNECT_ONLY conections never reuse any existing ones either. Reported-by: Pavel Löbl Bug: https://curl.haxx.se/mail/lib-2019-02/0064.html Closes #3586
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-311-2/+13
|
* curl_easy_recv: Improve documentation and example programMichael Kaufmann2016-12-181-0/+1
| | | | | | | | | | | Follow-up to 82245ea: Fix the example program sendrecv.c (handle CURLE_AGAIN, handle incomplete send). Improve the documentation for curl_easy_recv() and curl_easy_send(). Reviewed-by: Frank Meier Assisted-by: Jay Satiro See https://github.com/curl/curl/pull/1134
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* CURLOPT_CONNECT_ONLY.3: CURLINFO_LASTSOCKET => CURLINFO_ACTIVESOCKETSvyatoslav Mishyn2015-10-081-1/+1
|
* CURLOPT_CONNECT_ONLY.3: Removed "This option is implemented for..." textSteve Holme2014-10-311-1/+1
| | | | | As this is covered by the PROTOCOLS section and saves having to update two parts of the document with the same information in future.
* CURLOPT_CONNECT_ONLY.3: Fixed incomplete protocol listSteve Holme2014-10-311-1/+1
| | | | Added missing IMAP to the protocol list.
* opts: more man pagesDaniel Stenberg2014-06-191-0/+51