]> granicus.if.org Git - curl/shortlog
curl
2019-08-27 Tatsuhiro Tsujikawangtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl
2019-08-26 Daniel Stenberghttp2: when marked for closure and wanted to close...
2019-08-26 Daniel StenbergRELEASE-NOTES: synced
2019-08-26 Daniel Stenbergbuild-openssl: fix build with Visual Studio 2019
2019-08-26 Kamil Dudkavauth: return CURLE_AUTH_ERROR on gss_init_sec_context...
2019-08-26 Daniel StenbergKNOWN_BUGS: USE_UNIX_SOCKETS on Windows
2019-08-26 Daniel Stenbergquiche: send the HTTP body correctly on callback uploads
2019-08-26 Daniel Stenbergtravis: disable ngtcp2 builds (temporarily)
2019-08-25 Daniel Stenbergngtcp2: add support for SSLKEYLOGFILE
2019-08-25 Daniel Stenbergngtcp2: improve h3 response receiving
2019-08-25 Daniel Stenbergngtcp2: use nghttp3_version()
2019-08-25 Daniel Stenbergngtcp2: sync with upstream API changes
2019-08-24 Kyle Abramowitzscp: fix directory name length used in memcpy
2019-08-24 Daniel Stenberghttp: the 'closed' struct field is used by both ngh2...
2019-08-23 Daniel Stenbergngtcp2: accept upload via callback
2019-08-23 Daniel Stenbergdefines: avoid underscore-prefixed defines
2019-08-22 Daniel Stenbergtravis: add a build using ngtcp2 + nghttp3 (and a patch...
2019-08-21 Daniel Stenbergtravis: bump to using nghttp2 version 1.39.2
2019-08-21 Gisle Vanemdocs/examples/curlx: fix errors
2019-08-20 Daniel Stenbergcleanup: remove DOT_CHAR completely
2019-08-20 Daniel Stenbergspnego_sspi: add typecast to fix build warning
2019-08-20 Daniel Stenbergopenssl: build warning free with boringssl
2019-08-20 Daniel Stenbergcurl: make --libcurl use CURL_HTTP_VERSION_3
2019-08-20 Daniel Stenbergngtcp2: make postfields-set posts work
2019-08-20 Daniel Stenberghttp: remove chunked-encoding and expect header use...
2019-08-20 Alessandro... configure: use pkg-config to detect quiche
2019-08-20 Daniel StenbergCURLOPT_SSL_VERIFYHOST: treat the value 1 as 2
2019-08-20 Daniel Stenbergcurl: use .curlrc (with a dot) on Windows as well
2019-08-20 Daniel Stenbergnetrc: make the code try ".netrc" on Windows as well
2019-08-20 Daniel Stenbergngtcp2: use ngtcp2_version() to get the run-time version
2019-08-20 Daniel Stenbergngtcp2: move the h3 initing to immediately after the...
2019-08-17 Alessandro... quiche: register debug callback once and earlier
2019-08-17 Daniel Stenbergssh: add a generic Curl_ssh_version function for SSH...
2019-08-17 Daniel Stenbergbase64: check for SSH, not specific SSH backends
2019-08-17 Daniel Stenbergvssh: move ssh init/cleanup functions into backend...
2019-08-17 Daniel Stenbergvssh: create directory for SSH backend code
2019-08-16 Daniel StenbergTODO/ROADMAP: remove "refuse downgrade redirects" and...
2019-08-16 Daniel StenbergRELEASE-NOTES: synced
2019-08-16 Daniel Stenbergtravis: add a quiche build
2019-08-16 Daniel Stenberghttp: fix use of credentials from URL when using HTTP...
2019-08-15 Mike Crowetests: Replace outdated test case numbering documentation
2019-08-15 Daniel Stenbergtravis: reduce number of torture tests in 'coverage'
2019-08-15 Igor Makarovconfigure: use -lquiche to link to quiche
2019-08-15 Daniel Stenbergngtcp2: provide the callbacks as a static struct
2019-08-15 Tatsuhiro Tsujikawangtcp2: add missing nghttp3_conn_add_write_offset call
2019-08-15 Tatsuhiro Tsujikawangtcp2: deal with stream close
2019-08-15 Tatsuhiro Tsujikawangtcp2: Consume QUIC STREAM data properly
2019-08-15 Tatsuhiro Tsujikawangtcp2: don't reinitialize SSL on Retry
2019-08-14 Daniel Stenbergmulti: getsock improvements for QUIC connecting
2019-08-14 Daniel Stenbergconnect: connections are persistent by default for...
2019-08-14 Daniel Stenbergquiche: happy eyeballs
2019-08-14 Daniel Stenbergngtcp2: do QUIC connections happy-eyeballs friendly
2019-08-14 Daniel Stenbergcurl_version: bump string buffer size to 250
2019-08-14 Daniel StenbergCURLOPT_ALTSVC.3: use a "" file name to not load from...
2019-08-14 Jay Satirovauth: Use CURLE_AUTH_ERROR for auth function errors
2019-08-13 Daniel Stenbergcurl_version_info: make the quic_version a const
2019-08-13 Daniel Stenbergexamples: add http3.c, altsvc.c and http3-present.c
2019-08-13 Peter Wunss: use TLSv1.3 as default if supported
2019-08-13 Daniel Stenbergquic.h: remove unused proto
2019-08-13 Daniel Stenbergcurl_version_info.3: mentioned ALTSVC and HTTP3
2019-08-13 Daniel Stenberglib/quic.c: unused - removed
2019-08-13 Daniel StenbergCURLOPT_ALTSVC_CTRL.3: remove CURLALTSVC_ALTUSED
2019-08-12 Junho Choidocs/HTTP3: simplify quiche build instruction
2019-08-12 Daniel Stenbergaltsvc: make it use h3-22 with ngtcp2 as well
2019-08-12 Daniel Stenbergngtcp2: initial h3 request work
2019-08-12 Daniel Stenbergcurl_version_info: offer quic (and h3) library info
2019-08-12 Daniel StenbergHTTP3: use ngtcp2's draft-22 branch
2019-08-12 Daniel StenbergRELEASE-NOTES: synced
2019-08-12 Daniel StenbergCURLOPT_READFUNCTION.3: provide inline example
2019-08-12 Tatsuhiro Tsujikawangtcp2: send HTTP/3 request with nghttp3
2019-08-11 Daniel Stenbergnghttp3: initial h3 template code added
2019-08-11 Daniel Stenbergnghttp3: required when ngtcp2 is used for QUIC
2019-08-11 Eric Wongasyn-thread: issue CURL_POLL_REMOVE before closing...
2019-08-11 Carlo Marcelo... configure: avoid undefined check_for_ca_bundle
2019-08-11 Tatsuhiro Tsujikawangtcp2: Send ALPN h3-22
2019-08-11 Tatsuhiro Tsujikawangtcp2: use ngtcp2_settings_default and specify initial_ts
2019-08-10 Daniel Stenbergcurl_global_init_mem.3: mention it was added in 7.12.0
2019-08-10 Tatsuhiro Tsujikawangtcp2: make the QUIC handshake work
2019-08-10 Alex MayorgaHTTP3.md: Update quiche build instructions
2019-08-09 Daniel StenbergCURLOPT_H3: removed
2019-08-09 Daniel Stenberghttp3: make connection reuse work
2019-08-09 Daniel Stenbergquiche: add SSLKEYLOGFILE support
2019-08-08 Daniel Stenbergcleanup: s/curl_debug/curl_dbg_debug in comments and...
2019-08-08 Daniel StenbergRELEASE-NOTES: synced
2019-08-08 Daniel Stenbergalt-svc: add protocol version selection masking
2019-08-08 Daniel Stenberghttp3: fix the HTTP/3 in the request, make alt-svc...
2019-08-08 Daniel Stenbergalt-svc: send Alt-Used: in redirected requests
2019-08-08 Daniel StenbergCURLOPT_HTTP_VERSION: seting this to 3 forces HTTP...
2019-08-07 Daniel Stenbergdocs/ALTSVC: remove what works and the experimental...
2019-08-07 Daniel Stenbergdocs/EXPERIMENTAL: explain what it means and what's...
2019-08-07 Daniel Stenbergcurl: make use of CURLINFO_RETRY_AFTER when retrying
2019-08-07 Daniel Stenbergcurl: use CURLINFO_PROTOCOL to check for HTTP(s)
2019-08-07 Daniel StenbergCURLINFO_RETRY_AFTER: parse the Retry-After header...
2019-08-07 Daniel Stenbergdocs/ALTSVC.md: first basic file format description
2019-08-07 Daniel Stenbergcurl: have -w's 'http_version' show '3' for HTTP/3
2019-08-07 Daniel Stenbergcurl.h: add CURL_HTTP_VERSION_3 to the version enum
2019-08-07 Daniel Stenbergquiche: make use of the connection timeout API properly
2019-08-07 Daniel Stenbergquiche: make POSTFIELDS posts work
2019-08-07 Daniel Stenbergquiche: improved error handling and memory cleanups
2019-08-07 Daniel Stenbergquiche: flush egress in h3_stream_recv() too
next