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-05-31
Core: disabled cloning sockets when testing config (ticket #2188).
Maxim Dounin
1
-10
/
+13
2021-05-31
Version bump.
Maxim Dounin
1
-2
/
+2
2021-05-28
Merged with the default branch.
Sergey Kandaurov
32
-298
/
+717
2021-05-27
HTTP/3: fixed Insert With Name Reference index processing.
Sergey Kandaurov
1
-1
/
+12
2021-05-26
QUIC: call stream read handler on new data arrival.
Roman Arutyunyan
1
-6
/
+19
2021-05-25
QUIC: make sure stream data size is lower than final size.
Roman Arutyunyan
2
-0
/
+17
2021-05-25
Resolver: explicit check for compression pointers in question.
Maxim Dounin
1
-0
/
+6
2021-05-25
Resolver: simplified ngx_resolver_copy().
Maxim Dounin
1
-8
/
+5
2021-05-25
Resolver: reworked ngx_resolver_copy() copy loop.
Maxim Dounin
1
-11
/
+7
2021-05-25
Resolver: fixed label types handling in ngx_resolver_copy().
Maxim Dounin
1
-0
/
+5
2021-05-25
Resolver: fixed off-by-one read in ngx_resolver_copy().
Maxim Dounin
1
-0
/
+5
2021-05-25
Resolver: fixed off-by-one write in ngx_resolver_copy().
Maxim Dounin
1
-4
/
+4
2021-05-25
QUIC: refactored CRYPTO and STREAM buffer ordering.
Roman Arutyunyan
9
-351
/
+220
2021-05-24
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
5
-7
/
+80
2021-05-24
Fixed log action when using SSL certificates with variables.
Maxim Dounin
1
-0
/
+2
2021-05-22
QUIC: unroll and inline ngx_quic_varint_len()/ngx_quic_build_int().
Sergey Kandaurov
1
-17
/
+36
2021-05-20
Stream: the "fastopen" parameter of the "listen" directive.
Ruslan Ermilov
3
-0
/
+32
2021-05-19
Core: fixed comment about msie_refresh escaping.
Ruslan Ermilov
1
-1
/
+1
2021-05-19
Mail: max_errors directive.
Maxim Dounin
3
-1
/
+27
2021-05-19
Mail: IMAP pipelining support.
Maxim Dounin
4
-18
/
+65
2021-05-19
Mail: stricter checking of IMAP tags.
Maxim Dounin
1
-0
/
+11
2021-05-19
Mail: fixed backslash handling in IMAP literals.
Maxim Dounin
2
-25
/
+19
2021-05-19
Mail: removed dead s->arg_start handling.
Maxim Dounin
2
-48
/
+0
2021-05-19
Mail: fixed s->arg_start clearing on invalid IMAP commands.
Maxim Dounin
1
-0
/
+2
2021-05-19
Mail: POP3 pipelining support.
Maxim Dounin
3
-6
/
+45
2021-05-19
Mail: optimized discarding invalid SMTP commands.
Maxim Dounin
1
-1
/
+1
2021-05-19
Mail: fixed handling of invalid SMTP commands split between reads.
Maxim Dounin
1
-3
/
+3
2021-05-19
Mail: fixed SMTP pipelining to send the response immediately.
Maxim Dounin
1
-5
/
+4
2021-05-18
HTTP/3: fixed server push after 9ec3e71f8a61.
Roman Arutyunyan
1
-4
/
+3
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
10
-90
/
+331
2021-05-06
Auth basic: changed alcf->user_file to be a pointer.
Maxim Dounin
1
-9
/
+12
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
9
-55
/
+39
2021-05-05
QUIC: generic buffering for stream input.
Roman Arutyunyan
5
-75
/
+77
2021-05-05
QUIC: simplified sending 1-RTT only frames.
Sergey Kandaurov
5
-27
/
+19
2021-05-05
QUIC: relaxed client id requirements.
Vladimir Homutov
3
-6
/
+44
2021-05-06
QUIC: consider NEW_CONNECTION_ID a probing frame.
Vladimir Homutov
1
-0
/
+1
2021-04-28
HTTP/3: clean up table from session cleanup handler.
Roman Arutyunyan
3
-19
/
+13
2021-05-05
HTTP/3: moved session initialization to a separate file.
Roman Arutyunyan
3
-75
/
+87
2021-05-05
HTTP/3: separate header files for existing source files.
Roman Arutyunyan
4
-74
/
+135
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
4
-125
/
+159
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
4
-17
/
+16
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
7
-41
/
+40
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
7
-32
/
+30
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
5
-22
/
+24
2021-05-05
HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.
Roman Arutyunyan
2
-12
/
+12
2021-05-04
HTTP/3: fixed decoder stream stubs.
Roman Arutyunyan
1
-5
/
+5
2021-05-05
HTTP/3: reject empty DATA and HEADERS frames on control stream.
Roman Arutyunyan
1
-5
/
+4
2021-04-28
QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.
Vladimir Homutov
1
-9
/
+6
2021-04-29
QUIC: connection migration.
Vladimir Homutov
15
-369
/
+1675
2021-04-22
Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Ruslan Ermilov
1
-0
/
+2
[prev]
[next]