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
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
Assorted fixes.
Sergey Kandaurov
1
-1
/
+1
2020-05-14
Address validation using Retry packets.
Sergey Kandaurov
1
-0
/
+18
2020-04-23
Assign connection number to every QUIC stream log.
Roman Arutyunyan
2
-3
/
+0
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
1
-15
/
+15
2020-04-21
HTTP/3: fixed encoding variable-length integers.
Roman Arutyunyan
1
-5
/
+9
2020-04-16
Added handling of incorrect values in TP configuration.
Vladimir Homutov
1
-4
/
+30
2020-04-15
Added primitive flow control mechanisms.
Vladimir Homutov
1
-4
/
+6
2020-04-14
Merged with the default branch.
Sergey Kandaurov
4
-43
/
+111
2020-04-13
HTTP/3: fixed reading request body.
Roman Arutyunyan
1
-1
/
+2
2020-04-08
The new auth_delay directive for delaying unauthorized requests.
Ruslan Ermilov
2
-1
/
+82
2020-03-28
HTTP/3: http3 variable.
Sergey Kandaurov
1
-0
/
+24
2020-03-28
HTTP/3: static table cleanup.
Sergey Kandaurov
1
-7
/
+8
2020-03-27
Parsing HTTP/3 request body.
Roman Arutyunyan
8
-10
/
+167
2020-03-27
Chunked response body in HTTP/3.
Roman Arutyunyan
3
-18
/
+76
2020-03-27
Fixed buffer overflow.
Roman Arutyunyan
1
-1
/
+1
2020-03-25
Simplifed handling HTTP/3 streams.
Roman Arutyunyan
2
-178
/
+86
2020-03-24
When closing a QUIC connection, wait for all streams to finish.
Roman Arutyunyan
1
-0
/
+21
2020-03-24
Removed ngx_quic_stream_node_t.
Roman Arutyunyan
1
-1
/
+1
2020-03-24
QUIC streams don't need filter_need_in_memory after 7f0981be07c4.
Sergey Kandaurov
1
-1
/
+0
2020-03-23
Fixed client certificate verification.
Sergey Kandaurov
1
-0
/
+1
2020-03-23
Respect QUIC max_idle_timeout.
Roman Arutyunyan
2
-4
/
+2
2020-03-23
Support for HTTP/3 ALPN.
Roman Arutyunyan
2
-2
/
+13
2020-03-23
Limit output QUIC packets with client max_packet_size.
Roman Arutyunyan
1
-3
/
+6
2020-03-20
Removed unused variable.
Roman Arutyunyan
1
-3
/
+1
2020-03-20
Adedd the http "quic" variable.
Vladimir Homutov
1
-1
/
+52
2020-03-20
Configurable transport parameters.
Vladimir Homutov
3
-3
/
+189
2020-03-19
Fixed header creation for header_only responses in HTTP/3.
Roman Arutyunyan
2
-24
/
+31
2020-03-18
HTTP/3 $request_line variable.
Roman Arutyunyan
2
-540
/
+37
2020-03-18
Moved setting QUIC methods to runtime.
Roman Arutyunyan
2
-15
/
+0
2020-03-18
Fixed pointer increment while parsing HTTP/3 header.
Roman Arutyunyan
1
-3
/
+2
2020-03-18
Fixed HTTP/3 server stream creation.
Roman Arutyunyan
1
-5
/
+5
2020-03-18
Removed comment.
Roman Arutyunyan
1
-1
/
+0
2020-03-18
Refactored HTTP/3 parser.
Roman Arutyunyan
9
-694
/
+1872
2020-03-14
Temporary fix for header null-termination in HTTP/3.
Roman Arutyunyan
2
-2
/
+14
2020-03-13
HTTP/3.
Roman Arutyunyan
12
-56
/
+2926
2020-03-13
Stream "connection" read/write methods.
Vladimir Homutov
1
-0
/
+31
2020-03-13
Auth basic: explicitly zero out password buffer.
Ruslan Ermilov
1
-19
/
+18
2020-03-12
Fix build.
Sergey Kandaurov
1
-1
/
+2
2020-03-12
HTTP/QUIC interface reworked.
Vladimir Homutov
1
-87
/
+18
2020-02-28
Simplified subrequest finalization.
Roman Arutyunyan
1
-23
/
+11
2020-03-02
Fixed premature background subrequest finalization.
Dmitry Volyntsev
1
-9
/
+9
2020-02-28
Added default overwrite in error_page 494.
Maxim Dounin
1
-0
/
+1
2020-02-28
Moved all QUIC code into ngx_event_quic.c
Vladimir Homutov
1
-545
/
+10
2020-02-28
Introduced quic_version macro, uint16/uint32 routines ported.
Sergey Kandaurov
1
-6
/
+6
2020-02-28
Cleanup.
Sergey Kandaurov
2
-51
/
+19
2020-02-26
Generic function for HKDF expansion.
Vladimir Homutov
1
-282
/
+69
2020-02-28
QUIC header protection routines, introduced ngx_quic_tls_hp().
Sergey Kandaurov
1
-38
/
+4
2020-02-28
AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal().
Sergey Kandaurov
1
-243
/
+27
2020-02-28
Transport parameters stub, to complete handshake.
Sergey Kandaurov
1
-1
/
+11
[next]