summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tftp: mark protocol as not possible to do over CONNECTDaniel Stenberg2021-11-154-7/+14
* mime: use percent-escaping for multipart form field and file namesPatrick Monnerat2021-11-154-21/+54
* 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
* 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
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-111-11/+17
* vtls/rustls: handle RUSTLS_RESULT_PLAINTEXT_EMPTYKevin Burke2021-11-111-7/+4
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-111-3/+3
* multi: shut down CONNECT in Curl_detach_connnectionDaniel Stenberg2021-11-112-5/+6
* url.c: fix the SIGPIPE comment for Curl_closeDaniel Stenberg2021-11-101-3/+1
* 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
* ftp: make the MKD retry to retry once per directoryRoger Young2021-11-081-5/+6
* ngtcp2: support latest QUIC TLS RFC9001Amaury Denoyelle2021-11-051-1/+1
* schannel: fix memory leak due to failed SSL connectionJay Satiro2021-11-021-19/+24
* Curl_updateconninfo: store addresses for QUIC connections tooDaniel Stenberg2021-11-021-8/+6
* ngtcp2: specify the missing required callback functionsTatsuhiro Tsujikawa2021-11-011-2/+16
* imap: display quota informationAxel Morawietz2021-10-281-0/+1
* url: check the return value of curl_url()x20182021-10-281-0/+5
* http: reject HTTP response codes < 100Daniel Stenberg2021-10-271-2/+6
* sendf: accept zero-length data in Curl_client_write()Patrick Monnerat2021-10-251-3/+5
* c-hyper: make CURLOPT_SUPPRESS_CONNECT_HEADERS workDaniel Stenberg2021-10-252-16/+23
* Makefile.m32: fix to not require OpenSSL with -libssh2 or -rtmp optionsViktor Szakats2021-10-251-3/+8
* lib: fixing comment spelling typos in lib filesEddie Lumpkin2021-10-2210-15/+15
* openssl: if verifypeer is not requested, skip the CA loadingDaniel Stenberg2021-10-221-44/+20
* c-hyper: don't abort CONNECT responses early when auth-in-progressDaniel Stenberg2021-10-222-1/+3
* hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODINGDaniel Stenberg2021-10-221-0/+4
* c-hyper: make test 217 runDaniel Stenberg2021-10-222-1/+8
* http_proxy: multiple CONNECT with hyper done betterDaniel Stenberg2021-10-211-2/+17
* hyper: pass the CONNECT line to the debug callbackDaniel Stenberg2021-10-211-0/+9
* mime: mention CURL_DISABLE_MIME in commentErik Stenlund2021-10-201-1/+2
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-193-3/+3
* curl_gssapi: fix build warnings by removing constDaniel Stenberg2021-10-191-2/+2
* curl_gssapi: fix link error on macOS MontereyBo Anderson2021-10-191-4/+6
* checksrc: improve the SPACESEMICOLON error messageDaniel Stenberg2021-10-181-6/+2
* url: set "k->size" -1 at start of requestDaniel Stenberg2021-10-181-1/+1
* doh: remove experimental code for DoH with GETDaniel Gustafsson2021-10-182-24/+2
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-171-9/+28
* urlapi: skip a strlen(), pass in zeroDaniel Stenberg2021-10-151-2/+1
* misc: update copyright yearsDaniel Stenberg2021-10-152-2/+2
* http: set content length earlierJay Satiro2021-10-153-45/+41
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-151-1/+6
* openssl: with OpenSSL 1.1.0+ a failed RAND_status means goawayDaniel Stenberg2021-10-141-12/+23
* http: remove assert that breaks hyperDaniel Stenberg2021-10-141-1/+1
* http_proxy: fix one more result assign for hyperDaniel Stenberg2021-10-141-1/+1
* c-hyper: make Curl_http propagate errors betterDaniel Stenberg2021-10-141-41/+78
* http_proxy: make hyper CONNECT() return the correct error codeDaniel Stenberg2021-10-141-12/+39
* http2: make getsock not wait for write if there's no remote windowDaniel Stenberg2021-10-121-5/+21