]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2020-03-19 Sergey KandaurovFixed build.
2020-03-19 Vladimir HomutovThe ngx_quic_frame_len() function is not really needed.
2020-03-19 Vladimir HomutovAdded boundaries checks into frame parser.
2020-03-19 Roman ArutyunyanSend a FIN frame when QUIC stream is closed.
2020-03-19 Roman ArutyunyanFixed header creation for header_only responses in...
2020-03-18 Sergey KandaurovMAX_DATA frame parser/handler.
2020-03-19 Vladimir HomutovAdded parsing of STREAMS BLOCKED frames.
2020-03-18 Sergey KandaurovImplemented send_alert callback, CONNECTION_CLOSE writer.
2020-03-18 Roman ArutyunyanAdded copying addr_text to QUIC stream connections.
2020-03-18 Roman ArutyunyanHTTP/3 $request_line variable.
2020-03-18 Roman ArutyunyanMoved setting QUIC methods to runtime.
2020-03-18 Vladimir HomutovAdded parsing of RESET_STREAM and STOP_SENDING frames
2020-03-18 Roman ArutyunyanFixed pointer increment while parsing HTTP/3 header.
2020-03-18 Vladimir HomutovImplemented creation of server unidirectional streams.
2020-03-18 Roman ArutyunyanFixed HTTP/3 server stream creation.
2020-03-18 Roman ArutyunyanRemoved comment.
2020-03-18 Roman ArutyunyanRefactored HTTP/3 parser.
2020-03-18 Vladimir HomutovStyle and handlers.
2020-03-18 Vladimir HomutovExtracted transport part of the code into separate...
2020-03-17 Vladimir HomutovFirefox fixes.
2020-03-16 Vladimir HomutovFixed a typo with OpenSSL.
2020-03-16 Vladimir HomutovSplit transport and crypto parts into separate files.
2020-03-16 Vladimir HomutovAdded processing of CONNECTION CLOSE frames.
2020-03-14 Roman ArutyunyanTemporary fix for header null-termination in HTTP/3.
2020-03-14 Sergey KandaurovFixed header protection application with pn length...
2020-03-13 Roman ArutyunyanFixed sanitizer errors.
2020-03-13 Vladimir HomutovAdded check for initialized c->ssl before calling SSL...
2020-03-13 Roman ArutyunyanHTTP/3.
2020-03-13 Roman ArutyunyanFixed infinite loop in ngx_quic_stream_send_chain().
2020-03-13 Roman ArutyunyanImplemented tracking offset in STREAM frames.
2020-03-13 Roman ArutyunyanImplemented ngx_quic_stream_send_chain() method.
2020-03-13 Vladimir HomutovStream "connection" read/write methods.
2020-03-12 Sergey KandaurovFix build.
2020-03-12 Vladimir HomutovRemoved hardcoded CRYPTO and ACK frame sizes.
2020-03-12 Vladimir HomutovHTTP/QUIC interface reworked.
2020-03-11 Vladimir HomutovInitial parsing of STREAM frames.
2020-03-12 Vladimir HomutovAdded support of multiple QUIC packets in single datagram.
2020-03-11 Vladimir HomutovAdded more transport parameters.
2020-03-11 Sergey KandaurovCompatibility with BoringSSL revised QUIC encryption...
2020-03-10 Sergey KandaurovChacha20 header protection support with BoringSSL.
2020-03-10 Sergey KandaurovChaCha20 / Poly1305 initial support.
2020-03-10 Sergey KandaurovUsing SSL cipher suite id to obtain cipher/digest,...
2020-03-10 Sergey KandaurovFixed nonce in short packet protection.
2020-03-10 Vladimir HomutovGeneric payload handler for quic packets.
2020-03-05 Sergey KandaurovFixed header protection with negotiated cipher suite.
2020-03-05 Sergey KandaurovInitial packets are protected with AEAD_AES_128_GCM.
2020-03-05 Sergey KandaurovFixed write secret logging in set_encryption_secrets...
2020-03-05 Vladimir HomutovFixed format specifiers.
2020-03-05 Vladimir HomutovStyle.
2020-03-05 Vladimir HomutovAdded functions to decrypt long packets.
2020-03-05 Sergey KandaurovFixed ngx_quic_varint_len misuse in the previous change.
2020-03-04 Vladimir HomutovMacro for calculating size of varint.
2020-03-05 Sergey KandaurovFixed packet "input" debug log message.
2020-03-05 Sergey KandaurovUsing SSL cipher suite id to obtain cipher/digest,...
2020-03-05 Sergey KandaurovUsing cached ssl_conn in ngx_quic_handshake_input(...
2020-03-04 Sergey KandaurovAdjusted transport parameters stub for active_connectio...
2020-03-04 Vladimir HomutovImplemented improved version of quic_output().
2020-03-03 Sergey KandaurovQUIC handshake final bits.
2020-03-03 Vladimir HomutovSplit frame and packet generation into separate steps.
2020-03-02 Vladimir HomutovAded the "ngx_quic_hexdump" macro.
2020-02-28 Vladimir HomutovMoved all QUIC code into ngx_event_quic.c
2020-02-28 Sergey KandaurovIntroduced quic_version macro, uint16/uint32 routines...
2020-02-28 Sergey KandaurovCleanup.
2020-02-26 Vladimir HomutovGeneric function for HKDF expansion.
2020-02-28 Sergey KandaurovQUIC header protection routines, introduced ngx_quic_tl...
2020-02-28 Sergey KandaurovAEAD routines, introduced ngx_quic_tls_open()/ngx_quic_...
2020-02-28 Sergey KandaurovTransport parameters stub, to complete handshake.
2020-02-28 Sergey KandaurovIntroduced ngx_quic_secret_t.
2020-02-28 Sergey KandaurovQUIC handshake handler, draft 24 bump.
2020-02-28 Sergey KandaurovFixed indentation.
2020-02-28 Sergey KandaurovPN-aware AEAD nonce, feeding proper CRYPTO length.
2020-02-28 Sergey KandaurovOpenSSL compatibility.
2020-02-28 Sergey KandaurovQUIC add_handshake_data callback, varint routines.
2020-02-28 Sergey KandaurovQUIC set_encryption_secrets callback.
2020-02-28 Sergey KandaurovServer Initial Keys.
2020-02-28 Sergey KandaurovInitial QUIC support in http.
2020-02-28 Sergey KandaurovHTTP UDP layer, QUIC support autotest.
2020-03-03 Vladimir HomutovCreated the "quic" branch.
2020-02-28 Maxim DouninAdded default overwrite in error_page 494.
2020-02-26 Roman ArutyunyanMp4: fixed possible chunk offset overflow.
2020-02-27 Sergey KandaurovDisabled connection reuse while in SSL handshake.
2020-02-20 Maxim DouninDisabled duplicate "Host" headers (ticket #1724).
2020-02-20 Maxim DouninRemoved "Transfer-Encoding: identity" support.
2020-02-20 Maxim DouninDisabled multiple Transfer-Encoding headers.
2020-02-11 Vladimir HomutovMade ngx_http_get_forwarded_addr_internal() non-recursive.
2020-02-05 Sergey KandaurovHTTP/2: fixed socket leak with an incomplete HEADERS...
2020-02-05 Sergey KandaurovVersion bump.
2020-01-21 Maxim Douninrelease-1.17.8 tag
2020-01-21 Maxim Douninnginx-1.17.8-RELEASE release-1.17.8
2020-01-17 Vladimir HomutovgRPC: variables support in the "grpc_pass" directive.
2020-01-14 Daniil BondarevHTTP/2: removed ngx_debug_point() call.
2019-12-27 Maxim DouninSSL: reworked posted next events again.
2019-12-27 Maxim DouninTrailing space removed.
2019-12-27 Maxim DouninVersion bump.
2019-12-24 Maxim Douninrelease-1.17.7 tag
2019-12-24 Maxim Douninnginx-1.17.7-RELEASE release-1.17.7
2019-12-24 Maxim DouninSSL: reworked posted next events.
2019-12-23 Maxim DouninHTTP/2: introduced separate handler to retry stream...
2019-12-23 Maxim DouninHTTP/2: fixed socket leak with queued frames (ticket...
2019-12-23 Maxim DouninDav: added checks for chunked to body presence conditions.
next