]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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-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-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.
2020-09-23 Maxim DouninHTTP/2: fixed segfault on DATA frames after 400 errors.
2020-09-16 Maxim DouninSSL: disabled shutdown when there are buffered data.
2020-09-16 Maxim DouninSSL: disabled shutdown after connection errors.
2020-09-16 Maxim DouninSSL: fixed event handling during shutdown.
2020-09-16 Maxim DouninSSL: workaround for incorrect SSL_write() errors in...
2020-09-09 Sergey KandaurovCache: keep c->body_start when Vary changes (ticket...
2020-08-24 Roman ArutyunyanHTTP/3: skip unknown frames on request stream.
2020-09-16 Roman ArutyunyanHTTP/3: fixed handling request body eof.
2020-09-11 Vladimir HomutovQUIC: switched to draft 29 by default.
2020-09-09 Roman ArutyunyanQUIC: allowed old DCID for initial packets until first...
2020-09-08 Roman ArutyunyanQUIC: eliminated idle timeout restart for dropped packets.
2020-09-08 Sergey KandaurovQUIC: removed check for packet size beyond MAX_UDP_PAYL...
2020-09-08 Sergey KandaurovQUIC: check that the packet length is of at least sampl...
2020-09-08 Sergey KandaurovQUIC: update packet length for short packets too.
2020-09-07 Roman ArutyunyanQUIC: added logging output stream frame offset.
2020-09-04 Vladimir HomutovQUIC: refactored ngx_quic_retry_input().
2020-09-06 Roman ArutyunyanQUIC: do not send STOP_SENDING after STREAM fin.
2020-09-03 Vladimir HomutovQUIC: added support for multiple connection IDs.
2020-08-27 Vladimir HomutovQUIC: style.
2020-09-02 Vladimir HomutovQUIC: pass return code from ngx_quic_decrypt() to the...
2020-09-02 Vladimir HomutovQUIC: discard unrecognized long packes.
2020-08-31 Roman ArutyunyanHTTP/3: do not set the never-indexed literal bit by...
2020-09-01 Vladimir HomutovQUIC: discard incorrect packets instead of closing...
2020-09-01 Roman ArutyunyanQUIC: do not update largest packet number from a bad...
2020-08-28 Roman ArutyunyanQUIC: handle PATH_CHALLENGE frame.
2020-08-25 Roman ArutyunyanQUIC: enforce flow control on incoming STREAM and CRYPT...
2020-08-25 Roman ArutyunyanHTTP/3: drop the unwanted remainder of the request.
2020-08-25 Roman ArutyunyanQUIC: send STOP_SENDING on stream closure.
2020-08-21 Vladimir HomutovQUIC: updated README.
2020-08-21 Sergey KandaurovQUIC: disabled bidirectional SSL shutdown after 09fb213...
2020-08-21 Sergey KandaurovQUIC: stripped down debug traces that have served its...
2020-08-21 Vladimir HomutovQUIC: dead code removed.
2020-08-20 Vladimir HomutovQUIC: removed outdated TODOs.
2020-08-20 Vladimir HomutovQUIC: added version negotiation support.
2020-08-20 Roman ArutyunyanHTTP/3: special handling of client errors in the upstre...
2020-08-18 Roman ArutyunyanHTTP/3: request more client body bytes.
2020-08-19 Sergey KandaurovQUIC: fixed format specifiers.
2020-08-19 Sergey KandaurovQUIC: changed c->quic->pto_count type to ngx_uint_t.
2020-08-19 Sergey KandaurovQUIC: do not artificially delay sending queued frames.
2020-08-19 Sergey KandaurovQUIC: do not arm loss detection timer on packet threshold.
2020-08-19 Sergey KandaurovQUIC: do not arm loss detection timer for succeeding...
2020-08-19 Sergey KandaurovQUIC: handling packets with send time equal to lost...
2020-08-19 Sergey KandaurovQUIC: sending probe packets on PTO timer expiration.
2020-08-18 Sergey KandaurovQUIC: changed ctx->largest_ack initial value to type...
2020-08-18 Sergey KandaurovHTTP/3: fixed context storage in request body parser.
2020-08-18 Roman ArutyunyanMerged with the default branch.
2020-08-18 Roman ArutyunyanQUIC: coalesce neighbouring stream send buffers.
2020-08-14 Sergey KandaurovQUIC: packet based bytes_in_flight accounting.
2020-08-14 Sergey KandaurovQUIC: fixed leak of bytes_in_flight on keys discard.
2020-08-14 Sergey KandaurovQUIC: fixed leak of bytes_in_flight attributed to lost...
2020-08-11 Maxim Douninrelease-1.19.2 tag
2020-08-11 Maxim Douninnginx-1.19.2-RELEASE release-1.19.2
2020-08-10 Maxim DouninCore: reusing connections in advance.
next