summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ntlm: free target_info before (re-)mallocbagder/ntlm-fuzz-memleakDaniel Stenberg2020-07-261-0/+1
* doh: remove redundant castMarcel Raad2020-07-211-2/+2
* md(4|5): don't use deprecated macOS functionsMarcel Raad2020-07-192-2/+6
* strdup: remove the odd strlen checkDaniel Stenberg2020-07-181-9/+4
* ngtcp2: adjust to recent sockaddr updatesDaniel Stenberg2020-07-162-9/+7
* CURL_PUSH_ERROROUT: allow the push callback to fail the parent streamDaniel Stenberg2020-07-161-9/+18
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35
* CURLINFO_EFFECTIVE_METHOD: addedDaniel Stenberg2020-07-143-4/+28
* windows: add unicode to feature listViktor Szakats2020-07-141-0/+3
* multi: remove two checks always trueDaniel Stenberg2020-07-141-2/+2
* socks: use size_t for size variableihsinme2020-07-121-3/+3
* content_encoding: add zstd decoding supportGilles Vollant2020-07-124-3/+154
* asyn.h: remove the Curl_resolver_getsock defineDaniel Stenberg2020-07-121-1/+0
* ngtcp2: update to modified qlog callback prototypeDaniel Stenberg2020-07-121-1/+3
* transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg2020-07-121-1/+2
* bearssl: fix build with disabled proxy supportBaruch Siach2020-07-121-2/+9
* http2: only do the *done() cleanups for HTTPDaniel Stenberg2020-07-041-1/+2
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* http2: close the http2 connection when no more requests may be sentLaramie Leavitt2020-07-031-0/+10
* http2: fix nghttp2_strerror -> nghttp2_http2_strerror in debug messagesJeremy Maitin-Shepard2020-07-021-2/+2
* url: silence MSVC warningMarcel Raad2020-07-021-1/+1
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-06-302-122/+4
* ngtcp2: sync with current masterDaniel Stenberg2020-06-291-1/+3
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-293-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