aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
AgeCommit message (Expand)Author
2023-03-22Upgrade curl to curl-8_0_1Sadaf Ebrahimi
2023-03-16lib2305: deal with CURLE_AGAINDaniel Stenberg
2023-03-14aws_sigv4: fall back to UNSIGNED-PAYLOAD for sign_as_s3Casey Bodley
2023-03-10CURLOPT_PROXY.3: curl+NSS does not handle HTTPS over unix domain socketDaniel Stenberg
2023-03-10CURLSHOPT_SHARE.3: HSTS sharing is not thread-safeDaniel Stenberg
2023-03-08doc: fix compiler warning in libcurl.m4Evgeny Grin (Karlson2k)
2023-03-08misc: fix typosViktor Szakats
2023-03-07docs: extend the URL API descriptionsDaniel Stenberg
2023-03-03urlapi: parse IPv6 literals without ENABLE_IPV6Brad Spencer
2023-02-28libcurl-errors.3: add the CURLHcode errors from curl_easy_header.3Daniel Stenberg
2023-02-18CURLOPT_WS_OPTIONS.3: fix the availability versionPierrick Charron
2023-02-07man pages: call the custom user pointer 'clientp' consistentlyDaniel Stenberg
2023-02-06curl_ws_send.3: clarify how to send multi-frame messagesDaniel Stenberg
2023-02-03CURLOPT_WRITEFUNCTION.3: fix memory leak in exampleThomas1664
2023-01-31curl_free.3: fix return type of `curl_free`Thomas1664 on github
2023-01-29CURLOPT_READFUNCTION.3: the callback 'size' arg is always 1Daniel Stenberg
2023-01-20docs: POSTFIELDSIZE must be set to -1 with read functionDan Fandrich
2023-01-17curl_version_info.3: fix typoSergey Bronnikov
2023-01-17openssl: Don't ignore CA paths when using Windows CA store (redux)Jay Satiro
2023-01-12curl.h: add CURL_HTTP_VERSION_3ONLYDaniel Stenberg
2023-01-08curl.h: allow up to 10M buffer sizeDaniel Stenberg
2023-01-06CURLOPT_HEADERDATA.3: warn DLL users must set write functionJay Satiro
2023-01-03Upgrade curl to curl-7_87_0Sadaf Ebrahimi
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2023-01-01curl_global_sslset.3: clarify the openssl situationDaniel Stenberg
2022-12-30docs/libcurl/curl_getdate.3: minor whitespace editDaniel Stenberg
2022-12-27share: add sharing of HSTS cache among handlesDaniel Stenberg
2022-12-26urlapi: add CURLU_PUNYCODEDaniel Stenberg
2022-12-21docs: mention indirect effects of --insecureDaniel Stenberg
2022-12-16CURLOPT_DEBUGFUNCTION.3: emphasize that incoming data is "raw"Daniel Stenberg
2022-12-15curl_url_get.3: remove spurious backtickDaniel Stenberg
2022-12-15curl_url_set.3: document CURLU_DISALLOW_USERDaniel Stenberg
2022-12-13curl_url_set.3: fix typoEmil Engler
2022-12-13ws: if no connection is around, return errorDaniel Stenberg
2022-12-11docs/curl_ws_send: Fixed typo in websocket docsMonkeybreadSoftware
2022-12-09KNOWN_BUGS: remove items not considered bugs any moreDaniel Stenberg
2022-12-09CURLOPT_COOKIEFILE.3: advice => adviseDaniel Stenberg
2022-11-28mime: relax easy/mime structures bindingPatrick Monnerat
2022-11-26KNOWN_BUGS: remove five FTP related issuesDaniel Stenberg
2022-11-25aws_sigv4: consult x-%s-content-sha256 for payload hashCasey Bodley
2022-11-22docs: add more "SEE ALSO" links to CA related pagesDaniel Stenberg
2022-11-19CURLOPT_POST.3: Explain setting to 0 changes request typeJay Satiro
2022-11-18CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux
2022-11-15lib: feature deprecation warnings in gcc >= 4.3Patrick Monnerat
2022-11-14docs: curl_version_info is not thread-safe before libcurl initializationPatrick Monnerat
2022-11-14version: add a feature names array to curl_version_info_dataPatrick Monnerat
2022-11-10lib: add CURL_WRITEFUNC_ERROR to signal write callback errorJay Satiro
2022-11-08curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake
2022-11-07CURLOPT_DEBUGFUNCTION.3: do not assume nul-termination in exampleDaniel Stenberg
2022-11-07noproxy: tailmatch like in 7.85.0 and earlierDaniel Stenberg