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
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
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
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-10-20
Merged with the default branch.
Sergey Kandaurov
3
-135
/
+354
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-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-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-08-09
SSL: logging level of "bad record type" errors.
Murilo Andrade
1
-0
/
+3
2022-07-12
SSL: logging levels of various errors added in OpenSSL 1.1.1.
Maxim Dounin
1
-0
/
+12
2022-05-31
QUIC: avoided pool usage in token calculation.
Vladimir Homutov
4
-20
/
+32
2022-07-27
QUIC: removed ngx_quic_keys_new().
Vladimir Homutov
4
-51
/
+44
2022-07-27
QUIC: avoided pool usage in ngx_quic_protection.c.
Vladimir Homutov
5
-24
/
+24
2022-07-27
QUIC: fixed-length buffers for secrets.
Vladimir Homutov
1
-98
/
+89
2022-07-26
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+12
2022-04-20
QUIC: separate UDP framework for QUIC.
Roman Arutyunyan
9
-138
/
+562
2022-02-17
QUIC: fixed insertion at the end of buffer.
Roman Arutyunyan
2
-3
/
+3
2022-02-16
QUIC: fixed indentation.
Sergey Kandaurov
8
-22
/
+22
2022-02-14
QUIC: optimize insertion at the end of QUIC buffer.
Roman Arutyunyan
2
-2
/
+21
2022-02-14
QUIC: eliminated ngx_quic_copy_buf().
Roman Arutyunyan
3
-40
/
+25
2022-02-14
QUIC: trim input chain in ngx_quic_buffer_write().
Roman Arutyunyan
3
-26
/
+16
2022-02-14
QUIC: ngx_quic_buffer_t object.
Roman Arutyunyan
7
-102
/
+128
2022-02-08
SSL: logging level of "application data after close notify".
Sergey Kandaurov
1
-0
/
+6
2022-02-05
QUIC: stream lingering.
Roman Arutyunyan
5
-188
/
+269
2022-02-15
QUIC: optimized datagram expansion with half-RTT tickets.
Sergey Kandaurov
1
-4
/
+7
[next]