Age | Commit message (Expand) | Author |
2019-08-06 | quiche:h3_stream_recv return 0 at end of stream | Daniel Stenberg |
2019-08-06 | altsvc: make quiche use h3-22 now | Daniel Stenberg |
2019-08-06 | quiche: show the actual version number | Daniel Stenberg |
2019-08-06 | quiche: first working HTTP/3 request | Daniel Stenberg |
2019-08-06 | http09: disable HTTP/0.9 by default in both tool and library | Daniel Stenberg |
2019-08-05 | quiche: initial h3 request send/receive | Daniel Stenberg |
2019-08-05 | lib/Makefile.am: make checksrc run in vquic too | Daniel Stenberg |
2019-08-05 | altsvc: fix removal of expired cache entry | Daniel Stenberg |
2019-08-04 | md4: Use our own MD4 implementation when no crypto libraries are available | Steve Holme |
2019-08-04 | md4: No need to include Curl_md4.h for each TLS library | Steve Holme |
2019-08-04 | md4: No need for the NTLM code to call Curl_md4it() for each TLS library | Steve Holme |
2019-08-04 | md4: Move the mbed TLS MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the WinCrypt implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the SecureTransport implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Use the Curl_md4it() function for OpenSSL based NTLM | Steve Holme |
2019-08-04 | md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code | Steve Holme |
2019-08-04 | OS400: Add CURLOPT_H3 symbols | Jay Satiro |
2019-08-03 | url: make use of new HTTP version if alt-svc has one | Daniel Stenberg |
2019-08-03 | url: set conn->transport to default TCP at init time | Daniel Stenberg |
2019-08-03 | altsvc: with quiche, use the quiche h3 alpn string | Daniel Stenberg |
2019-08-03 | alt-svc: more liberal ALPN name parsing | Daniel Stenberg |
2019-08-02 | quiche: use the proper HTTP/3 ALPN | Daniel Stenberg |
2019-08-02 | quiche: add failf() calls for two error cases | Daniel Stenberg |
2019-08-01 | http_negotiate: improve handling of gss_init_sec_context() failures | Kamil Dudka |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-31 | getenv: support up to 4K environment variable contents on windows | Daniel Stenberg |
2019-07-31 | plan9: add support for running on Plan 9 | lufia |
2019-07-31 | ntlm: explicit type casting | lufia |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-30 | readwrite_data: repair setting the TIMER_STARTTRANSFER stamp | Daniel Stenberg |
2019-07-30 | asyn-thread: removed unused variable | Daniel Stenberg |
2019-07-30 | asyn-thread: create a socketpair to wait on | amkatyal |
2019-07-29 | progress: reset download/uploaded counter | Daniel Stenberg |
2019-07-29 | http2_recv: trigger another read when the last data is returned | Daniel Stenberg |
2019-07-29 | HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown | Balazs Kovacsics |
2019-07-25 | easy: resize receive buffer on easy handle reset | Jay Satiro |
2019-07-25 | ssh-libssh: do not specify O_APPEND when not in append mode | Felix Hädicke |
2019-07-25 | multi: call detach_connection before Curl_disconnect | Gergely Nagy |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg |
2019-07-20 | curl_version_info: provide nghttp2 details | Daniel Stenberg |
2019-07-19 | source: remove names from source comments | Daniel Stenberg |
2019-07-19 | progress: make the progress meter appear again | Daniel Stenberg |
2019-07-17 | nss: inspect returnvalue of token check | Daniel Gustafsson |
2019-07-17 | libcurl: Restrict redirect schemes (follow-up) | Jay Satiro |
2019-07-14 | libcurl: Restrict redirect schemes | Linos Giannopoulos |
2019-07-14 | openssl: define HAVE_SSL_GET_SHUTDOWN based on version number | Zenju |
2019-07-14 | http: allow overriding timecond with custom header | Peter Simonyi |
2019-07-11 | smb: Use the correct error code for access denied on file open | Juergen Hoetzel |
2019-07-11 | system_win32: fix clang warning | Gisle Vanem |