]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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-25 Roman ArutyunyanHTTP/3: eliminated r->method_start.
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-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-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...
2020-10-27 Vladimir HomutovQUIC: revised value separators in debug and error messages.
2020-10-27 Vladimir HomutovQUIC: single function for frame debug logging.
2020-10-23 Vladimir HomutovQUIC: optimized acknowledgement generation.
2020-10-23 Vladimir HomutovQUIC: added missing "quic" prefix in debug messages.
2020-10-22 Maxim DouninSSL: ssl_reject_handshake directive (ticket #195).
2020-10-22 Maxim DouninStream: proxy_ssl_conf_command directive.
2020-10-22 Maxim DouninUpstream: proxy_ssl_conf_command and friends.
2020-10-22 Maxim DouninSSL: ssl_conf_command directive.
2020-10-22 Maxim DouninCore: ngx_conf_set_keyval_slot() now accepts NGX_CONF_U...
2020-10-22 Sergey KandaurovQUIC: updated README.
2020-10-22 Sergey KandaurovQUIC: restored proper usage of ngx_quic_drop_ack_ranges().
2020-10-21 Vladimir HomutovQUIC: fixed dropping output ack ranges on input ack.
2020-10-21 Vladimir HomutovQUIC: added macro for unset packet number.
2020-10-20 Vladimir HomutovQUIC: drop acknowledged ranges.
2020-10-20 Vladimir HomutovQUIC: added ACK frame range support.
2020-10-21 Sergey KandaurovQUIC: expand UDP datagrams with an ack-eliciting Initia...
2020-10-21 Sergey KandaurovQUIC: teach how to compute only the length of created...
2020-10-21 Sergey KandaurovQUIC: simplified ngx_quic_create_long_header().
2020-10-21 Sergey KandaurovQUIC: avoided excessive initialization in ngx_quic_send...
2020-10-21 Sergey KandaurovQUIC: sorted ngx_quic_send_frames() declarations.
2020-10-19 Vladimir HomutovQUIC: account packet header length in amplification...
2020-10-19 Vladimir HomutovQUIC: reverted previous 3 commits.
2020-10-19 Vladimir Homutovtry: --skiptests
2020-10-14 Vladimir HomutovQUIC: added ACK frame range support.
2020-10-13 Ruslan ErmilovCpp test: added stream.
2020-10-08 Maxim DouninLimit req: unlocking of nodes on complex value errors.
2020-10-03 Maxim DouninMail: proxy_smtp_auth directive.
2020-10-03 Maxim DouninVersion bump.
2020-09-29 Maxim Douninrelease-1.19.3 tag
2020-09-29 Maxim Douninnginx-1.19.3-RELEASE release-1.19.3
2020-09-29 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-09-29 Maxim DouninProxy: error checking for array init, missed in 7716...
2020-09-29 Maxim DouninUserid: userid_flags fixup.
2020-09-28 Maxim DouninResolver: improved error messages (ticket #2024).
2020-09-28 Maxim DouninUserid: userid_flags directive to set cookie flags.
next