summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hyper: deliver data to application with Curl_client_writebagder/hyper-clientDaniel Stenberg2021-01-171-15/+7
* cmake: expose CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIGRazvan Cojocaru2021-01-161-0/+4
* easyoptions: add the missing AWS_SIGV4Gisle Vanem2021-01-151-2/+3
* schannel_verify: fix safefree call typoDaniel Stenberg2021-01-151-5/+5
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-151-1/+2
* multi: set the PRETRANSFER time-stamp when we switch to PERFORMDaniel Stenberg2021-01-141-23/+9
* schannel: plug a memory-leakGisle Vanem2021-01-141-1/+1
* http_chunks: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-6/+6
* transfer: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* tftp: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* multi: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-14/+14
* ldap: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-5/+5
* doh: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-2/+2
* asyn-ares: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-4/+4
* vtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-26/+26
* bearssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-31/+31
* mbedtls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-32/+32
* wolfssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-30/+30
* nss: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-44/+44
* gnutls: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-49/+49
* openssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-65/+65
* nss: get the run-time version instead of build-timeDaniel Stenberg2021-01-131-2/+2
* misc: fix typosFabian Keil2021-01-115-8/+10
* multi_runsingle: bail out early on data->conn == NULLDaniel Stenberg2021-01-111-1/+4
* multi: skip DONE state if there's no connection left for ftp wildcardDaniel Stenberg2021-01-111-1/+4
* libssh2: fix "Value stored to 'readdir_len' is never read"Daniel Stenberg2021-01-111-1/+0
* connect: mark intentional ignores of setsockopt return valuesDaniel Stenberg2021-01-111-9/+8
* http_proxy: Fix CONNECT chunked encoding race conditionJay Satiro2021-01-111-1/+4
* url: if IDNA conversion fails, fallback to TransitionalDaniel Stenberg2021-01-111-0/+5
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-105-21/+25
* file: don't provide content-length for directoriesDaniel Stenberg2021-01-071-10/+12
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-2/+2
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-061-32/+17
* global_init: debug builds allocates a byte in initDaniel Stenberg2021-01-061-1/+14
* pretransfer: setup the User-Agent header hereDaniel Stenberg2021-01-052-14/+14
* c-hyper: poll the tasks until end correctlyDaniel Stenberg2021-01-052-3/+3
* mk-ca-bundle.pl: deterministic output when using -tGergely Nagy2021-01-051-1/+1
* wolfssl: add SECURE_RENEGOTIATION supportHimanshu Gupta2021-01-051-0/+7
* wolfssl: update copyright year rangeDaniel Stenberg2021-01-051-1/+1
* c-hyper: make CURLE_GOT_NOTHING workDaniel Stenberg2021-01-051-3/+8
* http_proxy: make CONNECT work with the Hyper backendDaniel Stenberg2021-01-053-48/+284
* wolfssl: Support wolfSSL builds missing TLS 1.1Jay Satiro2021-01-041-1/+6
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-024-9/+15
* language: s/behaviour/behavior/gEmil Engler2021-01-029-19/+19
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-013-5/+23
* c-hyper: make Digest and NTLM workDaniel Stenberg2020-12-301-0/+7
* cleanup: fix two empty expression statement has no effectDaniel Stenberg2020-12-301-5/+8
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-293-18/+33
* schannel: fix "empty expression statement has no effect"Daniel Stenberg2020-12-291-8/+6
* misc: assorted typo fixesXhmikosR2020-12-262-2/+2