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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-07
Proxy: disabled keepalive on extra data in non-buffered mode.
Awdhesh Mathpal
1
-0
/
+1
2021-10-06
Fixed $content_length cacheability with chunked (ticket #2252).
Maxim Dounin
1
-0
/
+4
2021-09-22
Stream: added half-close support.
Vladimir Homutov
2
-0
/
+37
2021-09-10
Request body: do not create temp file if there's nothing to write.
Roman Arutyunyan
1
-1
/
+1
2021-09-14
Version bump.
Roman Arutyunyan
1
-2
/
+2
2021-08-13
Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).
Rob Mueller
1
-2
/
+39
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
7
-43
/
+43
2021-08-10
SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.
Sergey Kandaurov
1
-5
/
+0
2021-08-10
SSL: removed export ciphers support.
Sergey Kandaurov
2
-36
/
+0
2021-08-10
SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.
Sergey Kandaurov
1
-0
/
+4
2021-08-10
SSL: silenced warnings when building with OpenSSL 3.0.
Sergey Kandaurov
1
-0
/
+2
2021-08-10
SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.
Sergey Kandaurov
2
-1
/
+6
2021-08-10
SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.
Sergey Kandaurov
1
-1
/
+31
2021-08-10
SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.
Sergey Kandaurov
1
-0
/
+5
2021-08-10
SSL: RSA data type is deprecated in OpenSSL 3.0.
Sergey Kandaurov
2
-1
/
+7
2021-08-09
Disabled HTTP/1.0 requests with Transfer-Encoding.
Sergey Kandaurov
1
-0
/
+8
2021-08-04
SSL: SSL_CTX_set_tmp_dh() error handling.
Sergey Kandaurov
1
-1
/
+7
2021-08-03
SSL: set events ready flags after handshake.
Maxim Dounin
1
-0
/
+6
2021-08-03
Version bump.
Maxim Dounin
1
-2
/
+2
2021-07-08
HTTP/3: bulk parse functions.
Roman Arutyunyan
4
-870
/
+1068
2021-08-24
QUIC: Stateless Reset Token debug logging cleanup.
Sergey Kandaurov
1
-2
/
+0
2021-08-24
QUIC: removed duplicate logging of Stateless Reset Token.
Sergey Kandaurov
1
-4
/
+0
2021-08-24
HTTP/3: fixed dead store assignment.
Sergey Kandaurov
1
-1
/
+0
2021-08-24
QUIC: fixed dead store assignment.
Sergey Kandaurov
1
-1
/
+0
2021-08-17
QUIC: fixed format specifiers in ngx_quic_bpf module.
Sergey Kandaurov
1
-6
/
+6
2021-08-10
HTTP/3: disabled control characters and space in header names.
Sergey Kandaurov
1
-1
/
+1
2021-08-05
HTTP/3: got rid of HTTP/2 module dependency.
Vladimir Homutov
2
-6
/
+6
2021-08-04
HTTP/3: replaced macros with values.
Roman Arutyunyan
2
-13
/
+4
2021-08-05
QUIC: asynchronous shutdown.
Roman Arutyunyan
2
-1
/
+5
2021-08-04
QUIC: client certificate validation with OCSP.
Sergey Kandaurov
6
-14
/
+109
2021-07-29
HTTP/3: close connection on keepalive_requests * 2.
Roman Arutyunyan
1
-2
/
+9
2021-08-02
QUIC: stream limits in "hq" mode.
Roman Arutyunyan
1
-0
/
+35
2021-07-29
HTTP/3: http3_max_uni_streams directive.
Roman Arutyunyan
3
-0
/
+28
2021-07-29
QUIC: limit in-flight bytes by congestion window.
Roman Arutyunyan
2
-10
/
+27
2021-07-28
QUIC: handle EAGAIN properly on UDP sockets.
Vladimir Homutov
5
-55
/
+135
2021-07-29
HTTP/3: require mandatory uni streams before additional ones.
Roman Arutyunyan
1
-2
/
+11
2021-07-28
QUIC: eliminated stream type from ngx_quic_stream_frame_t.
Roman Arutyunyan
6
-77
/
+50
2021-07-16
HTTP/3: use request pool instead of connection pool.
Roman Arutyunyan
1
-5
/
+5
2021-07-13
HTTP/3: response trailers support.
Roman Arutyunyan
1
-16
/
+118
2021-07-22
QUIC: avoid processing 1-RTT with incomplete handshake in OpenSSL.
Sergey Kandaurov
1
-0
/
+14
2021-07-20
QUIC: the "quic_gso" directive.
Vladimir Homutov
4
-2
/
+25
2021-07-20
Core: fixed errno clobbering in ngx_sendmsg().
Vladimir Homutov
1
-9
/
+9
2021-07-15
Core: added separate function for local source address cmsg.
Vladimir Homutov
3
-82
/
+77
2021-07-15
QUIC: added support for segmentation offloading.
Vladimir Homutov
2
-10
/
+240
2021-07-15
Core: made the ngx_sendmsg() function non-static.
Vladimir Homutov
2
-68
/
+124
2021-07-12
Core: the ngx_event_udp.h header file.
Vladimir Homutov
2
-27
/
+44
2021-07-05
Win32: use only preallocated memory in send/recv chain functions.
Ruslan Ermilov
2
-12
/
+20
2021-07-05
QUIC: fixed padding calculation.
Vladimir Homutov
1
-0
/
+3
2021-07-05
Use only preallocated memory in ngx_readv_chain() (ticket #1408).
Ruslan Ermilov
1
-1
/
+1
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
10
-232
/
+232
[prev]
[next]