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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
7
-13
/
+1020
2020-07-27
QUIC: limited the number of client-initiated streams.
Roman Arutyunyan
1
-92
/
+85
2020-07-27
QUIC: limited the number of server-initiated streams.
Roman Arutyunyan
3
-26
/
+111
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
QUIC: fixed bulding perl module by reducing header pollution.
Sergey Kandaurov
4
-2
/
+5
2020-07-22
SSL: fixed compilation without QUIC after 0d2b2664b41c.
Roman Arutyunyan
1
-0
/
+2
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
4
-14
/
+8
2020-07-21
QUIC: added "quic" listen parameter in Stream.
Roman Arutyunyan
9
-11
/
+442
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
17
-394
/
+578
2020-07-18
QUIC: do not verify the selected ALPN protocol.
Roman Arutyunyan
2
-8
/
+1
2020-07-18
QUIC: fixed stream read event log.
Roman Arutyunyan
1
-2
/
+2
2020-07-20
Fixed format specifiers.
Sergey Kandaurov
4
-45
/
+44
2020-07-16
QUIC: added anti-amplification limit.
Vladimir Homutov
1
-0
/
+25
2020-07-16
QUIC: added limit of queued data.
Vladimir Homutov
3
-15
/
+32
2020-07-16
QUIC: implemented probe timeout (PTO) calculation.
Vladimir Homutov
2
-9
/
+60
2020-07-13
QUIC: reworked retransmission mechanism.
Vladimir Homutov
2
-63
/
+75
2020-07-15
QUIC: reworked ngx_quic_send_frames() function.
Vladimir Homutov
1
-44
/
+29
2020-07-13
QUIC: renaming.
Vladimir Homutov
1
-18
/
+16
2020-07-13
QUIC: caching c->quic in the ngx_quic_handle_ack_frame() function.
Vladimir Homutov
1
-10
/
+13
2020-07-10
QUIC: delay field of an ACK frame is now calculated.
Vladimir Homutov
3
-2
/
+28
2020-07-16
QUIC: added rtt estimation.
Vladimir Homutov
2
-9
/
+96
2020-07-13
Merged with the default branch.
Sergey Kandaurov
28
-86
/
+618
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
5
-5
/
+116
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
QUIC: Introduced ngx_quic_finalize_connection().
Roman Arutyunyan
4
-48
/
+91
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
[next]