- build: Workaround broken version check in AX_PYTHON_DEVEL (GH-1622)
- build: Remove check for UDP_SEGMENT (GH-1619)
- build: Fix issue that libev cannot be found with autotools under mac osx
- build: Fix compile error with libressl
- build: Always include optional files to EXTRA_DIST
- build: Add missing cmake files to EXTRA_DIST
- src: Enable HTTP/3 with boringssl
- src: Compile with boringssl for non-http3 build
- src: Guard msghdr_get_local_addr with ENABLE_HTTP3 macro (GH-1620)
- nghttpx: Reduce dgram size if sendmsg fails with EINVAL or EMSGSIZE
- nghttpx: Set SCT data when built with boringssl
- nghttpx: Fix wrong SSL_CTX object usage
- nghttpx: Respect !tls-no-postpone-early-data with boringssl
- nghttpx: Send session ticket after handshake with boringssl
- nghttpx: Add --frontend-quic-initial-rtt option
- nghttpx: Unload BPF program after setting up all QUIC listeners
- nghttpx: Add --worker-process-grace-shutdown-period option
- nghttpx: Add --max-worker-processes option
- nghttpx: Unload BPF objects on reload to avoid running out of memlock
- nghttpx: Support h3-29
- nghttpx: Fail h3 connection attempt if no ALPN is negotiated
- nghttpx: Add --rlimit-memlock option
- nghttpx: Read QUIC keying materials from file
- nghttpx: Allocate server id in Connection ID (see --quic-server-id option)