diff options
| author | dartraiden <wowemuh@gmail.com> | 2025-04-21 09:33:29 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2025-04-21 09:50:38 +0300 |
| commit | cf6ba06cd445f1f4554701637d5bab581acfba98 (patch) | |
| tree | 0d9b618df1c8f888cb37221be0590f4a677fe477 /libs/libcurl/docs | |
| parent | 842ec200cd37ae05f2a9c56f2a4040088d2ac917 (diff) | |
libcurl: update to 8.13.0
Diffstat (limited to 'libs/libcurl/docs')
| -rw-r--r-- | libs/libcurl/docs/RELEASE-NOTES | 789 | ||||
| -rw-r--r-- | libs/libcurl/docs/THANKS | 786 |
2 files changed, 1059 insertions, 516 deletions
diff --git a/libs/libcurl/docs/RELEASE-NOTES b/libs/libcurl/docs/RELEASE-NOTES index 334493c8ae..c281f99b3e 100644 --- a/libs/libcurl/docs/RELEASE-NOTES +++ b/libs/libcurl/docs/RELEASE-NOTES @@ -1,81 +1,333 @@ -curl and libcurl 8.12.1
+curl and libcurl 8.13.0
- Public curl releases: 265
- Command line options: 267
- curl_easy_setopt() options: 306
+ Public curl releases: 266
+ Command line options: 268
+ curl_easy_setopt() options: 307
Public functions in libcurl: 96
- Contributors: 3344
+ Contributors: 3378
This release includes the following changes:
+ o curl: add write-out variable 'tls_earlydata' [79]
+ o curl: make --url support a file with URLs [104]
+ o gnutls: set priority via --ciphers [167]
+ o IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags [124]
+ o lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY [147]
+ o OpenSSL/quictls: add support for TLSv1.3 early data [150]
+ o rustls: add support for CERTINFO [106]
+ o rustls: add support for SSLKEYLOGFILE [282]
+ o rustls: support ECH w/ DoH lookup for config [280]
+ o rustls: support native platform verifier
+ o var: add a '64dec' function that can base64 decode a string [78]
+ o wolfssl: tls early data support [50]
This release includes the following bugfixes:
- o all: remove FIXME and TODO comments [55]
- o asyn-thread: fix build with `CURL_DISABLE_SOCKETPAIR` [47]
- o asyn-thread: fix HTTPS RR crash [10]
- o asyn-thread: fix the returned bitmask from Curl_resolver_getsock [18]
- o asyn-thread: survive a c-ares channel set to NULL [52]
- o build: add tool_hugehelp.c into IBMi build [40]
- o checksrc.pl: warn on FIXME/TODO comments
- o cmake/Find: set `<Modulename>_FOUND` for compatibility when found via `pkg-config` [22]
- o cmake: add integration tests, run them in CI [21]
- o cmake: always reference OpenSSL and ZLIB via imported targets [24]
- o cmake: avoid unnecessary `-L` for implicit link dirs [11]
- o cmake: drop `LDAP_DEPRECATED=1` macro, to sync with autotools [23]
- o cmake: fix `HAVE_GETHOSTBYNAME_R_*` detections with `CURL_WERROR=ON` [57]
- o cmake: fix to detect `HAVE_OPENSSL_SRP` in MSVC UWP builds [62]
- o cmake: fix/add missing feature detections for Windows/MS-DOS [58]
- o cmake: initialize variables where missing [27]
- o cmake: lib order fixes for picky linkers (e.g. binutils `ld`) [26]
- o cmake: normalize before matching paths with syspaths [30]
- o cmake: respect `GNUTLS_CFLAGS` when detected via `pkg-config` [38]
- o cmake: respect `GNUTLS_LIBRARY_DIRS` in `libcurl.pc` and `curl-config` [39]
- o cmake: save a line with `CMAKE_C_IMPLICIT_LINK_DIRECTORIES` exclusion [32]
- o cmake: tidy up string append and list prepend syntax [28]
- o configure/cmake: check for realpath [19]
- o configure/cmake: set asyn-rr a feature only if httpsrr is enabled [42]
- o content_encoding: #error on too old zlib [2]
- o curl_global_sslset.md: Add SSL backend names [50]
- o CURLOPT_SSH_KNOWNHOSTS.md: strongly recommend using this [41]
- o CURLSHOPT_SHARE.md: adjust for the new SSL session cache [6]
- o docs: better explain multi-part byte range behavior [4]
- o docs: use valid example domain names [54]
- o generate.bat: remove curl_get_line.c from the curlx file list [20]
- o header.md: mention `Authorization:` and `Cookie:` special treatment [43]
- o imap: TLS upgrade fix [14]
- o INTERNALS: fix c-ares, as we actually support 1.6.0 or later [37]
- o ldap: drop support for legacy Novell LDAP SDK [25]
- o lib: include necessary headers for `inet_ntop`/`inet_pton` [8]
- o lib: silence LibreSSL collision warning on non-MSVC Windows [51]
- o libssh2: comparison is always true because rc <= -1 [56]
- o libssh2: raise lowest supported version to 1.2.8 [3]
- o libssh: drop support for libssh older than 0.9.0 [33]
- o libssh: silence `-Wconversion` with a cast (Windows 32-bit) [7]
- o netrc: return code cleanup, fix missing file error [45]
- o openssl-quic: ignore ciphers for h3 [1]
- o openssl: fix out of scope variables in goto [12]
- o pop3: TLS upgrade fix [15]
- o runtests: fix the disabling of the memory tracking [29]
- o runtests: quote commands to support paths with spaces [35]
- o scache: add magic checks [31]
- o smb: silence `-Warray-bounds` with gcc 13+ [9]
- o smtp: TLS upgrade fix [16]
- o SPONSORS.md: clarify that we don't promise goods or services [5]
- o test1516: avoid failure due to spaces in path [36]
- o test2080: simplify, avoid the null byte
- o tests: fix test 558, 1330 for MSVC, allow TrackMemory with MSVC in cmake [53]
- o tidy-up: make per-file `ARRAYSIZE` macros global as `CURL_ARRAYSIZE` [48]
- o tool_cfgable: sort struct fields by size, use bitfields for booleans [17]
- o tool_getparam: add "TLS required" flag for each such option [44]
- o tool_progress: fix percent output of large parallel transfers [61]
- o tool_ssls: switch to tool-specific get_line function [34]
- o verbose.md: mention how carriage-return might occur in headers [49]
- o vquic: make the "disable GSO" use infof, not failf [65]
- o vtls: fix multissl-init [60]
- o vtsl: eliminate 'data->state.ssl_scache' [59]
- o wakeup_write: make sure the eventfd write sends eight bytes [46]
- o wolfssl: silence compiler warning (MSVC 2019), simplify existing [13]
+ o addrinfo: add curl macro to avoid redefining foreign symbols [29]
+ o asyn-thread: avoid the separate 'struct resdata' alloc [20]
+ o asyn-thread: avoid the separate curl_mutex_t alloc [6]
+ o asyn-thread: do not allocate thread_data separately [21]
+ o asyn-thread: remove 'status' from struct Curl_async [36]
+ o autotools: fix `dllmain.c` in unity builds [257]
+ o autotools: fix `libtest` bundle to depend on `FIRSTFILES` [240]
+ o autotools: use `CURLDEBUG` to exclude TrackMemory code from unity [253]
+ o aws_sigv4: cannot be used for proxy [171]
+ o aws_sigv4: merge repeated headers in canonical request [272]
+ o aws_sigv4: use strparse more for parsing [55]
+ o base64: drop `BUILDING_CURL` macro, always include in tests/server [234]
+ o build: add Windows CE / CeGCC support, with CI jobs [87]
+ o build: cmake multi-pkg-config detection improvements (brotli, ldap, mbedtls) [192]
+ o build: do not apply curl debug macros to `tests/server` by default [254]
+ o build: drop unused `getpart` tool [107]
+ o build: enable -Wjump-misses-init for GCC 4.5+ [62]
+ o build: enable `-Wcast-qual`, fix or silence compiler warnings [208]
+ o build: fix compiler warnings in feature detections [39]
+ o build: replace Curl_ prefix with curlx_ for functions used in servers [236]
+ o build: set `-O3` and tune WinCE in CI, fix `getpart`, `vtls_scache` fallouts [137]
+ o build: set `HAVE_STDINT_H` if `stdint.h` is available [155]
+ o build: set `HAVE_WRITABLE_ARGV` for Apple cross-builds [8]
+ o build: silence bogus `-Wconversion` warnings with gcc 5.1-5.4 [68]
+ o build: silence mingw32ce C99 format warnings, simplify CI [143]
+ o build: tidy-ups around `inet_pton` [180]
+ o c-ares httpsrr: fix ifdef [223]
+ o c-ares: error out for unsupported versions, drop unused macros [85]
+ o ca-native.md: sync with CURLSSLOPT_NATIVE_CA [72]
+ o cf-socket: deduplicate Windows Vista detection [11]
+ o cf-socket: remove empty switch [75]
+ o client writer: handle pause before decoding [61]
+ o cmake: `CURL_LIBDIRS` improvements (upstreamed from vcpkg) [191]
+ o cmake: `SHARE_LIB_OBJECT=ON` requires CMake 3.12 or newer [46]
+ o cmake: add custom command scripts as dependencies where missing [298]
+ o cmake: add pre-fill for Unix, enable in GHA/macos, verify pre-fills [42]
+ o cmake: add shell completion support [261]
+ o cmake: allow `CURL_STATIC_CRT` with shared libcurl and no curl exe [123]
+ o cmake: allow `CURL_STATIC_CRT` with UCRT VS2015+ builds [134]
+ o cmake: allow empty `IMPORT_LIB_SUFFIX`, add suffix collision detection [41]
+ o cmake: avoid `-Wnonnull` warning in `HAVE_FSETXATTR_5` detection [81]
+ o cmake: disable HTTPS-proxy as a feature if proxy is disabled [77]
+ o cmake: drop `CURL_DISABLE_TESTS` option [94]
+ o cmake: drop `HAVE_C_FLAG_Wno_long_double` logic for ancient Apple gcc [126]
+ o cmake: drop `HAVE_IN_ADDR_T` from pre-fill too
+ o cmake: drop two stray TLS feature checks for wolfSSL [9]
+ o cmake: exclude `-MP` for `clang-cl` again [132]
+ o cmake: fix `HAVE_ATOMIC`/`HAVE_STDATOMIC` pre-fill for clang-cl [28]
+ o cmake: fix clang-tidy builds to verify tests, fix fallouts [289]
+ o cmake: fix detection pre-fills for iOS [153]
+ o cmake: fix ECH detection in custom-patched OpenSSL [32]
+ o cmake: fix typo in ECH config error msg [246]
+ o cmake: hide empty `MINGW64_VERSION` output for mingw32ce [114]
+ o cmake: improve httpd detection for pytest [127]
+ o cmake: mention 'insecure' in the debug build warning [15]
+ o cmake: misc tidy-ups [38]
+ o cmake: pre-fill known type sizes for Windows OSes [100]
+ o cmake: replace CMAKE_COMPILER_IS_GNUCC with CMAKE_C_COMPILER_ID [232]
+ o cmake: replace exec_program() with execute_process() [239]
+ o cmake: restrict static CRT builds to static curl exe, test in CI [113]
+ o cmake: sync cutoff version with autotools for picky option `-ftree-vrp` [99]
+ o cmake: sync OpenSSL(-fork) feature checks with `./configure` [49]
+ o cmake: unity mode optimization for non-`CURLDEBUG` `testdeps` targets [231]
+ o CODE_STYLE: readability and banned functions [35]
+ o config-win32: set `HAVE_STDINT_H` where available [264]
+ o configure: call the blocking resolver "blocking", not "default" [220]
+ o configure: fix ECH detection with MultiSSL [259]
+ o configure: silence compiler warnings in feature checks, drop duplicates [86]
+ o configure: tidy up shell completion rules [292]
+ o configure: use `curl_cv_apple` variable [40]
+ o conn: eliminate `conn->now` [293]
+ o conn: fix connection reuse when SSL is optional [54]
+ o conncache: eliminate `conn->destination_len` as premature optimization [294]
+ o contributors.sh: lowercase 'github' for consistency [52]
+ o contrithanks.sh: update docs/THANKS in place [119]
+ o cookie: do prefix matching case-sensitively [82]
+ o cookie: minor parser simplification [58]
+ o cookie: simplify invalid_octets() [24]
+ o core: stop redefining `E*` macros on Windows, map `EACCES`, related fixes [233]
+ o curl.h: change some enums to defines with L suffix [84]
+ o curl.h: convert CURLUSESSL* names to defines [146]
+ o curl.h: stop defining non-curl `__has_declspec_attribute` [142]
+ o curl.h: switch `CURL_HTTP_VERSION*` enums to long constants [160]
+ o curl/system.h: drop leftover comment about 32 bit curl_off_t [305]
+ o curl: add my_setopt_long() and _offt() [158]
+ o curl_msh3: remove verify bypass from DEBUGBUILDs [43]
+ o curl_setup: drop `ERANGE` (for WinCE), no longer used [249]
+ o curl_setup_once: drop `E*` macro redefines unused (with winsock2) [164]
+ o curl_setup_once: stop redefining `ENAMETOOLONG` to winsock2 error code [163]
+ o curl_trc: fix build with CURL_DISABLE_VERBOSE_STRINGS [109]
+ o curl_ws_recv.md: expand a little on the fragments the API delivers [251]
+ o CURLMOPT_SOCKETFUNCTION.md: add advice for socket callback invocation[69]
+ o CURLOPT_HTTPHEADER.md: add comments to the example [90]
+ o CURLOPT_HTTPHEADER.md: rephrases [108]
+ o curltime: use libcurl time functions in src and tests/server [247]
+ o DISABLED: add 313 for sectransp (move from GHA/macos) [209]
+ o docs/cmdline-opts: use imperative form [270]
+ o docs: adapt to removed --with-random [177]
+ o docs: add FD_ZERO to curl_multi_fdset example [19]
+ o docs: bump `rustls` to 0.14.1 [111]
+ o docs: correct argument names & URL redirection [4]
+ o docs: minor edits to please the new spellchecker regime
+ o docs: rework RUSTLS install instructions
+ o docs: unify HTTP version style in --help output [139]
+ o docs: vulnerabilities in debug code are not eligible for a bounty [118]
+ o doh: improve HTTPS RR svcparams parsing [198]
+ o doh: remove wrong but unreachable exit path from doh_decode_rdata_name [199]
+ o dynbuf: assert init on free [295]
+ o easy: drop `break` after `return` [300]
+ o easy: fix warning about possible comma misuse [219]
+ o eventfd: allow use on all CPUs [93]
+ o examples: prefer `return` over `exit()` (cont.) [110]
+ o ftp/sftp: strdup data info memory [237]
+ o ftp: fix comment [135]
+ o gnutls: fix connection state check on handshake [80]
+ o gnutls: fix use of pkcs11 urls for keys/certs [122]
+ o gtls: fix uninitialized variable [154]
+ o hash: use single linked list for entries [57]
+ o hostip: don't use alarm() for DoH resolves [214]
+ o hostip: make CURLOPT_RESOLVE support replacing IPv6 addresses [47]
+ o http2: add on_invalid_frame callback for error detection [174]
+ o http2: detect session being closed on ingress handling [173]
+ o http2: enhance error messages on Curl_dyn* upon receiving headers [149]
+ o http2: fix stream assignemnt for pushes [302]
+ o http2: reset stream on response header error [175]
+ o HTTP3.md: only speak about minimal versions [18]
+ o http: convert parsers to strparse [48]
+ o http: fix NTLM info message typo [22]
+ o http: fix the auth check [88]
+ o http: make the RTSP version check stricter [73]
+ o http: negotiation and room for alt-svc/https rr to navigate [64]
+ o http: remove a HTTP method size restriction [241]
+ o http: version negotiation [45]
+ o http_chunks: replace a strofft call with curl_str_hex [138]
+ o https-rr: implementation improvements [44]
+ o httpsrr: fix port detection [51]
+ o httpsrr: fix the HTTPS-RR threaded-resolver build combo [67]
+ o INFRASTRUCTURE.md: add IRC and Matrix details [278]
+ o INSTALL-CMAKE.md: CMake usage updates [101]
+ o INSTALL-CMAKE.md: mention `ZLIB_USE_STATIC_LIBS` [112]
+ o lib1156: pass longs to `curl_easy_setopt()` [159]
+ o lib1560: test set path containing LR or CR [299]
+ o lib2302: fix crash due to stack overflow on MSVC and clang Windows [228]
+ o lib696: fix building on Windows in non-bundle mode [267]
+ o lib: better optimized casecompare() and ncasecompare() [3]
+ o lib: clear up CURLRES_ASYNCH vs USE_CURL_ASYNC use [215]
+ o lib: fix two curlx_strtoofft invokes [128]
+ o lib: rename curlx_strtoofft to Curl_str_numblanks() [218]
+ o lib: replace while(ISBLANK()) loops with Curl_str_passblanks() [148]
+ o lib: simplify more white space loops [60]
+ o lib: strtoofft.h header cleanup [17]
+ o lib: use Curl_str_* instead of strtok_r() [59]
+ o lib: use Curl_str_number() for parsing decimal numbers [13]
+ o libssh2: fix freeing of resources in disconnect [207]
+ o libssh2: fix memory leak in `SSH_SFTP_REALPATH` state [224]
+ o libssh2: fix to ignore `known_hosts` if SHA256 host public key is set [296]
+ o libssh2: print user with verbose flag [125]
+ o libssh2: show crypto backend in the verbose connect log [316]
+ o libssh: fix freeing of resources in disconnect [206]
+ o libssh: fix scp large file upload for 32-bit size_t systems [211]
+ o libtest/first.c: remove the Test: stderr output for unity builds [301]
+ o libtest/libprereq.c: set CURLOPT_FOLLOWLOCATION with a long [89]
+ o managen: accept more markdown-quote-markers [243]
+ o managen: correct the warning for un-escaped '<' and '>' [1]
+ o mbedtls: re-enable an error check [288]
+ o memdebug.h: avoid `-Wredundant-decls` with an extra guard [230]
+ o memdebug: drop dynamic allocation from `curl_dbg_log()` [285]
+ o mprintf: switch three number parsers to use strparse [221]
+ o mqtt: convert sendleftovers to dynbuf [262]
+ o msvc: drop support for VS2005 and older [96]
+ o multi: call protocol handler done() if PROTOCONNECT or later [238]
+ o multi: event based rework [74]
+ o multi: kill off remaining internal handles in curl_multi_cleanup [248]
+ o multi: start the loop over when handles are removed [129]
+ o multi_ev: fixes regarding connection shutdowns [284]
+ o ngtcp2: do not iterate over multi handles [194]
+ o ntlm: merge ntlm.h into ntlm.c [235]
+ o openssl-quic: do not iterate over multi handles [188]
+ o openssl: check return value of X509_get0_pubkey [105]
+ o openssl: drop support for old OpenSSL/LibreSSL versions [95]
+ o openssl: fix crash on missing cert password [271]
+ o openssl: fix pkcs11 URI checking for key files. [152]
+ o openssl: remove bad `goto`s into other scope [63]
+ o prox/preproxy.md: document argument within <brackets> [317]
+ o pytest: test negotiate with http proxy [83]
+ o quiche: do not iterate over multi handles [182]
+ o RELEASE-PROCEDURE.md: explain release candidates [161]
+ o request: clear sendbuf_hds_len when resetting request bufq [166]
+ o resolve: fix building without Unix sockets and `CURLDEBUG` [213]
+ o runtests: accept `CURL_DIRSUFFIX` without ending slash [133]
+ o runtests: add feature-based filtering [268]
+ o runtests: check and report if `diff` tool is missing [162]
+ o runtests: drop logic calling the `handle` tool (Windows) [263]
+ o runtests: drop recognizing 'winssl' as Schannel [102]
+ o runtests: drop ref to unused external function
+ o runtests: fix bundled test invocation with `-g` option [308]
+ o runtests: fix SSH server not starting in cases, re-ignore failing vcpkg CI jobs [225]
+ o runtests: fix test key format for libssh2 WinCNG (and others) [229]
+ o runtests: generate certs dynamically, bump to EC-256, tidy up [279]
+ o runtests: recognize AWS-LC as OpenSSL [103]
+ o runtests: rewrite `genserv.sh` in Perl [312]
+ o runtests: support multi-target cmake, drop workarounds from CI [116]
+ o runtests: support running tests under wine or qemu (cont.) [309]
+ o runtests: support running tests under wine or qemu [210]
+ o runtests: use `setfacl` on Cygwin/MSYS, if present [291]
+ o rustls: add ECH support w/ string ECH config [281]
+ o rustls: cap maximum allowed CRL file size to 8MB [196]
+ o rustls: support ECH GREASE
+ o rustls: use client cert and key if available
+ o schannel: deduplicate Windows Vista detection [98]
+ o schannel: enable ALPN support under WINE 6.0+ [92]
+ o schannel: enable ALPN with MinGW, fix ALPN for UWP builds [71]
+ o schannel: guard ALPN init code to ALPN builds [91]
+ o scripts/managen: fix option 'single' [31]
+ o scripts/managen: fix parsing of markdown code sections [30]
+ o scripts: update completion.pl to parse options from docs [266]
+ o sectransp: add support for HTTP/2 in gcc builds [200]
+ o sendf: client reader line conversion: do not change data->state.infilesize [244]
+ o setopt: illegal CURLOPT_SOCKS5_AUTH should return error [185]
+ o setopt: remove unnecessary void pointer typecasts [76]
+ o setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine [197]
+ o shutdowns: split shutdown handling from connection pool [156]
+ o socks: remove bad assert from do_SOCKS5() [216]
+ o src: avoid strdup on platforms not doing UTF-8 conversions [176]
+ o src: cleanup ISBLANK vs ISSPACE [195]
+ o src: remove Curl_ prefix from tool-specific function [205]
+ o src: remove final uses of Curl_ symbol prefixes in tool code [242]
+ o src: replace strto[u][ld] with curlx_str_ parsers [222]
+ o ssh: consider sftp quote commands case sensitive [33]
+ o sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version [204]
+ o sshserver.pl: use Perl `chmod` [311]
+ o sshserver: fix excluding obsolete client config lines [212]
+ o ssl session cache: add exportable flag [56]
+ o SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR [265]
+ o strparse: make Curl_str_number() return error for no digits [14]
+ o strparse: switch the API to work on 'const char *' [2]
+ o strparse: switch to curl_off_t as base data type [7]
+ o test1022: add support for rc releases [144]
+ o test1167: catch #defines with extra whitespace [140]
+ o test313: disable CRL test for Schannel due to lack of support and flakiness [310]
+ o test313: disable via `<features>` for backends without CRL support [303]
+ o test489: set output dir [186]
+ o test612: SCP `rm` the uploaded remote file (not the local source), unignore in CI [297]
+ o test613: make it pass on Windows, fix postprocess, unignore in CI [290]
+ o test615: fix for Cygwin, unignore in CI [276]
+ o tests/certs: cleanup [151]
+ o tests/server: drop unused `base64.pl` [258]
+ o tests/server: fix to check against winsock2 error codes on Windows [168]
+ o tests/server: give global `path` variable a more descriptive name [255]
+ o tests/server: make the signal handler signal-safe [269]
+ o tests/server: replace `errno` with `SOCKERRNO` in sockfilt, socksd, sws [183]
+ o tests/server: replace `strerror` with `sstrerror` in socksd
+ o tests/server: support bundle binary [217]
+ o tests/server: sync `wait_ms()` with the libcurl implementation [226]
+ o tests/server: use `curlx_str_numblanks()` to avoid `errno` [250]
+ o tests/servers.pm: remove unused variable 'portrange' [227]
+ o tests: build non-debug unit tests with autotools, run them [287]
+ o tests: fix comment in lib533 [121]
+ o tests: fix enum/int confusion, fix autotools `CFLAGS` for `servers` [27]
+ o tests: make sure 'commands.log' is generated in the correct logdir [172]
+ o tests: mark tests 1631, 1632 flaky [157]
+ o tests: reformat error messages to avoid tripping MSBuild [201]
+ o tests: remove base64 encoded sections [260]
+ o tests: Remove unused variables [245]
+ o tests: replace remaining non-ASCII bytes with hex markup [283]
+ o tftpd: prefix TFTP protocol error `E*` constants with `TFTP_` [189]
+ o tidy-up: align MSYS2/Cygwin codepaths, follow Cygwin `MAX_PID` bump [97]
+ o tidy-up: delete, comment or scope C macros reported unused [16]
+ o tidy-up: drop unused `CURL_INADDR_NONE` macro and `in_addr_t` type [26]
+ o tidy-up: use `CURL_ARRAYSIZE()` [37]
+ o timediff: fix comment for curlx_mstotv() [25]
+ o timediff: remove unnecessary double typecast [53]
+ o tool_dirhie: create dir hierarchy without strtok [169]
+ o tool_getparam: clear sensitive arguments better [66]
+ o tool_getparam: do parse_upload_flags without the alloc/free [181]
+ o tool_getparam: parse --trace-config without strdup()/free() [178]
+ o tool_getparam: parse_header() without strtok [165]
+ o tool_operate: change "1 retries" to "1 retry" [145]
+ o tool_operate: fail SSH transfers without server auth [70]
+ o tool_operate: fix pluralization of seconds [273]
+ o tool_operate: remove unnecessary (long) typecasts [141]
+ o tool_paramhlp: do --proto parsing without strtok [170]
+ o tool_parsecfg: make my_get_line skip comments and newlines [130]
+ o tool_setopt: reduce use of "code hiding" macros [203]
+ o url: call protocol handler's disconnect in Curl_conn_free [193]
+ o urlapi: fix redirect from file:// with query, and simplify [136]
+ o urlapi: remove percent encoded dot sequences from the URL path [252]
+ o urlapi: simplify junkscan [23]
+ o urldata: remove 'hostname' from struct Curl_async [131]
+ o variable.md: clarify 'trim' example [12]
+ o vquic: obey IOV_MAX [275]
+ o vtls: fix compiler warnings seen with gcc 7.3.0 and mbedTLS [187]
+ o winbuild: reduce command-line length by dropping whitespace [117]
+ o windows: do not use winsock2 `inet_ntop()`/`inet_pton()` [202]
+ o windows: drop code and curl manifest targeting W2K and older [115]
+ o windows: fix issues detected by clang-tidy, and some more [286]
+ o wolfssh: fix freeing of resources in disconnect [184]
+ o wolfssh: retrieve the error using wolfSSH_get_error [5]
+ o wolfssl: fix CA certificate multiple location import [34]
+ o wolfssl: fix unused variable warning [190]
+ o wolfssl: warn if CA native import option is ignored [65]
+ o wolfssl: when using PQ KEM, use ML-KEM, not Kyber [10]
+ o ws: corrected curlws_cont to reflect its documented purpose [120]
+ o ws: fix and extend CURLWS_CONT handling [256]
+ o zlib: bump minimum to 1.2.5.2 (was: 1.2.0.4) [179]
This release includes the following known bugs:
@@ -96,77 +348,332 @@ Planned upcoming removals include: This release would not have looked like this without help, code, reports and
advice from friends like these:
- Aaron Deadman, Andrei Korshikov, Andrew Kirillov, arlt on github,
- Christian Schmitz, CueXXIII on Github, Dan Fandrich, Daniel Stenberg,
- deliciouslytyped on github, Fay Stegerman, Jan Engelhardt,
- jethrogb on github, Kai Pastor, Marcel Raad, Michael Kaufmann,
- mschroeder-fzj on github, nono303 on github, Philip Heiduck, qhill,
- Ralf A. Timmermann, Ray Satiro, renovate[bot], Stefan Eissing, Terence Eden,
- thisisgk on github, Viktor Szakats, zzq1015 on github
- (27 contributors)
+ Abhinav Singhal, Anthony Hu, Aquila Macedo, Austin Moore, Ben Bodenmiller,
+ Brian Inglis, Calvin Ruocco, Carlos Henrique Lima Melara, Catena cyber,
+ Christian Schmitz, Dan Fandrich, Daniel McCarney, Daniel Stenberg,
+ Dave Nicolson, Demi Marie Obenour, dependabot[bot], Derek Huang,
+ Dexter Gerig, Ethan Wilkes, Gabriel Marin, Harry Sintonen, Jan Macku,
+ Jeremy Drake, John Bampton, Joseph Chen, Justin Steventon, Kai Pastor,
+ kayrus on github, kpcyrd on github, kriztalz, Lars Karlitski,
+ Laurențiu Nicola, lf- on github, Marcel Raad, Marius Albrecht, Mark Phillips,
+ Martxel, Michał Antoniak, Ondřej Hlavatý, Orgad Shaneh, Pavel Kropachev,
+ Peng-Yu Chen, Peter Kokot, Philippe Antoine, qhill on github, Ray Satiro,
+ renovate[bot], Rinku Das, rmg-x on github, Roman Zharkov, Ronald Crane,
+ RubisetCie on github, saimen, Samuel Dionne-Riel, Samuel Henrique,
+ Scott Talbert, Sergey, Stefan Eissing, stevenpackardblp on github,
+ Tatsuhiro Tsujikawa, Teh Kok How, Tianyi Song, Timo Tijhof, tiymat,
+ Viktor Szakats, Vulpes Vulpes, Weng Xuetian, Yedaya Katsman, Zenju on github,
+ Zhang Wen, Zhaoming Luo
+ (71 contributors)
References to bug reports and discussions on issues:
- [1] = https://curl.se/bug/?i=16232
- [2] = https://curl.se/bug/?i=16202
- [3] = https://curl.se/bug/?i=16199
- [4] = https://curl.se/bug/?i=16139
- [5] = https://curl.se/bug/?i=16196
- [6] = https://curl.se/bug/?i=16245
- [7] = https://curl.se/bug/?i=16194
- [8] = https://curl.se/bug/?i=16184
- [9] = https://curl.se/bug/?i=16187
- [10] = https://curl.se/bug/?i=16169
- [11] = https://curl.se/bug/?i=16233
- [12] = https://curl.se/bug/?i=16246
- [13] = https://curl.se/bug/?i=16230
- [14] = https://curl.se/bug/?i=16213
- [15] = https://curl.se/bug/?i=16208
- [16] = https://curl.se/bug/?i=16189
- [17] = https://curl.se/bug/?i=16211
- [18] = https://curl.se/bug/?i=16227
- [19] = https://curl.se/bug/?i=16209
- [20] = https://curl.se/bug/?i=16248
- [21] = https://curl.se/bug/?i=16126
- [22] = https://curl.se/bug/?i=16153
- [23] = https://curl.se/bug/?i=16146
- [24] = https://curl.se/bug/?i=16207
- [25] = https://curl.se/bug/?i=16176
- [26] = https://curl.se/bug/?i=16182
- [27] = https://curl.se/bug/?i=16198
- [28] = https://curl.se/bug/?i=16144
- [29] = https://curl.se/bug/?i=16226
- [30] = https://curl.se/bug/?i=16191
- [31] = https://curl.se/bug/?i=16240
- [32] = https://curl.se/bug/?i=16243
- [33] = https://curl.se/bug/?i=16200
- [34] = https://curl.se/bug/?i=16201
- [35] = https://curl.se/bug/?i=16220
- [36] = https://curl.se/bug/?i=16223
- [37] = https://curl.se/bug/?i=16221
- [38] = https://curl.se/bug/?i=16242
- [39] = https://curl.se/bug/?i=16190
- [40] = https://curl.se/bug/?i=16214
- [41] = https://curl.se/bug/?i=16204
- [42] = https://curl.se/bug/?i=16183
- [43] = https://curl.se/bug/?i=16160
- [44] = https://curl.se/bug/?i=16159
- [45] = https://curl.se/bug/?i=16163
- [46] = https://curl.se/bug/?i=16237
- [47] = https://curl.se/bug/?i=16179
- [48] = https://curl.se/bug/?i=16111
- [49] = https://curl.se/bug/?i=16285
- [50] = https://curl.se/bug/?i=16256
- [51] = https://curl.se/bug/?i=16273
- [52] = https://curl.se/bug/?i=16216
- [53] = https://curl.se/bug/?i=16289
- [54] = https://curl.se/bug/?i=16269
- [55] = https://curl.se/bug/?i=16283
- [56] = https://curl.se/bug/?i=16268
- [57] = https://curl.se/bug/?i=16282
- [58] = https://curl.se/bug/?i=16278
- [59] = https://curl.se/bug/?i=16261
- [60] = https://curl.se/bug/?i=16253
- [61] = https://curl.se/bug/?i=16284
- [62] = https://curl.se/bug/?i=16293
- [65] = https://curl.se/bug/?i=16294
+ [1] = https://curl.se/bug/?i=16315
+ [2] = https://curl.se/bug/?i=16316
+ [3] = https://curl.se/bug/?i=16311
+ [4] = https://curl.se/bug/?i=16334
+ [5] = https://curl.se/bug/?i=16335
+ [6] = https://curl.se/bug/?i=16323
+ [7] = https://curl.se/bug/?i=16336
+ [8] = https://curl.se/bug/?i=16338
+ [9] = https://curl.se/bug/?i=16339
+ [10] = https://curl.se/bug/?i=16337
+ [11] = https://curl.se/bug/?i=16400
+ [12] = https://curl.se/bug/?i=16346
+ [13] = https://curl.se/bug/?i=16319
+ [14] = https://curl.se/bug/?i=16319
+ [15] = https://curl.se/bug/?i=16327
+ [16] = https://curl.se/bug/?i=16279
+ [17] = https://curl.se/bug/?i=16331
+ [18] = https://curl.se/bug/?i=16320
+ [19] = https://curl.se/bug/?i=16325
+ [20] = https://curl.se/bug/?i=16321
+ [21] = https://curl.se/bug/?i=16241
+ [22] = https://curl.se/bug/?i=16305
+ [23] = https://curl.se/bug/?i=16307
+ [24] = https://curl.se/bug/?i=16306
+ [25] = https://curl.se/bug/?i=16310
+ [26] = https://curl.se/bug/?i=16318
+ [27] = https://curl.se/bug/?i=16314
+ [28] = https://curl.se/bug/?i=16313
+ [29] = https://curl.se/bug/?i=16274
+ [30] = https://curl.se/bug/?i=16345
+ [31] = https://curl.se/bug/?i=16344
+ [32] = https://curl.se/bug/?i=16354
+ [33] = https://curl.se/bug/?i=16382
+ [34] = https://curl.se/bug/?i=16391
+ [35] = https://curl.se/bug/?i=16349
+ [36] = https://curl.se/bug/?i=16347
+ [37] = https://curl.se/bug/?i=16381
+ [38] = https://curl.se/bug/?i=16238
+ [39] = https://curl.se/bug/?i=16287
+ [40] = https://curl.se/bug/?i=16340
+ [41] = https://curl.se/bug/?i=16324
+ [42] = https://curl.se/bug/?i=15841
+ [43] = https://curl.se/bug/?i=16342
+ [44] = https://curl.se/bug/?i=16132
+ [45] = https://curl.se/bug/?i=16100
+ [46] = https://curl.se/bug/?i=16375
+ [47] = https://curl.se/bug/?i=16357
+ [48] = https://curl.se/bug/?i=16436
+ [49] = https://curl.se/bug/?i=16352
+ [50] = https://curl.se/bug/?i=16167
+ [51] = https://curl.se/bug/?i=16409
+ [52] = https://curl.se/bug/?i=16443
+ [53] = https://curl.se/bug/?i=16367
+ [54] = https://curl.se/bug/?i=16384
+ [55] = https://curl.se/bug/?i=16366
+ [56] = https://curl.se/bug/?i=16322
+ [57] = https://curl.se/bug/?i=16351
+ [58] = https://curl.se/bug/?i=16362
+ [59] = https://curl.se/bug/?i=16360
+ [60] = https://curl.se/bug/?i=16363
+ [61] = https://curl.se/bug/?i=16280
+ [62] = https://curl.se/bug/?i=16252
+ [63] = https://curl.se/bug/?i=16356
+ [64] = https://curl.se/bug/?i=16117
+ [65] = https://curl.se/bug/?i=16417
+ [66] = https://curl.se/bug/?i=16396
+ [67] = https://curl.se/bug/?i=16399
+ [68] = https://curl.se/bug/?i=16398
+ [69] = https://curl.se/bug/?i=16441
+ [70] = https://curl.se/bug/?i=16205
+ [71] = https://curl.se/bug/?i=16385
+ [72] = https://curl.se/bug/?i=16373
+ [73] = https://curl.se/bug/?i=16435
+ [74] = https://curl.se/bug/?i=16308
+ [75] = https://curl.se/bug/?i=16555
+ [76] = https://curl.se/bug/?i=16426
+ [77] = https://curl.se/bug/?i=16434
+ [78] = https://curl.se/bug/?i=16330
+ [79] = https://curl.se/bug/?i=15956
+ [80] = https://curl.se/bug/?i=16423
+ [81] = https://curl.se/bug/?i=16427
+ [82] = https://curl.se/bug/?i=16494
+ [83] = https://curl.se/bug/?i=14973
+ [84] = https://curl.se/bug/?i=16482
+ [85] = https://curl.se/bug/?i=16407
+ [86] = https://curl.se/bug/?i=16377
+ [87] = https://curl.se/bug/?i=15975
+ [88] = https://curl.se/bug/?i=16419
+ [89] = https://curl.se/bug/?i=16487
+ [90] = https://curl.se/bug/?i=16488
+ [91] = https://curl.se/bug/?i=16420
+ [92] = https://curl.se/bug/?i=16393
+ [93] = https://curl.se/bug/?i=16277
+ [94] = https://curl.se/bug/?i=16134
+ [95] = https://curl.se/bug/?i=16104
+ [96] = https://curl.se/bug/?i=16004
+ [97] = https://curl.se/bug/?i=16217
+ [98] = https://curl.se/bug/?i=16408
+ [99] = https://curl.se/bug/?i=16478
+ [100] = https://curl.se/bug/?i=16464
+ [101] = https://curl.se/bug/?i=16329
+ [102] = https://curl.se/bug/?i=16467
+ [103] = https://curl.se/bug/?i=16466
+ [104] = https://curl.se/bug/?i=16099
+ [105] = https://curl.se/bug/?i=16468
+ [106] = https://curl.se/bug/?i=16459
+ [107] = https://curl.se/bug/?i=16460
+ [108] = https://curl.se/bug/?i=16461
+ [109] = https://curl.se/bug/?i=16462
+ [110] = https://curl.se/bug/?i=16524
+ [111] = https://curl.se/bug/?i=16446
+ [112] = https://curl.se/bug/?i=16457
+ [113] = https://curl.se/bug/?i=16456
+ [114] = https://curl.se/bug/?i=16455
+ [115] = https://curl.se/bug/?i=16453
+ [116] = https://curl.se/bug/?i=16452
+ [117] = https://curl.se/bug/?i=16508
+ [118] = https://curl.se/bug/?i=16527
+ [119] = https://curl.se/bug/?i=16448
+ [120] = https://curl.se/bug/?i=16512
+ [121] = https://curl.se/bug/?i=16523
+ [122] = https://curl.se/bug/?i=16249
+ [123] = https://curl.se/bug/?i=16516
+ [124] = https://curl.se/bug/?i=15970
+ [125] = https://curl.se/bug/?i=16430
+ [126] = https://curl.se/bug/?i=16513
+ [127] = https://curl.se/bug/?i=16515
+ [128] = https://curl.se/bug/?i=16548
+ [129] = https://curl.se/bug/?i=16588
+ [130] = https://curl.se/bug/?i=16590
+ [131] = https://curl.se/bug/?i=16451
+ [132] = https://curl.se/bug/?i=16550
+ [133] = https://curl.se/bug/?i=16506
+ [134] = https://curl.se/bug/?i=16522
+ [135] = https://curl.se/bug/?i=16538
+ [136] = https://curl.se/bug/?i=16498
+ [137] = https://curl.se/bug/?i=16476
+ [138] = https://curl.se/bug/?i=16546
+ [139] = https://curl.se/bug/?i=16542
+ [140] = https://curl.se/bug/?i=16496
+ [141] = https://curl.se/bug/?i=16540
+ [142] = https://curl.se/bug/?i=16491
+ [143] = https://curl.se/bug/?i=16492
+ [144] = https://curl.se/bug/?i=16626
+ [145] = https://curl.se/bug/?i=16586
+ [146] = https://curl.se/bug/?i=16539
+ [147] = https://curl.se/bug/?i=16473
+ [148] = https://curl.se/bug/?i=16520
+ [149] = https://curl.se/bug/?i=16536
+ [150] = https://curl.se/bug/?i=16477
+ [151] = https://curl.se/bug/?i=16593
+ [152] = https://curl.se/bug/?i=16591
+ [153] = https://curl.se/bug/?i=16594
+ [154] = https://curl.se/bug/?i=16625
+ [155] = https://curl.se/bug/?i=16585
+ [156] = https://curl.se/bug/?i=16508
+ [157] = https://curl.se/bug/?i=16584
+ [158] = https://curl.se/bug/?i=16669
+ [159] = https://curl.se/bug/?i=16579
+ [160] = https://curl.se/bug/?i=16580
+ [161] = https://curl.se/bug/?i=16622
+ [162] = https://curl.se/bug/?i=16578
+ [163] = https://curl.se/bug/?i=16620
+ [164] = https://curl.se/bug/?i=16553
+ [165] = https://curl.se/bug/?i=16572
+ [166] = https://curl.se/bug/?i=16573
+ [167] = https://curl.se/bug/?i=16557
+ [168] = https://curl.se/bug/?i=16553
+ [169] = https://curl.se/bug/?i=16566
+ [170] = https://curl.se/bug/?i=16567
+ [171] = https://curl.se/bug/?i=16569
+ [172] = https://curl.se/bug/?i=16568
+ [173] = https://curl.se/bug/?i=16544
+ [174] = https://curl.se/bug/?i=16544
+ [175] = https://curl.se/bug/?i=16535
+ [176] = https://curl.se/bug/?i=16560
+ [177] = https://curl.se/bug/?i=16565
+ [178] = https://curl.se/bug/?i=16559
+ [179] = https://curl.se/bug/?i=16616
+ [180] = https://curl.se/bug/?i=16563
+ [181] = https://curl.se/bug/?i=16552
+ [182] = https://curl.se/bug/?i=16607
+ [183] = https://curl.se/bug/?i=16553
+ [184] = https://curl.se/bug/?i=16668
+ [185] = https://issues.oss-fuzz.com/issues/401430844
+ [186] = https://curl.se/bug/?i=16670
+ [187] = https://curl.se/bug/?i=16614
+ [188] = https://curl.se/bug/?i=16611
+ [189] = https://curl.se/bug/?i=16666
+ [190] = https://curl.se/bug/?i=16608
+ [191] = https://curl.se/bug/?i=16610
+ [192] = https://curl.se/bug/?i=16479
+ [193] = https://curl.se/bug/?i=16604
+ [194] = https://curl.se/bug/?i=16606
+ [195] = https://curl.se/bug/?i=16589
+ [196] = https://curl.se/bug/?i=16716
+ [197] = https://curl.se/bug/?i=16599
+ [198] = https://curl.se/bug/?i=16598
+ [199] = https://curl.se/bug/?i=16710
+ [200] = https://curl.se/bug/?i=16581
+ [201] = https://curl.se/bug/?i=16583
+ [202] = https://curl.se/bug/?i=16577
+ [203] = https://curl.se/bug/?i=16709
+ [204] = https://curl.se/bug/?i=16787
+ [205] = https://curl.se/bug/?i=16657
+ [206] = https://curl.se/bug/?i=16659
+ [207] = https://curl.se/bug/?i=16656
+ [208] = https://curl.se/bug/?i=16142
+ [209] = https://curl.se/bug/?i=16660
+ [210] = https://curl.se/bug/?i=16785
+ [211] = https://curl.se/bug/?i=16641
+ [212] = https://curl.se/bug/?i=16784
+ [213] = https://curl.se/bug/?i=16700
+ [214] = https://curl.se/bug/?i=16649
+ [215] = https://curl.se/bug/?i=16645
+ [216] = https://issues.oss-fuzz.com/issues/401869346
+ [217] = https://curl.se/bug/?i=15000
+ [218] = https://curl.se/bug/?i=16642
+ [219] = https://curl.se/bug/?i=16644
+ [220] = https://curl.se/bug/?i=16646
+ [221] = https://curl.se/bug/?i=16628
+ [222] = https://curl.se/bug/?i=16634
+ [223] = https://curl.se/bug/?i=16861
+ [224] = https://curl.se/bug/?i=16636
+ [225] = https://curl.se/bug/?i=16636
+ [226] = https://curl.se/bug/?i=16627
+ [227] = https://curl.se/bug/?i=16632
+ [228] = https://curl.se/bug/?i=16630
+ [229] = https://curl.se/bug/?i=16781
+ [230] = https://curl.se/bug/?i=16696
+ [231] = https://curl.se/bug/?i=16695
+ [232] = https://curl.se/bug/?i=16797
+ [233] = https://curl.se/bug/?i=16553
+ [234] = https://curl.se/bug/?i=16691
+ [235] = https://curl.se/bug/?i=16690
+ [236] = https://curl.se/bug/?i=16689
+ [237] = https://curl.se/bug/?i=16733
+ [238] = https://curl.se/bug/?i=16681
+ [239] = https://curl.se/bug/?i=16779
+ [240] = https://curl.se/bug/?i=16726
+ [241] = https://curl.se/bug/?i=16729
+ [242] = https://curl.se/bug/?i=16678
+ [243] = https://curl.se/bug/?i=16685
+ [244] = https://issues.oss-fuzz.com/issues/402476456
+ [245] = https://curl.se/bug/?i=16798
+ [246] = https://curl.se/bug/?i=16786
+ [247] = https://curl.se/bug/?i=16653
+ [248] = https://curl.se/bug/?i=16674
+ [249] = https://curl.se/bug/?i=16673
+ [250] = https://curl.se/bug/?i=16671
+ [251] = https://curl.se/bug/?i=16720
+ [252] = https://curl.se/bug/?i=16869
+ [253] = https://curl.se/bug/?i=16723
+ [254] = https://curl.se/bug/?i=16705
+ [255] = https://curl.se/bug/?i=16719
+ [256] = https://curl.se/bug/?i=16687
+ [257] = https://curl.se/bug/?i=16712
+ [258] = https://curl.se/bug/?i=16713
+ [259] = https://curl.se/bug/?i=16774
+ [260] = https://curl.se/bug/?i=16816
+ [261] = https://curl.se/bug/?i=16833
+ [262] = https://curl.se/bug/?i=16823
+ [263] = https://curl.se/bug/?i=16484
+ [264] = https://curl.se/bug/?i=16759
+ [265] = https://curl.se/bug/?i=16762
+ [266] = https://curl.se/bug/?i=16072
+ [267] = https://curl.se/bug/?i=16753
+ [268] = https://curl.se/bug/?i=16533
+ [269] = https://curl.se/bug/?i=16852
+ [270] = https://curl.se/bug/?i=16879
+ [271] = https://curl.se/bug/?i=16806
+ [272] = https://curl.se/bug/?i=16743
+ [273] = https://curl.se/bug/?i=16751
+ [275] = https://curl.se/bug/?i=16846
+ [276] = https://curl.se/bug/?i=16818
+ [278] = https://curl.se/bug/?i=16809
+ [279] = https://curl.se/bug/?i=16824
+ [280] = https://curl.se/bug/?i=16828
+ [281] = https://curl.se/bug/?i=16828
+ [282] = https://curl.se/bug/?i=16828
+ [283] = https://curl.se/bug/?i=16837
+ [284] = https://curl.se/bug/?i=16782
+ [285] = https://curl.se/bug/?i=16745
+ [286] = https://curl.se/bug/?i=16777
+ [287] = https://curl.se/bug/?i=16771
+ [288] = https://curl.se/bug/?i=16766
+ [289] = https://curl.se/bug/?i=16756
+ [290] = https://curl.se/bug/?i=16791
+ [291] = https://curl.se/bug/?i=16437
+ [292] = https://curl.se/bug/?i=16836
+ [293] = https://curl.se/bug/?i=16793
+ [294] = https://curl.se/bug/?i=16792
+ [295] = https://curl.se/bug/?i=16725
+ [296] = https://curl.se/bug/?i=16805
+ [297] = https://curl.se/bug/?i=16801
+ [298] = https://curl.se/bug/?i=16835
+ [299] = https://curl.se/bug/?i=16875
+ [300] = https://curl.se/bug/?i=16873
+ [301] = https://curl.se/bug/?i=16872
+ [302] = https://curl.se/bug/?i=16881
+ [303] = https://curl.se/bug/?i=16865
+ [305] = https://curl.se/bug/?i=16867
+ [308] = https://curl.se/bug/?i=16893
+ [309] = https://curl.se/bug/?i=16863
+ [310] = https://curl.se/bug/?i=16862
+ [311] = https://curl.se/bug/?i=16859
+ [312] = https://curl.se/bug/?i=16858
+ [316] = https://curl.se/bug/?i=16790
+ [317] = https://curl.se/bug/?i=16883
diff --git a/libs/libcurl/docs/THANKS b/libs/libcurl/docs/THANKS index 1a37d7737c..ff9cb89377 100644 --- a/libs/libcurl/docs/THANKS +++ b/libs/libcurl/docs/THANKS @@ -22,10 +22,10 @@ Aaron Scarisbrick aasivov on github
Abdullah Alyan
Abhinav Singh
+Abhinav Singhal
Abram Pousada
accountantM on github
-AceCrow on Github
-ad-chaos on github
+AceCrow on github
ad0p on github
Adam Averay
Adam Barclay
@@ -39,19 +39,21 @@ Adam Piggott Adam Rosenfield
Adam Sampson
Adam Tkac
+ad-chaos on github
+Ádler Jonas Gross
Adnan Khan
adnn on github
Adrian Burcea
+Adriano Meirelles
Adrian Peniak
Adrian Schuur
-Adriano Meirelles
afrind on github
Aftab Alam
ahodesuka on github
ajak in #curl
Ajit Dhumale
-Akhil Kedia
Akhilesh Nema
+Akhil Kedia
Aki Koskinen
Aki Sakurai
Akos Pasztory
@@ -77,30 +79,6 @@ Ales Novak Alessandro Ghedini
Alessandro Vesely
Alex aka WindEagle
-Alex Baines
-Alex Bligh
-Alex Bozarth
-Alex Chan
-Alex Crichton
-Alex Fishman
-Alex Gaynor
-Alex Grebenschikov
-Alex Gruz
-Alex Kiernan
-Alex Klyubin
-Alex Konev
-Alex Malinovich
-Alex Mayorga
-Alex McLellan
-Alex Neblett
-Alex Nichols
-Alex Potapenko
-Alex Rousskov
-Alex Samorukov
-Alex Snast
-Alex Suykov
-Alex Vinnik
-Alex Xu
Alexander Bartel
Alexander Beedie
Alexander Chuykov
@@ -122,6 +100,11 @@ Alexander Zhuravlev Alexandre Bury
Alexandre Ferrieux
Alexandre Pion
+Alex Baines
+Alex Bligh
+Alex Bozarth
+Alex Chan
+Alex Crichton
Alexey Borzov
Alexey Eremikhin
Alexey Larikov
@@ -130,15 +113,34 @@ Alexey Pesternikov Alexey Savchuk
Alexey Simak
Alexey Zakhlestin
+Alex Fishman
+Alex Gaynor
+Alex Grebenschikov
+Alex Gruz
Alexis Carvalho
Alexis La Goutte
Alexis Savin
Alexis Vachette
+Alex Kiernan
+Alex Klyubin
+Alex Konev
+Alex Malinovich
+Alex Mayorga
+Alex McLellan
+Alex Neblett
+Alex Nichols
+Alex Potapenko
+Alex Rousskov
+Alex Samorukov
+Alex Snast
+Alex Suykov
+Alex Vinnik
+Alex Xu
Alfonso Martone
Alfred Gebert
Ali Khodkar
-Ali Utku Selen
ALittleDruid on github
+Ali Utku Selen
Allen Pulsifer
Alois Klink
Alona Rossen
@@ -154,12 +156,10 @@ Anders Bakken Anders Berg
Anders Gustafsson
Anders Havn
-Anders Roxell
Anderson Sasaki
Anderson Toshiyuki Sasaki
+Anders Roxell
Andi Jahja
-Andre Guibert de Bruet
-Andre Heinecke
Andrea Pappacoda
Andreas Damm
Andreas Falkenhahn
@@ -178,6 +178,8 @@ Andreas Schuldei Andreas Sommer
Andreas Streichardt
Andreas Wurf
+Andre Guibert de Bruet
+Andre Heinecke
Andrei Benea
Andrei Bica
Andrei Cipu
@@ -190,6 +192,7 @@ Andrei Sedoi Andrei Valeriu BICA
Andrei Virtosu
Andrej E Baranov
+Andrés García
Andrew
Andrew Ayer
Andrew Barnert
@@ -215,7 +218,6 @@ Andrey Gursky Andrey Labunets
Andrii Moiseiev
Andrius Merkys
-Andrés García
Andy Alt
Andy Cedilnik
Andy Fiddaman
@@ -246,16 +248,17 @@ Antoine Pietri Antoine Pitrou
Anton Bychkov
Anton Gerasimov
+Antonio Larrosa
+Antoni Villalonga
Anton Kalmykov
Anton Malov
-Anton Yabchinskiy
-Antoni Villalonga
-Antonio Larrosa
Antony74 on github
+Anton Yabchinskiy
Antti Hätälä
Anubhav Rai
apparentorder on github
April King
+Aquila Macedo
arainchik on github
Archangel_SDY on github
Arjan van de Ven
@@ -278,8 +281,8 @@ asavah on github Asger Hautop Drewsen
Ashish Shukla
Ashwin Metpalli
-Ask Bjørn Hansen
Askar Safin
+Ask Bjørn Hansen
AtariDreams on github
Ates Goral
atjg on github
@@ -301,11 +304,11 @@ b9a1 on github Bachue Zhou
Baitinq on github
Balaji Parasuram
-Balaji S Rao
Balaji Salunke
+Balaji S Rao
Balakrishnan Balasubramanian
Balazs Kovacsics
-balikalina on Github
+balikalina on github
Balint Szilakszi
baranyaib90 on github
Barry Abrahamson
@@ -313,27 +316,21 @@ Barry Pollard Bart Whiteley
Baruch Siach
Bas Mevissen
-Bas van Schaik
Bastian Krause
Bastien Bouclet
Basuke Suzuki
+Bas van Schaik
baumanj on github
bdry on github
beckenc on github
Ben
+Benau on github
+Ben Bodenmiller
Ben Boeckel
+Benbuck Nason
Ben Darnell
Ben Fritz
Ben Greear
-Ben Kohler
-Ben Madsen
-Ben Noordhuis
-Ben Van Hof
-Ben Voris
-Ben Winslow
-Ben Zanin
-Benau on github
-Benbuck Nason
Benjamin Gerard
Benjamin Gilbert
Benjamin Johnson
@@ -342,9 +339,16 @@ Benjamin Loison Benjamin Riefenstahl
Benjamin Ritcey
Benjamin Sergeant
+Ben Kohler
+Ben Madsen
+Ben Noordhuis
Benoit Neil
Benoit Pierre
Benoit Sigoure
+Ben Van Hof
+Ben Voris
+Ben Winslow
+Ben Zanin
Bernard Leak
Bernard Spil
Bernat Mut
@@ -362,10 +366,10 @@ Bhanu Prakash Bill Doyle
Bill Egert
Bill Hoffman
+billionai on github
Bill Middlecamp
Bill Nagel
Bill Pyne
-billionai on github
Billyzou0741326 on github
Bin Lan
Bin Meng
@@ -382,10 +386,10 @@ Blake Burkhart blankie
bnfp on github
Bo Anderson
+bobmitchell1956 on github
Bob Relyea
Bob Richmond
Bob Schader
-bobmitchell1956 on github
Bodo Bergmann
Bogdan Nicula
boilingoden
@@ -395,13 +399,13 @@ Boris Rasin Boris Verkhovskiy
Brad Burdick
Brad Fitzpatrick
+Bradford Bruce
Brad Forschinger
Brad Harder
Brad Hards
Brad House
Brad King
Brad Spencer
-Bradford Bruce
bramus on github
Brandon Casey
Brandon Dong
@@ -431,7 +435,6 @@ Brian Prodoehl Brian R Duffy
Brian Ulm
Brock Noland
-Bru Rom
Bruce Mitchener
Bruce Stephens
BrumBrum on hackerone
@@ -440,6 +443,7 @@ Bruno de Carvalho Bruno Grasselli
Bruno Henrique Batista Cruz da Silva
Bruno Thomsen
+Bru Rom
Bryan Henderson
Bryan Kemp
bsammon on github
@@ -452,35 +456,38 @@ Bylon2 on github Byrial Jensen
Cajus Pollmeier
Caleb Raitto
+calvin2021y on github
Calvin Buckley
Calvin Ruocco
-calvin2021y on github
Cameron Blomquist
Cameron Cawley
Cameron Kaiser
Cameron MacMinn
Cameron Will
Camille Moncelier
-Cao ZhenXiang
Caolan McNamara
+Cao ZhenXiang
Captain Basil
Carie Pointer
-Carl Zogheib
Carlo Alberto
Carlo Cabrera
Carlo Cannas
Carlo Marcelo Arenas Belón
-Carlo Teubner
-Carlo Wood
Carlos Henrique Lima Melara
Carlos ORyan
+Carlo Teubner
+Carlo Wood
+Carl Zogheib
Carsten Lange
Casey Bodley
Casey O'Donnell
Catalin Patulea
+Catena cyber
causal-agent on github
cbartl on github
cclauss on github
+Cédric Connes
+Cédric Deltheil
Cering on github
Cesar Eduardo Barros
Ch40zz on github
@@ -500,8 +507,8 @@ Chih-Chung Chang Chih-Hsuan Yen
Chilledheart on github
Chloe Kudryavtsev
-Chris "Bob Bob"
Chris Araman
+Chris "Bob Bob"
Chris Carlmar
Chris Combes
Chris Conlon
@@ -518,14 +525,12 @@ Chris Smowton Chris Stubbs
Chris Swan
Chris Talbot
-Chris Webb
-Chris Young
Christian Fillion
Christian Grothoff
+Christian Hägele
Christian Heimes
Christian Hesse
Christian Heusel
-Christian Hägele
Christian Krause
Christian Kurz
Christian Robottom Reis
@@ -533,9 +538,6 @@ Christian Schmitz Christian Stewart
Christian Vogt
Christian Weisgerber
-Christoph Krey
-Christoph M. Becker
-Christoph Reiter
Christophe Demory
Christophe Dervieux
Christophe Legry
@@ -544,10 +546,15 @@ Christopher Dannemiller Christopher Degawa
Christopher Head
Christopher Palow
-Christopher R. Palmer
Christopher Reid
+Christopher R. Palmer
Christopher Sauer
Christopher Stone
+Christoph Krey
+Christoph M. Becker
+Christoph Reiter
+Chris Webb
+Chris Young
chrysos349 on github
Chungtsun Li
Ciprian Badescu
@@ -558,11 +565,11 @@ Claudio Neves claudiusaiz on github
clbr on github
Clemens Gruber
+Clément Notin
Cliff Crosland
Clifford Wolf
Clint Clayton
Cloudogu Siebels
-Clément Notin
CMD
cmfrolick on github
codesniffer13 on github
@@ -578,8 +585,8 @@ Colin Leroy Colin Leroy-Mira
Colin O'Dell
Colin Watson
-Colm Buckley
Colman Mbuya
+Colm Buckley
Colton Willey
Constantine Sapuntzakis
consulion on github
@@ -588,8 +595,8 @@ correctmost on github Cory Benfield
Cory Nelson
Costya Shulyupin
-Craig A West
Craig Andrews
+Craig A West
Craig Davison
Craig de Stigter
Craig Markwardt
@@ -598,17 +605,13 @@ Cris Bailiff Cristian Greco
Cristian Morales Vega
Cristian Rodríguez
-CueXXIII on Github
+CueXXIII on github
Curt Bogmine
Cynthia Coan
Cyril B
Cyrill Osterwalder
-Cédric Connes
-Cédric Deltheil
-D. Flinkmann
d4d on hackerone
d912e3 on github
-Da-Yoon Chung
daboul on github
Dag Ekengren
Dagfinn Ilmari Mannsåker
@@ -624,17 +627,8 @@ Dan Becker Dan Cristian
Dan Donahue
Dan Fandrich
-Dan Johnson
-Dan Kenigsberg
-Dan Locks
-Dan McDonald
-Dan McNulty
-Dan Nelson
-Dan Petitt
-Dan Rosser
-Dan Torop
-Dan Zitter
Daniel at touchtunes
+Dániel Bakai
Daniel Bankhead
Daniel Black
Daniel Carpenter
@@ -645,8 +639,8 @@ Daniel Faust Daniel Gustafsson
Daniel Hallberg
Daniel Hwang
-Daniel J. H.
Daniel Jeliński
+Daniel J. H.
Daniel Johnson
Daniel Kahn Gillmor
Daniel Katz
@@ -670,13 +664,23 @@ Daniel Szmulewicz Daniel Theron
Daniel Valenzuela
Daniel Woelfel
+Dan Johnson
+Dan Kenigsberg
+Dan Locks
+Dan McDonald
+Dan McNulty
+Dan Nelson
+Dan Petitt
+Dan Rosser
+Dan Torop
+Dan Zitter
Daphne Luong
+Darío Hereñú
Dario Nieuwenhuis
Dario Weißer
Darren Banfi
Darryl House
Darshan Mody
-Darío Hereñú
dasimx on github
DasKutti on github
Dave Cottlehuber
@@ -684,6 +688,7 @@ Dave Dribin Dave Halbakken
Dave Hamilton
Dave May
+Dave Nicolson
Dave Reisner
Dave Thompson
Dave Vasilevsky
@@ -698,16 +703,19 @@ David Carlier David Cohen
David Cook
David Demelier
-David E. Narváez
David Earl
+Davide Cassioli
+davidedec on github
+Davide Masserut
+David E. Narváez
David Eriksson
David Garske
David Goerger
David Houlder
David Hu
David Hull
-David J Meyer
David James
+David J Meyer
David Kalnischkies
David Kierznowski
David Kimdon
@@ -734,15 +742,14 @@ David Walser David Woodhouse
David Wright
David Yan
-Davide Cassioli
-Davide Masserut
-davidedec on github
+Da-Yoon Chung
dbrowndan on github
dEajL3kA on github
Deal(一线灵)
dekerser on github
deliciouslytyped on github
delogicsreal on github
+Demi Marie Obenour
dengjfzh on github
Dengminwen
Denis Baručić
@@ -763,6 +770,7 @@ destman on github Detlef Schmier
Dexter Gerig
dfdity on github
+D. Flinkmann
Dheeraj Sangamkar
Didier Brisebourg
Diego Bes
@@ -783,10 +791,10 @@ Dion Williams Dirk Eddelbuettel
Dirk Feytons
Dirk Hünniger
+Dirkjan Bussink
Dirk Manske
Dirk Rosenkranz
Dirk Wetter
-Dirkjan Bussink
Diven Qi
divinity76 on github
Divy Le Ray
@@ -812,21 +820,20 @@ Dmitry Wagin dnivras on github
dogma
Dolbneff A.V
-Domen Kožar
Domenico Andreoli
+Domen Kožar
Dominick Meglio
Dominik Hölzl
Dominik Klemba
Dominik Piątkowski
Dominik Thalhammer
Dominique Leuenberger
-Don J Olmstead
Dongliang Mu
Donguk Kim
+Don J Olmstead
Dorian Craps
Doron Behar
Doug Kaufman
-Doug Porter
Douglas Creager
Douglas E. Wegscheid
Douglas Kilpatrick
@@ -834,6 +841,7 @@ Douglas Mencken Douglas R. Horner
Douglas R. Reno
Douglas Steinwand
+Doug Porter
Dov Murik
dpull on github
Drake Arconis
@@ -851,7 +859,6 @@ Dylam De La Torre Dylan Anthony
Dylan Ellicott
Dylan Salisbury
-Dániel Bakai
eaglegai on github
Early Ehlinger
Earnestly on github
@@ -859,13 +866,13 @@ Eason-Yu on github Ebe Janchivdorj
ebejan on github
Ebenezer Ikonne
-Ed Morley
ed0d2b2ce19451f2
Eddie Lumpkin
Edgaras Janušauskas
Edin Kadribasic
edmcln on github
Edmond Yu
+Ed Morley
Edoardo Lolletti
Eduard Bloch
Eduard Strehlau
@@ -882,8 +889,8 @@ Ehren Bendler Eldar Zaitov
elelel on github
elephoenix on github
-Eli Schwartz
Elia Tufarolo
+Eli Schwartz
Elliot Killick
Elliot Saba
Elliott Balsley
@@ -894,16 +901,16 @@ Eloy Degen elsamuko on github
elvinasp on github
emanruse on github
-Emanuel Komínek
Emanuele Bovisio
Emanuele Torre
+Emanuel Komínek
Emil Engler
-Emil Lerner
-Emil Romanus
-Emil Österlund
Emiliano Ida
Emilio Cobos Álvarez
Emilio López
+Emil Lerner
+Emil Österlund
+Emil Romanus
Emmanuel Tychon
Enno Boland
Enrico Scholz
@@ -915,6 +922,7 @@ Eric Cooper Eric Curtin
Eric Gallager
Eric Hu
+Erick Nuwendam
Eric Landes
Eric Lavigne
Eric Lubin
@@ -923,19 +931,20 @@ Eric Mertens Eric Murphy
Eric Musser
Eric Norris
+Érico Nogueira
+Érico Nogueira Rolim
Eric Rautman
Eric Rescorla
Eric Ridge
Eric Rosenquist
-Eric S. Raymond
Eric Sauvageau
+Eric S. Raymond
Eric Thelin
Eric Vergnaud
Eric Vigeant
Eric Wong
Eric Wu
Eric Young
-Erick Nuwendam
Erik Jacobsen
Erik Janssen
Erik Johansson
@@ -951,10 +960,11 @@ Esdras de Morais da Silva Estanislau Augé-Pujadas
Ethan Everett
Ethan Glasser Camp
+Ethan Wilkes
Etienne Simard
Eugene Kotlyarov
-Evan Jordan
Evangelos Foutras
+Evan Jordan
Even Rouault
Evert Pot
Evgeny Grin (Karlson2k)
@@ -1014,7 +1024,10 @@ Francisco Moraes Francisco Munoz
Francisco Olarte
Francisco Sedano
+François Charlier
+François Michel
Francois Petitjean
+François Rigault
Francois Rivard
Frank Denis
Frank Gevaerts
@@ -1025,18 +1038,15 @@ Frank Meier Frank Ticheler
Frank Van Uffelen
František Kučera
-François Charlier
-François Michel
-François Rigault
Frazer Smith
-Fred Machado
-Fred New
-Fred Noz
-Fred Stluka
Frederic Lepied
Frederik B
Frederik Wedel-Heinen
+Fred Machado
+Fred New
+Fred Noz
Fredrik Thulin
+Fred Stluka
FuccDucc on github
Fujii Hironori
fullincome on github
@@ -1049,6 +1059,7 @@ Gabriel Marin Gabriel Simmer
Gabriel Sjoberg
Gaelan Steele
+Gaël Portay
galen11 on github
Gambit Communications
Ganesh Kamath
@@ -1063,17 +1074,16 @@ Gautam Mani Gavin Wong
Gavrie Philipson
Gaz Iqbal
-Gaël Portay
gclinch on github
Gealber Morales
Geeknik Labs
Geoff Beier
Georeth Zhou
+George Liu
Georg Horn
Georg Huettenegger
Georg Lippitsch
Georg Wicherski
-George Liu
Gerd v. Egidy
Gergely Nagy
Gerhard Herre
@@ -1083,11 +1093,11 @@ Gerrit Renker Ghennadi Procopciuc
Giancarlo Formicuccia
Giaslas Georgios
-Gil Weber
Gilad
Gilbert Ramirez Jr.
Gilles Blanc
Gilles Vollant
+Gil Weber
Giorgos Oikonomou
Gisle Vanem
git-bruh on github
@@ -1098,18 +1108,20 @@ Giuseppe Persico Gleb Ivanovsky
Glen A Johnson Jr.
Glen Nakamura
-Glen Scott
Glenn de boer
Glenn Sheridan
Glenn Strauss
+Glen Scott
godmar on github
Godwin Stewart
+Gökhan Şengün
Gonçalo Carvalho
Google Inc.
Gordon Marler
Gordon Parke
Gorilla Maguila
Goro FUJI
+Götz Babin-Ebell
Gou Lingfeng
Graham Campbell
Grant Erickson
@@ -1118,15 +1130,15 @@ graywolf on github Greg Hewgill
Greg Morse
Greg Onufer
-Greg Pratt
-Greg Rowe
-Greg Zavertnik
Gregor Jasny
Gregory Jefferis
Gregory Muchka
Gregory Nicholls
Gregory Panakkal
Gregory Szorc
+Greg Pratt
+Greg Rowe
+Greg Zavertnik
Griffin Downs
Grigory Entin
Grisha Levit
@@ -1145,10 +1157,8 @@ Gustavo Grieco Gusted
Guy Poizat
GwanYeong Kim
-Gwen Shapira
Gwenole Beauchesne
-Gökhan Şengün
-Götz Babin-Ebell
+Gwen Shapira
h1zzz on github
H3RSKO on github
Hagai Auro
@@ -1157,18 +1167,18 @@ Hakan Sunay Halil Hamish Mackenzie
hammlee96 on github
hamstergene on github
-Han Han
-Han Qiao
Hang Kin Lau
Hang Su
+Han Han
Hannah Schierling
Hannes Magnusson
Hanno Böck
Hanno Kranzhoff
-Hans Steegers
+Han Qiao
Hans-Christian Egtvedt
Hans-Christian Noren Egtvedt
Hans-Jurgen May
+Hans Steegers
Hao Wu
Hardeep Singh
Haris Okanovic
@@ -1181,7 +1191,6 @@ Harshal Pradhan Hauke Duden
Haydar Alaidrus
Hayden Roche
-He Qin
Heikki Korpela
Heinrich Ko
Heinrich Schaefer
@@ -1193,10 +1202,11 @@ Henning Schild Henri Gomez
Henrik Gaßmann
Henrik Holst
-Henrik Storner
henrikjehgmti on github
+Henrik Storner
Henry Ludemann
Henry Roeland
+He Qin
Hermes Zhang
Herve Amblard
HexTheDragon
@@ -1260,7 +1270,7 @@ Ilmari Lauhakangas Ilya Kosarev
imilli on github
Immanuel Gregoire
-ImpatientHippo on GitHub
+ImpatientHippo on github
Inca R
infinnovation-dev on github
Ingmar Runge
@@ -1274,21 +1284,21 @@ Irving Wolfe Isaac Boukris
Isaiah Norton
Ishan SinghLevett
+İsmail Dönmez
Ithubg on github
Ivan
Ivan Avdeev
-Ivan Kuchin
-Ivan Tsybulin
ivanfywang
+Ivan Kuchin
IvanoG on github
+Ivan Tsybulin
Ivo Bellin Salarin
iz8mbw on github
-J. Bromley
-Jack Boos Yu
-Jack Zhang
Jackarain on github
JackBoosY on github
+Jack Boos Yu
Jacky Lam
+Jack Zhang
Jacob Barthelmeh
Jacob Champion
Jacob Hoffman-Andrews
@@ -1327,24 +1337,25 @@ Jamie Lokier Jamie Newton
Jamie Wilkinson
Jan Alexander Steffens
+JanB on github
Jan Chren
+janedenone on github
Jan Ehrhardt
Jan Engelhardt
Jan Koen Annot
+janko-js on github
Jan Kunder
Jan Macku
Jan Mazur
+Janne Blomqvist
+Janne Johansson
+János Fekete
+Jan-Piet Mens
Jan Schaumann
Jan Schmidt
Jan Van Boghout
Jan Venekamp
Jan Verbeek
-Jan-Piet Mens
-JanB on github
-janedenone on github
-janko-js on github
-Janne Blomqvist
-Janne Johansson
Jared Jennings
Jared Lundell
Jari Aalto
@@ -1365,18 +1376,19 @@ Javier Navarro Javier Sixto
Jay Austin
Jay Dommaschk
+Jayesh A Shah
Jay Guerette
Jay Wu
-Jayesh A Shah
Jaz Fresh
JazJas on github
jbgoog on github
-Jean Fabrice
-Jean Gressmann
-Jean Jacques Drouin
+J. Bromley
Jean-Claude Chauve
+Jean Fabrice
Jean-Francois Bertrand
Jean-Francois Durand
+Jean Gressmann
+Jean Jacques Drouin
Jean-Louis Lemaire
Jean-Marc Ranger
Jean-Noël Rouvignac
@@ -1391,16 +1403,17 @@ Jeff Luszcz Jeff Mears
Jeff Phillips
Jeff Pohlmeyer
-Jeff Weber
Jeffrey Tolar
Jeffrey Walton
jeffrson on github
+Jeff Weber
Jelle van der Waa
Jenny Heino
Jens Finkhaeuser
Jens Rantil
Jens Schleusener
Jeremie Rapin
+Jeremy Drake
Jeremy Falcon
Jeremy Friesner
Jeremy Huddleston
@@ -1408,10 +1421,13 @@ Jeremy Lainé Jeremy Lin
Jeremy Maitin-Shepard
Jeremy Pearson
+Jérémy Rabasco
+Jérémy Rocher
Jeremy Tan
Jeremy Thibault
Jeroen Koekkoek
Jeroen Ooms
+Jérôme Leclercq
Jerome Mao
Jerome Muffat-Meridol
Jerome Robert
@@ -1421,10 +1437,10 @@ Jerry Krinock Jerry Wu
Jes Badwal
Jesper Jensen
-Jess Lowe
Jesse Chisholm
Jesse Noller
Jesse Tan
+Jess Lowe
Jesus Malo Poyatos
jethrogb on github
jhoyla on github
@@ -1442,14 +1458,14 @@ Jim Hollinger Jim King
Jim Meyering
Jimmy Gaussen
+Jiří Bok
Jiri Dvorak
Jiri Hruska
Jiri Jaburek
+Jiří Malák
Jiri Stary
Jishan Shaikh
Jiwoo Park
-Jiří Bok
-Jiří Malák
jkamp-aws on github
jmdavitt on github
jnbr on github
@@ -1457,25 +1473,25 @@ Jocelyn Jaubert Jochem Broekhoff
Joe Birr-Pixton
Joe Halpin
-Joe Malicki
-Joe Mason
Joel Chen
Joel Depooter
Joel Jakobsson
Joel Teichroeb
+Joe Malicki
+Joe Mason
joey-l-us on github
Jofell Gallardo
Johan Anderson
Johan Lantz
-Johan Nilsson
-Johan van Selst
-Johann Sebastian Schicho
Johann150 on github
Johannes Bauer
Johannes Ernst
Johannes G. Kristinsson
Johannes Lesr
Johannes Schindelin
+Johan Nilsson
+Johann Sebastian Schicho
+Johan van Selst
John A. Bristor
John Bampton
John Bradshaw
@@ -1488,10 +1504,10 @@ John Dennis John Dunn
John E. Malmberg
John Gardiner Myers
-John H. Ayad
John Hascall
John Haugabook
John Hawthorn
+John H. Ayad
John Janssen
John Joseph Bachir
John Kelly
@@ -1500,8 +1516,10 @@ John Lask John Levon
John Lightsey
John Marino
+John-Mark Bell
John Marshall
John McGowan
+Johnny Luong
John P. McCaskey
John Porter
John Schroeder
@@ -1514,27 +1532,13 @@ John Walker John Wanghui
John Weismiller
John Wilkinson
-John-Mark Bell
-Johnny Luong
Jojojov on github
-Jon DeVree
-Jon Grubbs
-Jon Johnson Jr
-Jon Nelson
-Jon Rumsey
-Jon Sargeant
-Jon Seymour
-Jon Spencer
-Jon Torrey
-Jon Travis
-Jon Turner
-Jon Wilkes
-Jonas 'Sortie' Termansen
Jonas Bülow
Jonas Forsman
Jonas Haag
Jonas Minnberg
Jonas Schnelli
+Jonas 'Sortie' Termansen
Jonas Vautherin
Jonatan Lander
Jonatan Vela
@@ -1546,30 +1550,44 @@ Jonathan Nieder Jonathan Perkin
Jonathan Watt
Jonathan Wernberg
+Jon DeVree
Jongki Suwandi
+Jon Grubbs
+Jon Johnson Jr
+Jon Nelson
jonny112 on github
+Jon Rumsey
+Jon Sargeant
+Jon Seymour
+Jon Spencer
+Jon Torrey
+Jon Travis
+Jon Turner
+Jon Wilkes
Joombalaya on github
Joonas Kuorilehto
Jordan Brown
+Jörg Mueller-Tolk
+Jörn Hartroth
Jose Alf
-Jose Kahan
Josef Wolf
+José Joaquín Atria
+Jose Kahan
Joseph Chen
Joseph Tharayil
Josh Bialkowski
Josh Brobst
+joshhe on github
+Joshix-1 on github
Josh Kapell
Josh McCullough
Josh Soref
-joshhe on github
-Joshix-1 on github
Joshua Kwan
Joshua Root
Joshua Swink
Josie Huddleston
Josip Medved
Josue Andrade Gomes
-José Joaquín Atria
Jozef Kralik
Juan Barreto
Juan Cruz Viotti
@@ -1591,12 +1609,13 @@ Julien Chaffraix Julien Nabet
Julien Royer
Juliusz Sosinowicz
-Jun Tseng
-Jun-ichiro itojun Hagino
-Jun-ya Kato
jungle-boogie on github
Junho Choi
+Jun-ichiro itojun Hagino
junsik on github
+Jun Tseng
+Jun-ya Kato
+Jürgen Gmach
Jurij Smakov
jurisuk on github
Juro Bystricky
@@ -1607,32 +1626,25 @@ Justin Ehlert Justin Fletcher
Justin Karneges
Justin Maggard
+Justin Steventon
jveazey on github
jvreelanda on github
jvvprasad78 on github
jzinn on github
-János Fekete
-Jérémy Rabasco
-Jérémy Rocher
-Jérôme Leclercq
-Jörg Mueller-Tolk
-Jörn Hartroth
-Jürgen Gmach
-K. R. Walker
ka7 on github
Kael1117 on github
Kai Engert
+Kailun Qin
Kai Noda
Kai Pastor
Kai Sommerfeld
Kai-Uwe Rommel
-Kailun Qin
Kalle Vahlman
kalvdans on github
Kamil Dudka
Kane York
-Kang Lin
Kang-Jin Lee
+Kang Lin
Kantanat Wannapaka
Kareem
Kari Pahula
@@ -1645,6 +1657,7 @@ Kartik Mahajan Kaspar Brand
Katie Wang
Katsuhiko YOSHIDA
+kayrus on github
Kazuho Oku
kchow-FTNT on github
Keerthi Timmaraju
@@ -1657,14 +1670,13 @@ Keith Mok Kelly Kaoudis
Ken Brown
Ken Hirsch
-Ken Rastatter
Kenneth Davidson
Kenneth Myhra
Kenny To
+Ken Rastatter
Kent Boortz
Kerem Kat
Keshav Krity
-Kev Jackson
Kevin Adler
Kevin Baughman
Kevin Burke
@@ -1679,10 +1691,11 @@ Kevin Ryan Kevin Smith
Kevin Sun
Kevin Ushey
+Kev Jackson
Kim Minjoong
+Kimmo Kinnunen
Kim Rinnewitz
Kim Vandry
-Kimmo Kinnunen
kirbyn17 on hackerone
Kirill Efimov
Kirill Marchuk
@@ -1707,14 +1720,16 @@ kouzhudong on github Kovalkov Dmitrii
kpcyrd on github
kreshano on github
-Kris Kennaway
Krishnendu Majumdar
+Kris Kennaway
Krister Johansen
Kristian Gunstone
Kristian Köhntopp
Kristian Mide
Kristiyan Tsaklev
Kristoffer Gleditsch
+kriztalz
+K. R. Walker
Kuan-Wei Chiu
Kunal Chandarana
Kunal Ekawde
@@ -1724,11 +1739,11 @@ Kvarec Lezki kwind on github
Kwon-Young Choi
Kyle Abramowitz
+kyled-dell on github
Kyle Edwards
Kyle J. McKay
Kyle L. Huff
Kyle Sallee
-kyled-dell on github
Kyohei Kadota
Kyselgov E.N
l00p3r on Hackerone
@@ -1746,15 +1761,17 @@ Lars Francke Lars Gustafsson
Lars J. Aas
Lars Johannesen
+Lars Karlitski
Lars Kellogg-Stedman
Lars Nilsson
Lars Torben Wilson
Lau
Laurent Bonnans
Laurent Dufresne
+Laurențiu Nicola
Laurent Rabret
-Lauri Kasanen
Laurie Clark-Michalek
+Lauri Kasanen
Lawrence Gripper
Lawrence Matthews
Lawrence Wagerfield
@@ -1768,29 +1785,29 @@ Lehel Bernadt Leif W
Leigh Purdie
Leith Bade
+Lenaic Lefever
Len Krause
Len Marinaccio
-Lenaic Lefever
Lenny Rachitsky
-Leo Neat
+Leonardo Rosati
+Leonardo Taccari
Leon Breedt
+Leo Neat
Leon Timmermans
Leon Winter
-Leonardo Rosati
-Leonardo Taccari
Leszek Kubik
-Li Xinwei
+lf- on github
Liam Healy
Liam Warfield
LigH-de on github
lijian996 on github
Lijo Antony
lilongyan-huawei on github
-Lin Sun
Linas Vepstas
Lindley French
Ling Thio
Linos Giannopoulos
+Lin Sun
Linus Lewandowski
Linus Nielsen Feltzing
Linus Nordberg
@@ -1798,6 +1815,7 @@ Lior Kaplan Lisa Xu
Litter White
Liviu Chircu
+Li Xinwei
Liza Alenchery
lizhuang0630 on github
lkordos on github
@@ -1805,18 +1823,19 @@ lllaffer on github Lloyd Fournier
Lluís Batlle i Rossell
locpyl-tidnyd on github
-Logan Buth
Loganaden Velvindron
+Logan Buth
Loic Dachary
+Loïc Yhuel
lolbinarycat on github
lomberd2 on github
LoRd_MuldeR
Loren Kirkby
Lorenzo Miniero
Louis Solofrizzo
-Loïc Yhuel
lRoccoon on github
Luan Cestari
+Luật Nguyễn
Luca Altea
Luca Boccassi
Luca Niccoli
@@ -1833,23 +1852,22 @@ Ludovico Cavedon Ludwig Nussel
Lukas Ruzicka
Lukas Tribus
+Lukáš Zaoral
Lukasz Czekierda
+Łukasz Domeradzki
lukaszgn on github
Luke Amery
Luke Call
Luke Dashjr
Luke Granger-Brown
Luke Hamburg
-Lukáš Zaoral
luminixinc on github
Luo Jinghua
Luong Dinh Dung
Luz Paz
-Luật Nguyễn
lwthiker on github
Lyman Epp
Lyndon Hill
-M.R.T on github
Maarten Billemont
Maciej Domanski
Maciej Karpiuk
@@ -1860,11 +1878,11 @@ madblobfish on github MaeIsBad on github
magisterquis on hackerone
Mahmoud Samir Fayed
-Maks Naumov
Maksim Arhipov
Maksim Kuzevanov
Maksim Sciepanienka
Maksim Stsepanenka
+Maks Naumov
Maksymilian Arciemowicz
Malik Idrees Hasan Khan
Mamoru Tasaka
@@ -1875,31 +1893,31 @@ Manuel Einfalt Manuel Massing
Manuj Bhatia
Marc Aldorasi
+Marc-Antoine Perennou
Marc Boucher
Marc Deslauriers
Marc Doughty
-Marc Hesse
-Marc Hörsken
-Marc Kleine-Budde
-Marc Renault
-Marc Schlatter
-Marc-Antoine Perennou
-marc-groundctl on github
Marcel Hernandez
-Marcel Raad
-Marcel Roelofs
Marcelo Echeverria
Marcelo Juchem
+Marcel Raad
+Marcel Roelofs
+marc-groundctl on github
+Marc Hesse
+Marc Hörsken
Marcin Adamski
Marcin Gryszkalis
Marcin Konicki
Marcin Rataj
+Marc Kleine-Budde
Marco Deckel
Marco G. Salvagno
Marco Kamner
Marco Maggi
Marcos Diazr
marcos-ng on github
+Marc Renault
+Marc Schlatter
Marcus Hoffmann
Marcus Klein
Marcus Müller
@@ -1910,6 +1928,7 @@ Margu Marian Klymov
Marin Hannache
Mario Schroeder
+Marius Albrecht
Mark Brand
Mark Butler
Mark Davies
@@ -1922,6 +1941,7 @@ Mark Itzcovitz Mark Karpeles
Mark Lentczner
Mark Nottingham
+Mark Phillips
Mark Roszko
Mark Salisbury
Mark Seuffert
@@ -1929,8 +1949,6 @@ Mark Sinkovics Mark Snelling
Mark Swaanenburg
Mark Tully
-Mark W. Eichin
-Mark Wotton
Markus Duft
Markus Elfring
Markus Koetter
@@ -1939,10 +1957,13 @@ Markus Oberhumer Markus Olsson
Markus Sommer
Markus Westerlind
+Mark W. Eichin
+Mark Wotton
Maros Priputen
Marquis de Muesli
marski on github
Martijn Koster
+Martin Ågren
Martin Ankerl
Martin Bašti
Martin C. Martin
@@ -1950,6 +1971,7 @@ Martin D'Aloia Martin Dorey
Martin Drasar
Martin Dreher
+martinevsky
Martin Frodl
Martin Galvan
Martin Gartner
@@ -1971,8 +1993,7 @@ Martin Strunz Martin V
Martin Vejnár
Martin Waleczek
-Martin Ågren
-martinevsky
+Martxel
Marty Kuhrt
Maruko
Marwan Yassini
@@ -1981,8 +2002,8 @@ masbug on github Massimiliano Fantuzzi
Massimiliano Ziccardi
Massimo Callegari
-Master Inspire
MasterInQuestion on github
+Master Inspire
Mateusz Loskot
Mathew Benson
Mathias Axelsson
@@ -1994,18 +2015,11 @@ Matias N. Goldberg Mats Lidell
Mats Lindestam
Matt Arsenault
-Matt Ford
-Matt Holt
-Matt Jolly
-Matt Kraai
-Matt McClure
-Matt Veenstra
-Matt Witherspoon
-Matt Wixson
Matteo Baccan
Matteo Bignotti
Matteo Bignottignotti
Matteo Rocco
+Matt Ford
Matthew Blain
Matthew Clarke
Matthew Hall
@@ -2016,16 +2030,29 @@ Matthias Bolte Matthias Gatto
Matthias Naegler
Matthieu Baerts
+Matt Holt
Mattias Fornander
+Matt Jolly
+Matt Kraai
+Matt McClure
+Matt Veenstra
+Matt Witherspoon
+Matt Wixson
Matus Uzak
mauke
Maurice Barnum
+Maurício Meneghini Fauth
Mauricio Scheffer
Mauro Iorio
Mauro Rappa
-Maurício Meneghini Fauth
Max Dymond
Max Faxälv
+Maxim Dzhura
+Maxime Larocque
+Maxime Legros
+Maxim Ivanov
+Maxim Perenesenko
+Maxim Prohorov
Max Katsev
Max Kellermann
Max Khon
@@ -2033,21 +2060,15 @@ Max Mehl Max Peal
Max Savenkov
Max Zettlmeißl
-Maxim Dzhura
-Maxim Ivanov
-Maxim Perenesenko
-Maxim Prohorov
-Maxime Larocque
-Maxime Legros
mbeifuss on github
mccormickt12 on github
Median Median Stride
mehatzri on github
Mehmet Bozkurt
Mekonikum
-Mel Zuser
Melissa Mears
Melroy van den Berg
+Mel Zuser
Mert Yazıcıoğlu
Mettgut Jamalla
Micah Snyder
@@ -2074,8 +2095,8 @@ Michael Kalinin Michael Kaufmann
Michael Kilburn
Michael Kolechkin
-Michael Kujawa
Michael König
+Michael Kujawa
Michael Lee
Michael Litwak
Michael Maltese
@@ -2094,20 +2115,20 @@ Michael Stillwell Michael Trebilcock
Michael Vittiglio
Michael Wallner
+Michał Antoniak
Michal Bonino
-Michal Marek
-Michal Rus
-Michal Trybus
Michal Čaplygin
-Michał Antoniak
Michał Fita
Michał Górny
Michał Janiszewski
Michał Kowalczyk
+Michal Marek
Michał Petryka
Michał Piechowski
-Michel Promonet
+Michal Rus
+Michal Trybus
Michele Bini
+Michel Promonet
Miguel Angel
Miguel Diaz
migueljcrum on github
@@ -2167,6 +2188,7 @@ Mostyn Bramley-Moore Moti Avrahami
MrdUkk on github
MrSorcus on github
+M.R.T on github
mschroeder-fzj on github
Muhammad Herdiansyah
Muhammad Hussein Ammari
@@ -2176,20 +2198,20 @@ musvaage on github Muz Dima
Myk Taylor
n0name321 on github
-na-trium-144 on github
Nach M. S.
Nagai H
-Nao Yonashiro
naost3rn on github
+Nao Yonashiro
Natanael Copa
Nate Prewitt
-Nathan Coulter
-Nathan Moinvaziri
-Nathan O'Sullivan
Nathanael Nerode
+Nathan Coulter
Nathaniel J. Smith
Nathaniel R. Lewis
Nathaniel Waisbrot
+Nathan Moinvaziri
+Nathan O'Sullivan
+na-trium-144 on github
Naveen Chandran
Naveen Noel
Neal McBurnett
@@ -2214,7 +2236,6 @@ Niall McGee Niall O'Reilly
nian6324 on github
nianxuejie on github
-Nic Roets
Nicholas Maniscalco
Nicholas Nethercote
Nick Banks
@@ -2222,13 +2243,12 @@ Nick Coghlan Nick Draffen
Nick Gimbrone
Nick Humfrey
+Nicklas Avén
Nick Miyake
-Nick Zitzmann
nick-telia on github
-Nicklas Avén
-Nico Baggus
-Nico Rieck
+Nick Zitzmann
nico-abram on github
+Nico Baggus
Nicolas Berloquin
Nicolas Croiset
Nicolas F.
@@ -2238,9 +2258,11 @@ Nicolas Grekas Nicolas Guillier
Nicolas Morey-Chaisemartin
Nicolas Noben
-Nicolas Sterchele
Nicolás Ojeda Bär
Nicolás San Martín
+Nicolas Sterchele
+Nico Rieck
+Nic Roets
Niels Martignène
Niels van Tongeren
Nikita Schmidt
@@ -2254,9 +2276,9 @@ Nikos Tsipinakis nimaje on github
niner on github
Ning Dong
-Nir Soffer
Niracler Li
Niranjan Hasabnis
+Nir Soffer
Nis Jorgensen
nk
Noam Moshe
@@ -2268,20 +2290,20 @@ nono303 on github nopjmp on github
Norbert Frese
Norbert Kett
-Norbert Novotny
norbertmm on github
+Norbert Novotny
nosajsnikta on github
-NTMan on Github
+NTMan on github
Nuru on github
Octavio Schroeder
odek86 on github
Ofer
ohyeaah on github
Okhin Vasilij
-Ola Mork
Olaf Flebbe
Olaf Hering
Olaf Stüben
+Ola Mork
Oleg Jukovec
Oleg Pudeyev
Oleguer Llopart
@@ -2292,15 +2314,16 @@ Oliver Chang Oliver Gondža
Oliver Graute
Oliver Kuckertz
+oliverpool on github
Oliver Roberts
Oliver Schindler
Oliver Urbann
-oliverpool on github
Olivier Berger
Olivier Bonaventure
Olivier Brunel
Omar Ramadan
omau on github
+Ondřej Hlavatý
Ondřej Koláček
opensignature on github
opensslonzos-github on github
@@ -2322,7 +2345,6 @@ Oumph on github Outvi V
ovidiu-benea on github
Ozan Cansel
-P R Schaffner
Pablo Busse
Palo Markovic
pandada8 on github
@@ -2334,9 +2356,9 @@ Pascal Gaudette Pascal Terjan
Pasha Kuznetsov
Pasi Karkkainen
-Pat Ray
patelvivekv1993 on github
patnyb on github
+Pat Ray
Patrice Guerin
Patricia Muscalu
Patrick Bihan-Faou
@@ -2367,12 +2389,12 @@ Paul Marquis Paul Moore
Paul Nolan
Paul Oliver
+Paulo Roberto Tomasi
Paul Querna
Paul Saab
Paul Seligman
Paul Vixie
Paul Wise
-Paulo Roberto Tomasi
Pavel Cenek
Pavel Gushchin
Pavel Kalyugin
@@ -2411,10 +2433,12 @@ Peter Gal Peter Goodman
Peter Heuchert
Peter Hjalmarsson
+Pēteris Caune
+Peteris Krumins
Peter Kokot
+Peter Körner
Peter Korsgaard
Peter Krefting
-Peter Körner
Peter Lamare
Peter Lamberg
Peter Laser
@@ -2433,40 +2457,40 @@ Peter Verhas Peter Wang
Peter Wu
Peter Wullinger
-Peteris Krumins
Petr Bahula
Petr Novak
Petr Pisar
-Petr Voytsik
Petr Štetiar
+Petr Voytsik
Phil Blundell
Phil Crump
Phil E. Taylor
-Phil Karn
-Phil Lisiecki
-Phil Pellouchoud
Philip Chan
Philip Craig
Philip Gladstone
Philip Heiduck
Philip Langdale
-Philip Prindeville
-Philip Sanetra
-Philipp Engel
-Philipp Klaus Krause
-Philipp Waehnert
+Philippe Antoine
Philippe Antoine on HackerOne
Philippe Hameau
Philippe Marguinaud
+Philipp Engel
Philippe Raoult
Philippe Vaucher
+Philipp Klaus Krause
+Philip Prindeville
+Philipp Waehnert
+Philip Sanetra
+Phil Karn
+Phil Lisiecki
+Phil Pellouchoud
Pierre
Pierre Brico
Pierre Chapuis
+Pierre-Etienne Meunier
Pierre Joye
Pierre Yager
Pierre Ynard
-Pierre-Etienne Meunier
Pierre-Yves Bigourdan
Pierrick Charron
Piotr Dobrogost
@@ -2485,33 +2509,32 @@ Priyanka Shah ProceduralMan on github
promptfuzz_ on hackerone
Pronyushkin Petr
-prpr19xx on Github
+prpr19xx on github
+P R Schaffner
Przemysław Tomaszewski
pszemus on github
pszlazak on github
puckipedia on github
Puneet Pawaia
-Pēteris Caune
qhill
+qhill on github
qiandu2006 on github
Qriist on github
Quagmire
Quanah Gibson-Mount
Quentin Balland
Quinn Slack
-r-a-sattarov on github
-R. Dennis Steed
Radek Brich
Radek Zajic
Radoslav Georgiev
Radu Hociung
Radu Simionescu
-Rafa Muyo
Rafael Antonio
-Rafael Sagula
-Rafayel Mkrtchyan
Rafaël Carré
+Rafael Sagula
Rafał Mikrut
+Rafa Muyo
+Rafayel Mkrtchyan
Rahul Krishna M
Rainer Canavan
Rainer Jung
@@ -2522,23 +2545,24 @@ Raito Bezarius Rajesh Naganathan
Rajkumar Mandal
Ralf A. Timmermann
-Ralf S. Engelschall
ralfjunker on github
+Ralf S. Engelschall
Ralph Beckmann
Ralph Langendam
Ralph Mitchell
Ralph Sennhauser
-Ram Krushna Mishra
Ramiro Garcia
+Ram Krushna Mishra
rampageX on github
ramsay-jones on github
-Ran Mozes
RanBarLavie on github
Randall S. Becker
Randolf J
Randy Armstrong
Randy McMurchy
+Ran Mozes
Raphael Gozzo
+r-a-sattarov on github
Rasmus Melchior Jacobsen
Rasmus Thomsen
Raul Onitza-Klugman
@@ -2549,6 +2573,7 @@ Ray Satiro Razvan Cojocaru
Razvan Pricope
rcombs on github
+R. Dennis Steed
Red Hat Product Security
Reed Loden
Reinhard Max
@@ -2557,6 +2582,7 @@ RekGRpth on github Remco van Hooff
Remi Gacogne
Remo E
+Rémy Léone
Renato Botelho
Renaud Allard
Renaud Chaillat
@@ -2574,15 +2600,8 @@ Rianov Viacheslav riastradh on github
Ricardo Cadime
Ricardo Gomes
-Ricardo M. Correia
Ricardo Martins
-Rich Burridge
-Rich FitzJohn
-Rich Gray
-Rich Mirch
-Rich Rauenzahn
-Rich Salz
-Rich Turner
+Ricardo M. Correia
Richard Adams
Richard Alcock
Richard Archer
@@ -2602,41 +2621,46 @@ Richard Moore Richard Prescott
Richard Silverman
Richard van den Berg
-Richard W.M. Jones
Richard Whitehouse
+Richard W.M. Jones
+Rich Burridge
+Rich FitzJohn
+Rich Gray
+Rich Mirch
+Rich Rauenzahn
+Rich Salz
+Rich Turner
Richy Kim
Rici Lake
+Rickard Hallerbäck
Rick Deist
+Ricki Hirner
Rick Jones
Rick Lane
Rick Richardson
Rick Welykochy
-Rickard Hallerbäck
-Ricki Hirner
Ricky Leverence
Ricky-Tigg on github
-Rider Linden
RiderALT on github
+Rider Linden
Rikard Falkeborn
rilysh
+Rinku Das
rl1987 on github
+rmg-x on github
Rob Boeckermann
+RobBotic1 on github
+Robby Simpson
Rob Cotrone
Rob Crittenden
Rob Davies
Rob de Wit
-Rob Jones
-Rob Sanders
-Rob Stanzel
-Rob Ward
-RobBotic1 on github
-Robby Simpson
Robert A. Monat
Robert B. Harris
Robert Brose
Robert Charles Muir
-Robert D. Young
Robert Dunaj
+Robert D. Young
Robert Foreman
Robert Iakobashvili
Robert Kolcun
@@ -2657,12 +2681,16 @@ Robin Douine Robin Johnson
Robin Kay
Robin Marx
+Rob Jones
+Rob Sanders
Robson Braga Araujo
-Rod Widdowson
+Rob Stanzel
+Rob Ward
Rodger Combs
Rodney Simmons
Rodric Glaser
Rodrigo Silva
+Rod Widdowson
Roger Leigh
Roger Orr
Roger Young
@@ -2678,12 +2706,14 @@ Romain Geissler romamik om github
Roman Koifman
Roman Mamedov
+Roman Zharkov
Romulo A. Ceccon
+Ronald Crane
+Ronan Pigott
Ron Eldor
+Ronnie Mose
Ron Parker
Ron Zapp
-Ronan Pigott
-Ronnie Mose
Rosen Penev
Rosimildo da Silva
Ross Burton
@@ -2691,6 +2721,7 @@ roughtex on github Roy Bellingan
Roy Li
Roy Shan
+RubisetCie on github
Rudi Heitbaum
Rui LIU
Rui Pinheiro
@@ -2703,6 +2734,7 @@ Ruurd Beerstra rwmjones on github
Ryan Beck-Buysse
Ryan Braud
+ryancaicse on github
Ryan Carsten Schmidt
Ryan Chan
Ryan Mast
@@ -2711,28 +2743,27 @@ Ryan Schmidt Ryan Scott
Ryan Sleevi
Ryan Winograd
-ryancaicse on github
Ryuichi KAWAMATA
rzrymiak on github
-Rémy Léone
-S. Moonesamy
s0urc3_ on hackerone
+saimen
Sai Ram Kunala
Salah-Eddin Shaban
Saleem Abdulrasool
SaltyMilk
Salvador Dávila
Salvatore Sorrentino
+Samanta Navarro
Sam Deane
Sam Hurst
Sam James
Sam Jessup
+Sampo Kellomaki
Sam Roth
Sam Schanken
-Samanta Navarro
-Sampo Kellomaki
Samuel Chiang
Samuel Díaz García
+Samuel Dionne-Riel
Samuel Henrique
Samuel Listopad
Samuel Marks
@@ -2782,6 +2813,8 @@ Sebastian Pohlschmidt Sebastian Rasmussen
Sebastian Sterk
Sebastian Walz
+Sébastien Helleu
+Sébastien Willemijns
selmelc on hackerone
SendSonS on github
Senthil Raja Velu
@@ -2801,8 +2834,8 @@ Sergio Ballestrero Sergio Barresi
Sergio Borghese
Sergio Durigan Junior
-Sergio Mijatovic
Sergio-IME on github
+Sergio Mijatovic
sergio-nsk on github
Serj Kalichev
Sertonix
@@ -2812,7 +2845,6 @@ Seth Mos Sevan Janiyan
sfan5 on github
Sgharat on github
-Sh Diao
Shachaf Ben-Kiki
ShadowZzj on github
Shailesh Kapse
@@ -2825,6 +2857,7 @@ Shaun Jackman Shaun Mirani
Shawn Landden
Shawn Poulson
+Sh Diao
Sheshadri.V
Shikha Sharma
Shine Fan
@@ -2853,6 +2886,7 @@ Siva Sivaraman Slaven Rezić
SLDiggie on github
Smackd0wn on github
+S. Moonesamy
smuellerDD on github
sn on hackerone
sofaboss on github
@@ -2871,11 +2905,11 @@ sspiri on github sstruchtrup on github
Stadler Stephan
Stan Hu
-Stan van de Burgt
Stanislav Ivochkin
Stanislav Lange
Stanislav Zidek
Stanley Wucw
+Stan van de Burgt
Stathis Kapnidis
Stav Nir
steelman on github
@@ -2888,25 +2922,26 @@ Stefan Huber Stefan Kanthak
Stefan Karpinski
Stefan Krause
+Štefan Kremeň
Stefan Neis
+Stefano Simonelli
Stefan Strogin
Stefan Talpalaru
Stefan Teleman
Stefan Tomanek
Stefan Ulrich
Stefan Yohansson
-Stefano Simonelli
Steffen Kieß
Steinar H. Gunderson
steini2000 on github
Stepan Broz
Stepan Efremov
Stephan Bergmann
+Stephane Pellegrino
Stephan Guilloux
Stephan Lagerholm
Stephan Mühlstrasser
Stephan Szabo
-Stephane Pellegrino
Stephen Boost
Stephen Brokenshire
Stephen Collyer
@@ -2917,23 +2952,24 @@ Stephen More Stephen Toub
Sterling Hughes
Steve Green
-Steve H Truong
Steve Havelka
Steve Herrell
Steve Holme
+Steve H Truong
Steve Lhomme
Steve Little
Steve Marx
-Steve Oliphant
-Steve Roskowski
-Steve Walch
Steven Allen
Steven Bazyl
Steven G. Johnson
Steven Gu
Steven M. Schweda
+stevenpackardblp on github
Steven Parkes
Steven Penny
+Steve Oliphant
+Steve Roskowski
+Steve Walch
Stewart Gebbie
Stian Soiland-Reyes
Stoned Elipot
@@ -2955,17 +2991,13 @@ swalkaus at yahoo.com sylgal on github
Sylvestre Ledru
Symeon Paraschoudis
-Sébastien Helleu
-Sébastien Willemijns
-T. Bharath
-T. Yamada
T200proX7 on github
Tadej Vengust
Tae Hyoung Ahn
Taiyu Len
Tal Regev
-Tamir Duberstein
Tamás Bálint Misius
+Tamir Duberstein
Taneli Vähäkangas
Tanguy Fautre
Taras Kushnir
@@ -2973,16 +3005,18 @@ tarek112 on github Tatsuhiko Miyagawa
Tatsuhiro Tsujikawa
tawmoto on github
+T. Bharath
tbugfinder on github
Ted Lyngmo
Teemu Yli-Elsila
+Teh Kok How
Temprimus
Terence Eden
Terri Oda
Terry Wu
thanhchungbtc on github
-The Infinnovation team
TheAssassin on github
+The Infinnovation team
TheKnarf on github
Theo
Theodore Dubois
@@ -2991,6 +3025,7 @@ Thiago Suchorski thisisgk on github
tholin on github
Thomas
+Thomas1664 on github
Thomas Bouzerar
Thomas Braun
Thomas Danielsson
@@ -3000,8 +3035,8 @@ Thomas Glanzmann Thomas Guillem
Thomas J. Moore
Thomas Klausner
-Thomas L. Shinnick
Thomas Lopatic
+Thomas L. Shinnick
Thomas M. DuBuisson
Thomas Petazzoni
Thomas Pyle
@@ -3012,9 +3047,9 @@ Thomas Tonino Thomas van Hesteren
Thomas Vegas
Thomas Weißschuh
-Thomas1664 on github
Thorsten Klein
Thorsten Schöning
+Tianyi Song
Tiit Pikma
Till Maas
Till Wegmüller
@@ -3027,25 +3062,27 @@ Tim Harder Tim Heckman
Tim Hill
Tim Mcdonough
+Timmy Schierling
Tim Newsome
+Timo Lange
+Timo Sirainen
+Timotej Lazar
+Timothe Litt
+Timothy Gu
+Timothy Polich
+Timo Tijhof
Tim Rühsen
Tim Sedlmeyer
Tim Sneddon
Tim Stack
Tim Starling
Tim Tassonis
+Timur Artikov
Tim Verhoeven
Tim Yuer
-Timmy Schierling
-Timo Lange
-Timo Sirainen
-Timotej Lazar
-Timothe Litt
-Timothy Gu
-Timothy Polich
-Timur Artikov
Tinus van den Berg
tinyboxvk
+tiymat
TJ Saunders
Tk Xiong
tkzv on github
@@ -3071,22 +3108,6 @@ Todd Kaufmann Todd Kulesza
Todd Short
Todd Vierling
-Tom Benoist
-Tom Donovan
-Tom Eccles
-Tom G. Christensen
-Tom Grace
-Tom Greenslade
-Tom Lee
-Tom Mattison
-Tom Moers
-Tom Mueller
-Tom Regner
-Tom Seddon
-Tom Sparrow
-Tom van der Woerdt
-Tom Wright
-Tom Zerucha
Tomas Berger
Tomas Hoger
Tomas Jakobsson
@@ -3097,22 +3118,39 @@ Tomas Szepe Tomas Tomecek
Tomasz Kojm
Tomasz Lacki
+Tom Benoist
+Tom Donovan
+Tom Eccles
+Tom G. Christensen
+Tom Grace
+Tom Greenslade
+Tom Lee
+Tom Mattison
Tommie Gannert
tommink[at]post.pl
+Tom Moers
+Tom Mueller
Tommy Chiang
Tommy Odom
Tommy Petty
Tommy Tam
+Tom Regner
+Tom Seddon
+Tom Sparrow
+Tom van der Woerdt
+Tom Wright
tomy2105 on github
-Ton Voon
+Tom Zerucha
Toni Moreno
+Ton Voon
Tony Kelman
-tonystz on Github
+tonystz on github
Toon Claes
Toon Verwaest
Tor Arntsen
Torben Dannhauer
Torben Dury
+Török Edwin
Torsten Foertsch
Toshio Kuratomi
Toshiyuki Maezawa
@@ -3133,24 +3171,24 @@ Tuomas Siipola Tuomo Rinne
Tupone Alfredo
Turiiya
+T. Yamada
Tyler Hall
-Török Edwin
u20221022 on github
Ulf Härnhammar
Ulf Samuelsson
Ulrich Doehner
Ulrich Telle
Ulrich Zadow
-UnicornZhang on Github
+UnicornZhang on github
updatede on github
UrsusArctos on github
User Sg
ustcqidi on github
Vadim Grinshpun
Valentin David
+Valentín Gutiérrez
Valentin Richter
Valentyn Korniienko
-Valentín Gutiérrez
Valerii Zapodovnikov
vanillajonathan on github
Varnavas Papaioannou
@@ -3159,14 +3197,14 @@ Vasiliy Ulyanov Vasily Lobaskin
Vasy Okhin
Venkat Akella
-Venkat Krishna R
Venkataramana Mokkapati
+Venkat Krishna R
Vicente Garcia
Victor Kislov
Victor Magierski
Victor Snezhko
-Victor Vieux
VictorVG on github
+Victor Vieux
Vijay Panghal
Vikram Saxena
Viktor Petersson
@@ -3184,31 +3222,31 @@ Vincent Torri violetlige on github
vitaha85 on github
Vitaly Varyvdin
+Vítor Galvão
vl409 on github
Vlad Grachov
-Vlad Ureche
Vladimir Grishchenko
Vladimir Kotal
Vladimir Lazarenko
Vladimir Panteleev
Vladimir Varlamov
Vladislavs Sokurenko
+Vlad Ureche
Vlastimil Ovčáčík
vlkl-sap on github
vlubart on github
Vojtech Janota
-Vojtech Minarik
Vojtěch Král
+Vojtech Minarik
Volker Schmid
Vollstrecker on github
Vsevolod Novikov
vshmuk on hackerone
vulnerabilityspotter on hackerone
+Vulpes Vulpes
vuonganh1993 on github
vvb2060 on github
Vyron Tsingaras
-Vítor Galvão
-W. Mark Kubacki
w0x42 on hackerone
Waldek Kozba
Walter J. Mack
@@ -3218,6 +3256,7 @@ Warren Menzer Wayne Haigh
Wei Chong Tan
Wenchao Li
+Weng Xuetian
Wenxiang Qian
Werner Koch
Werner Stolz
@@ -3230,14 +3269,15 @@ Wham Bang Wilfredo Sanchez
Wilhelm von Thiele
Will Dietz
-Will Roberts
Willem Hoek
Willem Sparreboom
-William A. Rowe Jr
William Ahern
+William A. Rowe Jr
William Desportes
William Tang
+Will Roberts
Winni Neessen
+W. Mark Kubacki
wmsch on github
wncboy on github
Wojciech Zwiefka
@@ -3252,19 +3292,19 @@ x2018 on github Xavier Bouchoux
XhmikosR on github
XhstormR on github
-Xi Ruoyao
-Xiang Xiao
Xiangbin Li
xianghongai on github
+Xiang Xiao
xiaofeng
Xiaoke Wang
Xiaoyin Liu
+Xì Gà
+Xi Ruoyao
XmiliaH on github
xnynx on github
xtonik on github
xwxbug on github
XYenon
-Xì Gà
Yaakov Selkowitz
Yadhu Krishna M
Yair Lenga
@@ -3278,9 +3318,9 @@ Yedaya Katsman Yehezkel Horowitz
Yehoshua Hershberg
ygthien on github
-Yi Huang
Yifei Kong
Yihang Zhou
+Yi Huang
Yiming Jing
Yingwei Liu
yiyuaner on github
@@ -3291,15 +3331,15 @@ Yoshimasa Ohno Younes El-karama
youngchopin on github
Yousuke Kimoto
-Yu Xin
Yukihiro Kawada
Yun SangHo
-Yuri Slobodyanyuk
Yurii Rashkovskii
+Yuri Slobodyanyuk
Yuriy Chernyshov
Yuriy Sosov
yushicheng7788 on github
Yusuke Nakamura
+Yu Xin
Yves Arrouye
Yves Lejeune
YX Hao
@@ -3313,10 +3353,12 @@ zengwei2000 Zenju on github
Zero King
Zespre Schmidt
-Zhang Xiuhua
zhanghu on xiaomi
-Zhao Yisha
+Zhang Wen
+Zhang Xiuhua
+Zhaoming Luo
Zhaoyang Wu
+Zhao Yisha
zhengqwe on github
Zhibiao Wu
zhihaoy on github
@@ -3328,12 +3370,6 @@ zmcx16 on github Zmey Petroff
Zvi Har'El
zzq1015 on github
-Ádler Jonas Gross
-Érico Nogueira
-Érico Nogueira Rolim
-İsmail Dönmez
-Łukasz Domeradzki
-Štefan Kremeň
Борис Верховский
Коваленко Анатолий Викторович
наб
|
