log

age author description
Wed, 28 Jul 2021 17:23:18 +0300 Vladimir Homutov QUIC: handle EAGAIN properly on UDP sockets. quic
Thu, 29 Jul 2021 10:03:36 +0300 Roman Arutyunyan HTTP/3: require mandatory uni streams before additional ones. quic
Wed, 28 Jul 2021 13:21:47 +0300 Roman Arutyunyan QUIC: eliminated stream type from ngx_quic_stream_frame_t. quic
Fri, 23 Jul 2021 11:25:16 +0300 Vladimir Homutov QUIC: updated README with GSO details. quic
Fri, 16 Jul 2021 15:43:01 +0300 Roman Arutyunyan HTTP/3: use request pool instead of connection pool. quic
Tue, 13 Jul 2021 22:44:03 +0300 Roman Arutyunyan HTTP/3: response trailers support. quic
Thu, 22 Jul 2021 15:00:37 +0300 Sergey Kandaurov QUIC: avoid processing 1-RTT with incomplete handshake in OpenSSL. quic
Tue, 20 Jul 2021 12:37:12 +0300 Vladimir Homutov QUIC: the "quic_gso" directive. quic
Tue, 20 Jul 2021 12:04:58 +0300 Vladimir Homutov Core: fixed errno clobbering in ngx_sendmsg(). quic
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 06 Jul 2021 17:59:17 +0300 Maxim Dounin release-1.21.1 tag
Tue, 06 Jul 2021 17:59:16 +0300 Maxim Dounin nginx-1.21.1-RELEASE release-1.21.1
Mon, 05 Jul 2021 13:26:49 +0300 Ruslan Ermilov Win32: use only preallocated memory in send/recv chain functions.
Mon, 05 Jul 2021 13:09:23 +0300 Ruslan Ermilov Use only preallocated memory in ngx_readv_chain() (ticket #1408).
Mon, 28 Jun 2021 18:01:24 +0300 Maxim Dounin Disabled control characters in the Host header.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:18 +0300 Maxim Dounin Disabled control characters and space in header names.
Mon, 28 Jun 2021 18:01:15 +0300 Maxim Dounin Disabled control characters in URIs.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:11 +0300 Maxim Dounin Core: escaping of chars not allowed in URIs per RFC 3986.
Mon, 28 Jun 2021 18:01:09 +0300 Maxim Dounin Core: fixed comment about escaping in arguments.
Mon, 28 Jun 2021 18:01:06 +0300 Maxim Dounin Disabled requests with both Content-Length and Transfer-Encoding.
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Mon, 28 Jun 2021 18:01:00 +0300 Maxim Dounin Moved TRACE method rejection to a better place.
Mon, 21 Jun 2021 09:42:43 +0300 Vladimir Homutov Core: added the ngx_rbtree_data() macro.
Fri, 18 Jun 2021 04:00:21 +0300 Maxim Dounin Fixed format strings for ngx_win32_version.
Thu, 17 Jun 2021 11:44:06 +0300 Sergey Kandaurov gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Thu, 17 Jun 2021 11:43:55 +0300 Sergey Kandaurov gRPC: handling GOAWAY with a higher last stream identifier.
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close.
Tue, 01 Jun 2021 17:37:49 +0300 Maxim Dounin SSL: ngx_ssl_shutdown() rework.