summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: Fix build error due to change in ngtcp2_settingsJay Satiro2021-02-022-8/+11
* vtls: remove md5sumDaniel Stenberg2021-02-0212-148/+0
* quiche: don't use primary_ip / primary_portAlessandro Ghedini2021-02-011-3/+8
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-303-212/+273
* hyper: fix CONNECT to set 'data' as userdataDaniel Stenberg2021-01-302-2/+2
* connect: fix compile errors in `Curl_conninfo_local`Layla2021-01-291-1/+2
* transfer: fix GCC 10 warning with flag '-Wint-in-bool-context'Michał Antoniak2021-01-291-2/+3
* avoid warning: enum constant in boolean contextMichał Antoniak2021-01-291-1/+1
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-299-9/+9
* openssl: lowercase the hostname before using it for SNIDaniel Stenberg2021-01-291-4/+15
* build: fix djgpp buildsGisle Vanem2021-01-271-1/+1
* hyper: fix typo in c-hyper.cIkko Ashimine2021-01-271-1/+1
* libssh2: fix CURL_LIBSSH2_DEBUG-enabled buildDaniel Stenberg2021-01-271-1/+1
* asyn-thread: fix build for when getaddrinfo missingJay Satiro2021-01-271-1/+1
* urldata: move 'ints' to the end of 'connectdata'Daniel Stenberg2021-01-271-15/+14
* urldata: store ip version in a single byteDaniel Stenberg2021-01-273-6/+5
* urldata: remove duplicate 'upkeep_interval_ms' from connectdataDaniel Stenberg2021-01-273-6/+1
* urldata: remove 'local_ip' from the connectdata structDaniel Stenberg2021-01-275-21/+34
* urldata: remove duplicate port number storageDaniel Stenberg2021-01-273-8/+8
* urldata: remove the duplicate 'ip_addr_str' fieldDaniel Stenberg2021-01-275-11/+4
* select: convert Curl_select() to private static functionDaniel Stenberg2021-01-272-14/+11
* Curl_chunker: shrink the structDaniel Stenberg2021-01-273-15/+11
* ngtcp2: Fix http3 upload stallTatsuhiro Tsujikawa2021-01-261-55/+54
* ngtcp2: Fix stack buffer overflowTatsuhiro Tsujikawa2021-01-261-2/+3
* warnless.h: remove the prototype for curlx_ultosiDaniel Stenberg2021-01-261-3/+1
* warnless: remove curlx_ultosiDaniel Stenberg2021-01-261-20/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-266-72/+77
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-266-20/+16
* hostip/proxy: remove conn->data useDaniel Stenberg2021-01-2610-40/+43
* url: reduce conn->data referencesDaniel Stenberg2021-01-264-45/+47
* libssh2: move data from connection object to transfer objectDaniel Stenberg2021-01-252-139/+149
* 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