]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2022-06-08 Sergey KandaurovREADME: updated after HTTP/3 RFC publication, minor...
2022-05-26 Roman ArutyunyanHTTP/3: require that field section base index is not...
2022-04-20 Roman ArutyunyanQUIC: separate UDP framework for QUIC.
2022-02-17 Roman ArutyunyanQUIC: fixed insertion at the end of buffer.
2022-02-16 Sergey KandaurovQUIC: fixed indentation.
2022-02-14 Roman ArutyunyanQUIC: optimize insertion at the end of QUIC buffer.
2022-02-14 Roman ArutyunyanQUIC: eliminated ngx_quic_copy_buf().
2022-02-14 Roman ArutyunyanQUIC: trim input chain in ngx_quic_buffer_write().
2022-02-14 Roman ArutyunyanQUIC: ngx_quic_buffer_t object.
2022-02-05 Roman ArutyunyanQUIC: stream lingering.
2022-02-15 Sergey KandaurovQUIC: optimized datagram expansion with half-RTT tickets.
2022-02-14 Sergey KandaurovMerged with the default branch.
2022-02-09 Vladimir HomutovQUIC: fixed in-flight bytes accounting.
2022-02-09 Vladimir HomutovQUIC: fixed output context restoring.
2022-02-09 Roman ArutyunyanQUIC: fixed resetting stream wev->ready flag.
2022-02-08 Vladimir HomutovQUIC: fixed the "quic_stream_buffer_size" directive.
2022-02-08 Sergey KandaurovSSL: logging level of "application data after close...
2022-02-04 Sergey KandaurovYear 2022.
2022-02-03 Maxim DouninHTTP/2: fixed closed_nodes overflow (ticket #1708).
2022-02-03 Roman ArutyunyanQUIC: switch stream to DATA_RECVD state.
2022-02-03 Roman ArutyunyanQUIC: improved size calculation in ngx_quic_write_chain().
2022-02-02 Maxim DouninHTTP/2: made it possible to flush response headers...
2022-02-02 Sergey KandaurovQUIC: do not arm loss detection timer if nothing was...
2022-02-02 Vladimir HomutovQUIC: fixed padding of initial packets in case of limit...
2022-02-01 Sergey KandaurovQUIC: do not declare SSL buffering, it's not used.
2022-02-01 Maxim DouninCache: fixed race in ngx_http_file_cache_forced_expire().
2022-02-01 Vladimir HomutovQUIC: improved debug logging.
2022-01-28 Vladimir HomutovQUIC: got rid of hash symbol in backup and logging.
2022-02-01 Vladimir HomutovQUIC: dead code removed.
2022-02-01 Vladimir HomutovQUIC: merged ngx_quic_close_quic() and ngx_quic_close_c...
2022-02-01 Vladimir HomutovQUIC: revised ngx_quic_handle_datagram() error codes.
2022-01-26 Vladimir HomutovCore: added autotest for UDP segmentation offloading.
2022-01-26 Roman ArutyunyanQUIC: stream event setting function.
2022-01-31 Roman ArutyunyanQUIC: style.
2022-01-31 Roman ArutyunyanHTTP/3: proper uni stream closure detection.
2022-01-31 Roman ArutyunyanQUIC: introduced explicit stream states.
2022-01-27 Roman ArutyunyanHTTP/3: delayed Insert Count Increment instruction.
2022-01-31 Roman ArutyunyanQUIC: allowed main QUIC connection for some operations.
2022-01-27 Sergey KandaurovQUIC: limited SSL_set_quic_use_legacy_codepoint() API...
2022-01-26 Roman ArutyunyanQUIC: style.
2022-01-26 Vladimir HomutovQUIC: fixed handling of initial source connection id.
2022-01-26 Sergey KandaurovREADME: updated link to nginx-devel mailman.
2022-01-26 Sergey KandaurovREADME: updated info about incomplete features.
2022-01-26 Sergey KandaurovREADME: updated to QUICv1.
2022-01-26 Sergey KandaurovQUIC: set to standard TLS codepoint after draft version...
2022-01-26 Sergey KandaurovQUIC: removed draft versions support.
2022-01-26 Sergey KandaurovHTTP/3: removed draft versions support in ALPN.
2022-01-25 Vladimir HomutovCore: added function for local source address cmsg.
2022-01-25 Vladimir HomutovCore: made the ngx_sendmsg() function non-static.
2022-01-25 Vladimir HomutovCore: the ngx_event_udp.h header file.
2022-01-27 Vladimir HomutovVersion bump.
2022-01-25 Maxim Douninrelease-1.21.6 tag
2022-01-25 Maxim Douninnginx-1.21.6-RELEASE release-1.21.6
2022-01-24 Maxim DouninSSL: always renewing tickets with TLSv1.3 (ticket ...
2022-01-21 Maxim DouninContrib: vim syntax adjusted to save cpoptions (ticket...
2022-01-21 Roman ArutyunyanQUIC: changed debug message.
2022-01-25 Sergey KandaurovMerged with the default branch.
2022-01-25 Vladimir HomutovQUIC: fixed macro style.
2022-01-25 Roman ArutyunyanQUIC: fixed chain returned from ngx_quic_write_chain().
2022-01-21 Vladimir HomutovQUIC: removed stale declaration.
2022-01-23 Vladimir HomutovQUIC: avoid logging error in case of version negotiation.
2022-01-20 Vladimir HomutovQUIC: additional limit for probing packets.
2022-01-20 Pavel PautovCore: simplify reader lock release.
2022-01-19 Vladimir HomutovQUIC: reworked migration handling.
2022-01-18 Vladimir HomutovQUIC: the "quic_active_connection_id_limit" directive.
2022-01-17 Sergey KandaurovSSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.
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.
2022-01-10 Maxim DouninAvoid sending "Connection: keep-alive" when shutting...
2021-12-30 Sergey KandaurovHTTP/3: improved processing of multiple Cookie field...
2021-12-29 Maxim DouninEvents: fixed balancing between workers with EPOLLEXCLU...
2021-12-29 Maxim DouninVersion bump.
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.
next