aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-08-05quiche: initial h3 request send/receiveDaniel Stenberg
2019-08-05lib/Makefile.am: make checksrc run in vquic tooDaniel Stenberg
2019-08-05altsvc: fix removal of expired cache entryDaniel Stenberg
2019-08-04RELEASE-NOTES: syncedDaniel Stenberg
2019-08-04md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme
2019-08-04md4: No need to include Curl_md4.h for each TLS librarySteve Holme
2019-08-04md4: No need for the NTLM code to call Curl_md4it() for each TLS librarySteve Holme
2019-08-04md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme
2019-08-04md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme
2019-08-04md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme
2019-08-04OS400: Add CURLOPT_H3 symbolsJay Satiro
2019-08-03url: make use of new HTTP version if alt-svc has oneDaniel Stenberg
2019-08-03url: set conn->transport to default TCP at init timeDaniel Stenberg
2019-08-03altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg
2019-08-03alt-svc: more liberal ALPN name parsingDaniel Stenberg
2019-08-02quiche: use the proper HTTP/3 ALPNDaniel Stenberg
2019-08-02quiche: add failf() calls for two error casesDaniel Stenberg
2019-08-02mailmap: added Kyohei KadotaDaniel Stenberg
2019-08-01http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka
2019-08-01mailmap: added 4 more namesDaniel Stenberg
2019-08-01mailmap: add Giorgos OikonomouDaniel Stenberg
2019-08-01src/makefile: fix uncompressed hugehelp.c generationDaniel Stenberg
2019-08-01appveyor: pass on -k to makeDaniel Stenberg
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-31ROADMAP: parallel transfers are merged nowDaniel Stenberg
2019-07-31getenv: support up to 4K environment variable contents on windowsDaniel Stenberg
2019-07-31plan9: add support for running on Plan 9lufia
2019-07-31ntlm: explicit type castinglufia
2019-07-30curl.h: fix outdated commentJustin
2019-07-30curl: remove outdated commentDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-30readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg
2019-07-30mailmap: Amit KatyalDaniel Stenberg
2019-07-30asyn-thread: removed unused variableDaniel Stenberg
2019-07-30RELEASE-NOTES: syncedDaniel Stenberg
2019-07-30asyn-thread: create a socketpair to wait onamkatyal
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg
2019-07-29progress: reset download/uploaded counterDaniel Stenberg
2019-07-29http2_recv: trigger another read when the last data is returnedDaniel Stenberg
2019-07-29curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg
2019-07-29HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics
2019-07-29winbuild: add vquic to list of build directoriesDaniel Stenberg
2019-07-25easy: resize receive buffer on easy handle resetJay Satiro
2019-07-25examples: Avoid reserved names in hiperfifo examplesBrad Spencer
2019-07-25RELEASE-NOTES: syncedDaniel Stenberg
2019-07-25ssh-libssh: do not specify O_APPEND when not in append modeFelix Hädicke