]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-09-06 Roman ArutyunyanQUIC: store QUIC connection fd in stream fake connection.
2021-09-03 Mariano Di... QUIC: fixed null pointer dereference in MAX_DATA handler.
2021-09-01 Sergey KandaurovREADME: HTTP/3 trailers are now supported.
2021-09-01 Sergey KandaurovMerged with the default branch.
2021-08-31 Maxim Douninrelease-1.21.2 tag
2021-08-31 Maxim Douninnginx-1.21.2-RELEASE release-1.21.2
2021-08-31 Maxim DouninUpdated OpenSSL used for win32 builds.
2021-08-31 Maxim DouninHTTP/2: avoid memcpy() with NULL source and zero length.
2021-08-30 Sergey KandaurovGive GCC atomics precedence over deprecated Darwin...
2021-08-29 Maxim DouninRequest body: reading body buffering in filters.
2021-08-29 Maxim DouninRequest body: introduced rb->last_saved flag.
2021-08-29 Maxim DouninRequest body: added alert to catch duplicate body saving.
2021-08-29 Maxim DouninRequest body: missing comments about initialization.
2021-08-29 Maxim DouninHTTP/2: improved handling of preread unbuffered requests.
2021-08-29 Maxim DouninHTTP/2: improved handling of END_STREAM in a separate...
2021-08-29 Maxim DouninHTTP/2: reworked body reading to better match HTTP...
2021-08-29 Maxim DouninHTTP/2: improved body reading logging.
2021-08-20 Maxim DouninUpstream: fixed timeouts with gRPC, SSL and select...
2021-08-13 Rob MuellerMail: Auth-SSL-Protocol and Auth-SSL-Cipher headers...
2021-08-16 Maxim DouninSSL: ciphers now set before loading certificates (ticke...
2021-08-16 Maxim DouninDark mode support in welcome and 50x error pages.
2021-08-16 Maxim DouninWelcome and 50x error pages style.
2021-08-10 Sergey KandaurovSSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING...
2021-08-10 Sergey KandaurovSSL: removed export ciphers support.
2021-08-10 Sergey KandaurovSSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.
2021-08-10 Sergey KandaurovSSL: silenced warnings when building with OpenSSL 3.0.
2021-08-10 Sergey KandaurovSSL: ERR_peek_error_line_data() compatibility with...
2021-08-10 Sergey KandaurovSSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL...
2021-08-10 Sergey KandaurovSSL: SSL_get_peer_certificate() is deprecated in OpenSS...
2021-08-10 Sergey KandaurovSSL: RSA data type is deprecated in OpenSSL 3.0.
2021-08-09 Sergey KandaurovDisabled HTTP/1.0 requests with Transfer-Encoding.
2021-08-04 Sergey KandaurovSSL: SSL_CTX_set_tmp_dh() error handling.
2021-08-03 Maxim DouninSSL: set events ready flags after handshake.
2021-08-03 Maxim DouninVersion bump.
2021-07-08 Roman ArutyunyanHTTP/3: bulk parse functions.
2021-08-24 Sergey KandaurovQUIC: Stateless Reset Token debug logging cleanup.
2021-08-24 Sergey KandaurovQUIC: removed duplicate logging of Stateless Reset...
2021-08-24 Sergey KandaurovHTTP/3: fixed dead store assignment.
2021-08-24 Sergey KandaurovQUIC: fixed dead store assignment.
2021-08-17 Sergey KandaurovQUIC: fixed format specifiers in ngx_quic_bpf module.
2021-08-10 Sergey KandaurovHTTP/3: disabled control characters and space in header...
2021-08-05 Vladimir HomutovQUIC: better ordering in auto/modules.
2021-08-05 Vladimir HomutovHTTP/3: got rid of HTTP/2 module dependency.
2021-08-04 Roman ArutyunyanHTTP/3: replaced macros with values.
2021-08-05 Roman ArutyunyanQUIC: asynchronous shutdown.
2021-08-04 Sergey KandaurovQUIC: client certificate validation with OCSP.
2021-07-29 Roman ArutyunyanHTTP/3: close connection on keepalive_requests * 2.
2021-08-02 Roman ArutyunyanQUIC: stream limits in "hq" mode.
2021-07-29 Roman ArutyunyanHTTP/3: http3_max_uni_streams directive.
2021-07-29 Roman ArutyunyanQUIC: limit in-flight bytes by congestion window.
2021-07-28 Vladimir HomutovQUIC: handle EAGAIN properly on UDP sockets.
2021-07-29 Roman ArutyunyanHTTP/3: require mandatory uni streams before additional...
2021-07-28 Roman ArutyunyanQUIC: eliminated stream type from ngx_quic_stream_frame_t.
2021-07-23 Vladimir HomutovQUIC: updated README with GSO details.
2021-07-16 Roman ArutyunyanHTTP/3: use request pool instead of connection pool.
2021-07-13 Roman ArutyunyanHTTP/3: response trailers support.
2021-07-22 Sergey KandaurovQUIC: avoid processing 1-RTT with incomplete handshake...
2021-07-20 Vladimir HomutovQUIC: the "quic_gso" directive.
2021-07-20 Vladimir HomutovCore: fixed errno clobbering in ngx_sendmsg().
2021-07-15 Sergey KandaurovMerged with the default branch.
2021-07-15 Vladimir HomutovCore: added separate function for local source address...
2021-07-15 Vladimir HomutovQUIC: added support for segmentation offloading.
2021-07-15 Vladimir HomutovCore: made the ngx_sendmsg() function non-static.
2021-07-12 Vladimir HomutovCore: the ngx_event_udp.h header file.
2021-07-06 Maxim Douninrelease-1.21.1 tag
2021-07-06 Maxim Douninnginx-1.21.1-RELEASE release-1.21.1
2021-07-05 Ruslan ErmilovWin32: use only preallocated memory in send/recv chain...
2021-07-05 Vladimir HomutovQUIC: fixed padding calculation.
2021-07-05 Ruslan ErmilovUse only preallocated memory in ngx_readv_chain() ...
2021-07-01 Sergey KandaurovHTTP/3: quic-qpack term updates.
2021-06-30 Roman ArutyunyanQUIC: consider max_ack_delay=16384 invalid.
2021-06-28 Maxim DouninDisabled control characters in the Host header.
2021-06-28 Maxim DouninImproved logging of invalid headers.
2021-06-28 Maxim DouninDisabled control characters and space in header names.
2021-06-28 Maxim DouninDisabled control characters in URIs.
2021-06-28 Maxim DouninDisabled spaces in URIs (ticket #196).
2021-06-28 Maxim DouninCore: escaping of chars not allowed in URIs per RFC...
2021-06-28 Maxim DouninCore: fixed comment about escaping in arguments.
2021-06-28 Maxim DouninDisabled requests with both Content-Length and Transfer...
2021-06-28 Maxim DouninAdded CONNECT method rejection.
2021-06-28 Maxim DouninMoved TRACE method rejection to a better place.
2021-06-23 Vladimir HomutovQUIC: fixed client certificates verification in stream.
2021-06-25 Sergey KandaurovREADME: updated path after moving QUIC sources.
2021-06-21 Sergey KandaurovQUIC: fixed double memzero of new frames in ngx_quic_al...
2021-06-21 Vladimir HomutovCore: added the ngx_rbtree_data() macro.
2021-06-18 Maxim DouninFixed format strings for ngx_win32_version.
2021-06-17 Sergey KandaurovQUIC: compact initial secrets table.
2021-06-17 Sergey KandaurovgRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
2021-06-17 Sergey KandaurovgRPC: handling GOAWAY with a higher last stream identifier.
2021-06-16 Sergey KandaurovQUIC: using compile time block/iv length for tokens.
2021-06-16 Sergey KandaurovQUIC: optimized initial secrets key length computation.
2021-06-16 Sergey KandaurovQUIC: consistent use of 12-byte buffers in nonce comput...
2021-06-16 Sergey KandaurovQUIC: consistent use of 5-byte buffers for header prote...
2021-06-16 Sergey KandaurovQUIC: updated specification references.
2021-06-11 Roman ArutyunyanHTTP/3: client GOAWAY support.
2021-06-11 Roman ArutyunyanHTTP/3: generate more H3_FRAME_UNEXPECTED.
2021-06-11 Roman ArutyunyanHTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEX...
2021-06-10 Vladimir HomutovQUIC: improved errors readability.
2021-06-09 Vladimir HomutovQUIC: persistent congestion calculation.
2021-06-07 Roman ArutyunyanQUIC: stream flow control refactored.
next