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
/
event
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-01
Merged with the default branch.
Sergey Kandaurov
2
-38
/
+61
2021-10-21
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
2
-5
/
+205
2021-10-21
Style: added missing "static" specifiers.
Maxim Dounin
1
-1
/
+1
2021-10-19
Stream: the "ssl_alpn" directive.
Vladimir Homutov
1
-0
/
+3
2021-10-14
SSL: added $ssl_alpn_protocol variable.
Vladimir Homutov
2
-0
/
+32
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-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-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
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-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
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-28
QUIC: eliminated stream type from ngx_quic_stream_frame_t.
Roman Arutyunyan
6
-77
/
+50
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
2
-2
/
+7
2021-07-15
Merged with the default branch.
Sergey Kandaurov
4
-33
/
+42
2021-07-15
Core: added separate function for local source address cmsg.
Vladimir Homutov
2
-82
/
+12
2021-07-15
QUIC: added support for segmentation offloading.
Vladimir Homutov
1
-10
/
+236
2021-07-15
Core: made the ngx_sendmsg() function non-static.
Vladimir Homutov
1
-0
/
+31
2021-07-12
Core: the ngx_event_udp.h header file.
Vladimir Homutov
2
-27
/
+44
2021-07-05
QUIC: fixed padding calculation.
Vladimir Homutov
1
-0
/
+3
2021-06-30
QUIC: consider max_ack_delay=16384 invalid.
Roman Arutyunyan
1
-1
/
+1
2021-06-21
QUIC: fixed double memzero of new frames in ngx_quic_alloc_frame().
Sergey Kandaurov
1
-1
/
+1
2021-06-21
Core: added the ngx_rbtree_data() macro.
Vladimir Homutov
1
-2
/
+2
2021-06-17
QUIC: compact initial secrets table.
Sergey Kandaurov
1
-32
/
+6
2021-06-16
QUIC: using compile time block/iv length for tokens.
Sergey Kandaurov
1
-4
/
+8
2021-06-16
QUIC: optimized initial secrets key length computation.
Sergey Kandaurov
1
-6
/
+6
2021-06-16
QUIC: consistent use of 12-byte buffers in nonce computation.
Sergey Kandaurov
1
-9
/
+9
2021-06-16
QUIC: consistent use of 5-byte buffers for header protection.
Sergey Kandaurov
1
-8
/
+11
2021-06-16
QUIC: updated specification references.
Sergey Kandaurov
11
-70
/
+128
2021-06-10
QUIC: improved errors readability.
Vladimir Homutov
2
-1
/
+3
2021-06-09
QUIC: persistent congestion calculation.
Vladimir Homutov
3
-13
/
+112
2021-06-07
QUIC: stream flow control refactored.
Roman Arutyunyan
4
-64
/
+179
2021-06-01
Fixed SSL logging with lingering close.
Maxim Dounin
2
-0
/
+7
2021-06-01
SSL: ngx_ssl_shutdown() rework.
Maxim Dounin
1
-22
/
+21
2021-05-31
HTTP/3: removed $http3 that served its purpose.
Sergey Kandaurov
1
-4
/
+0
2021-05-31
Core: disabled cloning sockets when testing config (ticket #2188).
Maxim Dounin
1
-10
/
+13
2021-05-26
QUIC: call stream read handler on new data arrival.
Roman Arutyunyan
1
-6
/
+19
2021-05-25
QUIC: make sure stream data size is lower than final size.
Roman Arutyunyan
2
-0
/
+17
[prev]
[next]