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
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
Merged with the default branch.
Sergey Kandaurov
22
-206
/
+247
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
2021-06-30
QUIC: consider max_ack_delay=16384 invalid.
Roman Arutyunyan
3
-3
/
+3
2021-06-28
Disabled control characters in the Host header.
Maxim Dounin
1
-3
/
+4
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
6
-13
/
+28
2021-06-28
Disabled control characters and space in header names.
Maxim Dounin
3
-4
/
+4
2021-06-28
Disabled control characters in URIs.
Maxim Dounin
1
-14
/
+28
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
4
-70
/
+11
2021-06-28
Core: escaping of chars not allowed in URIs per RFC 3986.
Maxim Dounin
1
-16
/
+29
2021-06-28
Core: fixed comment about escaping in arguments.
Maxim Dounin
1
-1
/
+1
2021-06-28
Disabled requests with both Content-Length and Transfer-Encoding.
Maxim Dounin
1
-2
/
+9
2021-06-28
Added CONNECT method rejection.
Maxim Dounin
4
-17
/
+31
2021-06-28
Moved TRACE method rejection to a better place.
Maxim Dounin
1
-7
/
+7
2021-06-23
QUIC: fixed client certificates verification in stream.
Vladimir Homutov
1
-0
/
+4
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
3
-5
/
+6
2021-06-18
Fixed format strings for ngx_win32_version.
Maxim Dounin
1
-3
/
+3
2021-06-17
QUIC: compact initial secrets table.
Sergey Kandaurov
1
-32
/
+6
2021-06-17
gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Sergey Kandaurov
1
-0
/
+4
2021-06-17
gRPC: handling GOAWAY with a higher last stream identifier.
Sergey Kandaurov
1
-0
/
+9
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-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
6
-0
/
+49
2021-06-11
HTTP/3: generate more H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-3
/
+23
2021-06-11
HTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-6
/
+6
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
3
-0
/
+9
2021-06-01
SSL: ngx_ssl_shutdown() rework.
Maxim Dounin
1
-22
/
+21
2021-06-01
HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1).
Sergey Kandaurov
1
-1
/
+0
2021-06-01
HTTP/3: fixed parsing encoder insertions with empty header value.
Sergey Kandaurov
1
-0
/
+2
2021-05-31
HTTP/3: removed $http3 that served its purpose.
Sergey Kandaurov
2
-54
/
+1
2021-05-31
Core: disabled SO_REUSEADDR on UDP sockets while testing config.
Maxim Dounin
1
-11
/
+14
2021-05-31
Core: disabled cloning sockets when testing config (ticket #2188).
Maxim Dounin
1
-10
/
+13
[next]