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-10-01
Merged with the default branch.
Sergey Kandaurov
7
-80
/
+731
2020-10-01
QUIC: moved ssl configuration pointer to quic configuration.
Vladimir Homutov
2
-5
/
+6
2020-09-30
QUIC: added stateless reset support.
Vladimir Homutov
1
-1
/
+12
2020-09-29
QUIC: switch stream context to a server selected by SNI.
Roman Arutyunyan
1
-2
/
+15
2020-09-23
QUIC: unbreak client certificate verification after 0d2b2664b41c.
Sergey Kandaurov
1
-0
/
+2
2020-09-16
HTTP/3: rearranged length check when parsing header.
Roman Arutyunyan
1
-5
/
+5
2020-09-16
HTTP/3: removed HTTP/3 parser call from discard body filter.
Roman Arutyunyan
1
-10
/
+1
2020-09-16
HTTP/3: reject HTTP/2 frames.
Roman Arutyunyan
1
-0
/
+17
2020-09-24
SSL: abort handshake on SSL_set_SSL_CTX() errors.
Sergey Kandaurov
1
-1
/
+4
2020-09-23
HTTP/2: run posted requests after reading body.
Maxim Dounin
1
-0
/
+4
2020-09-23
HTTP/2: fixed segfault on DATA frames after 400 errors.
Maxim Dounin
1
-0
/
+7
2020-09-09
Cache: keep c->body_start when Vary changes (ticket #2029).
Sergey Kandaurov
2
-1
/
+3
2020-08-24
HTTP/3: skip unknown frames on request stream.
Roman Arutyunyan
3
-11
/
+60
2020-09-16
HTTP/3: fixed handling request body eof.
Roman Arutyunyan
3
-24
/
+35
2020-08-31
HTTP/3: do not set the never-indexed literal bit by default.
Roman Arutyunyan
1
-3
/
+3
2020-08-25
HTTP/3: drop the unwanted remainder of the request.
Roman Arutyunyan
2
-0
/
+13
2020-08-20
HTTP/3: special handling of client errors in the upstream module.
Roman Arutyunyan
1
-0
/
+13
2020-08-18
HTTP/3: request more client body bytes.
Roman Arutyunyan
1
-6
/
+0
2020-08-18
HTTP/3: fixed context storage in request body parser.
Sergey Kandaurov
1
-1
/
+1
2020-08-18
Merged with the default branch.
Roman Arutyunyan
6
-61
/
+190
2020-08-10
SSL: disabled sending shutdown after ngx_http_test_reading().
Maxim Dounin
1
-0
/
+6
2020-08-10
HTTP/2: fixed c->timedout flag on timed out connections.
Maxim Dounin
1
-0
/
+1
2020-08-06
Request body: optimized handling of small chunks.
Maxim Dounin
1
-0
/
+25
2020-08-06
Request body: allowed large reads on chunk boundaries.
Maxim Dounin
1
-8
/
+113
2020-08-06
Request body: all read data are now sent to filters.
Maxim Dounin
1
-43
/
+10
2020-08-06
Added size check to ngx_http_alloc_large_header_buffer().
Maxim Dounin
1
-0
/
+6
2020-08-11
QUIC: fixed ngx_http_test_reading() for QUIC streams.
Roman Arutyunyan
1
-0
/
+13
2020-07-27
FastCGI: fixed zero size buf alerts on extra data (ticket #2018).
Maxim Dounin
1
-6
/
+22
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
7
-13
/
+1020
2020-07-27
QUIC: limited the number of server-initiated streams.
Roman Arutyunyan
1
-13
/
+15
2020-07-22
Xslt: disabled ranges.
Roman Arutyunyan
1
-0
/
+1
2020-07-14
HTTP/3: support $server_protocol variable.
Roman Arutyunyan
3
-4
/
+6
2020-07-23
Style: moved function declarations to match usual code style.
Roman Arutyunyan
1
-11
/
+9
2020-07-23
HTTP/3: renamed server configuration variables from v3cf to h3scf.
Roman Arutyunyan
4
-26
/
+26
2020-07-13
HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.
Roman Arutyunyan
1
-0
/
+0
2020-07-13
HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int().
Roman Arutyunyan
1
-4
/
+8
2020-07-23
HTTP/3: generate Location response header for absolute redirects.
Roman Arutyunyan
1
-2
/
+81
2020-07-13
HTTP/3: header encoding functions.
Roman Arutyunyan
3
-90
/
+226
2020-07-22
HTTP/3: do not call shutdown() for QUIC streams.
Roman Arutyunyan
1
-5
/
+7
2020-07-21
QUIC: eliminated connection handler argument in ngx_quic_run().
Roman Arutyunyan
1
-1
/
+1
2020-07-21
QUIC: added "quic" listen parameter in Stream.
Roman Arutyunyan
1
-0
/
+1
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
12
-379
/
+540
2020-07-20
Fixed format specifiers.
Sergey Kandaurov
1
-1
/
+1
2020-07-13
Merged with the default branch.
Sergey Kandaurov
13
-47
/
+484
2020-07-09
Slice filter: clear original Accept-Ranges.
Roman Arutyunyan
1
-0
/
+5
2020-07-06
gRPC: generate error when response size is wrong.
Maxim Dounin
1
-1
/
+38
2020-07-06
FastCGI: protection from responses with wrong length.
Maxim Dounin
3
-15
/
+109
2020-07-06
Upstream: drop extra data sent by upstream.
Maxim Dounin
4
-5
/
+88
2020-07-06
Proxy: style.
Maxim Dounin
1
-2
/
+2
2020-07-06
Proxy: detection of data after final chunk.
Maxim Dounin
1
-1
/
+30
[prev]
[next]