]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-12-16 Vladimir HomutovQUIC: refactored ngx_quic_validate_path().
2021-12-16 Vladimir HomutovQUIC: added missing check for backup path existence.
2021-12-24 Ruslan ErmilovMerged with the default branch.
2021-12-21 Ruslan ErmilovMoved Huffman coding out of HTTP/2.
2021-12-20 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2021-12-14 Roman ArutyunyanQUIC: added path limiting function ngx_quic_path_limit().
2021-12-13 Vladimir HomutovQUIC: decoupled path state and limitation status.
2021-12-13 Vladimir HomutovQUIC: improved path validation.
2021-12-13 Roman ArutyunyanQUIC: write and full stream shutdown support.
2021-12-10 Roman ArutyunyanQUIC: simplified stream initialization.
2021-11-25 Maxim DouninHTTP/2: fixed sendfile() aio handling.
2021-11-25 Maxim DouninHTTP/2: fixed "task already active" with sendfile in...
2021-11-23 Roman ArutyunyanQUIC: post stream events instead of calling their handlers.
2021-12-09 Ruslan ErmilovQUIC: removed configure time test for BPF sockhash.
2021-12-09 Ruslan ErmilovQUIC: configure cleanup.
2021-12-06 Vladimir HomutovQUIC: added missing frame initialization.
2021-12-09 Vladimir HomutovQUIC: refactored ngx_quic_frame_sendto() function.
2021-12-09 Sergey KandaurovQUIC: fixed e06283038ec8 mis-merge.
2021-12-08 Sergey KandaurovHTTP/3: cleanup after "listen .. quic" removal in be08b...
2021-12-07 Vladimir HomutovQUIC: updated README.
2021-12-07 Sergey KandaurovQUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL conte...
2021-12-07 Sergey KandaurovHTTP/3: avoid sending stream cancellation for pushed...
2021-12-07 Sergey KandaurovQUIC: converted ngx_quic_keys_set_encryption_secret...
2021-12-07 Roman ArutyunyanHTTP/3: renamed files.
2021-12-06 Vladimir HomutovQUIC: simplified configuration.
2021-12-01 Roman ArutyunyanHTTP/3: $http3 variable.
2021-12-04 Roman ArutyunyanHTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
2021-12-06 Roman ArutyunyanHTTP/3: merged ngx_http_quic_module into ngx_http_v3_mo...
2021-12-02 Vladimir HomutovQUIC: fixed using of retired connection id (ticket...
2021-12-02 Sergey KandaurovQUIC: logging of CRYPTO frame payload under NGX_QUIC_DE...
2021-12-02 Sergey KandaurovHTTP/3: adjusted ALPN macro names to align with 61abb35...
2021-12-01 Vladimir HomutovQUIC: removed excessive check.
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...
next