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
2023-01-28
Style.
Maxim Dounin
1
-2
/
+2
2023-02-22
QUIC: OpenSSL compatibility layer.
Roman Arutyunyan
6
-46
/
+766
2023-02-23
QUIC: improved ssl_reject_handshake error logging.
Sergey Kandaurov
1
-0
/
+8
2023-02-23
QUIC: using ngx_ssl_handshake_log().
Sergey Kandaurov
3
-9
/
+7
2023-02-23
QUIC: moved "handshake failed" reason to send_alert.
Sergey Kandaurov
1
-1
/
+1
2023-02-23
QUIC: using NGX_QUIC_ERR_CRYPTO macro in ALPN checks.
Sergey Kandaurov
1
-1
/
+1
2023-02-13
QUIC: fixed indentation.
Sergey Kandaurov
2
-3
/
+3
2023-01-31
QUIC: fixed broken token in NEW_TOKEN (ticket #2446).
Roman Arutyunyan
4
-8
/
+34
2023-01-31
QUIC: ngx_quic_copy_buffer() function.
Roman Arutyunyan
3
-21
/
+37
2023-01-18
QUIC: defer setting the active flag for client stream events.
Sergey Kandaurov
1
-18
/
+21
2023-01-10
QUIC: relocated ngx_quic_init_streams() for 0-RTT.
Roman Arutyunyan
1
-13
/
+9
2023-01-10
QUIC: set stream error flag on reset.
Roman Arutyunyan
1
-2
/
+12
2023-01-10
QUIC: automatically add and never delete stream events.
Roman Arutyunyan
3
-32
/
+9
2023-01-10
HTTP/3: fixed $connection_time.
Sergey Kandaurov
1
-0
/
+1
2023-01-02
Merged with the default branch.
Sergey Kandaurov
2
-2
/
+2
2022-12-16
Style.
BullerDu
1
-1
/
+1
2022-12-15
Merged with the default branch.
Sergey Kandaurov
2
-3
/
+13
2022-12-01
SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Maxim Dounin
1
-0
/
+5
2022-11-24
SSL: fixed debug logging of SSL_sendfile() return value.
Sergey Kandaurov
1
-1
/
+1
2022-11-23
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
1
-1
/
+3
2022-11-23
Disabled cloning of sockets without master process (ticket #2403).
Maxim Dounin
1
-1
/
+4
2022-11-30
QUIC: application init() callback.
Roman Arutyunyan
2
-3
/
+21
2022-10-13
SSL: removed cast not needed after 5ffd76a9ccf3.
Sergey Kandaurov
1
-1
/
+1
2022-10-12
SSL: workaround for session timeout handling with TLSv1.3.
Maxim Dounin
2
-0
/
+48
2022-10-12
SSL: optimized rotation of session ticket keys.
Maxim Dounin
2
-19
/
+47
2022-10-12
SSL: automatic rotation of session ticket keys.
Maxim Dounin
2
-30
/
+160
2022-10-12
SSL: shorter debug messages about session tickets.
Maxim Dounin
1
-3
/
+3
2022-10-12
SSL: renamed session ticket key functions and data index.
Maxim Dounin
2
-16
/
+13
2022-10-12
SSL: renamed session ticket key type.
Maxim Dounin
2
-21
/
+21
2022-10-12
SSL: style.
Maxim Dounin
1
-0
/
+2
2022-10-12
SSL: explicit clearing of expired sessions.
Maxim Dounin
1
-0
/
+6
2022-10-12
SSL: single allocation in session cache on 32-bit platforms.
Maxim Dounin
2
-48
/
+25
2022-10-12
SSL: explicit session id length checking.
Maxim Dounin
1
-2
/
+8
2022-10-12
SSL: updated comment about session sizes.
Maxim Dounin
1
-6
/
+6
2022-10-12
SSL: reduced logging of session cache failures (ticket #621).
Maxim Dounin
2
-2
/
+8
2022-10-12
SSL: disabled saving tickets to session cache.
Maxim Dounin
1
-0
/
+17
2022-09-08
SSL: silenced GCC warnings when building with BoringSSL.
Sergey Kandaurov
1
-1
/
+1
2022-09-07
Win32: fixed build on Windows with OpenSSL 3.0.x (ticket #2379).
Maxim Dounin
1
-3
/
+3
2022-09-07
SSL: fixed incorrect usage of #if instead of #ifdef.
Maxim Dounin
1
-1
/
+1
2022-09-07
Events: fixed style and wrong error handling in the iocp module.
Maxim Dounin
1
-4
/
+3
2022-11-30
QUIC: removed cancelable flag from QUIC and HTTP/3 events.
Roman Arutyunyan
1
-4
/
+0
2022-10-19
QUIC: idle mode for main connection.
Roman Arutyunyan
2
-3
/
+19
2022-09-07
QUIC: do not send MAX_STREAMS in shutdown state.
Roman Arutyunyan
1
-8
/
+9
2022-08-22
QUIC: defer stream removal until all its data is acked.
Roman Arutyunyan
3
-23
/
+64
2022-11-29
QUIC: reusable mode for main connection.
Roman Arutyunyan
3
-52
/
+98
2022-09-07
QUIC: post close event for connection close.
Roman Arutyunyan
2
-23
/
+26
2022-08-22
QUIC: made ngx_quic_finalize_connecion() more graceful.
Roman Arutyunyan
1
-18
/
+14
2022-09-07
QUIC: treat qc->error == -1 as a missing error.
Roman Arutyunyan
1
-3
/
+3
2022-11-25
QUIC: fixed computation of nonce with packet numbers beyond 2^32.
Sergey Kandaurov
1
-4
/
+8
2022-11-23
QUIC: fixed triggering stream read event (ticket #2409).
Roman Arutyunyan
1
-1
/
+1
[prev]
[next]