]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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.
2020-09-27 Ruslan ErmilovProxy: added the "proxy_cookie_flags" directive.
2020-09-27 Ruslan ErmilovProxy: changed interface of some internal functions.
2020-09-27 Ruslan ErmilovProxy: strengthen syntax checking for some directives.
2020-09-15 Vladimir HomutovSSL: added the "ssl_keys_file" directive.
2020-10-15 Vladimir HomutovQUIC: account packet header length in amplification...
2020-10-12 Sergey KandaurovQUIC: fixed ngx_http_upstream_init() much like HTTP...
2020-10-09 Vladimir HomutovQUIC: reset error and error_reason prior to processing...
2020-10-07 Sergey KandaurovQUIC: fixed dead store assignment.
2020-10-07 Vladimir HomutovQUIC: fixed format specifier in debug message.
2020-10-02 Vladimir HomutovQUIC: added debug message with final packet processing...
2020-10-07 Roman ArutyunyanQUIC: set local_socklen in stream connections.
2020-10-02 Vladimir HomutovQUIC: enabled more key-related debug by default.
2020-10-02 Vladimir HomutovQUIC: added connection id debug.
2020-10-07 Vladimir HomutovQUIC: updated c->log->action strings to reflect proper...
2020-10-07 Vladimir HomutovQUIC: fixed memory leak in ngx_quic_send_frames().
2020-10-06 Sergey KandaurovQUIC: fixed measuring ACK Delay against 0-RTT packets.
2020-10-05 Sergey KandaurovQUIC: do not resend empty queue when speeding up handshake.
2020-10-05 Sergey KandaurovQUIC: zero out packet length in frames prior to send.
2020-10-05 Vladimir HomutovQUIC: fixed build with clang and NGX_QUIC_DEBUG_CRYPTO...
2020-10-05 Vladimir HomutovQUIC: inline function instead of macro for hexdump.
2020-10-01 Vladimir HomutovQUIC: fixed handling of incorrect packets.
2020-10-01 Sergey KandaurovMerged with the default branch.
2020-10-01 Sergey KandaurovQUIC: a bandaid for calculating ack_delay with non...
2020-10-01 Sergey KandaurovQUIC: speeding up handshake completion.
2020-10-01 Sergey KandaurovQUIC: fixed clang-ast asserts.
2020-10-01 Sergey KandaurovQUIC: fixed build with OpenSSL after bed310672f39.
2020-10-01 Vladimir HomutovQUIC: moved ssl configuration pointer to quic configura...
2020-09-30 Vladimir HomutovQUIC: added stateless reset support.
2020-09-30 Vladimir HomutovQUIC: refined the "c->quic->initialized" flag usage.
2020-09-30 Vladimir HomutovQUIC: packet processing refactoring.
2020-09-25 Vladimir HomutovQUIC: simplified packet header parsing.
2020-09-25 Roman ArutyunyanQUIC: keep the entire packet size in pkt->len.
2020-09-18 Vladimir HomutovQUIC: switched to using fixed-length server connection...
2020-09-30 Roman ArutyunyanQUIC: resend frames by moving them to output queue.
2020-09-29 Roman ArutyunyanQUIC: switch stream context to a server selected by...
2020-09-23 Sergey KandaurovQUIC: unbreak client certificate verification after...
2020-09-21 Vladimir HomutovQUIC: prevented posted push event while in the draining...
2020-09-16 Roman ArutyunyanHTTP/3: rearranged length check when parsing header.
2020-09-16 Roman ArutyunyanHTTP/3: removed HTTP/3 parser call from discard body...
2020-09-16 Roman ArutyunyanHTTP/3: reject HTTP/2 frames.
2020-08-28 Pavel PautovStream: set module.
2020-09-24 Sergey KandaurovSSL: abort handshake on SSL_set_SSL_CTX() errors.
2020-09-23 Maxim DouninHTTP/2: run posted requests after reading body.
next