]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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.
2020-07-13 Vladimir HomutovQUIC: caching c->quic in the ngx_quic_handle_ack_frame...
2020-07-10 Vladimir HomutovQUIC: delay field of an ACK frame is now calculated.
2020-07-16 Vladimir HomutovQUIC: added rtt estimation.
2020-07-13 Sergey KandaurovMerged with the default branch.
2020-07-09 Roman ArutyunyanSlice filter: clear original Accept-Ranges.
2020-07-09 Roman ArutyunyanVersion bump.
2020-07-07 Maxim Douninrelease-1.19.1 tag
2020-07-07 Maxim Douninnginx-1.19.1-RELEASE release-1.19.1
2020-07-06 Maxim DouningRPC: generate error when response size is wrong.
2020-07-06 Maxim DouninFastCGI: protection from responses with wrong length.
2020-07-06 Maxim DouninUpstream: drop extra data sent by upstream.
2020-07-06 Maxim DouninProxy: style.
2020-07-06 Maxim DouninProxy: detection of data after final chunk.
2020-07-06 Maxim DouninProxy: drop extra data sent by upstream.
2020-07-06 Maxim DouninMemcached: protect from too long responses.
2020-07-03 Ruslan ErmilovHTTP/2: lingering close after GOAWAY.
2020-07-02 Roman ArutyunyanHTTP/3: simplified handling return codes from parse...
2020-07-03 Roman ArutyunyanHTTP/3: put ngx_http_v3_parse_varlen_int() return code...
2020-07-03 Roman ArutyunyanHTTP/3: simplifed handling ngx_http_v3_parse_literal...
2020-07-03 Roman ArutyunyanHTTP/3: limited prefixed integer size by 62 bits.
2020-07-03 Roman ArutyunyanHTTP/3: fixed overflow in prefixed integer parser.
2020-07-02 Sergey KandaurovHTTP/3: fixed prefix in decoding Section Acknowledgement.
2020-06-30 Roman ArutyunyanHTTP/3: set r->headers_in.chunked flag after parsing...
2020-07-02 Roman ArutyunyanHTTP/3: close QUIC connection with HTTP/QPACK errors...
2020-06-30 Roman ArutyunyanHTTP/3: error code definitions for HTTP/3 and QPACK.
2020-07-02 Roman ArutyunyanQUIC: Introduced ngx_quic_finalize_connection().
2020-07-02 Roman ArutyunyanHTTP/3: downgraded literal size error level to NGX_LOG_...
2020-07-02 Roman ArutyunyanHTTP/3: refactored dynamic table implementation.
2020-07-02 Roman ArutyunyanHTTP/3: fixed prefixed integer encoding and decoding.
2020-06-29 Maxim DouninSSL: fixed unexpected certificate requests (ticket...
2020-06-29 Roman ArutyunyanHTTP/3: http3_max_field_size directive to limit string...
2020-06-26 Roman ArutyunyanHTTP/3: introduced ngx_http_v3_get_module_srv_conf...
2020-06-26 Roman ArutyunyanHTTP/3: fixed dropping first non-pseudo header.
2020-06-25 Sergey KandaurovHTTP/3: do not emit a DATA frame header for header_only...
2020-06-19 Vladimir HomutovStyle.
2020-06-23 Sergey KandaurovREADME: documented draft-28, draft-29 support.
2020-06-23 Sergey KandaurovUpdate Initial salt and Retry secret from quic-tls-29.
2020-06-23 Sergey KandaurovGet rid of hardcoded numbers used for quic handshake...
2020-06-23 Sergey KandaurovDiscard short packets which could not be decrypted.
2020-06-23 Sergey KandaurovClose connection with PROTOCOL_VIOLATION on decryption...
2020-06-23 Sergey KandaurovDefine KEY_UPDATE_ERROR from quic-tls-24.
2020-06-23 Sergey KandaurovReject new QUIC connection with CONNECTION_REFUSED...
2020-06-23 Sergey KandaurovClose QUIC connection with NO_ERROR on c->close.
2020-06-23 Sergey KandaurovDo not close QUIC sockets in ngx_close_listening_sockets().
2020-06-23 Sergey KandaurovQUIC error SERVER_BUSY renamed to CONNECTION_REFUSED...
next