summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http_chunks: correct and clarify a comment on hexnumber lengthDaniel Stenberg2021-01-192-6/+6
* curl_path: remove conn->data useDaniel Stenberg2021-01-194-13/+10
* transfer: remove conn->data useDaniel Stenberg2021-01-198-32/+26
* quic: remove conn->data useDaniel Stenberg2021-01-195-82/+79
* c-hyper: avoid duplicated Proxy-Connection headersDaniel Stenberg2021-01-191-0/+1
* http: make providing Proxy-Connection header not cause duplicated headersDaniel Stenberg2021-01-191-0/+1
* lib/Makefile.inc: convert to listing each file on its own lineDaniel Stenberg2021-01-191-16/+60
* ftplistparser: remove use of conn->dataDaniel Stenberg2021-01-191-6/+5
* lib: more conn->data cleanupsDaniel Stenberg2021-01-1930-574/+572
* vtls: reduce conn->data usePatrick Monnerat2021-01-1924-564/+597
* hyper: deliver data to application with Curl_client_writeDaniel Stenberg2021-01-181-15/+7
* gopher: remove accidental conn->data leftoverDaniel Stenberg2021-01-181-1/+1
* libssh: avoid plain free() of libssh-memoryDaniel Stenberg2021-01-181-2/+2
* send: assert that Curl_write_plain() has a ->conn when calledDaniel Stenberg2021-01-181-1/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-1774-2577/+2845
* 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