]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2021-02-08 Vladimir HomutovQUIC: the "quic_host_key" directive.
2021-02-04 Roman ArutyunyanQUIC: use server ack_delay_exponent when sending ack.
2021-02-03 Sergey KandaurovQUIC: removed redundant "app" flag from ngx_quic_close_...
2021-02-02 Roman ArutyunyanHTTP/3: reverted version check for keepalive flag.
2021-02-01 Roman ArutyunyanHTTP/3: fixed format specifier.
2021-02-01 Ruslan ErmilovHTTP/2: lingering close changed to handle NGX_AGAIN.
2021-01-26 Sergey KandaurovClean up trailers in ngx_http_clean_header() as well.
2021-01-25 Roman ArutyunyanHTTP/3: refactored request body parser.
2021-02-01 Roman ArutyunyanQUIC: fixed stateless reset recognition and send.
2021-01-28 Roman ArutyunyanQUIC: refactored packet processing.
2021-01-29 Vladimir HomutovQUIC: stateless retry.
2021-01-29 Roman ArutyunyanHTTP/3: call ngx_handle_read_event() from client header...
2021-01-27 Sergey KandaurovREADME: reflect renaming of several transport parameter...
2021-01-19 Maxim DouninYear 2021.
2021-01-19 Maxim DouninCore: removed post_accept_timeout.
2021-01-19 Maxim DouninRemoved incorrect optimization of HEAD requests.
2021-01-12 Maxim DouninUpstream: fixed zero size buf alerts on extra data...
2020-12-29 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2021-01-11 Maxim DouninVersion bump.
2020-12-21 Roman ArutyunyanHTTP/3: removed HTTP/3-specific code.
2021-01-18 Roman ArutyunyanHTTP/3: client header validation.
2021-01-12 Roman ArutyunyanHTTP/3: added comment.
2021-01-22 Roman ArutyunyanHTTP/3: client pseudo-headers restrictions.
2021-01-22 Roman ArutyunyanHTTP/3: refactored request parser.
2021-01-11 Sergey KandaurovQUIC: draft-33 salt and retry keys.
2020-12-30 Vladimir HomutovQUIC: fixed header protection macro name.
2020-12-25 Vladimir HomutovQUIC: ngx_quic_bpf module.
2020-12-15 Maxim Douninrelease-1.19.6 tag
2020-12-15 Maxim Douninnginx-1.19.6-RELEASE release-1.19.6
2020-12-15 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-12-15 Vladimir HomutovCore: added interface to linux bpf() system call.
2020-12-25 Vladimir HomutovQUIC: ngx_quic_module.
2020-12-25 Vladimir HomutovQUIC: moved all quic sources into src/event/quic.
2020-12-22 Sergey KandaurovQUIC: removed unused <openssl/aes.h> inclusion.
2020-12-22 Sergey KandaurovQUIC: fixed -Wtype-limits with GCC <= 5 (ticket #2104).
2020-12-22 Sergey KandaurovQUIC: fixed logging PATH_CHALLENGE/RESPONSE and build...
2020-12-22 Sergey KandaurovQUIC: fixed building ALPN callback without debug and...
2020-12-22 Sergey KandaurovQUIC: fixed build with OpenSSL < 1.1.1.
2020-12-21 Sergey KandaurovQUIC: converted to SSL_CIPHER_get_protocol_id().
2020-12-16 Sergey KandaurovHTTP/3: staticize internal parsing functions.
2020-12-16 Sergey KandaurovHTTP/3: staticize ngx_http_v3_methods.
2020-12-15 Sergey KandaurovMerged with the default branch.
2020-12-11 Maxim DouninFixed double close of non-regular files in flv and...
2020-12-10 Maxim DouninRemoved extra allocation for r->uri.
2020-12-10 Maxim DouninFixed parsing of absolute URIs with empty path (ticket...
2020-12-09 Roman ArutyunyanQUIC: always calculate rtt for largest acknowledged...
2020-12-10 Roman ArutyunyanQUIC: send and process ack_delay for Initial and Handsh...
2020-12-09 Roman ArutyunyanQUIC: use client max_ack_delay when computing pto timeout.
2020-12-08 Roman ArutyunyanQUIC: resend handshake packets along with initial.
2020-12-08 Roman ArutyunyanQUIC: set the temporary flag for input frame buffers.
2020-12-07 Ruslan ErmilovSSL: fixed SSL shutdown on lingering close.
2020-12-07 Roman ArutyunyanQUIC: coalesce output packets into a single UDP datagram.
2020-12-01 Roman ArutyunyanQUIC: introduced QUIC buffers.
2020-12-07 Vladimir HomutovQUIC: fixed handling of clients connected to wildcard...
2020-12-06 Sergey KandaurovQUIC: disabling bidirectional SSL shutdown earlier.
2020-12-04 Vladimir HomutovQUIC: fixed missing quic flag on listener in the stream...
2020-11-27 Roman ArutyunyanHTTP/3: introduced ngx_http_v3_filter.
2020-12-02 Vladimir HomutovQUIC: fixed send contexts cleanup.
2020-11-27 Vladimir HomutovQUIC: removed ngx_quic_hexdump() macro.
2020-11-26 Ruslan ErmilovUpstream: excluded down servers from the next_upstream...
2020-11-26 Ruslan ErmilovVersion bump.
2020-11-25 Roman ArutyunyanHTTP/3: eliminated r->method_start.
2020-11-24 Maxim Douninrelease-1.19.5 tag
2020-11-24 Maxim Douninnginx-1.19.5-RELEASE release-1.19.5
2020-11-19 Pavel PautovgRPC: RST_STREAM(NO_ERROR) handling after "trailer...
2020-11-19 Sergey KandaurovUse .Mt to mark up email addresses.
2020-11-19 Igor IppolitovCore: "-e" command line option.
2020-11-17 Roman ArutyunyanHTTP/3: null-terminate empty header value.
2020-11-17 Roman ArutyunyanHTTP/3: finalize chunked response body chain with NULL.
2020-11-24 Sergey KandaurovMerged with the default branch.
2020-11-18 Sergey KandaurovQUIC: rejecting zero-length packets with PROTOCOL_VIOLA...
2020-11-17 Sergey KandaurovQUIC: simplified and streamlined ngx_quic_decrypt().
2020-11-17 Sergey KandaurovQUIC: merged create_long/short_packet() functions.
2020-11-17 Sergey KandaurovQUIC: macros for manipulating header protection and...
2020-11-17 Sergey KandaurovQUIC: hide header creation internals in ngx_event_quic_...
2020-11-17 Sergey KandaurovQUIC: refactored long header parsing.
2020-11-17 Sergey KandaurovQUIC: sorted header parsing functions in order of appea...
2020-11-17 Sergey KandaurovQUIC: removed macros for stream limits unused since...
2020-11-13 Sergey KandaurovCore: hide "struct ngx_quic_connection_s" and further...
2020-11-13 Sergey KandaurovCore: reduced diff to the default branch.
2020-11-13 Sergey KandaurovQUIC: microoptimization in varint parsing.
2020-11-10 Roman ArutyunyanFixed generating chunked response after 46e3542d51b3.
2020-11-11 Roman ArutyunyanQUIC: generate default stateless reset token key.
2020-11-11 Roman ArutyunyanQUIC: removed comment.
2020-11-11 Roman ArutyunyanQUIC: added quic_stateless_reset_token_key Stream direc...
2020-11-11 Roman ArutyunyanQUIC: reallocate qc->dcid on retry.
2020-11-10 Roman ArutyunyanQUIC: renamed c->qs to c->quic.
2020-11-10 Roman ArutyunyanQUIC: got rid of the c->quic field.
2020-11-11 Roman ArutyunyanQUIC: connection multiplexing per port.
2020-11-10 Maxim DouninConfigure: shared sources for addon modules.
2020-11-10 Maxim DouninConfigure: initialization of NGX_ADDON_SRCS.
2020-11-10 Maxim DouninConfigure: style.
2020-11-09 Maxim DouninRequest body: removed error assumption (ticket #2058).
2020-11-09 Maxim DouninRequest body: improved logging.
2020-11-09 Roman ArutyunyanQUIC: renamed field and function related to client...
2020-11-09 Sergey KandaurovQUIC: multiple versions support in ALPN.
2020-11-09 Sergey KandaurovQUIC: multiple versions support.
2020-11-09 Sergey KandaurovQUIC: preparatory changes for multiple QUIC versions...
2020-11-06 Ruslan ErmilovSSL: fixed non-working SSL shutdown on lingering close.
2020-11-06 Ruslan ErmilovRemoved dead code from ngx_http_set_keepalive().
next