]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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...
2020-06-18 Vladimir HomutovQUIC: cleaned up quic encryption state tracking.
2020-06-18 Vladimir HomutovQUIC: added ALPN checks.
2020-06-18 Vladimir HomutovQUIC: fixed off-by-one in frame range handler.
2020-06-16 Vladimir HomutovQUIC: further limiting maximum QUIC packet size.
2020-06-15 Vladimir HomutovQUIC: raise error on missing transport parameters.
2020-06-15 Vladimir HomutovQUIC: Fixed connection cleanup.
2020-06-15 Eran KornblauFixed potential leak of temp pool.
2020-06-22 Maxim DouninCache: introduced min_free cache clearing.
2020-06-22 Maxim DouninToo large st_blocks values are now ignored (ticket...
2020-06-22 Maxim DouninLarge block sizes on Linux are now ignored (ticket...
2020-06-15 Roman ArutyunyanOCSP: fixed use-after-free on error.
2020-06-15 QuantumCorrectly flush request body to uwsgi with SSL.
2020-06-10 Vladimir HomutovStyle.
2020-06-10 Vladimir HomutovLimited max udp payload size for outgoing packets.
2020-06-10 Vladimir HomutovIncreased default initial retransmit timeout.
2020-06-10 Vladimir HomutovFixed usage of own/client transport parameters.
2020-06-08 Vladimir HomutovStream: fixed processing of zero length UDP packets...
2020-06-05 Sergey KandaurovStream ID handling in MAX_STREAM_DATA and STREAM_DATA_B...
2020-06-05 Sergey KandaurovStream ID handling in RESET_STREAM and STOP_SENDING...
2020-06-05 Sergey KandaurovReject invalid STREAM ID with STREAM_STATE_ERROR connec...
2020-06-05 Sergey KandaurovIntroduced connection error APPLICATION_ERROR from...
2020-06-05 Sergey KandaurovReceipt of CONNECTION_CLOSE in 0-RTT is permitted in...
2020-06-05 Sergey KandaurovTreat receipt of NEW_TOKEN as connection error PROTOCOL...
2020-06-03 Maxim DouninSSL: added verify callback to ngx_ssl_trusted_certifica...
2020-06-02 Roman ArutyunyanDecoupled validation of Host and :authority for HTTP...
2020-06-01 Ruslan ErmilovFixed SIGQUIT not removing listening UNIX sockets ...
2020-06-01 Ruslan ErmilovFixed removing of listening UNIX sockets when "changing...
2020-06-01 Sergey KandaurovCompatibility with BoringSSL master branch.
2020-06-01 Sergey KandaurovFixed transport parameters on a new connection with...
2020-05-29 Roman ArutyunyanRequire ":authority" or "Host" in HTTP/3 and HTTP/2...
2020-05-29 Vladimir HomutovAdded propagation of the "wildcard" flag to c->listening.
2020-05-29 Sergey KandaurovMade NGX_QUIC_DRAFT_VERSION tunable from configure...
2020-05-29 Sergey KandaurovQUIC draft-28 transport parameters support.
2020-05-29 Sergey KandaurovIntroduced macros for building length-value transport...
2020-05-29 Sergey KandaurovRenamed max_packet_size to max_udp_payload_size, from...
2020-05-29 Sergey KandaurovRejected forbidden transport parameters with TRANSPORT_...
2020-05-29 Sergey KandaurovFixed return codes in ngx_quic_add_handshake_data(...
2020-05-26 Sergey KandaurovREADME: update after merging 1.19.0.
2020-05-26 Sergey KandaurovMerged with the default branch.
2020-05-26 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2020-05-26 Maxim DouninVersion bump.
2020-05-26 Maxim Douninrelease-1.19.0 tag
2020-05-26 Maxim Douninnginx-1.19.0-RELEASE release-1.19.0
2020-05-25 Maxim DouninUpdated OpenSSL used for win32 builds.
2020-05-25 Vladimir HomutovUpdated README with "Contributing" section and draft...
2020-05-25 Maxim DouninHTTP/2: invalid connection preface logging (ticket...
2020-05-23 Sergey KandaurovFixed format specifiers.
2020-05-22 Roman ArutyunyanOCSP: certificate status cache.
2020-05-22 Roman ArutyunyanSSL: client certificate validation with OCSP (ticket...
2020-05-22 Roman ArutyunyanOCSP stapling: iterate over all responder addresses.
2020-05-17 Roman ArutyunyanOCSP stapling: keep extra chain in the staple object.
2020-05-14 Roman ArutyunyanHTTP/3: reallocate strings inserted into the dynamic...
2020-05-19 Roman ArutyunyanFixed client buffer reallocation for HTTP/3.
2020-05-19 Roman ArutyunyanFixed $request_length for HTTP/3.
2020-05-19 Roman ArutyunyanHTTP/3: restricted symbols in header names.
next