summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls: compare blobs when finding a connection to reusebagder/ssl-compare-blobsDaniel Stenberg2020-06-283-1/+46
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-2815-28/+28
* http: fix proxy auth with blank passwordDaniel Stenberg2020-06-281-1/+1
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* url: allow user + password to contain "control codes" for HTTP(S)Daniel Stenberg2020-06-253-12/+25
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-2516-34/+60
* http2: set the correct URL in pushed transfersDaniel Stenberg2020-06-251-0/+44
* openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez2020-06-251-4/+5
* escape: zero length input should return a zero length outputDaniel Stenberg2020-06-251-0/+3
* Curl_inet_ntop: always check the return codeDaniel Stenberg2020-06-242-7/+13
* sendf: improve the message on client write errorsDaniel Stenberg2020-06-241-1/+1
* url: make sure pushed streams get an allocated download bufferDaniel Stenberg2020-06-233-4/+11
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-13/+9
* openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro2020-06-221-1/+1
* copyright: update mismatched copyright yearsDaniel Stenberg2020-06-221-1/+1
* multibyte: Fixed access-> waccess to file for Windows PlarformValentyn Korniienko2020-06-212-0/+25
* altsvc: bump to h3-29Daniel Stenberg2020-06-191-2/+2
* connect: improve happy eyeballs handlingDaniel Stenberg2020-06-185-58/+84
* ngtcp2: never call fprintf() in lib code in release versionDaniel Stenberg2020-06-181-12/+14
* ngtcp2: fix happy eyeballs quic connect crashDaniel Stenberg2020-06-181-1/+2
* select: remove the unused ELAPSED_MS() macroDaniel Stenberg2020-06-181-3/+0
* multi: implement wait using winsock eventsrcombs2020-06-172-4/+122
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-165-19/+24
* http: move header storage to Curl_easy from connectdataDaniel Stenberg2020-06-1510-130/+137
* altsvc: remove the num field from the altsvc structDaniel Stenberg2020-06-122-4/+0
* share: don't set the share flag it something failsDaniel Stenberg2020-06-121-3/+5
* wording: avoid blacklist/whitelist stereotypesDaniel Stenberg2020-06-102-12/+11
* socks: detect connection close during handshakeDaniel Stenberg2020-06-081-4/+28
* multi: add defensive check on data->multi->num_alivexquery2020-06-081-1/+3
* Curl_addrinfo: use one malloc instead of threeDaniel Stenberg2020-06-082-56/+22
* quiche: update SSLKEYLOGFILE supportAlessandro Ghedini2020-06-081-1/+7
* ngtcp2: update with recent API changesDaniel Stenberg2020-06-081-5/+8
* socks: remove unreachable breaks in socks.c and mime.cxquery2020-06-082-5/+3
* libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg2020-06-081-62/+66
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-065-9/+13
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* socks: fix expected length of SOCKS5 replyCherish982020-06-051-0/+7
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-054-37/+21
* quiche: advertise draft 28 supportPeter Wu2020-06-042-3/+15
* altsvc: fix 'dsthost' may be used uninitialized in this functionDaniel Stenberg2020-06-031-1/+1
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-0210-59/+56
* hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg2020-06-021-6/+15
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-012-0/+16
* transfer: remove k->str NULL checkDaniel Stenberg2020-06-011-1/+1
* select: always use Sleep in Curl_wait_ms on Win32Marc Hoersken2020-06-011-16/+4
* conncache: download buffer needs +1 size for trailing zeroDaniel Stenberg2020-05-311-1/+1
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-3020-150/+408
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-308-53/+50
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-3015-54/+45
* select: add overflow checks for timeval conversionsMarc Hoersken2020-05-301-4/+59