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-07-06
Proxy: style.
Maxim Dounin
1
-2
/
+2
2020-07-06
Proxy: detection of data after final chunk.
Maxim Dounin
1
-1
/
+30
2020-07-06
Proxy: drop extra data sent by upstream.
Maxim Dounin
1
-9
/
+43
2020-07-06
Memcached: protect from too long responses.
Maxim Dounin
1
-3
/
+6
2020-07-03
HTTP/2: lingering close after GOAWAY.
Ruslan Ermilov
2
-6
/
+124
2020-07-02
HTTP/3: simplified handling return codes from parse functions.
Roman Arutyunyan
1
-30
/
+4
2020-07-03
HTTP/3: put ngx_http_v3_parse_varlen_int() return code in variable.
Roman Arutyunyan
1
-16
/
+26
2020-07-03
HTTP/3: simplifed handling ngx_http_v3_parse_literal() return code.
Roman Arutyunyan
1
-56
/
+21
2020-07-03
HTTP/3: limited prefixed integer size by 62 bits.
Roman Arutyunyan
1
-38
/
+66
2020-07-03
HTTP/3: fixed overflow in prefixed integer parser.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: fixed prefix in decoding Section Acknowledgement.
Sergey Kandaurov
1
-1
/
+1
2020-06-30
HTTP/3: set r->headers_in.chunked flag after parsing headers.
Roman Arutyunyan
1
-1
/
+6
2020-07-02
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.
Roman Arutyunyan
7
-136
/
+220
2020-06-30
HTTP/3: error code definitions for HTTP/3 and QPACK.
Roman Arutyunyan
1
-0
/
+23
2020-07-02
QUIC: Introduced ngx_quic_finalize_connection().
Roman Arutyunyan
4
-48
/
+91
2020-07-02
HTTP/3: downgraded literal size error level to NGX_LOG_INFO.
Roman Arutyunyan
1
-1
/
+1
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
7
-166
/
+584
2020-07-02
HTTP/3: fixed prefixed integer encoding and decoding.
Roman Arutyunyan
3
-16
/
+16
2020-06-29
SSL: fixed unexpected certificate requests (ticket #2008).
Maxim Dounin
1
-1
/
+2
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
3
-1
/
+25
2020-06-26
HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro.
Roman Arutyunyan
1
-0
/
+6
2020-06-26
HTTP/3: fixed dropping first non-pseudo header.
Roman Arutyunyan
1
-11
/
+38
2020-06-25
HTTP/3: do not emit a DATA frame header for header_only responses.
Sergey Kandaurov
1
-1
/
+1
2020-06-19
Style.
Vladimir Homutov
1
-0
/
+1
2020-06-23
Update Initial salt and Retry secret from quic-tls-29.
Sergey Kandaurov
1
-4
/
+15
2020-06-23
Get rid of hardcoded numbers used for quic handshake errors.
Sergey Kandaurov
3
-7
/
+13
2020-06-23
Discard short packets which could not be decrypted.
Sergey Kandaurov
2
-4
/
+6
2020-06-23
Close connection with PROTOCOL_VIOLATION on decryption failure.
Sergey Kandaurov
1
-2
/
+2
2020-06-23
Define KEY_UPDATE_ERROR from quic-tls-24.
Sergey Kandaurov
2
-2
/
+2
2020-06-23
Reject new QUIC connection with CONNECTION_REFUSED on shutdown.
Sergey Kandaurov
1
-0
/
+5
2020-06-23
Close QUIC connection with NO_ERROR on c->close.
Sergey Kandaurov
1
-1
/
+2
2020-06-23
Do not close QUIC sockets in ngx_close_listening_sockets().
Sergey Kandaurov
3
-0
/
+9
2020-06-23
QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29.
Sergey Kandaurov
2
-2
/
+2
2020-06-18
QUIC: cleaned up quic encryption state tracking.
Vladimir Homutov
1
-14
/
+6
2020-06-18
QUIC: added ALPN checks.
Vladimir Homutov
2
-3
/
+32
2020-06-18
QUIC: fixed off-by-one in frame range handler.
Vladimir Homutov
1
-1
/
+1
2020-06-16
QUIC: further limiting maximum QUIC packet size.
Vladimir Homutov
2
-4
/
+21
2020-06-15
QUIC: raise error on missing transport parameters.
Vladimir Homutov
1
-40
/
+48
2020-06-15
QUIC: Fixed connection cleanup.
Vladimir Homutov
1
-0
/
+4
2020-06-15
Fixed potential leak of temp pool.
Eran Kornblau
1
-2
/
+2
2020-06-22
Cache: introduced min_free cache clearing.
Maxim Dounin
6
-3
/
+89
2020-06-22
Too large st_blocks values are now ignored (ticket #157).
Maxim Dounin
1
-1
/
+4
2020-06-22
Large block sizes on Linux are now ignored (ticket #1168).
Maxim Dounin
1
-0
/
+12
2020-06-15
OCSP: fixed use-after-free on error.
Roman Arutyunyan
1
-21
/
+20
2020-06-15
Correctly flush request body to uwsgi with SSL.
Quantum
1
-0
/
+1
2020-06-10
Style.
Vladimir Homutov
1
-1
/
+2
2020-06-10
Limited max udp payload size for outgoing packets.
Vladimir Homutov
2
-1
/
+9
2020-06-10
Increased default initial retransmit timeout.
Vladimir Homutov
1
-3
/
+5
2020-06-10
Fixed usage of own/client transport parameters.
Vladimir Homutov
1
-2
/
+2
2020-06-08
Stream: fixed processing of zero length UDP packets (ticket #1982).
Vladimir Homutov
3
-2
/
+11
[prev]
[next]