]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-11-30 Sergey KandaurovQUIC: ngx_quic_send_alert() callback moved to its place.
2021-11-30 Sergey KandaurovQUIC: simplified ngx_quic_send_alert() callback.
2021-11-18 Vladimir HomutovQUIC: removed unnecessary closing of active/backup...
2021-11-29 Vladimir HomutovQUIC: fixed migration during NAT rebinding.
2021-11-29 Vladimir HomutovQUIC: refactored multiple QUIC packets handling.
2021-11-18 Vladimir HomutovQUIC: fixed handling of RETIRE_CONNECTION_ID frame.
2021-11-18 Vladimir HomutovQUIC: additional checks for the RETIRE_CONNECTION_ID...
2021-11-17 Roman ArutyunyanQUIC: handle DATA_BLOCKED frame from client.
2021-11-17 Roman ArutyunyanQUIC: update stream flow control credit on STREAM_DATA_...
2021-11-17 Roman ArutyunyanHTTP/3: fixed compilation with QUIC, but without HTTP/3.
2021-11-11 Roman ArutyunyanQUIC: reject streams which we could not create.
2021-11-12 Sergey KandaurovQUIC: stop processing new client streams at the closing...
2021-11-01 Sergey KandaurovSSL: $ssl_curve (ticket #2135).
2021-11-23 Sergey KandaurovVersion bump.
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-18 Roman ArutyunyanHTTP/3: send Stream Cancellation instruction.
2021-10-18 Roman ArutyunyanHTTP/3: allowed QUIC stream connection reuse.
2021-10-18 Roman ArutyunyanHTTP/3: adjusted QUIC connection finalization.
2021-11-11 Vladimir HomutovQUIC: fixed PATH_RESPONSE frame expansion.
2021-11-10 Vladimir HomutovQUIC: removed ngx_quic_error_text() declaration.
2021-11-09 Vladimir HomutovQUIC: fixed GSO packets count.
2021-11-10 Vladimir HomutovQUIC: removed dead code.
2021-11-08 Vladimir HomutovQUIC: converted client_tp_done to bitfield.
2021-10-13 Vladimir HomutovQUIC: fixed removal of unused client IDs.
2021-11-03 Vladimir HomutovQUIC: connections with wrong ALPN protocols are now...
2021-10-07 Vladimir HomutovQUIC: refactored packet creation.
2021-10-07 Vladimir HomutovQUIC: removed unused argument in ngx_quic_create_short_...
2021-09-30 Vladimir HomutovQUIC: added function to initialize packet.
2021-10-22 Vladimir HomutovQUIC: fixed processing of minimum packet size.
2021-09-23 Vladimir HomutovQUIC: added shutdown support in stream proxy.
2021-11-03 Sergey KandaurovMerged with the default branch.
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.
next