]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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-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-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-02 Roman ArutyunyanDecoupled validation of Host and :authority for HTTP...
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 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.
2020-05-19 Roman ArutyunyanHTTP/3: split header parser in two functions.
2020-05-14 Roman ArutyunyanHTTP/3: move body parser call out of ngx_http_parse_chu...
2020-05-19 Roman ArutyunyanHTTP/3: prevent array access by negative index for...
2020-05-23 Sergey KandaurovREADME: documented Retry, 0-RTT, TLSv1.3 configuration.
2020-05-21 Vladimir HomutovStyle.
2020-05-22 Vladimir HomutovAdded sending of extra CONNECTION_CLOSE frames.
2020-05-22 Vladimir HomutovAdded more context to CONNECTION CLOSE frames.
2020-05-21 Vladimir HomutovFixed retransmission of frames after closing connection.
2020-05-21 Vladimir HomutovAvoided excessive definitions for connection state.
2020-05-22 Sergey KandaurovREADME: pointed out Alt-Svc "ma" parameter useful with...
2020-05-22 Vladimir HomutovFixed a typo.
2020-05-20 Sergey KandaurovAssorted fixes.
2020-05-18 Vladimir HomutovAvoid retransmitting of packets with discarded keys.
2020-05-18 Vladimir HomutovFixed frame retransmissions.
2020-05-14 Vladimir HomutovRemoved outdated debug.
2020-05-14 Vladimir HomutovFixed a typo.
2020-05-14 Sergey KandaurovREADME: Retry support, protocol error messages implemented.
2020-05-12 Vladimir HomutovFixed time comparison.
2020-05-14 Vladimir HomutovAdded tests for connection id lengths in initial packet.
2020-05-13 Vladimir HomutovDiscard packets without fixed bit or reserved bits...
2020-05-14 Vladimir HomutovAdded generation of CC frames with error on connection...
2020-05-14 Sergey KandaurovAddress validation using NEW_TOKEN frame.
2020-05-14 Sergey KandaurovAddress validation using Retry packets.
2020-05-13 Sergey KandaurovServer CID change refactored.
2020-05-12 Sergey KandaurovPreserve original DCID and unbreak parsing 0-RTT packets.
2020-05-09 Sergey KandaurovRemoved redundant long packet type checks.
2020-05-09 Sergey KandaurovRemoved redundant SSL_do_handshake call before any...
2020-05-08 Vladimir HomutovCleaned up reordering code.
2020-05-07 Vladimir HomutovCleaned up firefox workaround.
2020-05-06 Roman ArutyunyanOCSP stapling: moved response verification to a separat...
2020-05-13 Jinhua TanUpstream: jump out of loop after matching the status...
2020-05-08 Sergey KandaurovVariables: fixed buffer over-read when evaluating ...
2020-05-06 Sergey KandaurovRestored ngx_quic_encrypt return type.
2020-04-30 Vladimir HomutovStore clearflags in pkt->flags after decryption.
2020-05-01 Sergey KandaurovConfigure: fixed static compilation with OpenSSL 1...
2020-04-30 Sergey KandaurovMention quic branch in README.
2020-04-30 Sergey KandaurovConfigure: unbreak with old OpenSSL, --with-http_v3_mod...
2020-04-29 Vladimir HomutovRemoved outdated/incorrect comments and fixed style.
2020-04-30 Vladimir HomutovReworked macros for parsing/assembling packet types.
2020-04-29 Sergey KandaurovRenamed retransmit event object in preparation for...
2020-04-28 Sergey KandaurovServer CID change.
2020-04-28 Sergey KandaurovFactored out sending ACK from payload handler.
2020-04-28 Vladimir HomutovAdded README.
2020-04-28 Roman ArutyunyanRespect MAX_DATA and MAX_STREAM_DATA from QUIC client.
2020-04-28 Roman ArutyunyanQUIC basic congestion control.
2020-04-24 Roman ArutyunyanFixed packet retransmission.
2020-04-23 Roman ArutyunyanAssign connection number to every QUIC stream log.
next