index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-30
HTTP/3: error code definitions for HTTP/3 and QPACK.
Roman Arutyunyan
1
-0
/
+23
2020-07-02
QUIC: Introduced ngx_quic_finalize_connection().
Roman Arutyunyan
4
-48
/
+91
2020-07-02
HTTP/3: downgraded literal size error level to NGX_LOG_INFO.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
7
-166
/
+584
2020-07-02
HTTP/3: fixed prefixed integer encoding and decoding.
Roman Arutyunyan
3
-16
/
+16
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
3
-1
/
+25
2020-06-26
HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro.
Roman Arutyunyan
1
-0
/
+6
2020-06-26
HTTP/3: fixed dropping first non-pseudo header.
Roman Arutyunyan
1
-11
/
+38
2020-06-25
HTTP/3: do not emit a DATA frame header for header_only responses.
Sergey Kandaurov
1
-1
/
+1
2020-06-19
Style.
Vladimir Homutov
1
-0
/
+1
2020-06-23
Update Initial salt and Retry secret from quic-tls-29.
Sergey Kandaurov
1
-4
/
+15
2020-06-23
Get rid of hardcoded numbers used for quic handshake errors.
Sergey Kandaurov
3
-7
/
+13
2020-06-23
Discard short packets which could not be decrypted.
Sergey Kandaurov
2
-4
/
+6
2020-06-23
Close connection with PROTOCOL_VIOLATION on decryption failure.
Sergey Kandaurov
1
-2
/
+2
2020-06-23
Define KEY_UPDATE_ERROR from quic-tls-24.
Sergey Kandaurov
2
-2
/
+2
2020-06-23
Reject new QUIC connection with CONNECTION_REFUSED on shutdown.
Sergey Kandaurov
1
-0
/
+5
2020-06-23
Close QUIC connection with NO_ERROR on c->close.
Sergey Kandaurov
1
-1
/
+2
2020-06-23
Do not close QUIC sockets in ngx_close_listening_sockets().
Sergey Kandaurov
3
-0
/
+9
2020-06-23
QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.
Sergey Kandaurov
2
-2
/
+2
2020-06-18
QUIC: cleaned up quic encryption state tracking.
Vladimir Homutov
1
-14
/
+6
2020-06-18
QUIC: added ALPN checks.
Vladimir Homutov
2
-3
/
+32
2020-06-18
QUIC: fixed off-by-one in frame range handler.
Vladimir Homutov
1
-1
/
+1
2020-06-16
QUIC: further limiting maximum QUIC packet size.
Vladimir Homutov
2
-4
/
+21
2020-06-15
QUIC: raise error on missing transport parameters.
Vladimir Homutov
1
-40
/
+48
2020-06-15
QUIC: Fixed connection cleanup.
Vladimir Homutov
1
-0
/
+4
2020-06-10
Style.
Vladimir Homutov
1
-1
/
+2
2020-06-10
Limited max udp payload size for outgoing packets.
Vladimir Homutov
2
-1
/
+9
2020-06-10
Increased default initial retransmit timeout.
Vladimir Homutov
1
-3
/
+5
2020-06-10
Fixed usage of own/client transport parameters.
Vladimir Homutov
1
-2
/
+2
2020-06-05
Stream ID handling in MAX_STREAM_DATA and STREAM_DATA_BLOCKED.
Sergey Kandaurov
1
-0
/
+21
2020-06-05
Stream ID handling in RESET_STREAM and STOP_SENDING frames.
Sergey Kandaurov
1
-2
/
+79
2020-06-05
Reject invalid STREAM ID with STREAM_STATE_ERROR connection error.
Sergey Kandaurov
1
-0
/
+12
2020-06-05
Introduced connection error APPLICATION_ERROR from draft-28.
Sergey Kandaurov
2
-2
/
+2
2020-06-05
Receipt of CONNECTION_CLOSE in 0-RTT is permitted in draft-28.
Sergey Kandaurov
1
-0
/
+5
2020-06-05
Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION.
Sergey Kandaurov
2
-2
/
+1
2020-06-02
Decoupled validation of Host and :authority for HTTP/2 and HTTP/3.
Roman Arutyunyan
1
-3
/
+11
2020-06-01
Compatibility with BoringSSL master branch.
Sergey Kandaurov
3
-11
/
+25
2020-06-01
Fixed transport parameters on a new connection with a valid token.
Sergey Kandaurov
2
-8
/
+13
2020-05-29
Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests.
Roman Arutyunyan
1
-0
/
+25
2020-05-29
Added propagation of the "wildcard" flag to c->listening.
Vladimir Homutov
1
-0
/
+2
2020-05-29
Made NGX_QUIC_DRAFT_VERSION tunable from configure parameters.
Sergey Kandaurov
1
-0
/
+2
2020-05-29
QUIC draft-28 transport parameters support.
Sergey Kandaurov
5
-9
/
+67
2020-05-29
Introduced macros for building length-value transport parameters.
Sergey Kandaurov
1
-7
/
+16
2020-05-29
Renamed max_packet_size to max_udp_payload_size, from draft-28.
Sergey Kandaurov
6
-43
/
+46
2020-05-29
Rejected forbidden transport parameters with TRANSPORT_PARAMETER_ERROR.
Sergey Kandaurov
1
-8
/
+10
2020-05-29
Fixed return codes in ngx_quic_add_handshake_data() callback.
Sergey Kandaurov
1
-2
/
+2
2020-05-26
Merged with the default branch.
Sergey Kandaurov
11
-198
/
+1318
2020-05-25
HTTP/2: invalid connection preface logging (ticket #1981).
Maxim Dounin
1
-6
/
+4
2020-05-23
Fixed format specifiers.
Sergey Kandaurov
1
-2
/
+2
2020-05-22
OCSP: certificate status cache.
Roman Arutyunyan
4
-5
/
+401
[next]