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
2022-11-30
QUIC: application init() callback.
Roman Arutyunyan
6
-28
/
+64
2022-08-22
HTTP/3: renamed functions.
Roman Arutyunyan
3
-6
/
+6
2022-11-30
QUIC: removed cancelable flag from QUIC and HTTP/3 events.
Roman Arutyunyan
2
-5
/
+0
2022-10-19
QUIC: idle mode for main connection.
Roman Arutyunyan
5
-4
/
+57
2022-10-19
HTTP/3: unified hq code with regular HTTP/3 code.
Roman Arutyunyan
4
-100
/
+62
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
4
-54
/
+110
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-25
HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).
Jiuzhou Cui
1
-0
/
+2
2022-11-23
QUIC: fixed triggering stream read event (ticket #2409).
Roman Arutyunyan
1
-1
/
+1
2022-11-22
QUIC: fixed C4334 MSVC warning about 32 to 64 bits conversion.
Sergey Kandaurov
1
-1
/
+1
2022-11-22
QUIC: plug MSVC warning about potentially uninitialized variable.
Sergey Kandaurov
1
-0
/
+4
2022-11-22
Added shutdown macros for win32 required for QUIC.
Sergey Kandaurov
1
-0
/
+2
2022-11-22
QUIC: fixed C4389 MSVC warning about signed/unsigned mismatch.
Sergey Kandaurov
1
-1
/
+2
2022-11-22
QUIC: avoid using C99 designated initializers.
Sergey Kandaurov
2
-24
/
+23
2022-11-22
QUIC: moved variable declaration to fix build with MSVC 2010.
Sergey Kandaurov
1
-36
/
+32
2022-11-22
QUIC: fixed C4706 warnings with MSVC 2010.
Sergey Kandaurov
1
-16
/
+44
2022-11-22
HTTP/3: fixed server_name regex captures (ticket #2407).
Sergey Kandaurov
1
-0
/
+1
2022-11-01
Set default listen socket type in http.
Roman Arutyunyan
1
-0
/
+1
2022-10-20
Merged with the default branch.
Sergey Kandaurov
13
-147
/
+785
2022-10-20
QUIC: removed compatibility with older BoringSSL API.
Sergey Kandaurov
1
-8
/
+4
2022-10-20
QUIC: support for setting QUIC methods with LibreSSL.
Sergey Kandaurov
1
-9
/
+9
2022-10-20
QUIC: using SSL_set_quic_early_data_enabled() only with QuicTLS.
Sergey Kandaurov
1
-1
/
+1
2022-10-20
QUIC: using native TLSv1.3 cipher suite constants.
Sergey Kandaurov
1
-8
/
+11
2022-10-19
Mp4: disabled duplicate atoms.
Roman Arutyunyan
1
-0
/
+147
2022-10-17
SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
3
-4
/
+4
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-30
QUIC: "info" logging level on insufficient client connection ids.
Sergey Kandaurov
1
-1
/
+1
2022-09-27
Added type cast to ngx_proxy_protocol_parse_uint16().
Roman Arutyunyan
1
-1
/
+3
2022-10-12
PROXY protocol v2 TLV variables.
Roman Arutyunyan
4
-2
/
+265
2022-10-10
Log only the first line of user input on PROXY protocol v1 error.
Roman Arutyunyan
1
-1
/
+7
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
[next]