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
2020-10-01
Merged with the default branch.
Sergey Kandaurov
11
-99
/
+995
2020-10-01
QUIC: a bandaid for calculating ack_delay with non-monotonic time.
Sergey Kandaurov
1
-0
/
+1
2020-10-01
QUIC: speeding up handshake completion.
Sergey Kandaurov
1
-3
/
+15
2020-10-01
QUIC: fixed clang-ast asserts.
Sergey Kandaurov
2
-2
/
+2
2020-10-01
QUIC: fixed build with OpenSSL after bed310672f39.
Sergey Kandaurov
1
-1
/
+1
2020-10-01
QUIC: moved ssl configuration pointer to quic configuration.
Vladimir Homutov
6
-31
/
+30
2020-09-30
QUIC: added stateless reset support.
Vladimir Homutov
7
-13
/
+237
2020-09-30
QUIC: refined the "c->quic->initialized" flag usage.
Vladimir Homutov
1
-53
/
+66
2020-09-30
QUIC: packet processing refactoring.
Vladimir Homutov
3
-475
/
+239
2020-09-29
Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Maxim Dounin
1
-1
/
+3
2020-09-29
Userid: userid_flags fixup.
Maxim Dounin
1
-7
/
+9
2020-09-28
Resolver: improved error messages (ticket #2024).
Maxim Dounin
1
-16
/
+16
2020-09-28
Userid: userid_flags directive to set cookie flags.
Maxim Dounin
1
-0
/
+72
2020-09-27
Proxy: added the "proxy_cookie_flags" directive.
Ruslan Ermilov
1
-30
/
+552
2020-09-27
Proxy: changed interface of some internal functions.
Ruslan Ermilov
1
-32
/
+30
2020-09-27
Proxy: strengthen syntax checking for some directives.
Ruslan Ermilov
1
-12
/
+20
2020-09-25
QUIC: simplified packet header parsing.
Vladimir Homutov
2
-26
/
+3
2020-09-25
QUIC: keep the entire packet size in pkt->len.
Roman Arutyunyan
3
-6
/
+7
2020-09-18
QUIC: switched to using fixed-length server connection IDs.
Vladimir Homutov
2
-10
/
+5
2020-09-30
QUIC: resend frames by moving them to output queue.
Roman Arutyunyan
1
-20
/
+20
2020-09-29
QUIC: switch stream context to a server selected by SNI.
Roman Arutyunyan
1
-2
/
+15
2020-09-23
QUIC: unbreak client certificate verification after 0d2b2664b41c.
Sergey Kandaurov
1
-0
/
+2
2020-09-21
QUIC: prevented posted push event while in the draining state.
Vladimir Homutov
1
-12
/
+12
2020-09-16
HTTP/3: rearranged length check when parsing header.
Roman Arutyunyan
1
-5
/
+5
2020-09-16
HTTP/3: removed HTTP/3 parser call from discard body filter.
Roman Arutyunyan
1
-10
/
+1
2020-09-16
HTTP/3: reject HTTP/2 frames.
Roman Arutyunyan
1
-0
/
+17
2020-08-28
Stream: set module.
Pavel Pautov
1
-0
/
+226
2020-09-24
SSL: abort handshake on SSL_set_SSL_CTX() errors.
Sergey Kandaurov
1
-1
/
+4
2020-09-23
HTTP/2: run posted requests after reading body.
Maxim Dounin
1
-0
/
+4
2020-09-23
HTTP/2: fixed segfault on DATA frames after 400 errors.
Maxim Dounin
1
-0
/
+7
2020-09-16
SSL: disabled shutdown when there are buffered data.
Maxim Dounin
1
-1
/
+1
2020-09-16
SSL: disabled shutdown after connection errors.
Maxim Dounin
1
-1
/
+1
2020-09-16
SSL: fixed event handling during shutdown.
Maxim Dounin
1
-0
/
+7
2020-09-16
SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.
Maxim Dounin
1
-0
/
+12
2020-09-09
Cache: keep c->body_start when Vary changes (ticket #2029).
Sergey Kandaurov
2
-1
/
+3
2020-08-24
HTTP/3: skip unknown frames on request stream.
Roman Arutyunyan
3
-11
/
+60
2020-09-16
HTTP/3: fixed handling request body eof.
Roman Arutyunyan
3
-24
/
+35
2020-09-11
QUIC: switched to draft 29 by default.
Vladimir Homutov
1
-2
/
+2
2020-09-09
QUIC: allowed old DCID for initial packets until first ACK.
Roman Arutyunyan
1
-8
/
+21
2020-09-08
QUIC: eliminated idle timeout restart for dropped packets.
Roman Arutyunyan
1
-3
/
+27
2020-09-08
QUIC: removed check for packet size beyond MAX_UDP_PAYLOAD_SIZE.
Sergey Kandaurov
1
-5
/
+0
2020-09-08
QUIC: check that the packet length is of at least sample size.
Sergey Kandaurov
1
-0
/
+4
2020-09-08
QUIC: update packet length for short packets too.
Sergey Kandaurov
2
-2
/
+2
2020-09-07
QUIC: added logging output stream frame offset.
Roman Arutyunyan
1
-4
/
+4
2020-09-04
QUIC: refactored ngx_quic_retry_input().
Vladimir Homutov
1
-15
/
+9
2020-09-06
QUIC: do not send STOP_SENDING after STREAM fin.
Roman Arutyunyan
1
-1
/
+1
2020-09-03
QUIC: added support for multiple connection IDs.
Vladimir Homutov
3
-14
/
+301
2020-08-27
QUIC: style.
Vladimir Homutov
1
-13
/
+13
2020-09-02
QUIC: pass return code from ngx_quic_decrypt() to the caller.
Vladimir Homutov
2
-24
/
+39
2020-09-02
QUIC: discard unrecognized long packes.
Vladimir Homutov
1
-1
/
+4
[next]