summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: remove conn->data usesPatrick Monnerat2021-01-2419-96/+99
* hyper: remove the conn->data referencesDaniel Stenberg2021-01-221-5/+5
* hostip: remove conn->data from resolver functionsDaniel Stenberg2021-01-2217-253/+241
* strerror: skip errnum >= 0 assertion on windowsJay Satiro2021-01-221-0/+2
* doh: make Curl_doh_is_resolved survive a NULL pointerDaniel Stenberg2021-01-211-0/+2
* wolfssh: remove conn->data referencesDaniel Stenberg2021-01-211-70/+73
* http: empty reply connection are not left intactDaniel Stenberg2021-01-211-0/+2
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-217-104/+101
* lib: save a bit of space with some structure packingErik Olsson2021-01-2012-33/+31
* http: get CURLOPT_REQUEST_TARGET working with a HTTP proxyFabian Keil2021-01-201-2/+3
* ftp: remove conn->data leftoverDaniel Stenberg2021-01-201-1/+1
* curl_range: remove conn->dataDaniel Stenberg2021-01-204-9/+6
* quiche: fix unused parameter ‘conn’Daniel Stenberg2021-01-201-5/+3
* transfer: fix ‘conn’ undeclared mistake for iconv buildDaniel Stenberg2021-01-201-0/+1
* doh: allocate state struct on demandDaniel Stenberg2021-01-203-36/+50
* socks: use the download buffer insteadDaniel Stenberg2021-01-203-31/+26
* urldata: make magic be the first struct fieldDaniel Stenberg2021-01-206-11/+24
* 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