summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ftp: never set data->set.ftp_append outside setoptbagder/ftp-appendDaniel Stenberg2021-02-086-8/+8
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-0811-13/+29
* hostip: fix build with sync resolverDaniel Stenberg2021-02-051-2/+10
* gskit: correct the gskit_send() prototypeJon Rumsey2021-02-051-1/+1
* urldata: fix build without HTTP and MQTTDaniel Stenberg2021-02-042-7/+0
* ftp: avoid SIZE when asking for a TYPE A fileDaniel Stenberg2021-02-041-7/+13
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-045-33/+32
* build: fix --disable-http-authJay Satiro2021-02-041-1/+5
* build: fix --disable-dateparseJay Satiro2021-02-041-2/+2
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-031-1/+1
* 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