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-06-02
Decoupled validation of Host and :authority for HTTP/2 and HTTP/3.
Roman Arutyunyan
1
-3
/
+11
2020-05-29
Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests.
Roman Arutyunyan
1
-0
/
+25
2020-05-29
Added propagation of the "wildcard" flag to c->listening.
Vladimir Homutov
1
-0
/
+2
2020-05-29
QUIC draft-28 transport parameters support.
Sergey Kandaurov
1
-1
/
+3
2020-05-29
Renamed max_packet_size to max_udp_payload_size, from draft-28.
Sergey Kandaurov
1
-14
/
+15
2020-05-26
Merged with the default branch.
Sergey Kandaurov
7
-17
/
+194
2020-05-25
HTTP/2: invalid connection preface logging (ticket #1981).
Maxim Dounin
1
-6
/
+4
2020-05-22
OCSP: certificate status cache.
Roman Arutyunyan
2
-1
/
+94
2020-05-22
SSL: client certificate validation with OCSP (ticket #1534).
Roman Arutyunyan
3
-5
/
+74
2020-05-14
HTTP/3: reallocate strings inserted into the dynamic table.
Roman Arutyunyan
1
-3
/
+30
2020-05-19
Fixed client buffer reallocation for HTTP/3.
Roman Arutyunyan
2
-29
/
+20
2020-05-19
Fixed $request_length for HTTP/3.
Roman Arutyunyan
4
-13
/
+19
2020-05-19
HTTP/3: restricted symbols in header names.
Roman Arutyunyan
3
-8
/
+54
2020-05-19
HTTP/3: split header parser in two functions.
Roman Arutyunyan
3
-68
/
+77
2020-05-14
HTTP/3: move body parser call out of ngx_http_parse_chunked().
Roman Arutyunyan
2
-8
/
+20
2020-05-19
HTTP/3: prevent array access by negative index for unknown streams.
Roman Arutyunyan
1
-1
/
+3
2020-05-20
Assorted fixes.
Sergey Kandaurov
1
-1
/
+1
2020-05-14
Address validation using Retry packets.
Sergey Kandaurov
1
-0
/
+18
2020-05-13
Upstream: jump out of loop after matching the status code.
Jinhua Tan
1
-0
/
+2
2020-05-08
Variables: fixed buffer over-read when evaluating "$arg_".
Sergey Kandaurov
1
-1
/
+1
2020-04-23
Assign connection number to every QUIC stream log.
Roman Arutyunyan
2
-3
/
+0
2020-04-23
gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).
Ruslan Ermilov
1
-1
/
+2
2020-04-23
gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).
Ruslan Ermilov
1
-5
/
+19
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
[next]