84ced938 | 30-Aug-2019 |
Daniel Stenberg |
Curl_addr2string: take an addrlen argument too This allows the function to figure out if a unix domain socket has a file name or not associated with it! When a socket is created with
Curl_addr2string: take an addrlen argument too This allows the function to figure out if a unix domain socket has a file name or not associated with it! When a socket is created with socketpair(), as done in the fuzzer testing, the path struct member is uninitialized and must not be accessed. Bug: https://crbug.com/oss-fuzz/16699 Closes #4283
show more ...
|
cd68dfe8 | 29-Aug-2019 |
Rolf Eike Beer |
CMake: remove needless newlines at end of gss variables |
d05cee4b | 29-Aug-2019 |
Rolf Eike Beer |
CI: remove duplicate configure flag for LGTM.com |
3e7769a5 | 29-Aug-2019 |
Rolf Eike Beer |
CMake: use platform dependent name for dlopen() library Closes #4279 |
c30aff4f | 29-Aug-2019 |
Daniel Stenberg |
quiche: expire when poll returned data ... to make sure we continue draining the queue until empty Closes #4281 |
4d9e3247 | 29-Aug-2019 |
Daniel Stenberg |
quiche: decrease available buffer size, don't assign it! Found-by: Jeremy Lainé |
db8f7603 | 29-Aug-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
4a90c5b8 | 28-Aug-2019 |
lufia |
curl: fix include conditions |
05856dae | 28-Aug-2019 |
lufia |
plan9: fix installation instructions Closes #4276 |
7bac3135 | 28-Aug-2019 |
Daniel Stenberg |
ngtcp2: on h3 stream close, call expire ... to trigger a new read to detect the stream close! Closes #4275 |
484b6f34 | 29-Aug-2019 |
Tatsuhiro Tsujikawa |
ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl Closes #4278 |
0690b333 | 28-Aug-2019 |
Daniel Stenberg |
ngtcp2: set flow control window to stream buffer size Closes #4274 |
ff2bbfb6 | 28-Aug-2019 |
Christopher Head |
CURLOPT_HEADERFUNCTION.3: clarify Closes #4273 |
44c98845 | 26-Aug-2019 |
Daniel Stenberg |
CURLINFO docs: mention that in redirects times are added Suggested-by: Brandon Dong Fixes #4250 Closes #4269 |
ca06013e | 27-Aug-2019 |
Daniel Stenberg |
travis: enable ngtcp2 builds again Switched to the openssl-quic-draft-22 openssl branch. Closes #4271 |
e93d7c3e | 27-Aug-2019 |
Daniel Stenberg |
HTTP3: switched openssl branch to use |
5b3be072 | 27-Aug-2019 |
Tatsuhiro Tsujikawa |
ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl Closes #4270 |
c1b6a384 | 26-Aug-2019 |
Daniel Stenberg |
http2: when marked for closure and wanted to close == OK It could otherwise return an error even when closed correctly if GOAWAY had been received previously. Reported-by: Tom v
http2: when marked for closure and wanted to close == OK It could otherwise return an error even when closed correctly if GOAWAY had been received previously. Reported-by: Tom van der Woerdt Fixes #4267 Closes #4268
show more ...
|
5cd0b6f1 | 26-Aug-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
c661d731 | 26-Aug-2019 |
Daniel Stenberg |
build-openssl: fix build with Visual Studio 2019 Reviewed-by: Marcel Raad Contributed-by: osabc on github Fixes #4188 Closes #4266 |
7e513c10 | 14-Aug-2019 |
Kamil Dudka |
vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure This is a follow-up to https://github.com/curl/curl/pull/3864 . Closes #4224 |
cac07fb6 | 26-Aug-2019 |
Daniel Stenberg |
KNOWN_BUGS: USE_UNIX_SOCKETS on Windows Closes #4040 |
48f58989 | 23-Aug-2019 |
Daniel Stenberg |
quiche: send the HTTP body correctly on callback uploads Closes #4265 |
b0d41fae | 25-Aug-2019 |
Daniel Stenberg |
travis: disable ngtcp2 builds (temporarily) Just too many API changes right now Closes #4264 |
aae22fdb | 24-Aug-2019 |
Daniel Stenberg |
ngtcp2: add support for SSLKEYLOGFILE Closes #4260 |