summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* asyn-thread: issue CURL_POLL_REMOVE before closing socketwong-asyn-threadEric Wong2019-08-111-5/+20
* ngtcp2: make the QUIC handshake workTatsuhiro Tsujikawa2019-08-103-76/+267
* CURLOPT_H3: removedDaniel Stenberg2019-08-091-7/+0
* http3: make connection reuse workDaniel Stenberg2019-08-094-34/+82
* quiche: add SSLKEYLOGFILE supportDaniel Stenberg2019-08-091-0/+3
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-083-60/+65
* http3: fix the HTTP/3 in the request, make alt-svc set right versionsDaniel Stenberg2019-08-082-39/+46
* alt-svc: send Alt-Used: in redirected requestsDaniel Stenberg2019-08-083-2/+16
* CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directlyDaniel Stenberg2019-08-083-6/+9
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-073-3/+17
* curl.h: add CURL_HTTP_VERSION_3 to the version enumDaniel Stenberg2019-08-072-1/+4
* quiche: make use of the connection timeout API properlyDaniel Stenberg2019-08-072-0/+11
* quiche: make POSTFIELDS posts workDaniel Stenberg2019-08-071-14/+27
* quiche: improved error handling and memory cleanupsDaniel Stenberg2019-08-072-21/+49
* quiche: flush egress in h3_stream_recv() tooDaniel Stenberg2019-08-071-0/+4
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-064-5/+24
* mesalink: implement client authenticationYiming Jing2019-08-061-13/+49
* curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg2019-08-064-39/+32
* quiche:h3_stream_recv return 0 at end of streamDaniel Stenberg2019-08-061-4/+1
* altsvc: make quiche use h3-22 nowDaniel Stenberg2019-08-061-2/+2
* quiche: show the actual version numberDaniel Stenberg2019-08-061-1/+1
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-064-31/+89
* http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg2019-08-061-1/+1
* quiche: initial h3 request send/receiveDaniel Stenberg2019-08-053-24/+373
* lib/Makefile.am: make checksrc run in vquic tooDaniel Stenberg2019-08-051-1/+1
* altsvc: fix removal of expired cache entryDaniel Stenberg2019-08-051-0/+1
* 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-041-0/+3
* 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-031-1/+1
* 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
* http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka2019-08-011-1/+1
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-0115-57/+53
* getenv: support up to 4K environment variable contents on windowsDaniel Stenberg2019-07-311-2/+2
* plan9: add support for running on Plan 9lufia2019-07-313-2/+223
* ntlm: explicit type castinglufia2019-07-311-1/+1
* 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
* asyn-thread: removed unused variableDaniel Stenberg2019-07-301-2/+1