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-08-11
QUIC: fixed ngx_http_test_reading() for QUIC streams.
Roman Arutyunyan
1
-0
/
+13
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-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-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
2020-07-06
Proxy: drop extra data sent by upstream.
Maxim Dounin
1
-9
/
+43
2020-07-06
Memcached: protect from too long responses.
Maxim Dounin
1
-3
/
+6
2020-07-03
HTTP/2: lingering close after GOAWAY.
Ruslan Ermilov
2
-6
/
+124
2020-07-02
HTTP/3: simplified handling return codes from parse functions.
Roman Arutyunyan
1
-30
/
+4
2020-07-03
HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable.
Roman Arutyunyan
1
-16
/
+26
2020-07-03
HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code.
Roman Arutyunyan
1
-56
/
+21
2020-07-03
HTTP/3: limited prefixed integer size by 62 bits.
Roman Arutyunyan
1
-38
/
+66
2020-07-03
HTTP/3: fixed overflow in prefixed integer parser.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: fixed prefix in decoding Section Acknowledgement.
Sergey Kandaurov
1
-1
/
+1
2020-06-30
HTTP/3: set r->headers_in.chunked flag after parsing headers.
Roman Arutyunyan
1
-1
/
+6
2020-07-02
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.
Roman Arutyunyan
7
-136
/
+220
2020-06-30
HTTP/3: error code definitions for HTTP/3 and QPACK.
Roman Arutyunyan
1
-0
/
+23
2020-07-02
HTTP/3: downgraded literal size error level to NGX_LOG_INFO.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
7
-166
/
+584
2020-07-02
HTTP/3: fixed prefixed integer encoding and decoding.
Roman Arutyunyan
3
-16
/
+16
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
3
-1
/
+25
2020-06-26
HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro.
Roman Arutyunyan
1
-0
/
+6
2020-06-26
HTTP/3: fixed dropping first non-pseudo header.
Roman Arutyunyan
1
-11
/
+38
2020-06-25
HTTP/3: do not emit a DATA frame header for header_only responses.
Sergey Kandaurov
1
-1
/
+1
2020-06-23
Do not close QUIC sockets in ngx_close_listening_sockets().
Sergey Kandaurov
1
-0
/
+4
2020-06-15
Fixed potential leak of temp pool.
Eran Kornblau
1
-2
/
+2
2020-06-22
Cache: introduced min_free cache clearing.
Maxim Dounin
2
-3
/
+41
2020-06-15
Correctly flush request body to uwsgi with SSL.
Quantum
1
-0
/
+1
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
[next]