summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: handle errors returned from socket/timer callbacksDaniel Stenberg2021-12-065-59/+131
* http2:set_transfer_url() return early on OOMDaniel Stenberg2021-12-061-1/+4
* openldap: implement STARTTLSPatrick Monnerat2021-12-062-6/+67
* urlapi: accept port number zeroDaniel Stenberg2021-12-031-3/+1
* mbedTLS: include NULL byte in blob data length for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-12-021-2/+7
* version_win32: Check build number and platform idWyatt O'Day2021-12-027-26/+76
* libssh2: fix error message for sha256 mismatchJay Satiro2021-12-021-1/+1
* openssl: check the return value of BIO_new()x20182021-12-011-0/+12
* mbedTLS: add support for CURLOPT_CAINFO_BLOBFlorian Van Heghe2021-11-301-1/+20
* digest: compute user:realm:pass digest w/o userhashGlenn Strauss2021-11-301-2/+1
* openldap: handle connect phase with a state machinePatrick Monnerat2021-11-261-111/+213
* Makefile.m32: rename -winssl option to -schannel and tidy upViktor Szakats2021-11-251-26/+26
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-252-66/+126
* urlapi: make Curl_is_absolute_url always use MAX_SCHEME_LENDaniel Stenberg2021-11-254-13/+15
* urlapi: reject short file URLsDaniel Stenberg2021-11-231-0/+4
* urlapi: cleanup scheme parsingStefan Eissing2021-11-221-16/+22
* rustls: remove comment about checking handshakingJacob Hoffman-Andrews2021-11-201-3/+0
* openssl: use non-deprecated API to read key parametersMarcel Raad2021-11-201-28/+66
* openssl: reduce code duplicationMarcel Raad2021-11-201-25/+12
* openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailableMarcel Raad2021-11-201-1/+2
* openssl: remove usage of deprecated `SSL_get_peer_certificate`Marcel Raad2021-11-201-2/+6
* http: enable haproxy support for hyper backendDaniel Stenberg2021-11-192-8/+3
* cmake: don't set _USRDLL on a static Windows buildDon2021-11-181-4/+1
* 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