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-02-11
HTTP/2: keepalive_timeout now armed once between requests.
Maxim Dounin
1
-24
/
+15
2021-02-11
HTTP/2: removed http2_idle_timeout and http2_max_requests.
Maxim Dounin
3
-31
/
+39
2021-02-11
HTTP/2: removed http2_recv_timeout.
Maxim Dounin
3
-14
/
+42
2021-02-11
HTTP/2: removed SPDY directives handling.
Maxim Dounin
2
-77
/
+0
2021-02-11
HTTP/2: fixed reusing connections with active requests.
Maxim Dounin
1
-0
/
+1
2021-02-11
HTTP/2: reuse of connections with incomplete frames.
Maxim Dounin
1
-1
/
+7
2021-02-11
Additional connections reuse.
Maxim Dounin
1
-0
/
+16
2021-02-11
Reuse of connections in lingering close.
Maxim Dounin
2
-2
/
+8
2021-02-08
QUIC: updated list of transport parameters to be sent.
Vladimir Homutov
1
-3
/
+22
2021-02-10
QUIC: distinguish reserved transport parameters in logging.
Vladimir Homutov
1
-1
/
+2
2021-02-12
QUIC: send PING frames on PTO expiration.
Roman Arutyunyan
3
-12
/
+95
2021-02-12
QUIC: improved setting the lost timer.
Roman Arutyunyan
1
-25
/
+85
2021-02-04
QUIC: disabled non-immediate ACKs for Initial and Handshake.
Roman Arutyunyan
1
-2
/
+5
2021-02-09
QUIC: fixed logging ACK frames.
Roman Arutyunyan
1
-1
/
+1
2021-02-08
QUIC: the "quic_host_key" directive.
Vladimir Homutov
6
-78
/
+336
2021-02-04
QUIC: use server ack_delay_exponent when sending ack.
Roman Arutyunyan
1
-1
/
+1
2021-02-03
QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.
Sergey Kandaurov
3
-16
/
+15
2021-02-02
HTTP/3: reverted version check for keepalive flag.
Roman Arutyunyan
1
-1
/
+1
2021-02-01
HTTP/3: fixed format specifier.
Roman Arutyunyan
1
-1
/
+1
2021-02-01
HTTP/2: lingering close changed to handle NGX_AGAIN.
Ruslan Ermilov
1
-0
/
+4
2021-01-26
Clean up trailers in ngx_http_clean_header() as well.
Sergey Kandaurov
1
-0
/
+4
2021-01-25
HTTP/3: refactored request body parser.
Roman Arutyunyan
4
-86
/
+488
2021-02-01
QUIC: fixed stateless reset recognition and send.
Roman Arutyunyan
1
-19
/
+13
2021-01-28
QUIC: refactored packet processing.
Roman Arutyunyan
1
-96
/
+107
2021-01-29
QUIC: stateless retry.
Vladimir Homutov
5
-246
/
+319
2021-01-29
HTTP/3: call ngx_handle_read_event() from client header handler.
Roman Arutyunyan
1
-4
/
+5
2021-01-19
Core: removed post_accept_timeout.
Maxim Dounin
3
-16
/
+21
2021-01-19
Removed incorrect optimization of HEAD requests.
Maxim Dounin
2
-11
/
+1
2021-01-12
Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Maxim Dounin
2
-0
/
+14
2021-01-11
Version bump.
Maxim Dounin
1
-2
/
+2
2020-12-21
HTTP/3: removed HTTP/3-specific code.
Roman Arutyunyan
1
-7
/
+5
2021-01-18
HTTP/3: client header validation.
Roman Arutyunyan
1
-0
/
+70
2021-01-12
HTTP/3: added comment.
Roman Arutyunyan
1
-0
/
+1
2021-01-22
HTTP/3: client pseudo-headers restrictions.
Roman Arutyunyan
1
-0
/
+92
2021-01-22
HTTP/3: refactored request parser.
Roman Arutyunyan
9
-388
/
+457
2021-01-11
QUIC: draft-33 salt and retry keys.
Sergey Kandaurov
2
-7
/
+15
2020-12-30
QUIC: fixed header protection macro name.
Vladimir Homutov
1
-3
/
+3
2020-12-25
QUIC: ngx_quic_bpf module.
Vladimir Homutov
9
-0
/
+1084
2020-12-15
Core: added interface to linux bpf() system call.
Vladimir Homutov
3
-0
/
+189
2020-12-25
QUIC: ngx_quic_module.
Vladimir Homutov
1
-0
/
+23
2020-12-25
QUIC: moved all quic sources into src/event/quic.
Vladimir Homutov
6
-0
/
+0
2020-12-22
QUIC: removed unused <openssl/aes.h> inclusion.
Sergey Kandaurov
1
-1
/
+0
2020-12-22
QUIC: fixed -Wtype-limits with GCC <= 5 (ticket #2104).
Sergey Kandaurov
1
-6
/
+15
2020-12-22
QUIC: fixed logging PATH_CHALLENGE/RESPONSE and build with GCC < 5.
Sergey Kandaurov
1
-4
/
+6
2020-12-22
QUIC: fixed building ALPN callback without debug and http2.
Sergey Kandaurov
1
-1
/
+1
2020-12-22
QUIC: fixed build with OpenSSL < 1.1.1.
Sergey Kandaurov
1
-0
/
+2
2020-12-21
QUIC: converted to SSL_CIPHER_get_protocol_id().
Sergey Kandaurov
1
-5
/
+1
2020-12-16
HTTP/3: staticize internal parsing functions.
Sergey Kandaurov
2
-45
/
+45
2020-12-16
HTTP/3: staticize ngx_http_v3_methods.
Sergey Kandaurov
1
-1
/
+1
2020-12-15
Merged with the default branch.
Sergey Kandaurov
12
-27
/
+69
[prev]
[next]