]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-11-03 Sergey KandaurovMerged with the default branch.
2021-11-02 Maxim Douninrelease-1.21.4 tag
2021-11-02 Maxim Douninnginx-1.21.4-RELEASE release-1.21.4
2021-10-29 Maxim DouninChanged ngx_chain_update_chains() to test tag first...
2021-10-29 Maxim DouninChanged default value of sendfile_max_chunk to 2m.
2021-10-29 Maxim DouninUpstream: sendfile_max_chunk support.
2021-10-29 Maxim DouninFixed sendfile() limit handling on Linux.
2021-10-29 Maxim DouninSimplified sendfile_max_chunk handling.
2021-10-29 Maxim DouninSwitched to using posted next events after sendfile_max...
2021-10-28 Roman ArutyunyanMp4: mp4_start_key_frame directive.
2021-10-28 Roman ArutyunyanMp4: added ngx_http_mp4_update_mdhd_atom() function.
2021-10-26 Sergey KandaurovQUIC: style.
2021-10-26 Sergey KandaurovQUIC: speeding up processing 0-RTT.
2021-10-26 Sergey KandaurovQUIC: refactored OCSP validation in preparation for...
2021-10-19 Vladimir HomutovQUIC: switched to integer arithmetic in rtt calculations.
2021-10-15 Vladimir HomutovQUIC: optimized ack range processing.
2021-10-13 Roman ArutyunyanQUIC: limited the total number of frames.
2021-10-13 Roman ArutyunyanQUIC: traffic-based flood detection.
2021-10-07 Roman ArutyunyanHTTP/3: traffic-based flood detection.
2021-10-06 Roman ArutyunyanHTTP/3: fixed request length calculation.
2021-10-06 Roman ArutyunyanHTTP/3: removed client-side encoder support.
2021-10-12 Martin DukeQUIC: attempt decrypt before checking for stateless...
2021-10-12 Martin DukeQUIC: Check if CID has been used in stateless reset...
2021-09-21 Roman ArutyunyanQUIC: send RESET_STREAM in response to STOP_SENDING.
2021-09-22 Roman ArutyunyanQUIC: reset stream only once.
2021-09-27 Roman ArutyunyanHTTP/3: reset streams with incomplete responses or...
2021-09-30 Roman ArutyunyanAdded r->response_sent flag.
2021-09-29 Sergey KandaurovStream: fixed segfault when using SSL certificates...
2021-09-29 Sergey KandaurovHTTP/3: fixed segfault when using SSL certificates...
2021-09-29 Sergey KandaurovStream: detect "listen .. quic" without TLSv1.3.
2021-09-29 Sergey KandaurovFixed mismerge of ssl_reject_handshake in 71b7453fb11f.
2021-09-27 Sergey KandaurovHTTP/3: fixed server push after ea9b645472b5.
2021-09-27 Sergey KandaurovQUIC: moved a variable initialization near to its use.
2021-09-27 Ruslan ErmilovConfigure: fixed QUIC support test.
2021-09-27 Ruslan ErmilovConfigure: check for QUIC 0-RTT support at compile...
2021-09-22 Sergey KandaurovHTTP/3: fixed null pointer dereference with server...
2021-09-22 Roman ArutyunyanHTTP/3: fixed ngx_stat_active counter.
2021-09-17 Roman ArutyunyanHTTP/3: fixed pushed request finalization in case of...
2021-09-22 Sergey KandaurovQUIC: set NGX_TCP_NODELAY_DISABLED for fake stream...
2021-09-21 Roman ArutyunyanQUIC: simplified stream fd initialization.
2021-09-21 Ruslan ErmilovConfigure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL...
2021-09-21 Ruslan ErmilovConfigure: ordered directories.
2021-09-21 Ruslan ErmilovConfigure: simplified condition.
2021-09-17 Roman ArutyunyanHTTP/3: make ngx_http_log_error() static again.
2021-09-09 Roman ArutyunyanQUIC: separate event handling functions.
2021-09-16 Sergey KandaurovHTTP/3: added CONNECT and TRACE methods rejection.
2021-09-14 Ruslan ErmilovRemoved NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
2021-09-13 Sergey KandaurovHTTP/3: added debug logging of response fields.
2021-09-13 Sergey KandaurovHTTP/3: Huffman encoding for the Location response...
2021-09-13 Sergey KandaurovHTTP/3: Huffman encoding for the Last-Modified response...
2021-09-13 Sergey KandaurovHTTP/3: Huffman encoding for the Content-Type response...
2021-09-13 Sergey KandaurovHTTP/3: implemented QPACK Huffman encoding for response...
2021-09-09 Roman ArutyunyanHTTP/3: reading body buffering in filters.
2021-09-09 Sergey KandaurovQUIC: removed Firefox workaround for trailing zeroes...
2021-09-09 Ruslan ErmilovQUIC: macro style.
2021-09-09 Ruslan ErmilovChanged the OpenSSL QUIC support detection.
2021-09-08 Sergey KandaurovMerged with the default branch.
2021-09-07 Maxim Douninrelease-1.21.3 tag
2021-09-07 Maxim Douninnginx-1.21.3-RELEASE release-1.21.3
2021-09-06 Roman ArutyunyanQUIC: store QUIC connection fd in stream fake connection.
2021-09-06 Maxim DouninHTTP/2: optimized processing of small DATA frames.
2021-09-06 Maxim DouninHTTP/2: fixed timers left after request body reading.
2021-09-06 Maxim DouninHTTP/2: fixed window updates when buffering in filters.
2021-09-03 Mariano Di... QUIC: fixed null pointer dereference in MAX_DATA handler.
2021-09-02 Roman ArutyunyanFixed debug logging.
2021-09-03 Roman ArutyunyanVersion bump.
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-19 Alexey RadkovCore: removed unnecessary restriction in hash initializ...
2021-10-25 Maxim DouninMIME: added image/avif type.
2021-10-21 Maxim DouninSSL: SSL_sendfile() support with kernel TLS.
2021-10-21 Maxim DouninStyle: added missing "static" specifiers.
2021-10-21 Maxim DouninRemoved CLOCK_MONOTONIC_COARSE support.
2021-10-20 Vladimir HomutovMail: connections with wrong ALPN protocols are now...
2021-10-20 Vladimir HomutovHTTP: connections with wrong ALPN protocols are now...
2021-10-19 Vladimir HomutovStream: the "ssl_alpn" directive.
2021-10-14 Vladimir HomutovSSL: added $ssl_alpn_protocol variable.
2021-10-15 Vladimir HomutovHTTP/2: removed support for NPN.
2021-10-18 Maxim DouninUpstream: fixed logging level of upstream invalid heade...
2021-10-12 Maxim DouninSynced ngx_http_subrequest() argument names (ticket...
2021-10-08 Awdhesh MathpalProxy: disabled keepalive on extra data in non-buffered...
2021-10-06 Maxim DouninFixed $content_length cacheability with chunked (ticket...
2021-09-22 Vladimir HomutovStream: added half-close support.
2021-09-10 Roman ArutyunyanRequest body: do not create temp file if there's nothin...
2021-09-14 Roman ArutyunyanVersion bump.
2021-08-13 Rob MuellerMail: Auth-SSL-Protocol and Auth-SSL-Cipher headers...
next