]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2022-01-18 Vladimir HomutovQUIC: the "quic_active_connection_id_limit" directive.
2022-01-17 Roman ArutyunyanQUIC: introduced function ngx_quic_split_chain().
2022-01-15 Roman ArutyunyanQUIC: fixed format specifier after 3789f4a56d65.
2022-01-13 Roman ArutyunyanQUIC: return written size from ngx_quic_write_chain().
2022-01-13 Sergey KandaurovREADME: documented QuicTLS support.
2022-01-13 Sergey KandaurovQUIC: removed ngx_send_lowat() check for QUIC connections.
2022-01-13 Sergey KandaurovHTTP/3: removed useless warning regarding OpenSSL library.
2022-01-13 Roman ArutyunyanQUIC: fixed handling stream input buffers.
2022-01-11 Roman ArutyunyanQUIC: fixed handling STREAM FIN.
2022-01-12 Roman ArutyunyanHTTP/3: set c->error on read error in ngx_http_test_rea...
2022-01-12 Roman ArutyunyanHTTP/3: simplified code.
2022-01-12 Roman ArutyunyanQUIC: modified HTTP version test.
2021-12-30 Sergey KandaurovHTTP/3: improved processing of multiple Cookie field...
2021-12-29 Roman ArutyunyanStyle.
2021-12-29 Sergey KandaurovMerged with the default branch.
2021-12-28 Maxim Douninrelease-1.21.5 tag
2021-12-28 Maxim Douninnginx-1.21.5-RELEASE release-1.21.5
2021-12-28 Maxim DouninUpdated OpenSSL and PCRE used for win32 builds.
2021-12-27 Maxim DouninSupport for sendfile(SF_NOCACHE).
2021-12-27 Maxim DouninSSL: SSL_sendfile(SF_NODISKIO) support.
2021-12-27 Maxim DouninSimplified sendfile(SF_NODISKIO) usage.
2021-12-27 Maxim DouninRemoved "aio sendfile", deprecated since 1.7.11.
2021-12-27 Vladimir HomutovQUIC: got rid of ngx_quic_create_temp_socket().
2021-12-28 Ruslan ErmilovFixed a mismerge in 5c86189a1c1b.
2021-12-27 Roman ArutyunyanQUIC: renamed input handling functions.
2021-12-28 Roman ArutyunyanQUIC: fixed format specifier after 6ccf3867959a.
2021-12-28 Vladimir HomutovQUIC: fixed config test with bpf (ticket #2292).
2021-12-24 Maxim DouninCore: added NGX_REGEX_MULTILINE for 3rd party modules.
2021-12-24 Maxim DouninPCRE2 and PCRE binary compatibility.
2021-12-24 Maxim DouninPCRE2 library support.
2021-12-24 Maxim DouninConfigure: simplified PCRE compilation.
2021-12-24 Maxim DouninCore: ngx_regex.c style cleanup.
2021-12-24 Maxim DouninCore: fixed ngx_pcre_studies cleanup.
2021-12-24 Roman ArutyunyanQUIC: refactored buffer allocation, spliting and freeing.
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-16 Roman ArutyunyanQUIC: removed ngx_quic_copy_chain().
2021-12-16 Roman ArutyunyanQUIC: renamed buffer-related functions.
2021-12-24 Roman ArutyunyanQUIC: refactored ngx_quic_order_bufs() and ngx_quic_spl...
2021-12-24 Roman ArutyunyanQUIC: avoid excessive buffer allocations in stream...
2021-12-27 Vladimir HomutovQUIC: got rid of excessive "qsock" argument in ngx_quic...
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-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.
next