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-12-27
QUIC: renamed input handling functions.
Roman Arutyunyan
1
-14
/
+15
2021-12-28
QUIC: fixed format specifier after 6ccf3867959a.
Roman Arutyunyan
1
-1
/
+1
2021-12-28
QUIC: fixed config test with bpf (ticket #2292).
Vladimir Homutov
1
-0
/
+8
2021-12-24
QUIC: refactored buffer allocation, spliting and freeing.
Roman Arutyunyan
2
-120
/
+167
2021-12-16
QUIC: removed ngx_quic_copy_chain().
Roman Arutyunyan
2
-61
/
+0
2021-12-16
QUIC: renamed buffer-related functions.
Roman Arutyunyan
6
-20
/
+20
2021-12-24
QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs().
Roman Arutyunyan
4
-96
/
+117
2021-12-24
QUIC: avoid excessive buffer allocations in stream output.
Roman Arutyunyan
5
-15
/
+33
2021-12-27
QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.
Vladimir Homutov
1
-47
/
+28
2021-12-16
QUIC: refactored ngx_quic_validate_path().
Vladimir Homutov
1
-6
/
+3
2021-12-16
QUIC: added missing check for backup path existence.
Vladimir Homutov
1
-6
/
+15
2021-12-14
QUIC: added path limiting function ngx_quic_path_limit().
Roman Arutyunyan
1
-16
/
+24
2021-12-13
QUIC: decoupled path state and limitation status.
Vladimir Homutov
5
-6
/
+15
2021-12-13
QUIC: improved path validation.
Vladimir Homutov
4
-28
/
+15
2021-12-13
QUIC: write and full stream shutdown support.
Roman Arutyunyan
1
-56
/
+79
2021-12-10
QUIC: simplified stream initialization.
Roman Arutyunyan
1
-172
/
+62
2021-11-23
QUIC: post stream events instead of calling their handlers.
Roman Arutyunyan
1
-3
/
+3
2021-12-06
QUIC: added missing frame initialization.
Vladimir Homutov
1
-0
/
+4
2021-12-09
QUIC: refactored ngx_quic_frame_sendto() function.
Vladimir Homutov
3
-45
/
+29
2021-12-07
QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes.
Sergey Kandaurov
3
-17
/
+27
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
5
-35
/
+87
2021-12-02
QUIC: fixed using of retired connection id (ticket #2289).
Vladimir Homutov
1
-4
/
+6
2021-12-02
QUIC: logging of CRYPTO frame payload under NGX_QUIC_DEBUG_FRAMES.
Sergey Kandaurov
1
-0
/
+14
2021-12-01
QUIC: removed excessive check.
Vladimir Homutov
1
-1
/
+1
2021-11-30
QUIC: ngx_quic_send_alert() callback moved to its place.
Sergey Kandaurov
3
-29
/
+28
2021-11-30
QUIC: simplified ngx_quic_send_alert() callback.
Sergey Kandaurov
1
-10
/
+4
2021-11-18
QUIC: removed unnecessary closing of active/backup sockets.
Vladimir Homutov
1
-6
/
+0
2021-11-29
QUIC: fixed migration during NAT rebinding.
Vladimir Homutov
3
-69
/
+31
2021-11-29
QUIC: refactored multiple QUIC packets handling.
Vladimir Homutov
3
-11
/
+10
2021-11-18
QUIC: fixed handling of RETIRE_CONNECTION_ID frame.
Vladimir Homutov
3
-30
/
+55
2021-11-18
QUIC: additional checks for the RETIRE_CONNECTION_ID frame.
Vladimir Homutov
1
-0
/
+33
2021-11-17
QUIC: handle DATA_BLOCKED frame from client.
Roman Arutyunyan
3
-15
/
+58
2021-11-17
QUIC: update stream flow control credit on STREAM_DATA_BLOCKED.
Roman Arutyunyan
1
-37
/
+44
2021-11-11
QUIC: reject streams which we could not create.
Roman Arutyunyan
2
-4
/
+74
2021-11-12
QUIC: stop processing new client streams at the closing state.
Sergey Kandaurov
1
-2
/
+2
2021-11-11
QUIC: fixed PATH_RESPONSE frame expansion.
Vladimir Homutov
1
-3
/
+11
2021-11-10
QUIC: removed ngx_quic_error_text() declaration.
Vladimir Homutov
1
-2
/
+0
2021-11-09
QUIC: fixed GSO packets count.
Vladimir Homutov
1
-2
/
+4
2021-11-10
QUIC: removed dead code.
Vladimir Homutov
2
-39
/
+0
2021-11-08
QUIC: converted client_tp_done to bitfield.
Vladimir Homutov
1
-1
/
+1
2021-10-13
QUIC: fixed removal of unused client IDs.
Vladimir Homutov
1
-3
/
+6
2021-11-03
QUIC: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
2
-13
/
+13
2021-10-07
QUIC: refactored packet creation.
Vladimir Homutov
4
-74
/
+108
2021-10-07
QUIC: removed unused argument in ngx_quic_create_short_header().
Vladimir Homutov
1
-3
/
+3
2021-09-30
QUIC: added function to initialize packet.
Vladimir Homutov
1
-64
/
+56
2021-10-22
QUIC: fixed processing of minimum packet size.
Vladimir Homutov
1
-0
/
+4
2021-09-23
QUIC: added shutdown support in stream proxy.
Vladimir Homutov
2
-0
/
+51
2021-10-26
QUIC: style.
Sergey Kandaurov
3
-5
/
+1
2021-10-26
QUIC: speeding up processing 0-RTT.
Sergey Kandaurov
1
-2
/
+18
2021-10-26
QUIC: refactored OCSP validation in preparation for 0-RTT support.
Sergey Kandaurov
3
-13
/
+33
[prev]
[next]