summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-206-27/+45
* sectransp: check for client certs by name first, then fileDaniel Stenberg2021-07-201-14/+19
* telnet: fix option parser to not send uninitialized contentsDaniel Stenberg2021-07-201-6/+11
* connect: fix wrong format specifier in connect error stringJay Satiro2021-07-201-1/+2
* misc: copyright year range updatesDaniel Stenberg2021-07-191-1/+1
* lib: fix compiler warnings with CURL_DISABLE_NETRCMAntoniak2021-07-183-0/+10
* easy: during upkeep, attach Curl_easy to connections in the cacheJosie Huddleston2021-07-171-1/+8
* cleanup: spell DoH with a lowercase oJosh Soref2021-07-165-28/+28
* mbedtls: Remove unnecessary includeMAntoniak2021-07-162-5/+0
* multi: fix crash in curl_multi_wait / curl_multi_pollUser Sg2021-07-161-2/+2
* build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGSSergey Markelov2021-07-164-0/+13
* [SChannel] Use '_tcsncmp()' insteadGisle Vanem2021-07-161-18/+8
* [PellesC] missing '_tcsnccmp'Gisle Vanem2021-07-161-0/+10
* Revert "ftp: Expression 'ftpc->wait_data_conn' is always false"Jonathan Wernberg2021-07-081-2/+7
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-082-5/+5
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-0768-933/+918
* wolfssl: failing to set a session id is not reason to error outDaniel Stenberg2021-07-071-8/+4
* test1147: hyper doesn't allow "crazy" request headers like built-inDaniel Stenberg2021-07-051-1/+1
* c-hyper: bail on too long response headersDaniel Stenberg2021-07-051-0/+6
* c-hyper: add support for transfer-encoding in the requestDaniel Stenberg2021-07-053-27/+46
* cmake: remove libssh2 feature checksAndrea Pappacoda2021-07-051-15/+0
* socks4: scan for the IPv4 address in resolve resultsDaniel Stenberg2021-07-051-13/+15
* formdata: avoid "Argument cannot be negative" warningDaniel Stenberg2021-07-011-4/+10
* lib: more %u for port and int for %*s fixesDaniel Stenberg2021-07-013-3/+3
* doh: (void)-prefix call to curl_easy_setoptDaniel Stenberg2021-07-011-1/+1
* lib: fix type of len passed to *printf's %*sDaniel Stenberg2021-06-303-4/+5
* lib: use %u instead of %ld for port number printfDaniel Stenberg2021-06-303-4/+4
* version: turn version number functions into returning voidDaniel Stenberg2021-06-3013-37/+31
* mqtt: extend the error message for no topicDaniel Stenberg2021-06-301-13/+5
* formdata: correct typecast in curl_mime_data callDaniel Stenberg2021-06-301-2/+2
* url: (void)-prefix a curl_url_get() callDaniel Stenberg2021-06-301-1/+1
* vtls: use free() not curl_free()Daniel Stenberg2021-06-301-2/+2
* http: fix crash in rate-limited uploadJay Satiro2021-06-291-0/+1
* openssl: avoid static variable for seed flagDaniel Stenberg2021-06-292-5/+7
* misc: fix typos in comments which repeat a wordAndrei Rybak2021-06-283-3/+3
* multi: alter transfer timeout orderingRichard Whitehouse2021-06-243-54/+100
* multi: do not switch off connect_only flag when closingDaniel Stenberg2021-06-241-1/+0
* http: make the haproxy support work with unix domain socketsDaniel Stenberg2021-06-241-24/+21
* quiche: use send() instead of sendto() to avoid macOS issueBachue Zhou2021-06-211-3/+2
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-213-20/+16
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-11/+14
* vtls: fix warning due to function prototype mismatchJay Satiro2021-06-212-2/+2
* curl_multibyte: Remove local encoding fallbacksJay Satiro2021-06-211-22/+28
* curl_endian: remove the unused Curl_write64_le functionDaniel Stenberg2021-06-201-42/+0
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-199-16/+20
* gnutls: set the preferred TLS versions in correct orderDaniel Stenberg2021-06-181-18/+13
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-1810-72/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-1/+1
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-188-20/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-182-6/+0