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-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
6
-9
/
+497
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
2020-05-07
Cleaned up firefox workaround.
Vladimir Homutov
1
-10
/
+17
2020-05-06
Restored ngx_quic_encrypt return type.
Sergey Kandaurov
2
-7
/
+6
2020-04-30
Store clearflags in pkt->flags after decryption.
Vladimir Homutov
1
-0
/
+1
2020-04-30
Configure: unbreak with old OpenSSL, --with-http_v3_module added.
Sergey Kandaurov
1
-0
/
+2
2020-04-29
Removed outdated/incorrect comments and fixed style.
Vladimir Homutov
3
-9
/
+7
2020-04-30
Reworked macros for parsing/assembling packet types.
Vladimir Homutov
4
-110
/
+105
2020-04-29
Renamed retransmit event object in preparation for retry support.
Sergey Kandaurov
1
-10
/
+10
2020-04-28
Server CID change.
Sergey Kandaurov
1
-5
/
+32
2020-04-28
Factored out sending ACK from payload handler.
Sergey Kandaurov
1
-39
/
+46
2020-04-28
Respect MAX_DATA and MAX_STREAM_DATA from QUIC client.
Roman Arutyunyan
2
-18
/
+156
2020-04-28
QUIC basic congestion control.
Roman Arutyunyan
2
-10
/
+212
2020-04-24
Fixed packet retransmission.
Roman Arutyunyan
1
-9
/
+10
2020-04-23
Assign connection number to every QUIC stream log.
Roman Arutyunyan
3
-3
/
+2
2020-04-24
Error messages cleanup.
Vladimir Homutov
2
-187
/
+135
2020-04-24
Cleaned up hexdumps in debug output.
Vladimir Homutov
4
-54
/
+63
2020-04-24
Debug cleanup.
Vladimir Homutov
4
-104
/
+184
2020-04-23
TODOs cleanup in transport.
Vladimir Homutov
1
-10
/
+1
2020-04-23
Retired the ngx_quic_parse_int_multi() function.
Vladimir Homutov
1
-55
/
+56
2020-04-23
Removed support of drafts older than currently latest 27.
Vladimir Homutov
2
-97
/
+1
2020-04-23
Added proper handling of connection close phases.
Vladimir Homutov
2
-36
/
+182
2020-04-23
Refactored ngx_quic_close_connection().
Vladimir Homutov
1
-62
/
+89
2020-04-22
HTTP/3: directives with limited values converted to post handler.
Sergey Kandaurov
1
-30
/
+50
2020-04-22
HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot.
Sergey Kandaurov
2
-20
/
+20
2020-04-22
Improved ngx_quic_build_int() code and readability.
Sergey Kandaurov
1
-14
/
+8
2020-04-21
Fixed QUIC buffer consumption in send_chain().
Roman Arutyunyan
1
-1
/
+2
2020-04-21
HTTP/3: fixed encoding variable-length integers.
Roman Arutyunyan
1
-5
/
+9
2020-04-20
Fixed memory leak with reordered stream frames.
Vladimir Homutov
1
-2
/
+1
2020-04-21
Fixed includes in quic headers.
Roman Arutyunyan
3
-2
/
+8
2020-04-20
Added MAX_STREAM_DATA stub handler.
Vladimir Homutov
1
-0
/
+3
2020-04-20
Respecting maximum packet size.
Vladimir Homutov
2
-36
/
+82
2020-04-20
Removed source/destination swap from the function creating header.
Vladimir Homutov
2
-6
/
+6
2020-04-17
Revert "Rejecting new connections with non-zero Initial packet."
Sergey Kandaurov
1
-6
/
+0
2020-04-16
Fixed error descriptions.
Vladimir Homutov
2
-9
/
+9
2020-04-16
Removed outdated TODO.
Vladimir Homutov
1
-1
/
+0
2020-04-16
Added handling of incorrect values in TP configuration.
Vladimir Homutov
1
-4
/
+30
2020-04-16
Parsing of truncated packet numbers.
Sergey Kandaurov
3
-18
/
+63
2020-04-15
Added primitive flow control mechanisms.
Vladimir Homutov
3
-9
/
+92
2020-04-15
Create new stream immediately on receiving new stream id.
Vladimir Homutov
1
-76
/
+73
2020-04-15
Free remaining frames on connection close.
Vladimir Homutov
1
-4
/
+9
2020-04-14
Sorted functions and functions declarations.
Vladimir Homutov
1
-23
/
+24
[next]