log

age author description
Wed, 15 Apr 2020 14:29:00 +0300 Vladimir Homutov Create new stream immediately on receiving new stream id. quic
Wed, 15 Apr 2020 13:09:39 +0300 Vladimir Homutov Free remaining frames on connection close. quic
Tue, 14 Apr 2020 16:30:41 +0300 Vladimir Homutov Sorted functions and functions declarations. quic
Wed, 15 Apr 2020 11:11:54 +0300 Vladimir Homutov Added reordering support for STREAM frames. quic
Tue, 14 Apr 2020 12:16:25 +0300 Vladimir Homutov Crypto buffer frames reordering. quic
Mon, 13 Apr 2020 14:57:58 +0300 Vladimir Homutov Cleaned up magic numbers in ngx_quic_output_frames(). quic
Tue, 14 Apr 2020 12:06:32 +0300 Vladimir Homutov Rename types and variables used for packet number space. quic
Tue, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 13 Apr 2020 17:54:23 +0300 Roman Arutyunyan HTTP/3: fixed reading request body. quic
Tue, 07 Apr 2020 15:50:38 +0300 Vladimir Homutov Added basic offset support in client CRYPTO frames. quic
Tue, 07 Apr 2020 12:54:34 +0300 Sergey Kandaurov Fixed build with OpenSSL using old callbacks API. quic
Mon, 06 Apr 2020 16:19:26 +0300 Vladimir Homutov ACK ranges processing. quic
Mon, 06 Apr 2020 11:16:45 +0300 Vladimir Homutov Ignore non-yet-implemented frames. quic
Sat, 04 Apr 2020 22:25:41 +0300 Vladimir Homutov Added check for SSL_get_current_cipher() results. quic
Mon, 06 Apr 2020 11:17:14 +0300 Vladimir Homutov Added a bit more debugging in STREAM frame parser. quic
Sat, 04 Apr 2020 22:27:29 +0300 Vladimir Homutov Do not set timers after the connection is closed. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Discarding Handshake packets if no Handshake keys yet. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Rejecting new connections with non-zero Initial packet. quic
Mon, 06 Apr 2020 14:54:08 +0300 Sergey Kandaurov TLS Key Update in QUIC. quic
Sat, 04 Apr 2020 17:34:39 +0300 Sergey Kandaurov Removed excessive debugging in QUIC packet creation. quic
Sat, 04 Apr 2020 17:34:04 +0300 Sergey Kandaurov Logging of packet numbers in QUIC packet creation. quic
Fri, 03 Apr 2020 16:33:59 +0300 Vladimir Homutov Removed unneccesary milliseconds conversion. quic
Fri, 03 Apr 2020 14:02:16 +0300 Vladimir Homutov Proper handling of packet number in header. quic
Fri, 03 Apr 2020 13:49:44 +0300 Sergey Kandaurov Advertizing MAX_STREAMS (0x12) credit in advance. quic
Fri, 03 Apr 2020 13:49:40 +0300 Sergey Kandaurov Fixed computing nonce again, by properly shifting packet number. quic
Fri, 03 Apr 2020 09:53:51 +0300 Vladimir Homutov Fixed missing propagation of need_ack flag from frames to packet. quic
Thu, 02 Apr 2020 14:53:01 +0300 Vladimir Homutov Fixed excessive push timer firing. quic
Thu, 02 Apr 2020 11:40:25 +0300 Sergey Kandaurov Fixed computing nonce by xoring all packet number bytes. quic
Wed, 01 Apr 2020 17:09:11 +0300 Vladimir Homutov Output buffering. quic
Wed, 01 Apr 2020 17:06:26 +0300 Vladimir Homutov Implemented retransmission and retransmit queue. quic
Wed, 01 Apr 2020 14:31:08 +0300 Vladimir Homutov Introduced packet namespace in QUIC connection. quic
Wed, 01 Apr 2020 14:25:25 +0300 Vladimir Homutov Refactored QUIC secrets storage. quic
Wed, 01 Apr 2020 17:21:52 +0300 Vladimir Homutov Added missing debug description. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov TLS Early Data support. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov TLS Early Data key derivation support. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov Sending HANDSHAKE_DONE just once with BoringSSL. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov QUIC packet padding to fulfil header protection sample demands. quic
Wed, 01 Apr 2020 13:27:42 +0300 Sergey Kandaurov Improved SSL_do_handshake() error handling in QUIC. quic
Wed, 01 Apr 2020 13:27:41 +0300 Sergey Kandaurov Style. quic
Tue, 31 Mar 2020 13:13:12 +0300 Vladimir Homutov Removed unused field from ngx_quic_header_t. quic
Sat, 28 Mar 2020 18:41:31 +0300 Sergey Kandaurov HTTP/3: http3 variable. quic
Sat, 28 Mar 2020 18:02:20 +0300 Sergey Kandaurov HTTP/3: static table cleanup. quic
Fri, 27 Mar 2020 19:41:06 +0300 Roman Arutyunyan Parsing HTTP/3 request body. quic
Fri, 27 Mar 2020 10:02:45 +0300 Roman Arutyunyan Fixed handling QUIC stream eof. quic
Fri, 27 Mar 2020 19:08:24 +0300 Roman Arutyunyan Push QUIC stream frames in send() and cleanup handler. quic
Fri, 27 Mar 2020 19:46:54 +0300 Roman Arutyunyan Chunked response body in HTTP/3. quic
Fri, 27 Mar 2020 15:50:42 +0300 Roman Arutyunyan Fixed buffer overflow. quic
Fri, 27 Mar 2020 12:52:08 +0300 Sergey Kandaurov Unbreak sending CONNECTION_CLOSE from the send_alert callback. quic
Thu, 26 Mar 2020 18:29:38 +0300 Vladimir Homutov Merged ngx_quic_send_packet() into ngx_quic_send_frames(). quic
Thu, 26 Mar 2020 16:54:46 +0300 Vladimir Homutov Got rid of memory allocation in decryption. quic
Thu, 26 Mar 2020 13:54:49 +0300 Vladimir Homutov Logging cleanup. quic
Wed, 25 Mar 2020 23:40:50 +0300 Roman Arutyunyan QUIC frames reuse. quic
Thu, 26 Mar 2020 12:11:50 +0300 Vladimir Homutov Removed memory allocations from encryption code. quic
Wed, 25 Mar 2020 14:05:40 +0300 Roman Arutyunyan Fixed QUIC stream insert and find. quic
Wed, 25 Mar 2020 12:14:24 +0300 Roman Arutyunyan Simplifed handling HTTP/3 streams. quic
Wed, 25 Mar 2020 12:56:21 +0300 Roman Arutyunyan Safe QUIC stream creation. quic
Tue, 24 Mar 2020 18:05:45 +0300 Roman Arutyunyan When closing a QUIC connection, wait for all streams to finish. quic
Tue, 24 Mar 2020 16:38:03 +0300 Roman Arutyunyan Removed ngx_quic_stream_node_t. quic
Tue, 24 Mar 2020 13:49:42 +0300 Roman Arutyunyan Implemented eof in QUIC streams. quic
Wed, 25 Mar 2020 19:42:00 +0300 Vladimir Homutov Fixed log initialization. quic
Tue, 24 Mar 2020 22:12:52 +0300 Sergey Kandaurov Advertise our max_idle_timeout in transport parameters. quic
Tue, 24 Mar 2020 19:17:57 +0300 Sergey Kandaurov QUIC streams don't need filter_need_in_memory after 7f0981be07c4. quic
Tue, 24 Mar 2020 17:03:39 +0300 Vladimir Homutov Logging cleanup. quic
Tue, 24 Mar 2020 12:15:39 +0300 Vladimir Homutov Added QUIC version check for sending HANDSHAKE_DONE frame. quic
Tue, 24 Mar 2020 11:59:14 +0300 Vladimir Homutov Implemented sending HANDSHAKE_DONE frame after handshake. quic
Mon, 23 Mar 2020 20:48:34 +0300 Sergey Kandaurov Fixed client certificate verification. quic
Mon, 23 Mar 2020 21:20:20 +0300 Roman Arutyunyan Respect QUIC max_idle_timeout. quic
Mon, 23 Mar 2020 19:42:09 +0300 Roman Arutyunyan Allow ngx_queue_frame() to insert frame in the front. quic
Mon, 23 Mar 2020 19:26:24 +0300 Roman Arutyunyan Support for HTTP/3 ALPN. quic
Mon, 23 Mar 2020 15:32:24 +0300 Roman Arutyunyan Put zero in 'First ACK Range' when acknowledging one packet. quic
Mon, 23 Mar 2020 19:19:44 +0300 Roman Arutyunyan Avoid using QUIC connection after CONNECTION_CLOSE. quic
Mon, 23 Mar 2020 15:49:31 +0300 Roman Arutyunyan Better flow control and buffering for QUIC streams. quic
Mon, 23 Mar 2020 18:47:17 +0300 Roman Arutyunyan Limit output QUIC packets with client max_packet_size. quic
Mon, 23 Mar 2020 18:20:42 +0300 Sergey Kandaurov Fixed received ACK fields order in debug logging. quic
Mon, 23 Mar 2020 14:53:04 +0300 Vladimir Homutov Connection states code cleanup. quic
Mon, 23 Mar 2020 12:57:24 +0300 Vladimir Homutov Skip unknown transport parameters. quic
Mon, 23 Mar 2020 10:57:28 +0300 Vladimir Homutov Add unsupported version into log. quic
Sat, 21 Mar 2020 20:51:59 +0300 Vladimir Homutov Added processing of client transport parameters. quic
Sun, 22 Mar 2020 12:15:54 +0300 Sergey Kandaurov Fixed CRYPTO offset generation. quic
Sun, 22 Mar 2020 11:35:15 +0300 Sergey Kandaurov Closing connection on NGX_QUIC_FT_CONNECTION_CLOSE. quic
Sat, 21 Mar 2020 20:49:55 +0300 Vladimir Homutov Implemented parsing of remaining frame types. quic
Sat, 21 Mar 2020 19:45:24 +0300 Sergey Kandaurov Fixed parsing NGX_QUIC_FT_CONNECTION_CLOSE. quic
Sat, 21 Mar 2020 19:22:39 +0300 Sergey Kandaurov Fixed buffer overrun in create_transport_params() with -24. quic
Sat, 21 Mar 2020 18:44:10 +0300 Sergey Kandaurov Fixed build with macOS's long long abomination. quic
Fri, 20 Mar 2020 23:49:42 +0300 Roman Arutyunyan Removed unused variable. quic
Fri, 20 Mar 2020 20:39:41 +0300 Vladimir Homutov Removed unused variable. quic
Fri, 20 Mar 2020 20:03:44 +0300 Vladimir Homutov Added checks for permitted frame types. quic
Fri, 20 Mar 2020 15:14:00 +0300 Vladimir Homutov Fixed parsing of CONNECTION CLOSE2 frames. quic
Fri, 20 Mar 2020 14:50:05 +0300 Vladimir Homutov Added parsing of CONNECTION_CLOSE2 frame (0x1D). quic
Fri, 20 Mar 2020 12:44:45 +0300 Vladimir Homutov Adedd the http "quic" variable. quic
Fri, 20 Mar 2020 13:47:44 +0300 Vladimir Homutov Configurable transport parameters. quic
Thu, 19 Mar 2020 21:46:28 +0300 Roman Arutyunyan Reset QUIC timeout on every datagram. quic
Fri, 20 Mar 2020 10:14:58 +0300 Roman Arutyunyan Double MAX_STREAMS on STREAMS_BLOCKED. quic
Fri, 20 Mar 2020 09:23:31 +0300 Roman Arutyunyan Fixed ACKs to packet numbers greater than 63. quic
Thu, 19 Mar 2020 17:33:36 +0300 Sergey Kandaurov Fixed specifiers in "quic packet length" logging. quic
Thu, 19 Mar 2020 17:22:43 +0300 Sergey Kandaurov Fixed build. quic
Thu, 19 Mar 2020 14:59:55 +0300 Vladimir Homutov The ngx_quic_frame_len() function is not really needed. quic
Thu, 19 Mar 2020 17:07:12 +0300 Vladimir Homutov Added boundaries checks into frame parser. quic
Thu, 19 Mar 2020 15:34:35 +0300 Roman Arutyunyan Send a FIN frame when QUIC stream is closed. quic
Thu, 19 Mar 2020 15:03:09 +0300 Roman Arutyunyan Fixed header creation for header_only responses in HTTP/3. quic
Wed, 18 Mar 2020 23:26:26 +0300 Sergey Kandaurov MAX_DATA frame parser/handler. quic
Thu, 19 Mar 2020 11:15:43 +0300 Vladimir Homutov Added parsing of STREAMS BLOCKED frames. quic
Wed, 18 Mar 2020 23:07:40 +0300 Sergey Kandaurov Implemented send_alert callback, CONNECTION_CLOSE writer. quic
Wed, 18 Mar 2020 20:28:28 +0300 Roman Arutyunyan Added copying addr_text to QUIC stream connections. quic
Wed, 18 Mar 2020 20:22:16 +0300 Roman Arutyunyan HTTP/3 $request_line variable. quic
Wed, 18 Mar 2020 16:37:16 +0300 Roman Arutyunyan Moved setting QUIC methods to runtime. quic
Wed, 18 Mar 2020 16:35:11 +0300 Vladimir Homutov Added parsing of RESET_STREAM and STOP_SENDING frames quic
Wed, 18 Mar 2020 15:28:20 +0300 Roman Arutyunyan Fixed pointer increment while parsing HTTP/3 header. quic
Wed, 18 Mar 2020 13:49:39 +0300 Vladimir Homutov Implemented creation of server unidirectional streams. quic
Wed, 18 Mar 2020 14:10:44 +0300 Roman Arutyunyan Fixed HTTP/3 server stream creation. quic
Wed, 18 Mar 2020 14:09:50 +0300 Roman Arutyunyan Removed comment. quic
Wed, 18 Mar 2020 13:46:35 +0300 Roman Arutyunyan Refactored HTTP/3 parser. quic
Wed, 18 Mar 2020 13:02:19 +0300 Vladimir Homutov Style and handlers. quic
Wed, 18 Mar 2020 12:58:27 +0300 Vladimir Homutov Extracted transport part of the code into separate file. quic
Tue, 17 Mar 2020 14:10:37 +0300 Vladimir Homutov Firefox fixes. quic
Mon, 16 Mar 2020 19:42:57 +0300 Vladimir Homutov Fixed a typo with OpenSSL. quic
Mon, 16 Mar 2020 19:00:47 +0300 Vladimir Homutov Split transport and crypto parts into separate files. quic
Mon, 16 Mar 2020 13:06:43 +0300 Vladimir Homutov Added processing of CONNECTION CLOSE frames. quic
Sat, 14 Mar 2020 13:18:55 +0300 Roman Arutyunyan Temporary fix for header null-termination in HTTP/3. quic
Sat, 14 Mar 2020 03:15:09 +0300 Sergey Kandaurov Fixed header protection application with pn length > 1. quic
Fri, 13 Mar 2020 20:44:32 +0300 Roman Arutyunyan Fixed sanitizer errors. quic
Fri, 13 Mar 2020 18:55:58 +0300 Vladimir Homutov Added check for initialized c->ssl before calling SSL shutdown. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Fri, 13 Mar 2020 18:30:37 +0300 Roman Arutyunyan Fixed infinite loop in ngx_quic_stream_send_chain(). quic
Fri, 13 Mar 2020 18:29:50 +0300 Roman Arutyunyan Implemented tracking offset in STREAM frames. quic
Fri, 13 Mar 2020 15:56:10 +0300 Roman Arutyunyan Implemented ngx_quic_stream_send_chain() method. quic
Fri, 13 Mar 2020 14:39:23 +0300 Vladimir Homutov Stream "connection" read/write methods. quic
Thu, 12 Mar 2020 18:08:26 +0300 Sergey Kandaurov Fix build. quic
Thu, 12 Mar 2020 14:23:27 +0300 Vladimir Homutov Removed hardcoded CRYPTO and ACK frame sizes. quic
Thu, 12 Mar 2020 16:54:43 +0300 Vladimir Homutov HTTP/QUIC interface reworked. quic
Wed, 11 Mar 2020 15:41:35 +0300 Vladimir Homutov Initial parsing of STREAM frames. quic
Thu, 12 Mar 2020 14:43:24 +0300 Vladimir Homutov Added support of multiple QUIC packets in single datagram. quic
Wed, 11 Mar 2020 15:43:23 +0300 Vladimir Homutov Added more transport parameters. quic
Wed, 11 Mar 2020 21:53:02 +0300 Sergey Kandaurov Compatibility with BoringSSL revised QUIC encryption secret APIs. quic
Tue, 10 Mar 2020 19:15:12 +0300 Sergey Kandaurov Chacha20 header protection support with BoringSSL. quic
Tue, 10 Mar 2020 19:13:09 +0300 Sergey Kandaurov ChaCha20 / Poly1305 initial support. quic
Tue, 10 Mar 2020 19:12:22 +0300 Sergey Kandaurov Using SSL cipher suite id to obtain cipher/digest, part 2. quic
Tue, 10 Mar 2020 18:40:18 +0300 Sergey Kandaurov Fixed nonce in short packet protection. quic
Tue, 10 Mar 2020 18:24:39 +0300 Vladimir Homutov Generic payload handler for quic packets. quic
Thu, 05 Mar 2020 20:05:40 +0300 Sergey Kandaurov Fixed header protection with negotiated cipher suite. quic
Thu, 05 Mar 2020 19:49:49 +0300 Sergey Kandaurov Initial packets are protected with AEAD_AES_128_GCM. quic
Thu, 05 Mar 2020 18:01:18 +0300 Sergey Kandaurov Fixed write secret logging in set_encryption_secrets callback. quic
Thu, 05 Mar 2020 17:51:22 +0300 Vladimir Homutov Fixed format specifiers. quic
Thu, 05 Mar 2020 17:24:04 +0300 Vladimir Homutov Style. quic
Thu, 05 Mar 2020 17:18:33 +0300 Vladimir Homutov Added functions to decrypt long packets. quic
Thu, 05 Mar 2020 15:26:15 +0300 Sergey Kandaurov Fixed ngx_quic_varint_len misuse in the previous change. quic
Wed, 04 Mar 2020 23:24:51 +0300 Vladimir Homutov Macro for calculating size of varint. quic
Thu, 05 Mar 2020 13:10:01 +0300 Sergey Kandaurov Fixed packet "input" debug log message. quic
Thu, 05 Mar 2020 13:00:59 +0300 Sergey Kandaurov Using SSL cipher suite id to obtain cipher/digest, part 1. quic
Thu, 05 Mar 2020 12:51:49 +0300 Sergey Kandaurov Using cached ssl_conn in ngx_quic_handshake_input(), NFC. quic
Wed, 04 Mar 2020 16:05:39 +0300 Sergey Kandaurov Adjusted transport parameters stub for active_connection_id_limit. quic
Wed, 04 Mar 2020 15:52:12 +0300 Vladimir Homutov Implemented improved version of quic_output(). quic
Tue, 03 Mar 2020 17:25:02 +0300 Sergey Kandaurov QUIC handshake final bits. quic
Tue, 03 Mar 2020 13:30:30 +0300 Vladimir Homutov Split frame and packet generation into separate steps. quic
Mon, 02 Mar 2020 21:38:03 +0300 Vladimir Homutov Aded the "ngx_quic_hexdump" macro. quic
Fri, 28 Feb 2020 16:23:25 +0300 Vladimir Homutov Moved all QUIC code into ngx_event_quic.c quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Introduced quic_version macro, uint16/uint32 routines ported. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Cleanup. quic
Wed, 26 Feb 2020 16:56:47 +0300 Vladimir Homutov Generic function for HKDF expansion. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov QUIC header protection routines, introduced ngx_quic_tls_hp(). quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal(). quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Transport parameters stub, to complete handshake. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Introduced ngx_quic_secret_t. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov QUIC handshake handler, draft 24 bump. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov Fixed indentation. quic
Fri, 28 Feb 2020 13:09:52 +0300 Sergey Kandaurov PN-aware AEAD nonce, feeding proper CRYPTO length. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov OpenSSL compatibility. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov QUIC add_handshake_data callback, varint routines. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov QUIC set_encryption_secrets callback. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Server Initial Keys. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Initial QUIC support in http. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov HTTP UDP layer, QUIC support autotest. quic
Tue, 03 Mar 2020 12:14:44 +0300 Vladimir Homutov Created the "quic" branch. quic
Mon, 01 May 2023 19:16:05 +0400 Sergey Kandaurov Variables: avoid possible buffer overrun with some "$sent_http_*".
Tue, 18 Apr 2023 06:28:46 +0300 Maxim Dounin Fixed segfault if regex studies list allocation fails.
Mon, 17 Apr 2023 14:08:00 +0400 Sergey Kandaurov Added stream modules realip and ssl_preread to win32 builds.
Mon, 17 Apr 2023 14:07:59 +0400 Sergey Kandaurov Year 2023.
Mon, 17 Apr 2023 14:06:43 +0400 Sergey Kandaurov Version bump.
Tue, 11 Apr 2023 04:45:34 +0300 Maxim Dounin release-1.24.0 tag stable-1.24
Tue, 11 Apr 2023 04:45:34 +0300 Maxim Dounin nginx-1.24.0-RELEASE stable-1.24 release-1.24.0
Tue, 11 Apr 2023 04:41:40 +0300 Maxim Dounin Stable branch. stable-1.24
Tue, 28 Mar 2023 18:01:54 +0300 Maxim Dounin release-1.23.4 tag
Tue, 28 Mar 2023 18:01:53 +0300 Maxim Dounin nginx-1.23.4-RELEASE release-1.23.4
Tue, 28 Mar 2023 02:25:55 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 27 Mar 2023 21:25:05 +0300 Maxim Dounin Gzip: compatibility with recent zlib-ng versions.
Fri, 24 Mar 2023 02:57:43 +0300 Maxim Dounin SSL: enabled TLSv1.3 by default.
Fri, 24 Mar 2023 02:53:21 +0300 Maxim Dounin Mail: fixed handling of blocked client read events in proxy.
Fri, 10 Mar 2023 07:43:50 +0300 Maxim Dounin Syslog: introduced error log handler.
Fri, 10 Mar 2023 07:43:40 +0300 Maxim Dounin Syslog: removed usage of ngx_cycle->log and ngx_cycle->hostname.
Fri, 10 Mar 2023 06:47:53 +0300 Maxim Dounin HTTP/2: finalize request as bad if header validation fails.
Fri, 10 Mar 2023 06:47:48 +0300 Maxim Dounin HTTP/2: socket leak with "return 444" in error_page (ticket #2455).
Wed, 08 Mar 2023 22:22:47 +0300 Maxim Dounin SSL: logging levels of errors observed with BoringSSL.
Wed, 08 Mar 2023 22:22:34 +0300 Maxim Dounin SSL: logging levels of errors observed with tlsfuzzer and LibreSSL.
Wed, 08 Mar 2023 22:21:59 +0300 Maxim Dounin SSL: logging levels of various errors reported with tlsfuzzer.
Wed, 08 Mar 2023 22:21:53 +0300 Maxim Dounin SSL: switched to detect log level based on the last error.
Thu, 23 Feb 2023 08:09:50 +0900 Yugo Horie Core: stricter UTF-8 handling in ngx_utf8_decode().
Thu, 23 Feb 2023 20:50:03 +0300 Maxim Dounin Win32: non-ASCII names in ngx_fs_bsize(), ngx_fs_available().
Thu, 23 Feb 2023 20:50:00 +0300 Maxim Dounin Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Thu, 23 Feb 2023 20:49:57 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_open_tempfile().
Thu, 23 Feb 2023 20:49:55 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_rename_file().
Thu, 23 Feb 2023 20:49:54 +0300 Maxim Dounin Win32: non-ASCII names support in ngx_delete_file().
Thu, 23 Feb 2023 20:49:52 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
Thu, 23 Feb 2023 20:49:50 +0300 Maxim Dounin Win32: reworked ngx_win32_rename_file() to check errors.
Thu, 23 Feb 2023 20:49:47 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_delete_dir().
Thu, 23 Feb 2023 20:49:45 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_create_dir().
Thu, 23 Feb 2023 20:49:44 +0300 Maxim Dounin Win32: non-ASCII directory names support in ngx_getcwd().
Thu, 23 Feb 2023 20:49:41 +0300 Maxim Dounin Win32: non-ASCII names support in "include" with wildcards.
Thu, 23 Feb 2023 20:49:39 +0300 Maxim Dounin Win32: non-ASCII names support in autoindex (ticket #458).
Thu, 23 Feb 2023 18:16:08 +0300 Maxim Dounin Win32: OpenSSL compilation for x64 targets with MSVC.
Thu, 23 Feb 2023 18:15:59 +0300 Maxim Dounin Win32: i386 now assumed when crossbuilding (ticket #2416).
Thu, 23 Feb 2023 18:15:57 +0300 Maxim Dounin Win32: handling of localized MSVC cl output.
Thu, 23 Feb 2023 18:15:53 +0300 Maxim Dounin Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Thu, 02 Feb 2023 23:38:48 +0300 Maxim Dounin Lingering close for connections with pipelined requests.
Sat, 28 Jan 2023 05:23:33 +0300 Maxim Dounin Fixed "zero size buf" alerts with subrequests.
Sat, 28 Jan 2023 05:20:23 +0300 Maxim Dounin Style.
Sat, 28 Jan 2023 01:29:45 +0300 Maxim Dounin Added warning about redefinition of listen socket protocol options.
Thu, 26 Jan 2023 03:34:44 +0300 Maxim Dounin Fixed handling of very long locations (ticket #2435).
Tue, 24 Jan 2023 03:01:51 +0300 Maxim Dounin Gzip static: ranges support (ticket #2349).
Mon, 23 Jan 2023 05:01:01 +0300 Maxim Dounin Configure: removed unneeded header from UDP_SEGMENT test.
Wed, 21 Dec 2022 14:53:27 +0300 Maxim Dounin Updated link to OpenVZ suspend/resume bug.
Sun, 18 Dec 2022 21:29:02 +0300 Valentin Bartenev Fixed port ranges support in the listen directive.
Fri, 16 Dec 2022 01:15:15 +0400 BullerDu Style.
Fri, 16 Dec 2022 01:15:13 +0400 Sergey Kandaurov Version bump.
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin release-1.23.3 tag
Tue, 13 Dec 2022 18:53:53 +0300 Maxim Dounin nginx-1.23.3-RELEASE release-1.23.3
Tue, 13 Dec 2022 03:32:57 +0300 Maxim Dounin Updated OpenSSL and zlib used for win32 builds.
Thu, 01 Dec 2022 04:22:36 +0300 Maxim Dounin Win32: event flags handling edge cases in ngx_wsarecv().
Thu, 01 Dec 2022 04:22:31 +0300 Maxim Dounin SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Wed, 30 Nov 2022 18:01:53 +0300 Maxim Dounin Removed casts from ngx_memcmp() macro.
Wed, 30 Nov 2022 18:01:43 +0300 Maxim Dounin Fixed alignment of ngx_memmove()/ngx_movemem() macro definitions.
Thu, 24 Nov 2022 23:08:30 +0400 Sergey Kandaurov SSL: fixed debug logging of SSL_sendfile() return value.
Wed, 23 Nov 2022 23:48:53 +0300 Maxim Dounin Fixed segfault when switching off master process during upgrade.
Wed, 23 Nov 2022 23:12:04 +0300 Maxim Dounin Disabled cloning of sockets without master process (ticket #2403).
Wed, 23 Nov 2022 17:30:08 +0300 Maxim Dounin Filtering duplicate addresses in listen (ticket #2400).
Fri, 18 Nov 2022 19:31:38 +0400 Roman Arutyunyan Process events posted by ngx_close_idle_connections() immediately.
Mon, 21 Nov 2022 17:01:34 +0300 Ciel Zhao SSI: handling of subrequests from other modules (ticket #1263).
Tue, 08 Nov 2022 12:48:21 +0300 Maxim Dounin Fixed PROXY protocol to use ngx_memcpy()/ngx_memcmp().
Tue, 08 Nov 2022 12:48:19 +0300 Maxim Dounin Added logging to PROXY protocol write buffer check.
Wed, 02 Nov 2022 13:46:16 +0400 Roman Arutyunyan Increased maximum read PROXY protocol header size.
Thu, 03 Nov 2022 15:52:55 +0400 Roman Arutyunyan Version bump.