summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* curl.h: allow up to 10M buffer sizeDaniel Stenberg2023-01-081-1/+3
* CURLOPT_HEADERDATA.3: warn DLL users must set write functionJay Satiro2023-01-061-0/+4
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-03493-494/+494
* curl_global_sslset.3: clarify the openssl situationDaniel Stenberg2023-01-011-4/+14
* docs/libcurl/curl_getdate.3: minor whitespace editDaniel Stenberg2022-12-301-2/+3
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-272-0/+5
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-262-0/+13
* docs: mention indirect effects of --insecureDaniel Stenberg2022-12-212-0/+16
* CURLOPT_DEBUGFUNCTION.3: emphasize that incoming data is "raw"Daniel Stenberg2022-12-161-1/+4
* curl_url_get.3: remove spurious backtickDaniel Stenberg2022-12-151-1/+1
* curl_url_set.3: document CURLU_DISALLOW_USERDaniel Stenberg2022-12-151-0/+4
* curl_url_set.3: fix typoEmil Engler2022-12-131-1/+1
* ws: if no connection is around, return errorDaniel Stenberg2022-12-131-2/+7
* docs/curl_ws_send: Fixed typo in websocket docsMonkeybreadSoftware2022-12-111-2/+2
* KNOWN_BUGS: remove items not considered bugs any moreDaniel Stenberg2022-12-093-11/+24
* CURLOPT_COOKIEFILE.3: advice => adviseDaniel Stenberg2022-12-091-1/+1
* mime: relax easy/mime structures bindingPatrick Monnerat2022-11-281-5/+9
* KNOWN_BUGS: remove five FTP related issuesDaniel Stenberg2022-11-262-0/+6
* aws_sigv4: consult x-%s-content-sha256 for payload hashCasey Bodley2022-11-251-1/+7
* docs: add more "SEE ALSO" links to CA related pagesDaniel Stenberg2022-11-222-2/+4
* CURLOPT_POST.3: Explain setting to 0 changes request typeJay Satiro2022-11-191-0/+4
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-183-0/+62
* lib: feature deprecation warnings in gcc >= 4.3Patrick Monnerat2022-11-156-7/+14
* docs: curl_version_info is not thread-safe before libcurl initializationPatrick Monnerat2022-11-142-0/+6
* version: add a feature names array to curl_version_info_dataPatrick Monnerat2022-11-142-44/+117
* lib: add CURL_WRITEFUNC_ERROR to signal write callback errorJay Satiro2022-11-104-4/+16
* curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake2022-11-084-0/+80
* CURLOPT_DEBUGFUNCTION.3: do not assume nul-termination in exampleDaniel Stenberg2022-11-071-1/+2
* noproxy: tailmatch like in 7.85.0 and earlierDaniel Stenberg2022-11-071-4/+0
* libcurl-errors.3: remove duplicate wordAdam Averay2022-11-031-1/+1
* docs: remove performance note in CURLOPT_SSL_VERIFYPEERPatrick Schlangen2022-10-301-9/+0
* docs: explain the noproxy CIDR notation supportDaniel Stenberg2022-10-281-0/+5
* CURLMOPT_SOCKETFUNCTION.3: clarify CURL_POLL_REMOVEDaniel Stenberg2022-10-261-7/+12
* docs: make sure libcurl opts examples pass in long argumentsDaniel Stenberg2022-10-2216-16/+19
* noproxy: support proxies specified using cidr notationDaniel Stenberg2022-10-211-4/+0
* CURLMOPT_PIPELINING.3: dedup manpage xrefBrad Harder2022-10-201-1/+0
* CURLOPT_AUTOREFERER.3: highlight the privacy leak riskDaniel Stenberg2022-10-181-1/+5
* CURLOPT_POSTFIELDS.3: refer to CURLOPT_MIMEPOSTDaniel Stenberg2022-10-171-1/+2
* doc: fix deprecation versions inconsistenciesPatrick Monnerat2022-10-1318-45/+53
* misc: nitpick grammar in comments/docs129322022-10-121-1/+1
* docs: fix grammar around needing pass phraseMartin Ă…gren2022-10-112-2/+2
* curl_ws_send.3: call the argument 'fragsize'Daniel Stenberg2022-10-071-7/+7
* websockets: remodeled API to support 63 bit frame sizesDaniel Stenberg2022-10-074-37/+71
* CURLOPT_COOKIEFILE: insist on "" for enable-without-fileDaniel Stenberg2022-10-061-4/+8
* CURLOPT_HTTPPOST.3: bolden the deprecation noticeJay Satiro2022-10-052-4/+3
* CURLOPT_MIMEPOST.3: add an (inline) exampleDaniel Stenberg2022-10-051-3/+19
* CURLOPT_COOKIELIST.3: fix formatting mistakeDaniel Stenberg2022-10-041-1/+1
* curl_url_set.3: document CURLU_APPENDQUERY properDaniel Stenberg2022-10-011-7/+10
* lib: sanitize conditional exclusion around MIMEPatrick Monnerat2022-09-291-7/+31
* CURLSHOPT_UNLOCKFUNC.3: the callback as no 'access' argumentDaniel Stenberg2022-09-281-2/+0