curl/RELEASE-NOTES

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

506 lines
22 KiB
Plaintext
Raw Normal View History

2024-07-31 16:48:48 +08:00
curl and libcurl 8.10.0
2024-07-31 16:48:48 +08:00
Public curl releases: 260
2024-08-05 15:03:11 +08:00
Command line options: 265
2024-06-14 19:30:06 +08:00
curl_easy_setopt() options: 306
Public functions in libcurl: 94
2024-08-30 22:16:51 +08:00
Contributors: 3236
2023-05-23 17:12:50 +08:00
2023-05-31 14:59:48 +08:00
This release includes the following changes:
o autotools: add `--enable-windows-unicode` option [103]
2024-08-04 22:26:21 +08:00
o curl: --help [option] displays documentation for given cmdline option [19]
2024-08-05 15:03:11 +08:00
o curl: add --skip-existing [54]
2024-08-04 22:26:21 +08:00
o curl: for -O, use "default" as filename when the URL has none [34]
o curl: make --rate accept "number of units" [4]
o curl: make --show-headers the same as --include [6]
o curl: support --dump-header % to direct to stderr [31]
o curl: support embedding a CA bundle and --dump-ca-embed [20]
2024-08-07 14:25:43 +08:00
o curl: support repeated use of the verbose option; -vv etc [35]
o curl: use libuv for parallel transfers with --test-event [82]
2024-08-15 15:09:41 +08:00
o getinfo: add CURLINFO_POSTTRANSFER_TIME_T [87]
2024-08-07 14:25:43 +08:00
o mbedtls: add CURLOPT_TLS13_CIPHERS support [78]
2024-08-16 20:52:34 +08:00
o rustls: add support for setting TLS version and ciphers [113]
2024-08-05 15:03:11 +08:00
o vtls: stop offering alpn http/1.1 for http2-prior-knowledge [53]
2024-08-07 14:25:43 +08:00
o wolfssl: add CURLOPT_TLS13_CIPHERS support [76]
2024-08-05 15:03:11 +08:00
o wolfssl: add support for ssl cert blob / ssl key blob options [50]
2023-05-31 14:59:48 +08:00
This release includes the following bugfixes:
2024-08-04 02:38:54 +08:00
o autotools: fix typo in tests/data target [30]
2024-08-07 14:25:43 +08:00
o aws_sigv4: fix canon order for headers with same prefix [74]
2024-08-22 15:44:54 +08:00
o bearssl: fix setting tls version [203]
2024-08-05 15:03:11 +08:00
o bearssl: improve shutdown handling [45]
2024-08-09 15:43:28 +08:00
o BINDINGS: add zig binding [100]
2024-08-22 15:44:54 +08:00
o build: add `iphlpapi` lib for libssh on Windows [166]
2024-08-28 20:09:12 +08:00
o build: check OS-native IDN first, then libidn2 [223]
o build: delete unused `REQUIRE_LIB_DEPS` [226]
2024-08-30 22:16:51 +08:00
o build: drop unused feature-detection code for Apple `poll()` [227]
2024-08-22 15:44:54 +08:00
o build: improve compiler version detection portability
2024-08-23 20:08:26 +08:00
o build: make `CURL_FORMAT_CURL_OFF_T[U]` work with mingw-w64 <=7.0.0 [207]
2024-08-15 15:09:41 +08:00
o build: silence C4232 MSVC warnings in vcpkg ngtcp2 builds [137]
2024-08-22 15:44:54 +08:00
o build: use -Wno-format-overflow [195]
o buildconf.bat: fix tool_hugehelp.c generation [173]
o cf-socket: prevent KEEPALIVE_FACTOR being set to 1000 for Windows [185]
2024-08-04 02:38:54 +08:00
o cfilters: send flush [13]
o CHANGES: rename to CHANGES.md, no longer generated [40]
o CI: enable parallel testing in CI builds [18]
o ci: Update actions/upload-artifact digest to 89ef406 [24]
2024-08-28 20:09:12 +08:00
o cmake: `Libs.private` improvements [215]
2024-08-15 15:09:41 +08:00
o cmake: add `CURL_USE_PKGCONFIG` option [138]
2024-08-07 14:25:43 +08:00
o cmake: add Linux CI job, fix pytest with cmake [71]
o cmake: add math library when using wolfssl and ngtcp2 [66]
2024-08-16 20:52:34 +08:00
o cmake: add missing `pkg-config` hints to Find modules [158]
2024-08-19 04:57:25 +08:00
o cmake: add missing version detection to Find modules [170]
2024-08-15 15:09:41 +08:00
o cmake: add rustls [116]
2024-08-05 15:03:11 +08:00
o cmake: add support for versioned symbols option [51]
2024-08-16 20:52:34 +08:00
o cmake: add wolfSSH support [117]
2024-08-15 15:09:41 +08:00
o cmake: allow `pkg-config` in more envs [147]
2024-08-07 14:25:43 +08:00
o cmake: cleanup header paths [59]
2024-08-09 15:43:28 +08:00
o cmake: delete MSVC warning suppression for tests/server [101]
2024-08-04 02:38:54 +08:00
o cmake: detect `nghttp2` via `pkg-config`, enable by default [21]
2024-08-09 15:43:28 +08:00
o cmake: detect and show VCPKG in platform flags [84]
o cmake: distcheck for files in CMake subdir [9]
2024-08-04 02:38:54 +08:00
o cmake: drop custom `CMakeOutput.log`/`CMakeError.log` logs [27]
2024-08-22 15:44:54 +08:00
o cmake: drop libssh CONFIG-style detection [167]
2024-08-04 02:38:54 +08:00
o cmake: drop no-op `tests/data/CMakeLists.txt` [26]
o cmake: drop reference to undefined variable [25]
2024-08-07 14:25:43 +08:00
o cmake: drop unused `HAVE_IDNA_STRERROR` [62]
2024-08-04 02:38:54 +08:00
o cmake: drop unused internal variable [22]
2024-08-12 19:48:08 +08:00
o cmake: exclude tests/http/clients builds by default [110]
2024-08-07 14:25:43 +08:00
o cmake: fix `GSS_VERSION` for Heimdal found via pkg-config [77]
2024-08-09 15:43:28 +08:00
o cmake: fix `pkg-config`-based detection in `FindGSS.cmake` [94]
2024-08-16 20:52:34 +08:00
o cmake: fix and tidy up c-ares builds, enable in more CI jobs [156]
o cmake: fix find rustls [148]
2024-08-22 15:44:54 +08:00
o cmake: fixup linking libgsasl when detected via CMake-native
o cmake: honor custom `CMAKE_UNITY_BUILD_BATCH_SIZE` [163]
o cmake: limit `pkg-config` to UNIX and MSVC+vcpkg by default [188]
2024-08-12 19:48:08 +08:00
o cmake: limit libidn2 `pkg-config` detection to `UNIX` [109]
2024-08-22 15:44:54 +08:00
o cmake: migrate dependency detections to Find modules [183]
2024-08-09 15:43:28 +08:00
o cmake: more small tidy-ups and fixes [80]
2024-08-19 04:57:25 +08:00
o cmake: rename wolfSSL and zstd config variables to uppercase [151]
2024-08-23 20:08:26 +08:00
o cmake: respect cflags/libdirs of native pkg-config detections [175]
2024-08-07 14:25:43 +08:00
o cmake: show CMake platform/compiler flags [63]
2024-08-16 20:52:34 +08:00
o cmake: show warning if libpsl is not found [154]
2024-08-28 20:09:12 +08:00
o cmake: sync code between test/example targets [234]
2024-08-15 15:09:41 +08:00
o cmake: sync up formatting in Find modules [129]
2024-08-16 20:52:34 +08:00
o cmake: TLS 1.3 warning only for bearssl and sectranp [118]
2024-08-15 15:09:41 +08:00
o cmake: update `curl-config.cmake.in` template var list
o cmake: update list of "advanced" variables [119]
2024-08-07 14:25:43 +08:00
o cmake: use numeric comparison for `HAVE_WIN32_WINNT` [69]
2024-08-30 22:16:51 +08:00
o cmdline-opts: language fix for expect100-timeout.md and max-time.md [192]
2024-08-28 20:09:12 +08:00
o configure: delete unused `CURL_DEFINE_UNQUOTED` function [224]
o configure: delete unused `HAVE_OPENSSL3` macro [225]
2024-08-12 19:48:08 +08:00
o configure: delete unused `m4/xc-translit.m4` [114]
2024-08-07 14:25:43 +08:00
o configure: detect AppleIDN [70]
2024-08-05 15:03:11 +08:00
o configure: fail if PSL is not disabled but not found [46]
2024-08-28 20:09:12 +08:00
o configure: fix WinIDN builds targeting old Windows [210]
o configure: remove USE_EXPLICIT_LIB_DEPS [199]
2024-08-12 19:48:08 +08:00
o configure: replace nonportable grep -o with awk [111]
2024-08-28 20:09:12 +08:00
o connect: limit update IP info [191]
2024-08-12 19:48:08 +08:00
o cookie.md: try to articulate the two different uses this option has [92]
2024-08-04 02:38:54 +08:00
o curl: allow 500MB data URL encode strings [38]
2024-08-22 15:44:54 +08:00
o curl: find curlrc in XDG_CONFIG_HOME without leading dot [186]
2024-08-09 15:43:28 +08:00
o curl: fix --proxy-pinnedpubkey [91]
2024-08-16 20:52:34 +08:00
o curl: fix the -w urle.* variables [153]
2024-08-19 04:57:25 +08:00
o curl: make the progress bar detect terminal width changes [169]
2024-08-09 15:43:28 +08:00
o curl: warn on unsupported SSL options [106]
2024-08-04 02:38:54 +08:00
o Curl_rand_bytes to control env override [17]
2024-08-15 15:09:41 +08:00
o curl_sha512_256: fix symbol collisions with nettle library [131]
2024-08-22 15:44:54 +08:00
o CURLOPT_XFERINFOFUNCTION: clarify the callback return codes [141]
2024-08-05 15:03:11 +08:00
o dist: add missing `docs/examples/CMakeLists.txt` [58]
o dist: add missing `FindNettle.cmake` [11]
2024-08-12 19:48:08 +08:00
o dist: add missing `lib/optiontable.pl` [115]
2024-08-09 15:43:28 +08:00
o dist: add missing `test_*.py` scripts [102]
2024-08-07 14:25:43 +08:00
o dist: drop buildconf [65]
2024-08-04 02:38:54 +08:00
o dist: fix reproducible build from release tarball [36]
o dmaketgz: only run 'make distclean' if Makefile exists
2024-08-22 15:44:54 +08:00
o docs/SSLCERTS: rewrite [174]
2024-08-19 04:57:25 +08:00
o docs: add description of effect of --location-trusted on cookie [157]
2024-08-28 20:09:12 +08:00
o docs: fix some examples in man pages
2024-08-19 04:57:25 +08:00
o docs: improve cipher options documentation [159]
2024-08-07 14:25:43 +08:00
o docs: mention "@-" in more places [67]
2024-08-16 20:52:34 +08:00
o docs: remove ALTSVC.md, HSTS.md, HTTP2.md and PARALLEL-TRANSFERS.md [105]
2024-08-15 15:09:41 +08:00
o docs: update CIPHERS.md [140]
2024-08-04 22:26:21 +08:00
o doh-url.md: point out DOH server IP pinning [37]
2024-08-05 15:03:11 +08:00
o easy: fix curl_easy_upkeep for shared connection caches [52]
2024-08-04 02:38:54 +08:00
o escape: allow curl_easy_escape to generate 3*input length output [39]
2024-08-23 20:08:26 +08:00
o FEATURES.md: fix typo [180]
2024-08-30 22:16:51 +08:00
o ftp: always offer line end conversions [219]
2024-08-09 15:43:28 +08:00
o ftp: flush pingpong before response [73]
2024-08-23 20:08:26 +08:00
o getinfo: return zero for unsupported options (when disabled) [189]
2024-07-31 16:48:48 +08:00
o GHA/windows: enable MulitSSL in an MSVC job [2]
o GHA: scan git repository and detect unvetted binary files [3]
2024-08-15 15:09:41 +08:00
o gnutls/wolfssl: improve error message when certificate fails [125]
2024-08-30 22:16:51 +08:00
o gnutls: send all data [230]
2024-08-23 20:08:26 +08:00
o gtls: fix OCSP stapling management [206]
2024-08-15 15:09:41 +08:00
o hash: provide asserts to verify API use [96]
2024-08-09 15:43:28 +08:00
o http/2: simplify eos/blocked handling [90]
2024-08-15 15:09:41 +08:00
o http2+h3 filters: fix ctx init [142]
2024-08-22 15:44:54 +08:00
o http2: fix GOAWAY message sent to server [171]
2024-08-04 02:38:54 +08:00
o http2: improve rate limiting of downloads [33]
2024-08-05 15:03:11 +08:00
o http2: improved upload eos handling [41]
2024-08-30 22:16:51 +08:00
o http3.md: mention how the fallback can be h1 or h2 [194]
2024-08-15 15:09:41 +08:00
o hyper: call Curl_req_set_upload_done() [126]
2024-08-09 15:43:28 +08:00
o idn: more strictly check AppleIDN errors [98]
o idn: support non-UTF-8 input under AppleIDN [99]
o INSTALL.md: MultiSSL and QUIC are mutually exclusive [7]
2024-08-07 14:25:43 +08:00
o KNOWN_BUGS: "special characers" in URL works with aws-sigv4 [81]
2024-08-09 15:43:28 +08:00
o krb5: add Linux/macOS CI tests, fix cmake GSS detection [83]
o krb5: fix `-Wcast-align` [95]
2024-08-04 02:38:54 +08:00
o lib: add eos flag to send methods [14]
2024-08-15 15:09:41 +08:00
o lib: avoid macro collisions between wolfSSL and GnuTLS headers [133]
o lib: convert some debugf()s into traces [8]
2024-08-22 15:44:54 +08:00
o lib: delete stray undefs for `vsnprintf`, `vsprintf` [152]
2024-08-12 19:48:08 +08:00
o lib: fix AIX build issues [112]
2024-08-15 15:09:41 +08:00
o lib: fix building with wolfSSL without DES support [134]
o lib: prefer `CURL_SHA256_DIGEST_LENGTH` over the unprefixed name [132]
o libcurl.pc: add `Cflags.private` [10]
2024-08-16 20:52:34 +08:00
o libcurl.pc: add reference to `libgsasl` [150]
2024-08-12 19:48:08 +08:00
o libcurl/docs: expand on redirect following and secrets to other hosts [85]
o llist: remove direct struct accesses, use only functions [72]
2024-08-07 14:25:43 +08:00
o Makefile.mk: fixup enabling libidn2 [61]
2024-08-04 02:38:54 +08:00
o Makefile: remove 'scripts' duplicate from DIST_SUBDIRS
2024-08-04 22:26:21 +08:00
o maketgz: accept option to include latest commit hash [5]
2024-08-30 22:16:51 +08:00
o managen: fix superfluous leading blank line in quoted sections [211]
o managen: in man output, remove the leading space from examples [198]
2024-08-16 20:52:34 +08:00
o managen: wordwrap long example lines in ASCII output [143]
2024-08-09 15:43:28 +08:00
o manpage: ensure a maximum width for the text version [75]
o max-filesize.md: mention zero disables the limit [93]
2024-08-19 04:57:25 +08:00
o mbedtls: add more informative logging [162]
2024-08-22 15:44:54 +08:00
o mbedtls: fix setting tls version [200]
o mbedtls: no longer use MBEDTLS_SSL_VERIFY_OPTIONAL [181]
2024-08-16 20:52:34 +08:00
o mime: avoid inifite loop in client reader [155]
2024-08-09 15:43:28 +08:00
o mk-ca-bundle.pl: include a link to the caextract webpage [68]
2024-08-12 19:48:08 +08:00
o multi: make the "general" list of easy handles a Curl_llist [97]
2024-08-16 20:52:34 +08:00
o multi: on socket callback error, remove socket hash entry nonetheless [149]
2024-08-28 20:09:12 +08:00
o ngtcp2/osslq: remove NULL pointer dereferences [213]
2024-08-07 14:25:43 +08:00
o ngtcp2: use NGHTTP3 prefix instead of NGTCP2 for errors in h3 callbacks [79]
2024-08-30 22:16:51 +08:00
o openssl quic: fix memory leak [229]
2024-08-05 15:03:11 +08:00
o openssl: improve shutdown handling [44]
2024-08-22 15:44:54 +08:00
o pingpong: drain the input buffer when reading responses [193]
2024-08-30 22:16:51 +08:00
o POP3: fix multi-line responses [168]
2024-08-28 20:09:12 +08:00
o pop3: use the protocol handler ->write_resp [220]
2024-08-04 02:38:54 +08:00
o progress: ratelimit/progress tweaks [32]
2024-08-04 22:26:21 +08:00
o pytests: add tests for HEAD requests in all HTTP versions [42]
2024-08-07 14:25:43 +08:00
o runtests: if DISABLED cannot be read, error out [56]
2024-08-15 15:09:41 +08:00
o runtests: log ignored but passed tests [130]
2024-08-30 22:16:51 +08:00
o runtests: remove "has_textaware" [217]
2024-08-22 15:44:54 +08:00
o rustls: fix setting tls version [202]
o rustls: make all tests pass [1]
2024-08-16 20:52:34 +08:00
o scorecard: tweak request measurements [139]
2024-08-23 20:08:26 +08:00
o sectransp: fix setting tls version [204]
2024-08-19 04:57:25 +08:00
o SECURITY: mention OpenSSF best practices gold badge [161]
2024-08-22 15:44:54 +08:00
o setopt: allow CURLOPT_INTERFACE to be set to NULL [165]
2024-08-23 20:08:26 +08:00
o setopt: let CURLOPT_ECH set to NULL reset to default [187]
o setopt: make CURLOPT_TFTP_BLKSIZE accept bad values [184]
2024-08-15 15:09:41 +08:00
o sha256: fix symbol collision between nettle (GnuTLS) and OpenSSL [135]
2024-08-28 20:09:12 +08:00
o share: don't reinitialize conncache [214]
2024-08-05 15:03:11 +08:00
o sigpipe: init the struct so that first apply ignores [49]
2024-08-15 15:09:41 +08:00
o smtp: add tracing feature [120]
2024-08-16 20:52:34 +08:00
o splay: use access functions, add asserts, use Curl_timediff [121]
2024-08-15 15:09:41 +08:00
o spnego_gssapi: implement TLS channel bindings for openssl [146]
2024-08-23 20:08:26 +08:00
o src: delete `curlx_m*printf()` aliases [197]
o src: fix potential macro confusion in cmake unity builds [208]
o src: replace copy of printf mappings with an include [190]
2024-08-22 15:44:54 +08:00
o ssh: deduplicate SSH backend includes (and fix libssh cmake unity build) [177]
2024-08-15 15:09:41 +08:00
o test httpd: tweak cipher list [124]
2024-08-23 20:08:26 +08:00
o test1521: verify setting options to NULL better [182]
2024-08-16 20:52:34 +08:00
o test1707: output diff more for debugging differences in CI outputs
2024-08-09 15:43:28 +08:00
o test556: improve robustness [64]
o test579: improve robustness [60]
2024-08-15 15:09:41 +08:00
o test587: improve robustness [123]
o test649: improve robustness [122]
2024-08-09 15:43:28 +08:00
o test677: improve robustness [47]
2024-08-07 14:25:43 +08:00
o tests/runner: only allow [!A-Za-z0-9_-] in %if feature names [55]
2024-08-23 20:08:26 +08:00
o tests: constrain http pytest to tests/http directory [205]
2024-08-15 15:09:41 +08:00
o tests: don't mangle output if hostname or type unknown
2024-08-09 15:43:28 +08:00
o tests: ignore QUIT from FTP protocol comparisons [108]
o tests: provide docs as curldown, not nroff [12]
2024-08-19 04:57:25 +08:00
o tidy-up: misc build, tests, `lib/macos.c` [172]
2024-08-05 15:03:11 +08:00
o tidy-up: OS names [57]
o tool_operhlp: fix "potentially uninitialized local variable 'pc' used" [48]
2024-08-15 15:09:41 +08:00
o tool_paramhlp: bump maximum post data size in memory to 16GB [128]
2024-08-19 04:57:25 +08:00
o transfer: Curl_sendrecv() and event related improvements [164]
2024-08-28 20:09:12 +08:00
o transfer: remove comments, add asserts [218]
o transfer: skip EOS read when download done [196]
2024-08-04 02:38:54 +08:00
o url: dns_entry related improvements [16]
2024-08-23 20:08:26 +08:00
o urlapi: verify URL *decoded* hostname when set [160]
2024-08-15 15:09:41 +08:00
o urldata: introduce `data->mid`, a unique identifier inside a multi [127]
2024-08-12 19:48:08 +08:00
o urldata: remove 'scratch' from the UrlState struct [86]
2024-08-30 22:16:51 +08:00
o urldata: remove crlf_conversions counter [232]
2024-08-28 20:09:12 +08:00
o urldata: remove proxy_connect_closed bit [178]
2024-08-04 02:38:54 +08:00
o verify-release: shell script that verifies a release tarball [29]
2024-08-22 15:44:54 +08:00
o version: fix shadowing a `libssh.h` symbol [176]
2024-08-09 15:43:28 +08:00
o vtls: add SSLSUPP_CIPHER_LIST [107]
2024-08-04 02:38:54 +08:00
o vtls: fix MSVC 'cast truncates constant value' warning [23]
2024-08-15 15:09:41 +08:00
o vtls: fix static function name collisions between TLS backends [136]
2024-08-04 02:38:54 +08:00
o vtls: init ssl peer only once [15]
2024-08-15 15:09:41 +08:00
o websocket: introduce blocking sends [145]
2024-08-09 15:43:28 +08:00
o wolfssl: avoid taking cached x509 store ref if sslctx already using it [88]
2024-08-15 15:09:41 +08:00
o wolfssl: fix CURLOPT_SSLVERSION [144]
2024-08-22 15:44:54 +08:00
o wolfssl: fix setting tls version [201]
2024-08-05 15:03:11 +08:00
o wolfssl: improve shutdown handling [43]
2024-08-09 15:43:28 +08:00
o ws: flags to opcodes should ignore CURLWS_CONT flag [104]
2024-08-04 02:38:54 +08:00
o x509asn1: raise size limit for x509 certification information [28]
2019-07-19 17:32:23 +08:00
This release includes the following known bugs:
See docs/KNOWN_BUGS (https://curl.se/docs/knownbugs.html)
For all changes ever done in curl:
See https://curl.se/changes.html
Planned upcoming removals include:
2024-08-19 04:57:25 +08:00
o Hyper support after February 2025 [89]
2024-07-24 14:48:18 +08:00
o TLS libraries not supporting TLS 1.3
See https://curl.se/dev/deprecate.html for details
This release would not have looked like this without help, code, reports and
advice from friends like these:
2024-08-30 22:16:51 +08:00
Aki Sakurai, Alex Snast, Antoine du Hamel, Austin Moore,
Benjamin Riefenstahl Mecom, Bo Anderson, Chris Swan, Christoph Reiter,
Dan Fandrich, Daniel Stenberg, David Sardari, dependabot[bot],
Emanuele Torre, Eric Norris, feelingseas on github, Gruber Glass,
Hiroki Kurosawa, Jan Venekamp, Jason Hood, Jiacai Liu, Joe Birr-Pixton,
John Haugabook, Joshix-1 on github, Justin Maggard, kit-ty-kate on github,
lolbinarycat on github, MasterInQuestion on github, Matt Jolly, Max Faxälv,
Micah Snyder, Moritz Buhl, Pete Cordell, ralfjunker on github,
Rasmus Thomsen, Ray Satiro, renovate[bot], Ryan Carsten Schmidt, Sam Jessup,
Sergio Durigan Junior, Slaven Rezić, Stefan Eissing, Steffen Kieß, Tal Regev,
Tim Yuer, Venkat Krishna R, Viktor Petersson, Viktor Szakats, XYenon,
Yedaya Katsman, 罗朝辉
2024-08-28 20:09:12 +08:00
(50 contributors)
References to bug reports and discussions on issues:
2024-07-31 16:48:48 +08:00
[1] = https://curl.se/bug/?i=14317
[2] = https://curl.se/bug/?i=14276
[3] = https://curl.se/bug/?i=14333
2024-08-04 02:38:54 +08:00
[4] = https://curl.se/bug/?i=14245
2024-08-04 22:26:21 +08:00
[5] = https://curl.se/bug/?i=14363
2024-08-04 02:38:54 +08:00
[6] = https://curl.se/bug/?i=13987
[7] = https://curl.se/bug/?i=14308
[8] = https://curl.se/bug/?i=14322
[9] = https://curl.se/bug/?i=14323
[10] = https://curl.se/bug/?i=14321
[11] = https://curl.se/bug/?i=14285
[12] = https://curl.se/bug/?i=14324
2024-08-04 02:38:54 +08:00
[13] = https://curl.se/bug/?i=14271
[14] = https://curl.se/bug/?i=14220
[15] = https://curl.se/bug/?i=14152
[16] = https://curl.se/bug/?i=14195
[17] = https://curl.se/bug/?i=14264
[18] = https://curl.se/bug/?i=11510
2024-08-04 22:26:21 +08:00
[19] = https://curl.se/bug/?i=13997
2024-08-04 02:38:54 +08:00
[20] = https://curl.se/bug/?i=14059
[21] = https://curl.se/bug/?i=14136
[22] = https://curl.se/bug/?i=14361
[23] = https://curl.se/bug/?i=14341
[24] = https://curl.se/bug/?i=14359
[25] = https://curl.se/bug/?i=14358
[26] = https://curl.se/bug/?i=14357
[27] = https://curl.se/bug/?i=14356
[28] = https://curl.se/bug/?i=14352
[29] = https://curl.se/bug/?i=14350
[30] = https://curl.se/bug/?i=14355
2024-08-04 22:26:21 +08:00
[31] = https://curl.se/bug/?i=13992
2024-08-04 02:38:54 +08:00
[32] = https://curl.se/bug/?i=14335
[33] = https://curl.se/bug/?i=14326
2024-08-04 22:26:21 +08:00
[34] = https://curl.se/bug/?i=13988
2024-08-07 14:25:43 +08:00
[35] = https://curl.se/bug/?i=13977
2024-08-04 02:38:54 +08:00
[36] = https://curl.se/bug/?i=14336
2024-08-04 22:26:21 +08:00
[37] = https://curl.se/bug/?i=14377
2024-08-04 02:38:54 +08:00
[38] = https://curl.se/bug/?i=14337
[39] = https://curl.se/bug/?i=14339
[40] = https://curl.se/bug/?i=14331
2024-08-05 15:03:11 +08:00
[41] = https://curl.se/bug/?i=14253
2024-08-04 22:26:21 +08:00
[42] = https://curl.se/bug/?i=14367
2024-08-05 15:03:11 +08:00
[43] = https://curl.se/bug/?i=14376
[44] = https://curl.se/bug/?i=14375
[45] = https://curl.se/bug/?i=14374
[46] = https://curl.se/bug/?i=14373
2024-08-09 15:43:28 +08:00
[47] = https://curl.se/bug/?i=14455
2024-08-05 15:03:11 +08:00
[48] = https://curl.se/bug/?i=14389
[49] = https://curl.se/bug/?i=14344
[50] = https://curl.se/bug/?i=14018
[51] = https://curl.se/bug/?i=14349
[52] = https://curl.se/bug/?i=12677
[53] = https://curl.se/bug/?i=9963
[54] = https://curl.se/bug/?i=13993
2024-08-07 14:25:43 +08:00
[55] = https://curl.se/bug/?i=14403
[56] = https://curl.se/bug/?i=14411
2024-08-05 15:03:11 +08:00
[57] = https://curl.se/bug/?i=14360
[58] = https://curl.se/bug/?i=14380
2024-08-07 14:25:43 +08:00
[59] = https://curl.se/bug/?i=14416
2024-08-09 15:43:28 +08:00
[60] = https://curl.se/bug/?i=14454
2024-08-07 14:25:43 +08:00
[61] = https://curl.se/bug/?i=14421
[62] = https://curl.se/bug/?i=14420
[63] = https://curl.se/bug/?i=14417
2024-08-09 15:43:28 +08:00
[64] = https://curl.se/bug/?i=14453
2024-08-07 14:25:43 +08:00
[65] = https://curl.se/bug/?i=14412
[66] = https://curl.se/bug/?i=14343
[67] = https://curl.se/bug/?i=14402
2024-08-09 15:43:28 +08:00
[68] = https://github.com/curl/curl-www/issues/374
2024-08-07 14:25:43 +08:00
[69] = https://curl.se/bug/?i=14409
[70] = https://curl.se/bug/?i=14401
[71] = https://curl.se/bug/?i=14382
2024-08-12 19:48:08 +08:00
[72] = https://curl.se/bug/?i=14485
2024-08-09 15:43:28 +08:00
[73] = https://curl.se/bug/?i=14452
2024-08-07 14:25:43 +08:00
[74] = https://curl.se/bug/?i=14370
2024-08-09 15:43:28 +08:00
[75] = https://curl.se/bug/?i=14423
2024-08-07 14:25:43 +08:00
[76] = https://curl.se/bug/?i=14385
[77] = https://curl.se/bug/?i=14393
[78] = https://curl.se/bug/?i=14384
[79] = https://curl.se/bug/?i=14394
2024-08-09 15:43:28 +08:00
[80] = https://curl.se/bug/?i=14450
2024-08-07 14:25:43 +08:00
[81] = https://curl.se/bug/?i=13754
[82] = https://curl.se/bug/?i=14298
2024-08-09 15:43:28 +08:00
[83] = https://curl.se/bug/?i=14447
[84] = https://curl.se/bug/?i=14451
2024-08-12 19:48:08 +08:00
[85] = https://curl.se/bug/?i=14472
[86] = https://curl.se/bug/?i=14500
2024-08-15 15:09:41 +08:00
[87] = https://curl.se/bug/?i=14189
2024-08-09 15:43:28 +08:00
[88] = https://curl.se/bug/?i=14442
2024-08-12 19:48:08 +08:00
[89] = https://curl.se/bug/?i=14492
2024-08-09 15:43:28 +08:00
[90] = https://curl.se/bug/?i=14435
[91] = https://curl.se/bug/?i=14438
2024-08-12 19:48:08 +08:00
[92] = https://curl.se/bug/?i=14491
2024-08-09 15:43:28 +08:00
[93] = https://curl.se/bug/?i=14440
[94] = https://curl.se/bug/?i=14430
[95] = https://curl.se/bug/?i=14433
2024-08-15 15:09:41 +08:00
[96] = https://curl.se/bug/?i=14503
2024-08-12 19:48:08 +08:00
[97] = https://curl.se/bug/?i=14474
2024-08-09 15:43:28 +08:00
[98] = https://curl.se/bug/?i=14431
[99] = https://curl.se/bug/?i=14431
[100] = https://curl.se/bug/?i=14437
[101] = https://curl.se/bug/?i=14428
[102] = https://curl.se/bug/?i=14427
2024-08-12 19:48:08 +08:00
[103] = https://curl.se/bug/?i=7229
2024-08-09 15:43:28 +08:00
[104] = https://curl.se/bug/?i=14397
2024-08-16 20:52:34 +08:00
[105] = https://curl.se/bug/?i=14553
2024-08-09 15:43:28 +08:00
[106] = https://curl.se/bug/?i=14406
[107] = https://curl.se/bug/?i=14406
[108] = https://curl.se/bug/?i=14404
2024-08-12 19:48:08 +08:00
[109] = https://curl.se/bug/?i=14405
[110] = https://curl.se/bug/?i=14477
[111] = https://curl.se/bug/?i=14469
[112] = https://curl.se/bug/?i=14464
2024-08-16 20:52:34 +08:00
[113] = https://curl.se/bug/?i=14535
2024-08-12 19:48:08 +08:00
[114] = https://curl.se/bug/?i=14459
[115] = https://curl.se/bug/?i=14467
2024-08-15 15:09:41 +08:00
[116] = https://curl.se/bug/?i=14534
2024-08-16 20:52:34 +08:00
[117] = https://curl.se/bug/?i=14568
[118] = https://curl.se/bug/?i=14566
2024-08-15 15:09:41 +08:00
[119] = https://curl.se/bug/?i=14540
[120] = https://curl.se/bug/?i=14531
2024-08-16 20:52:34 +08:00
[121] = https://curl.se/bug/?i=14562
2024-08-15 15:09:41 +08:00
[122] = https://curl.se/bug/?i=14526
[123] = https://curl.se/bug/?i=14525
[124] = https://curl.se/bug/?i=14502
[125] = https://curl.se/bug/?i=14501
[126] = https://curl.se/bug/?i=14539
[127] = https://curl.se/bug/?i=14414
[128] = https://curl.se/bug/?i=14521
[129] = https://curl.se/bug/?i=14527
[130] = https://curl.se/bug/?i=14457
[131] = https://curl.se/bug/?i=14514
[132] = https://curl.se/bug/?i=14513
[133] = https://curl.se/bug/?i=14511
[134] = https://curl.se/bug/?i=14512
[135] = https://curl.se/bug/?i=14515
[136] = https://curl.se/bug/?i=14516
[137] = https://curl.se/bug/?i=14510
[138] = https://curl.se/bug/?i=14504
2024-08-16 20:52:34 +08:00
[139] = https://curl.se/bug/?i=14564
2024-08-15 15:09:41 +08:00
[140] = https://curl.se/bug/?i=14460
2024-08-22 15:44:54 +08:00
[141] = https://curl.se/bug/?i=14627
2024-08-15 15:09:41 +08:00
[142] = https://curl.se/bug/?i=14505
2024-08-16 20:52:34 +08:00
[143] = https://curl.se/bug/?i=14543
2024-08-15 15:09:41 +08:00
[144] = https://curl.se/bug/?i=14480
[145] = https://curl.se/bug/?i=14458
[146] = https://curl.se/bug/?i=13098
[147] = https://curl.se/bug/?i=14483
2024-08-16 20:52:34 +08:00
[148] = https://curl.se/bug/?i=14567
[149] = https://curl.se/bug/?i=14557
[150] = https://curl.se/bug/?i=14556
2024-08-19 04:57:25 +08:00
[151] = https://curl.se/bug/?i=14574
2024-08-22 15:44:54 +08:00
[152] = https://curl.se/bug/?i=14631
2024-08-16 20:52:34 +08:00
[153] = https://curl.se/bug/?i=14550
[154] = https://curl.se/bug/?i=14533
[155] = https://curl.se/bug/?i=14532
[156] = https://curl.se/bug/?i=14541
2024-08-19 04:57:25 +08:00
[157] = https://curl.se/bug/?i=14471
2024-08-16 20:52:34 +08:00
[158] = https://curl.se/bug/?i=14545
2024-08-19 04:57:25 +08:00
[159] = https://curl.se/bug/?i=14407
2024-08-23 20:08:26 +08:00
[160] = https://curl.se/bug/?i=14656
2024-08-19 04:57:25 +08:00
[161] = https://curl.se/bug/?i=14319
[162] = https://curl.se/bug/?i=14444
2024-08-22 15:44:54 +08:00
[163] = https://curl.se/bug/?i=14626
2024-08-19 04:57:25 +08:00
[164] = https://curl.se/bug/?i=14561
2024-08-22 15:44:54 +08:00
[165] = https://curl.se/bug/?i=14629
[166] = https://curl.se/bug/?i=14618
[167] = https://curl.se/bug/?i=14614
2024-08-30 22:16:51 +08:00
[168] = https://curl.se/bug/?i=14677
2024-08-19 04:57:25 +08:00
[169] = https://curl.se/bug/?i=14565
[170] = https://curl.se/bug/?i=14548
2024-08-22 15:44:54 +08:00
[171] = https://curl.se/bug/?i=14623
2024-08-19 04:57:25 +08:00
[172] = https://curl.se/bug/?i=14558
2024-08-22 15:44:54 +08:00
[173] = https://curl.se/bug/?i=14622
[174] = https://curl.se/bug/?i=14616
2024-08-23 20:08:26 +08:00
[175] = https://curl.se/bug/?i=14641
2024-08-22 15:44:54 +08:00
[176] = https://curl.se/bug/?i=14617
[177] = https://curl.se/bug/?i=14612
2024-08-28 20:09:12 +08:00
[178] = https://curl.se/bug/?i=14708
2024-08-23 20:08:26 +08:00
[180] = https://curl.se/bug/?i=14653
2024-08-22 15:44:54 +08:00
[181] = https://curl.se/bug/?i=14591
2024-08-23 20:08:26 +08:00
[182] = https://curl.se/bug/?i=14634
2024-08-22 15:44:54 +08:00
[183] = https://curl.se/bug/?i=14555
2024-08-23 20:08:26 +08:00
[184] = https://curl.se/bug/?i=14634
2024-08-22 15:44:54 +08:00
[185] = https://curl.se/bug/?i=14368
[186] = https://curl.se/bug/?i=12129
2024-08-23 20:08:26 +08:00
[187] = https://curl.se/bug/?i=14634
2024-08-22 15:44:54 +08:00
[188] = https://curl.se/bug/?i=14575
2024-08-23 20:08:26 +08:00
[189] = https://curl.se/bug/?i=14634
[190] = https://curl.se/bug/?i=14648
2024-08-28 20:09:12 +08:00
[191] = https://curl.se/bug/?i=14699
2024-08-30 22:16:51 +08:00
[192] = https://curl.se/bug/?i=14737
2024-08-22 15:44:54 +08:00
[193] = https://curl.se/bug/?i=14201
2024-08-30 22:16:51 +08:00
[194] = https://curl.se/bug/?i=14736
2024-08-22 15:44:54 +08:00
[195] = https://curl.se/bug/?i=14168
2024-08-28 20:09:12 +08:00
[196] = https://curl.se/bug/?i=14670
2024-08-23 20:08:26 +08:00
[197] = https://curl.se/bug/?i=14647
2024-08-30 22:16:51 +08:00
[198] = https://curl.se/bug/?i=14735
2024-08-28 20:09:12 +08:00
[199] = https://curl.se/bug/?i=14697
2024-08-22 15:44:54 +08:00
[200] = https://curl.se/bug/?i=14588
[201] = https://curl.se/bug/?i=14587
[202] = https://curl.se/bug/?i=14586
[203] = https://curl.se/bug/?i=14585
2024-08-23 20:08:26 +08:00
[204] = https://curl.se/bug/?i=14621
[205] = https://curl.se/bug/?i=14611
[206] = https://curl.se/bug/?i=14642
[207] = https://curl.se/bug/?i=14640
[208] = https://curl.se/bug/?i=14626
2024-08-28 20:09:12 +08:00
[210] = https://curl.se/bug/?i=12606
2024-08-30 22:16:51 +08:00
[211] = https://curl.se/bug/?i=14732
2024-08-28 20:09:12 +08:00
[213] = https://curl.se/bug/?i=14701
[214] = https://curl.se/bug/?i=14696
[215] = https://curl.se/bug/?i=14668
2024-08-30 22:16:51 +08:00
[217] = https://curl.se/bug/?i=14717
2024-08-28 20:09:12 +08:00
[218] = https://curl.se/bug/?i=14688
2024-08-30 22:16:51 +08:00
[219] = https://curl.se/bug/?i=14717
2024-08-28 20:09:12 +08:00
[220] = https://curl.se/bug/?i=14684
[223] = https://curl.se/bug/?i=14674
[224] = https://curl.se/bug/?i=14673
[225] = https://curl.se/bug/?i=14672
[226] = https://curl.se/bug/?i=14671
2024-08-30 22:16:51 +08:00
[227] = https://curl.se/bug/?i=14718
[229] = https://curl.se/bug/?i=14720
[230] = https://curl.se/bug/?i=14722
[232] = https://curl.se/bug/?i=14709
2024-08-28 20:09:12 +08:00
[234] = https://curl.se/bug/?i=14660