]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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 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-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-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().
2020-11-06 Vladimir HomutovQUIC: added proper logging of special values.
2020-11-02 Sergey KandaurovQUIC: fixed address validation issues in a new connection.
2020-11-02 Sergey KandaurovQUIC: refactored key handling.
2020-10-29 Sergey KandaurovQUIC: refactored SSL_do_handshake() handling.
2020-10-29 Sergey KandaurovQUIC: passing ssl_conn to SSL_get0_alpn_selected()...
2020-10-29 Sergey KandaurovMerged with the default branch.
2020-10-29 Roman ArutyunyanQUIC: handle more frames in ngx_quic_resend_frames().
2020-10-28 Vladimir HomutovQUIC: avoided retransmission of stale ack frames.
2020-10-28 Vladimir HomutovCore: added format specifiers to output binary data...
2020-11-05 Vladimir HomutovVersion bump.
2020-10-27 Roman ArutyunyanQUIC: changed STREAM frame debugging.
2020-10-28 Roman ArutyunyanQUIC: changed ACK frame debugging.
2020-10-27 Maxim Douninrelease-1.19.4 tag
2020-10-27 Maxim Douninnginx-1.19.4-RELEASE release-1.19.4
2020-10-27 Roman ArutyunyanQUIC: unified range format for rx and tx ACK frames.
2020-10-26 Vladimir HomutovQUIC: cleanup send context properly.
2020-10-26 Vladimir HomutovQUIC: added push event afer the address was validated.
2020-10-26 Vladimir HomutovQUIC: updated anti-amplification check for draft 32.
2020-10-26 Vladimir HomutovQUIC: got rid of "pkt" abbreviation in logs.
2020-10-26 Vladimir HomutovQUIC: added "rx" and "tx" prefixes to packet debug.
2020-10-26 Vladimir HomutovQUIC: added connection state debug to event handlers.
2020-10-25 Vladimir HomutovQUIC: added logging of a declined packet without retry...
next