Age | Commit message (Expand) | Author |
2019-08-31 | CI: remove duplicate configure flag for LGTM.com | Rolf Eike Beer |
2019-08-31 | CMake: use platform dependent name for dlopen() library | Rolf Eike Beer |
2019-08-30 | quiche: expire when poll returned data | Daniel Stenberg |
2019-08-30 | quiche: decrease available buffer size, don't assign it! | Daniel Stenberg |
2019-08-29 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-29 | curl: fix include conditions | lufia |
2019-08-29 | plan9: fix installation instructions | lufia |
2019-08-29 | ngtcp2: on h3 stream close, call expire | Daniel Stenberg |
2019-08-29 | ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa |
2019-08-28 | ngtcp2: set flow control window to stream buffer size | Daniel Stenberg |
2019-08-28 | CURLOPT_HEADERFUNCTION.3: clarify | Christopher Head |
2019-08-28 | CURLINFO docs: mention that in redirects times are added | Daniel Stenberg |
2019-08-28 | travis: enable ngtcp2 builds again | Daniel Stenberg |
2019-08-27 | HTTP3: switched openssl branch to use | Daniel Stenberg |
2019-08-27 | ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa |
2019-08-26 | http2: when marked for closure and wanted to close == OK | Daniel Stenberg |
2019-08-26 | RELEASE-NOTES: synced | Daniel Stenberg |
2019-08-26 | build-openssl: fix build with Visual Studio 2019 | Daniel Stenberg |
2019-08-26 | vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure | Kamil Dudka |
2019-08-26 | KNOWN_BUGS: USE_UNIX_SOCKETS on Windows | Daniel Stenberg |
2019-08-26 | quiche: send the HTTP body correctly on callback uploads | Daniel Stenberg |
2019-08-26 | travis: disable ngtcp2 builds (temporarily) | Daniel Stenberg |
2019-08-25 | ngtcp2: add support for SSLKEYLOGFILE | Daniel Stenberg |
2019-08-25 | ngtcp2: improve h3 response receiving | Daniel Stenberg |
2019-08-25 | ngtcp2: use nghttp3_version() | Daniel Stenberg |
2019-08-25 | ngtcp2: sync with upstream API changes | Daniel Stenberg |
2019-08-24 | scp: fix directory name length used in memcpy | Kyle Abramowitz |
2019-08-24 | http: the 'closed' struct field is used by both ngh2 and ngh3 | Daniel Stenberg |
2019-08-23 | ngtcp2: accept upload via callback | Daniel Stenberg |
2019-08-23 | defines: avoid underscore-prefixed defines | Daniel Stenberg |
2019-08-22 | travis: add a build using ngtcp2 + nghttp3 (and a patched OpenSSL) | Daniel Stenberg |
2019-08-21 | travis: bump to using nghttp2 version 1.39.2 | Daniel Stenberg |
2019-08-21 | docs/examples/curlx: fix errors | Gisle Vanem |
2019-08-20 | cleanup: remove DOT_CHAR completely | Daniel Stenberg |
2019-08-20 | spnego_sspi: add typecast to fix build warning | Daniel Stenberg |
2019-08-20 | openssl: build warning free with boringssl | Daniel Stenberg |
2019-08-20 | curl: make --libcurl use CURL_HTTP_VERSION_3 | Daniel Stenberg |
2019-08-20 | ngtcp2: make postfields-set posts work | Daniel Stenberg |
2019-08-20 | http: remove chunked-encoding and expect header use for HTTP/3 | Daniel Stenberg |
2019-08-20 | configure: use pkg-config to detect quiche | Alessandro Ghedini |
2019-08-20 | CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2 | Daniel Stenberg |
2019-08-20 | curl: use .curlrc (with a dot) on Windows as well | Daniel Stenberg |
2019-08-20 | netrc: make the code try ".netrc" on Windows as well | Daniel Stenberg |
2019-08-20 | ngtcp2: use ngtcp2_version() to get the run-time version | Daniel Stenberg |
2019-08-20 | ngtcp2: move the h3 initing to immediately after the rx key | Daniel Stenberg |
2019-08-17 | quiche: register debug callback once and earlier | Alessandro Ghedini |
2019-08-17 | ssh: add a generic Curl_ssh_version function for SSH backends | Daniel Stenberg |
2019-08-17 | base64: check for SSH, not specific SSH backends | Daniel Stenberg |
2019-08-17 | vssh: move ssh init/cleanup functions into backend code | Daniel Stenberg |
2019-08-17 | vssh: create directory for SSH backend code | Daniel Stenberg |