summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gen.pl: improve example output formatbagder/gen-exampleDaniel Stenberg2021-11-153-10/+16
* Revert "form-escape.d: double the back-slashes for proper man page output"Daniel Stenberg2021-11-151-1/+1
* form-escape.d: double the back-slashes for proper man page outputDaniel Stenberg2021-11-151-1/+1
* page-footer: add a mention of how to report bugs to the man pageDaniel Stenberg2021-11-151-0/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-11-152-11/+37
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-1523-31/+464
* zuul.d: update rustls-ffi to version 0.8.2Kevin Burke2021-11-152-3/+3
* configure: better diagnostics if hyper is built wrongDaniel Stenberg2021-11-141-1/+7
* test1939: require proxy support to runDaniel Stenberg2021-11-141-0/+3
* test302[12]: run only with the libssh2 backendDaniel Stenberg2021-11-142-0/+8
* runtests: make the SSH library a testable featureDaniel Stenberg2021-11-142-0/+18
* rustls: read of zero bytes might be okayJacob Hoffman-Andrews2021-11-131-8/+18
* rustls: remove incorrect EOF checkJacob Hoffman-Andrews2021-11-131-5/+0
* lib1939: make it endure torture testsDaniel Stenberg2021-11-131-29/+26
* azure: make the "w/o HTTP/SMTP/IMAP" build disable SSL properDaniel Stenberg2021-11-131-1/+1
* configure: add -lm to configure for rustls build.Jacob Hoffman-Andrews2021-11-131-8/+3
* curl_share_setopt.3: refer to CURLSHOPT_USERDATA(3) properlyDaniel Stenberg2021-11-121-2/+1
* curl_share_setopt.3: split out options into their own manpagesDaniel Stenberg2021-11-127-70/+370
* http_proxy: make Curl_connect_done() work for proxy disabled buildsDaniel Stenberg2021-11-121-1/+2
* Curl_connect_done: handle being called twiceDaniel Stenberg2021-11-121-2/+3
* configure: don't enable TLS when --without-* flags are usedStan Hu2021-11-121-9/+27
* docs/checksrc: Add documentation for STRERRORRikard Falkeborn2021-11-111-1/+3
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-113-13/+20
* vtls/rustls: handle RUSTLS_RESULT_PLAINTEXT_EMPTYKevin Burke2021-11-111-7/+4
* zuul: update build environment for rustls-ffi 0.8.0Kevin Burke2021-11-112-3/+3
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-113-8/+8
* RELEASE-NOTES: syncedDaniel Stenberg2021-11-112-268/+14
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-116-7/+138
* curl_easy_cleanup.3: remove from multi handle firstDaniel Stenberg2021-11-101-0/+4
* url.c: fix the SIGPIPE comment for Curl_closeDaniel Stenberg2021-11-101-3/+1
* RELEASE-NOTES: syncedcurl-7_80_0Daniel Stenberg2021-11-101-15/+34
* THANKS: add contributors from the 7.80.0 cycleDaniel Stenberg2021-11-101-0/+45
* ngtcp2: advertise h3 as well as h3-29Tatsuhiro Tsujikawa2021-11-091-7/+10
* ngtcp2: use QUIC v1 consistentlyTatsuhiro Tsujikawa2021-11-091-2/+2
* ngtcp2: compile with the latest nghttp3Tatsuhiro Tsujikawa2021-11-091-1/+1
* tests: add Schannel-specific tests and disable unsupported onesMarc Hoersken2021-11-0915-24/+332
* docs: NAME fixes in easy option man pagesDaniel Stenberg2021-11-0827-46/+46
* ftp: make the MKD retry to retry once per directoryRoger Young2021-11-081-5/+6
* tool_operate: reorder code to avoid compiler warningDaniel Stenberg2021-11-081-3/+4
* curl_easy_perform.3: add a para about recv and send dataDaniel Stenberg2021-11-081-0/+6
* tool_operate: fclose stream only if fopenedDaniel Stenberg2021-11-081-1/+1
* libcurl-easy.3: language polishDaniel Stenberg2021-11-081-5/+6
* limit-rate.d: this is average over several secondsDaniel Stenberg2021-11-081-0/+3
* docs: reduce/avoid English contractionsDaniel Stenberg2021-11-07265-925/+926
* tool_operate: fix torture leaks with etagsDaniel Stenberg2021-11-061-5/+11
* ngtcp2: support latest QUIC TLS RFC9001Amaury Denoyelle2021-11-051-1/+1
* test1173: make manpage-syntax.pl spot \n errors in examplesDaniel Stenberg2021-11-051-0/+3
* man pages: fix backslash-n in examplesDaniel Stenberg2021-11-0520-22/+22
* scripts/release-notes.pl: use out of repo links verbatim in refsDaniel Stenberg2021-11-051-5/+26
* tool_operate: a failed etag save now only fails that transferDaniel Stenberg2021-11-044-70/+162