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-01-25
Merged with the default branch.
Sergey Kandaurov
7
-18
/
+91
2022-01-25
QUIC: fixed macro style.
Vladimir Homutov
2
-7
/
+7
2022-01-25
QUIC: fixed chain returned from ngx_quic_write_chain().
Roman Arutyunyan
1
-2
/
+4
2022-01-21
QUIC: removed stale declaration.
Vladimir Homutov
1
-1
/
+0
2022-01-23
QUIC: avoid logging error in case of version negotiation.
Vladimir Homutov
1
-1
/
+1
2022-01-20
QUIC: additional limit for probing packets.
Vladimir Homutov
1
-0
/
+11
2022-01-19
Core: simplify reader lock release.
Pavel Pautov
1
-15
/
+3
2022-01-19
QUIC: reworked migration handling.
Vladimir Homutov
11
-564
/
+351
2022-01-18
QUIC: the "quic_active_connection_id_limit" directive.
Vladimir Homutov
4
-1
/
+27
2022-01-17
SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.
Sergey Kandaurov
1
-0
/
+3
2022-01-17
QUIC: introduced function ngx_quic_split_chain().
Roman Arutyunyan
1
-47
/
+44
2022-01-16
QUIC: fixed format specifier after 3789f4a56d65.
Roman Arutyunyan
1
-1
/
+1
2022-01-13
QUIC: return written size from ngx_quic_write_chain().
Roman Arutyunyan
4
-17
/
+16
2022-01-13
QUIC: removed ngx_send_lowat() check for QUIC connections.
Sergey Kandaurov
1
-6
/
+0
2022-01-13
HTTP/3: removed useless warning regarding OpenSSL library.
Sergey Kandaurov
1
-11
/
+0
2022-01-13
QUIC: fixed handling stream input buffers.
Roman Arutyunyan
2
-6
/
+12
2022-01-11
QUIC: fixed handling STREAM FIN.
Roman Arutyunyan
1
-1
/
+1
2022-01-12
HTTP/3: set c->error on read error in ngx_http_test_reading().
Roman Arutyunyan
1
-0
/
+1
2022-01-12
HTTP/3: simplified code.
Roman Arutyunyan
1
-1
/
+1
2022-01-12
QUIC: modified HTTP version test.
Roman Arutyunyan
1
-1
/
+8
2022-01-11
Avoid sending "Connection: keep-alive" when shutting down.
Maxim Dounin
1
-0
/
+4
2021-12-30
HTTP/3: improved processing of multiple Cookie field lines.
Sergey Kandaurov
2
-14
/
+152
2021-12-30
Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Maxim Dounin
3
-0
/
+64
2021-12-29
Version bump.
Maxim Dounin
1
-2
/
+2
2021-12-29
Style.
Roman Arutyunyan
1
-1
/
+1
2021-12-29
Merged with the default branch.
Sergey Kandaurov
11
-249
/
+531
2021-12-27
Support for sendfile(SF_NOCACHE).
Maxim Dounin
3
-4
/
+25
2021-12-27
SSL: SSL_sendfile(SF_NODISKIO) support.
Maxim Dounin
1
-2
/
+29
2021-12-27
Simplified sendfile(SF_NODISKIO) usage.
Maxim Dounin
7
-169
/
+30
2021-12-27
Removed "aio sendfile", deprecated since 1.7.11.
Maxim Dounin
1
-13
/
+0
2021-12-27
QUIC: got rid of ngx_quic_create_temp_socket().
Vladimir Homutov
3
-63
/
+29
2021-12-28
Fixed a mismerge in 5c86189a1c1b.
Ruslan Ermilov
1
-0
/
+2
2021-12-27
QUIC: renamed input handling functions.
Roman Arutyunyan
1
-14
/
+15
2021-12-28
QUIC: fixed format specifier after 6ccf3867959a.
Roman Arutyunyan
1
-1
/
+1
2021-12-28
QUIC: fixed config test with bpf (ticket #2292).
Vladimir Homutov
1
-0
/
+8
2021-12-25
Core: added NGX_REGEX_MULTILINE for 3rd party modules.
Maxim Dounin
2
-2
/
+11
2021-12-25
PCRE2 and PCRE binary compatibility.
Maxim Dounin
2
-15
/
+48
2021-12-25
PCRE2 library support.
Maxim Dounin
2
-10
/
+351
2021-12-25
Core: ngx_regex.c style cleanup.
Maxim Dounin
1
-17
/
+17
2021-12-25
Core: fixed ngx_pcre_studies cleanup.
Maxim Dounin
1
-40
/
+43
2021-12-24
QUIC: refactored buffer allocation, spliting and freeing.
Roman Arutyunyan
2
-120
/
+167
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
7
-43
/
+45
2021-12-16
QUIC: removed ngx_quic_copy_chain().
Roman Arutyunyan
2
-61
/
+0
2021-12-16
QUIC: renamed buffer-related functions.
Roman Arutyunyan
6
-20
/
+20
2021-12-24
QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs().
Roman Arutyunyan
4
-96
/
+117
2021-12-24
QUIC: avoid excessive buffer allocations in stream output.
Roman Arutyunyan
5
-15
/
+33
2021-12-27
QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c.
Vladimir Homutov
1
-47
/
+28
2021-12-16
QUIC: refactored ngx_quic_validate_path().
Vladimir Homutov
1
-6
/
+3
2021-12-16
QUIC: added missing check for backup path existence.
Vladimir Homutov
1
-6
/
+15
2021-12-24
Merged with the default branch.
Ruslan Ermilov
18
-81
/
+214
[prev]
[next]