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
/
event
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
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
4
-8
/
+64
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
5
-29
/
+31
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
3
-179
/
+1122
2020-05-23
Fixed format specifiers.
Sergey Kandaurov
1
-2
/
+2
2020-05-22
OCSP: certificate status cache.
Roman Arutyunyan
2
-4
/
+307
2020-05-22
SSL: client certificate validation with OCSP (ticket #1534).
Roman Arutyunyan
3
-15
/
+607
2020-05-22
OCSP stapling: iterate over all responder addresses.
Roman Arutyunyan
1
-13
/
+54
2020-05-17
OCSP stapling: keep extra chain in the staple object.
Roman Arutyunyan
1
-29
/
+18
2020-05-21
Style.
Vladimir Homutov
1
-4
/
+4
2020-05-22
Added sending of extra CONNECTION_CLOSE frames.
Vladimir Homutov
1
-27
/
+36
2020-05-22
Added more context to CONNECTION CLOSE frames.
Vladimir Homutov
1
-21
/
+45
2020-05-21
Fixed retransmission of frames after closing connection.
Vladimir Homutov
1
-0
/
+7
2020-05-21
Avoided excessive definitions for connection state.
Vladimir Homutov
1
-31
/
+13
2020-05-20
Assorted fixes.
Sergey Kandaurov
2
-4
/
+4
2020-05-18
Avoid retransmitting of packets with discarded keys.
Vladimir Homutov
1
-8
/
+15
2020-05-18
Fixed frame retransmissions.
Vladimir Homutov
1
-1
/
+3
2020-05-14
Removed outdated debug.
Vladimir Homutov
1
-2
/
+0
2020-05-12
Fixed time comparison.
Vladimir Homutov
1
-1
/
+1
2020-05-14
Added tests for connection id lengths in initial packet.
Vladimir Homutov
3
-1
/
+24
2020-05-14
Discard packets without fixed bit or reserved bits set.
Vladimir Homutov
4
-13
/
+64
2020-05-14
Added generation of CC frames with error on connection termination.
Vladimir Homutov
3
-33
/
+58
2020-05-14
Address validation using NEW_TOKEN frame.
Sergey Kandaurov
3
-1
/
+86
2020-05-14
Address validation using Retry packets.
Sergey Kandaurov
5
-9
/
+479
2020-05-13
Server CID change refactored.
Sergey Kandaurov
1
-19
/
+21
2020-05-12
Preserve original DCID and unbreak parsing 0-RTT packets.
Sergey Kandaurov
1
-3
/
+15
2020-05-09
Removed redundant long packet type checks.
Sergey Kandaurov
1
-12
/
+0
2020-05-09
Removed redundant SSL_do_handshake call before any handshake data.
Sergey Kandaurov
1
-23
/
+0
2020-05-08
Cleaned up reordering code.
Vladimir Homutov
1
-20
/
+16
[next]