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
/
quic
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.
Vladimir Homutov
1
-9
/
+6
2021-04-29
QUIC: connection migration.
Vladimir Homutov
15
-369
/
+1675
2021-04-19
QUIC: renamed stream variables from sn to qs.
Roman Arutyunyan
2
-99
/
+99
2021-04-19
QUIC: renamed stream field from c to connection.
Roman Arutyunyan
3
-41
/
+44
2021-04-16
QUIC: fixed permitted packet types for PATH_RESPONSE.
Sergey Kandaurov
1
-1
/
+1
2021-04-19
QUIC: added missing checks for limits in stream frames parsing.
Vladimir Homutov
1
-0
/
+8
2021-04-19
QUIC: fixed parsing of unknown frame types.
Vladimir Homutov
2
-0
/
+9
2021-04-15
QUIC: avoid sending extra frames in case of error.
Vladimir Homutov
1
-0
/
+4
2021-04-13
QUIC: normalize header inclusion.
Sergey Kandaurov
7
-14
/
+8
2021-04-13
QUIC: ngx_quic_frames_stream_t made opaque.
Sergey Kandaurov
4
-15
/
+23
2021-04-14
QUIC: separate files for SSL library interfaces.
Vladimir Homutov
5
-507
/
+529
2021-04-13
QUIC: separate files for tokens related processing.
Vladimir Homutov
4
-285
/
+315
2021-04-13
QUIC: separate files for output and ack related processing.
Vladimir Homutov
6
-1953
/
+2021
2021-04-13
QUIC: separate files for stream related processing.
Vladimir Homutov
4
-1285
/
+1317
2021-04-13
QUIC: separate files for frames related processing.
Vladimir Homutov
4
-912
/
+957
2021-04-13
QUIC: separate files for connection id related processing.
Vladimir Homutov
4
-530
/
+564
2021-04-14
QUIC: headers cleanup.
Vladimir Homutov
6
-53
/
+49
2021-04-09
QUIC: separate function for connection ids initialization.
Vladimir Homutov
1
-40
/
+62
2021-04-07
QUIC: fixed ngx_quic_send_ack_range() function.
Vladimir Homutov
1
-1
/
+6
2021-04-05
QUIC: fixed debug message macro.
Vladimir Homutov
1
-2
/
+2
2021-04-05
QUIC: added error codes and messages from latest drafts.
Vladimir Homutov
2
-1
/
+5
2021-04-07
QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand().
Sergey Kandaurov
1
-0
/
+4
2021-03-23
QUIC: PATH_CHALLENGE frame creation.
Vladimir Homutov
1
-0
/
+26
2021-03-31
QUIC: distinct files for connection migration.
Vladimir Homutov
4
-48
/
+92
2021-03-31
QUIC: separate header for ngx_quic_connection_t.
Vladimir Homutov
2
-161
/
+183
2021-04-02
QUIC: simplified quic connection dispatching.
Vladimir Homutov
2
-15
/
+17
2021-04-02
UDP: extended datagram context.
Vladimir Homutov
1
-1
/
+1
2021-03-11
QUIC: do not copy input data.
Roman Arutyunyan
1
-21
/
+6
2021-03-31
QUIC: HKDF API compatibility with OpenSSL master branch.
Sergey Kandaurov
1
-0
/
+2
2021-03-15
QUIC: connection shutdown.
Roman Arutyunyan
2
-6
/
+75
2021-03-16
QUIC: bpf code regenerated.
Vladimir Homutov
1
-11
/
+10
2021-03-15
QUIC: fixed key extraction in bpf.
Vladimir Homutov
1
-12
/
+12
2021-03-16
QUIC: fixed expected TLS codepoint with final draft and BoringSSL.
Sergey Kandaurov
1
-0
/
+4
2021-03-11
QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand().
Vladimir Homutov
1
-16
/
+42
2021-02-19
Updated the list of supported drafts.
Sergey Kandaurov
1
-1
/
+0
2021-02-19
QUIC: multiple versions support.
Sergey Kandaurov
4
-20
/
+14
2021-02-18
QUIC: removed support prior to draft-29.
Sergey Kandaurov
3
-36
/
+4
2021-02-18
QUIC: set idle timer when sending an ack-eliciting packet.
Roman Arutyunyan
1
-5
/
+9
2021-02-17
QUIC: added ability to reset a stream.
Sergey Kandaurov
3
-0
/
+71
2021-02-15
QUIC: fixed indentation.
Sergey Kandaurov
5
-29
/
+28
2021-02-15
QUIC: added check of client transport parameters.
Vladimir Homutov
1
-36
/
+86
2021-02-08
QUIC: updated list of transport parameters to be sent.
Vladimir Homutov
1
-3
/
+22
2021-02-10
QUIC: distinguish reserved transport parameters in logging.
Vladimir Homutov
1
-1
/
+2
2021-02-12
QUIC: send PING frames on PTO expiration.
Roman Arutyunyan
3
-12
/
+95
2021-02-12
QUIC: improved setting the lost timer.
Roman Arutyunyan
1
-25
/
+85
2021-02-04
QUIC: disabled non-immediate ACKs for Initial and Handshake.
Roman Arutyunyan
1
-2
/
+5
2021-02-09
QUIC: fixed logging ACK frames.
Roman Arutyunyan
1
-1
/
+1
2021-02-08
QUIC: the "quic_host_key" directive.
Vladimir Homutov
4
-48
/
+71
2021-02-04
QUIC: use server ack_delay_exponent when sending ack.
Roman Arutyunyan
1
-1
/
+1
2021-02-03
QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.
Sergey Kandaurov
3
-16
/
+15
[prev]
[next]