master
Add verify_hostname tests
Remove deprecated libnghttp2_asio
cmake: Remove CMAKE_CXX_STANDARD 23 that is not needed there
src: MSDMI part3
nghttpd: Fix build error with gcc-16
src: Replace std::optional with std::expected
src/allocator: Rewrite concat_string_ref with fold expression
src: Upper case hex integer literals
Modernize BlockAllocator and its utility functions
src: Simplify as_string_view usage
src: Pass time_point by value
src/base64: Add tests with negative chars
src: Consistent conditional macro comments
nghttpx: Make Connection::read_tls accept std::span
src: Migrate std::cout to std::print
nghttpx: Rewrite CertLookupTree using Router
Change clang-format options
src: Remove unused QUIC related errors
h2load: Fix build error with gcc-16
Require ngtcp2 >= v1.23.0 and avoid the deprecated API usage
h2load: Adopt std::expected for Session read/write functions
Add patch for http-parser to handle tunneling connection transparently
src: Adopt std::expected for http2::make_websocket_accept_token
http3: Adopt std::ranges
src: Pass and return std::string_view by value
src: Migrate fprintf to C++ counterparts
src: NSDMI part1
Adopt Designated initializers part3
src: Provide Address(const sockaddr *) constructor
src: Rewrite Address with std::variant
nghttp: Fix build error with gcc-16
Initialize z_stream completely with zeros
nghttpd: Migrate std::cout to std::print
nghttpx: Fix build error with gcc-16
nghttpx: Adopt std::expected for AcceptHandler
nghttpx: Drop connection when frontend write rate is too low
nghttpx: Adopt std::expected for parse_config
src: MSDMI part2
src: Adopt size_t literal suffix
nghttpx: Adopt std::expected for Connection read/write
nghttpx: Rename completeCb_ to complete_cb_
nghttpx: Adopt std::expected for DualDNSResolver::resolve
shrpx_downstream_connection_pool: Adopt std::ranges
src: Add noexcept to move ctor and assignment operator
src: Get rid of std::stringstream
nghttpx: Remove unused unordered_set include
nghttpx: NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE is not allowed in on_frame_recv_callback
nghttpx: Reset quic upstream addr fd to the current path
src: Fix build failure on macos26
nghttpx: Construct ESCAPE_TBL with constexpr function
nghttpx: Adopt std::expected for MemcachedDispatcher::add_request
nghttpx: Adopt std::expected for mruby hook
Add -Wconversion flag to C++ compiler
nghttpx: Adopt std::expected for tls::get_x509_not_before and get_x509_not_after
nghttpx: Adopt std::expected for Upstream::send_reply
src: Provide faster hash functions for OpenSSL forks
src/util: Adopt std::expected for error handling
nghttpx: Adopt std::expected for Router
nghttpx: Adopt std::expected for signal functions
nghttpx: Migrate to std::print
src tests: Fix build error with gcc-16
nghttpx: Adopt std::expected for Upstream::on_downstream_push_promise_complete
nghttpx: Adopt std::expected for worker_process_event_loop
nghttpx: Add ECH support
src: Simplify DList::remove
Don't get type sizes at configure time
src/tls: Adopt std::expected