]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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.
2020-08-10 Maxim DouninCore: added a warning about reusing connections.
2020-08-10 Maxim DouninSSL: disabled sending shutdown after ngx_http_test_read...
2020-08-10 Maxim DouninHTTP/2: fixed c->timedout flag on timed out connections.
2020-08-10 Maxim DouninSSL: fixed shutdown handling.
2020-08-06 Maxim DouninRequest body: optimized handling of small chunks.
2020-08-06 Maxim DouninRequest body: allowed large reads on chunk boundaries.
2020-08-06 Maxim DouninRequest body: all read data are now sent to filters.
2020-08-06 Maxim DouninAdded size check to ngx_http_alloc_large_header_buffer().
2020-08-03 Roman ArutyunyanQUIC: handle client RESET_STREAM and STOP_SENDING.
2020-08-11 Roman ArutyunyanQUIC: create streams for STREAM_DATA_BLOCKED and MAX_ST...
2020-08-11 Roman ArutyunyanQUIC: fixed ngx_http_test_reading() for QUIC streams.
2020-08-07 Sergey KandaurovQUIC: fixed ACK Ranges processing.
2020-08-07 Sergey KandaurovQUIC: fixed possible use-after-free on stream cleanup.
2020-07-28 Sergey KandaurovQUIC: fixed format specifiers and removed casts.
2020-07-28 Sergey KandaurovQUIC: consistent Stream ID logging format.
2020-07-28 Roman ArutyunyanQUIC: added HTTP/3 directives list to README.
2020-07-27 Maxim DouninFastCGI: fixed zero size buf alerts on extra data ...
2020-07-27 balusCore: enclosed parameters of the ngx_buf.h macros in...
2020-07-23 Sergey KandaurovOCSP: fixed certificate reference leak.
2020-07-23 Roman ArutyunyanHTTP/3: server pushes.
2020-07-27 Roman ArutyunyanQUIC: limited the number of client-initiated streams.
2020-07-27 Roman ArutyunyanQUIC: limited the number of server-initiated streams.
2020-07-22 Roman ArutyunyanXslt: disabled ranges.
2020-07-21 Ruslan ErmilovCore: close PID file when writing fails.
2020-07-14 Roman ArutyunyanHTTP/3: support $server_protocol variable.
2020-07-23 Roman ArutyunyanStyle: moved function declarations to match usual code...
2020-07-23 Roman ArutyunyanHTTP/3: renamed server configuration variables from...
2020-07-13 Roman ArutyunyanHTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.
2020-07-13 Roman ArutyunyanHTTP/3: encode frame ids with ngx_http_v3_encode_varlen...
2020-07-23 Roman ArutyunyanHTTP/3: generate Location response header for absolute...
2020-07-13 Roman ArutyunyanHTTP/3: header encoding functions.
2020-07-22 Roman ArutyunyanQUIC: updated README to mention "quic" listen parameter.
2020-07-22 Sergey KandaurovQUIC: fixed bulding perl module by reducing header...
2020-07-22 Roman ArutyunyanSSL: fixed compilation without QUIC after 0d2b2664b41c.
2020-07-22 Roman ArutyunyanHTTP/3: do not call shutdown() for QUIC streams.
2020-07-21 Roman ArutyunyanQUIC: eliminated connection handler argument in ngx_qui...
2020-07-21 Roman ArutyunyanQUIC: added "quic" listen parameter in Stream.
2020-07-21 Roman ArutyunyanQUIC: added "quic" listen parameter.
2020-07-17 Roman ArutyunyanQUIC: do not verify the selected ALPN protocol.
2020-07-17 Roman ArutyunyanQUIC: fixed stream read event log.
2020-07-20 Sergey KandaurovFixed format specifiers.
2020-07-16 Vladimir HomutovQUIC: added anti-amplification limit.
2020-07-16 Vladimir HomutovQUIC: added limit of queued data.
2020-07-16 Vladimir HomutovQUIC: implemented probe timeout (PTO) calculation.
2020-07-13 Vladimir HomutovQUIC: reworked retransmission mechanism.
2020-07-15 Vladimir HomutovQUIC: reworked ngx_quic_send_frames() function.
2020-07-13 Vladimir HomutovQUIC: renaming.
next