summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* altsvc: fix removal of expired cache entrybagder/altsvc-expire-lookupDaniel Stenberg2019-08-051-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-08-041-4/+33
* md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme2019-08-043-43/+11
* md4: No need to include Curl_md4.h for each TLS librarySteve Holme2019-08-041-7/+1
* md4: No need for the NTLM code to call Curl_md4it() for each TLS librarySteve Holme2019-08-041-20/+7
* md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme2019-08-043-21/+51
* md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme2019-08-043-18/+58
* md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme2019-08-043-5/+52
* md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme2019-08-043-26/+13
* md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme2019-08-043-11/+39
* md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme2019-08-043-25/+80
* OS400: Add CURLOPT_H3 symbolsJay Satiro2019-08-042-0/+10
* url: make use of new HTTP version if alt-svc has oneDaniel Stenberg2019-08-031-2/+31
* url: set conn->transport to default TCP at init timeDaniel Stenberg2019-08-031-1/+1
* altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg2019-08-031-0/+9
* alt-svc: more liberal ALPN name parsingDaniel Stenberg2019-08-032-2/+2
* quiche: use the proper HTTP/3 ALPNDaniel Stenberg2019-08-021-1/+5
* quiche: add failf() calls for two error casesDaniel Stenberg2019-08-021-2/+6
* mailmap: added Kyohei KadotaDaniel Stenberg2019-08-021-0/+1
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-014-2/+99
* mailmap: added 4 more namesDaniel Stenberg2019-08-011-0/+4
* mailmap: add Giorgos OikonomouDaniel Stenberg2019-08-011-0/+1
* src/makefile: fix uncompressed hugehelp.c generationDaniel Stenberg2019-08-011-1/+1
* appveyor: pass on -k to makeDaniel Stenberg2019-08-011-1/+3
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-0115-57/+53
* ROADMAP: parallel transfers are merged nowDaniel Stenberg2019-07-311-10/+0
* getenv: support up to 4K environment variable contents on windowsDaniel Stenberg2019-07-311-2/+2
* plan9: add support for running on Plan 9lufia2019-07-3112-3/+524
* ntlm: explicit type castinglufia2019-07-311-1/+1
* curl.h: fix outdated commentJustin2019-07-301-4/+1
* curl: remove outdated commentDaniel Stenberg2019-07-301-6/+0
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-3027-201/+88
* readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg2019-07-301-1/+1
* mailmap: Amit KatyalDaniel Stenberg2019-07-301-0/+1
* asyn-thread: removed unused variableDaniel Stenberg2019-07-301-2/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-07-301-5/+21
* asyn-thread: create a socketpair to wait onamkatyal2019-07-302-11/+65
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-305-4/+61
* progress: reset download/uploaded counterDaniel Stenberg2019-07-291-0/+2
* http2_recv: trigger another read when the last data is returnedDaniel Stenberg2019-07-291-0/+3
* curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg2019-07-291-2/+5
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-293-5/+22
* winbuild: add vquic to list of build directoriesDaniel Stenberg2019-07-291-0/+4
* easy: resize receive buffer on easy handle resetJay Satiro2019-07-251-0/+14
* examples: Avoid reserved names in hiperfifo examplesBrad Spencer2019-07-252-33/+29
* RELEASE-NOTES: syncedDaniel Stenberg2019-07-251-3/+20
* ssh-libssh: do not specify O_APPEND when not in append modeFelix Hädicke2019-07-251-1/+1
* multi: call detach_connection before Curl_disconnectGergely Nagy2019-07-251-2/+4
* tool_operate: fix implicit call to easysrc_cleanupJay Satiro2019-07-231-2/+6
* curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg2019-07-221-1/+3