]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2023-11-29 Roman ArutyunyanQUIC: avoid partial expansion of PATH_CHALLENGE/PATH_RE...
2023-11-29 Vladimir KhomutovHTTP: uniform checks in ngx_http_alloc_large_header_buf...
2023-11-28 Vladimir KhomutovHTTP: removed unused r->port_start and r->port_end.
2023-11-14 Sergey KandaurovHTTP/3: added Huffman decoding error logging.
2023-11-14 Sergey KandaurovAdjusted Huffman coding debug logging, missed in 7977...
2023-10-26 Vladimir KhomutovQUIC: improved packet and frames debug tracing.
2023-10-26 Sergey KandaurovVersion bump.
2023-10-24 Maxim Douninrelease-1.25.3 tag
2023-10-24 Maxim Douninnginx-1.25.3-RELEASE release-1.25.3
2023-10-23 Maxim DouninUpdated OpenSSL and zlib used for win32 builds.
2023-10-21 Sergey KandaurovHTTP/2: fixed buffer management with HTTP/2 auto-detection.
2023-10-20 Sergey KandaurovQUIC: explicitly zero out unused keying material.
2023-10-20 Sergey KandaurovQUIC: removed key field from ngx_quic_secret_t.
2023-10-20 Sergey KandaurovQUIC: simplified ngx_quic_ciphers() API.
2023-10-20 Sergey KandaurovQUIC: cleaned up now unused ngx_quic_ciphers() calls.
2023-10-20 Sergey KandaurovQUIC: reusing crypto contexts for header protection.
2023-10-20 Sergey KandaurovQUIC: common code for crypto open and seal operations.
2023-10-20 Sergey KandaurovQUIC: reusing crypto contexts for packet protection.
2023-10-20 Sergey KandaurovQUIC: renamed protection functions.
2023-10-20 Sergey KandaurovQUIC: prevented generating ACK frames with discarded...
2023-10-20 Sergey KandaurovQUIC: added safety belt to prevent using discarded...
2023-08-31 Sergey KandaurovQUIC: split keys availability checks to read and write...
2023-10-18 Maxim DouninCore: changed ngx_queue_sort() to use merge sort.
2023-10-16 Maxim DouninCore: fixed memory leak on configuration reload with...
2023-10-10 Maxim DouninHTTP/2: per-iteration stream handling limit.
2023-09-22 Vladimir KhomutovQUIC: handle callback errors in compat.
2023-09-13 Roman ArutyunyanModules compatibility: added QUIC to signature (ticket...
2023-09-14 Roman ArutyunyanQUIC: simplified setting close timer when closing conne...
2023-09-14 Roman ArutyunyanHTTP/3: postponed session creation to init() callback.
2023-09-21 Roman ArutyunyanQUIC: do not call shutdown() when handshake is in progress.
2023-09-13 Roman ArutyunyanHTTP/3: moved variable initialization.
2023-09-13 Roman ArutyunyanQUIC: "handshake_timeout" configuration parameter.
2023-09-01 Sergey KandaurovQUIC: removed use of SSL_quic_read_level and SSL_quic_w...
2023-09-01 Sergey KandaurovQUIC: refined sending CONNECTION_CLOSE in various packe...
2023-08-31 Maxim DouninUpstream: fixed handling of Status headers without...
2023-08-31 Roman ArutyunyanQUIC: ignore path validation socket error (ticket ...
2023-08-30 Roman ArutyunyanQUIC: use last client dcid to receive initial packets.
2023-08-25 Sergey KandaurovQUIC: posted generating TLS Key Update next keys.
2023-08-25 Sergey KandaurovVersion bump.
2023-08-15 Maxim Douninrelease-1.25.2 tag
2023-08-15 Maxim Douninnginx-1.25.2-RELEASE release-1.25.2
2023-08-15 Maxim DouninUpdated OpenSSL used for win32 builds.
2023-08-14 Roman ArutyunyanQUIC: path MTU discovery.
2023-08-08 Roman ArutyunyanQUIC: allowed ngx_quic_frame_sendto() to return NGX_AGAIN.
2023-07-06 Roman ArutyunyanQUIC: removed explicit packet padding for certain frames.
2023-07-06 Roman ArutyunyanQUIC: removed path->limited flag.
2023-08-14 Roman ArutyunyanQUIC: fixed probe-congestion deadlock.
2023-08-01 Roman ArutyunyanQUIC: fixed PTO expiration condition.
2023-08-01 Roman ArutyunyanQUIC: avoid accessing freed frame.
2023-07-27 Roman ArutyunyanQUIC: fixed congesion control in GSO mode.
2023-08-10 Roman ArutyunyanQUIC: always add ACK frame to the queue head.
2023-07-27 Roman ArutyunyanQUIC: optimized ACK delay.
2023-06-20 Maxim DouninSSL: avoid using OpenSSL config in build directory...
2023-06-20 Maxim DouninSSL: provided "nginx" appname when loading OpenSSL...
2023-07-24 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2023-07-19 Maxim DouninCore: fixed environment variables on exit.
2023-07-12 Sergey KandaurovHTTP/3: fixed $body_bytes_sent.
2023-06-08 Roman ArutyunyanQUIC: use AEAD to encrypt address validation tokens.
2023-06-16 Sergey KandaurovQUIC: removed TLS1_3_CK_* macros wrap up.
2023-06-20 Sergey KandaurovQUIC: style.
2023-06-20 Sergey KandaurovQUIC: unified ngx_quic_tls_open() and ngx_quic_tls_seal().
2023-06-20 Roman ArutyunyanQUIC: TLS_AES_128_CCM_SHA256 cipher suite support.
2023-06-09 Roman ArutyunyanQUIC: common cipher control constants instead of GCM...
2023-06-09 Roman ArutyunyanQUIC: a new constant for AEAD tag length.
2023-06-20 Roman ArutyunyanVersion bump.
2023-06-13 Maxim Douninrelease-1.25.1 tag
2023-06-13 Maxim Douninnginx-1.25.1-RELEASE release-1.25.1
2023-06-12 Sergey KandaurovQUIC: fixed rttvar on subsequent RTT samples (ticket...
2023-06-08 Sergey KandaurovHTTP/2: removed server push (ticket #2432).
2023-06-08 Roman ArutyunyanSSL: removed the "ssl" directive.
2023-05-16 Roman ArutyunyanHTTP/2: "http2" directive.
2023-05-28 Roman ArutyunyanQUIC: fixed compat with ciphers other than AES128 ...
2023-05-29 Roman ArutyunyanVersion bump.
2023-05-23 Maxim Douninrelease-1.25.0 tag
2023-05-23 Maxim Douninnginx-1.25.0-RELEASE release-1.25.0
2023-05-22 Sergey KandaurovQUIC: fixed OpenSSL compat layer with OpenSSL master...
2023-05-22 Roman ArutyunyanQUIC: fixed post-close use-after-free.
2023-05-21 Maxim DouninQUIC: better sockaddr initialization.
2023-05-19 Roman ArutyunyanMerged with the quic branch.
2023-05-14 Roman ArutyunyanRemoved README.
2023-05-12 Roman ArutyunyanHTTP/3: removed server push support.
2023-05-14 Roman ArutyunyanCommon tree insert function for QUIC and UDP connections.
2023-05-14 Roman ArutyunyanStream: removed QUIC support.
2023-05-11 Maxim DouninQUIC: style.
2023-05-11 Roman ArutyunyanHTTP/3: removed "http3" parameter of "listen" directive.
2023-05-11 Roman ArutyunyanQUIC: removed "quic_mtu" directive.
2023-05-11 Roman ArutyunyanQUIC: resized input datagram buffer from 65535 to 65527.
2023-05-11 Roman ArutyunyanQUIC: keep stream sockaddr and addr_text constant.
2023-05-01 Sergey KandaurovVariables: avoid possible buffer overrun with some...
2023-04-27 Roman ArutyunyanQUIC: set c->socklen for streams.
2023-04-27 Roman ArutyunyanQUIC: fixed addr_text after migration (ticket #2488).
2023-05-09 Sergey KandaurovQUIC: reschedule path validation on path insertion...
2023-05-09 Sergey KandaurovQUIC: lower bound path validation PTO.
2023-05-09 Sergey KandaurovQUIC: separated path validation retransmit backoff.
2023-05-09 Sergey KandaurovQUIC: removed check for in-flight packets in computing...
2023-05-06 Roman ArutyunyanQUIC: disabled datagram fragmentation.
2023-05-04 Roman ArutyunyanQUIC: fixed encryption level in ngx_quic_frame_sendto().
2023-05-02 Roman ArutyunyanQUIC: optimized immediate close.
2023-05-04 Sergey KandaurovQUIC: fixed split frames error handling.
2023-05-04 Sergey KandaurovHTTP/3: fixed ngx_http_v3_init_session() error handling.
next