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
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
SSL: $ssl_curve (ticket #2135).
Sergey Kandaurov
1
-0
/
+3
2021-10-29
Changed default value of sendfile_max_chunk to 2m.
Maxim Dounin
1
-1
/
+1
2021-10-29
Upstream: sendfile_max_chunk support.
Maxim Dounin
1
-3
/
+6
2021-10-29
Simplified sendfile_max_chunk handling.
Maxim Dounin
1
-5
/
+1
2021-10-29
Switched to using posted next events after sendfile_max_chunk.
Maxim Dounin
1
-2
/
+1
2021-10-28
Mp4: mp4_start_key_frame directive.
Roman Arutyunyan
1
-27
/
+194
2021-10-28
Mp4: added ngx_http_mp4_update_mdhd_atom() function.
Roman Arutyunyan
1
-8
/
+32
2021-10-18
HTTP/3: send Stream Cancellation instruction.
Roman Arutyunyan
1
-0
/
+8
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
4
-38
/
+154
2021-10-18
HTTP/3: adjusted QUIC connection finalization.
Roman Arutyunyan
4
-30
/
+82
2021-11-03
QUIC: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-1
/
+0
2021-11-03
Merged with the default branch.
Sergey Kandaurov
15
-131
/
+266
2021-10-07
HTTP/3: traffic-based flood detection.
Roman Arutyunyan
5
-23
/
+138
2021-10-06
HTTP/3: fixed request length calculation.
Roman Arutyunyan
1
-2
/
+2
2021-10-06
HTTP/3: removed client-side encoder support.
Roman Arutyunyan
2
-156
/
+0
2021-09-27
HTTP/3: reset streams with incomplete responses or timeouts.
Roman Arutyunyan
1
-0
/
+14
2021-09-30
Added r->response_sent flag.
Roman Arutyunyan
2
-0
/
+9
2021-09-29
HTTP/3: fixed segfault when using SSL certificates with variables.
Sergey Kandaurov
2
-10
/
+8
2021-09-29
Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.
Sergey Kandaurov
1
-10
/
+11
2021-09-27
HTTP/3: fixed server push after ea9b645472b5.
Sergey Kandaurov
1
-1
/
+1
2021-09-22
HTTP/3: fixed null pointer dereference with server push.
Sergey Kandaurov
1
-0
/
+4
2021-09-22
HTTP/3: fixed ngx_stat_active counter.
Roman Arutyunyan
2
-0
/
+8
2021-09-17
HTTP/3: fixed pushed request finalization in case of error.
Roman Arutyunyan
1
-32
/
+23
2021-09-17
HTTP/3: make ngx_http_log_error() static again.
Roman Arutyunyan
3
-3
/
+3
2021-09-16
HTTP/3: added CONNECT and TRACE methods rejection.
Sergey Kandaurov
1
-1
/
+14
2021-09-14
Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.
Ruslan Ermilov
1
-1
/
+1
2021-09-13
HTTP/3: added debug logging of response fields.
Sergey Kandaurov
1
-3
/
+38
2021-09-13
HTTP/3: Huffman encoding for the Location response field.
Sergey Kandaurov
1
-59
/
+55
2021-09-13
HTTP/3: Huffman encoding for the Last-Modified response field.
Sergey Kandaurov
1
-4
/
+11
2021-09-13
HTTP/3: Huffman encoding for the Content-Type response field.
Sergey Kandaurov
1
-20
/
+20
2021-09-13
HTTP/3: implemented QPACK Huffman encoding for response fields.
Sergey Kandaurov
1
-5
/
+82
2021-09-09
HTTP/3: reading body buffering in filters.
Roman Arutyunyan
1
-3
/
+35
2021-09-08
Merged with the default branch.
Sergey Kandaurov
1
-54
/
+28
2021-09-06
HTTP/2: optimized processing of small DATA frames.
Maxim Dounin
1
-54
/
+12
2021-09-06
HTTP/2: fixed timers left after request body reading.
Maxim Dounin
1
-12
/
+12
2021-09-06
HTTP/2: fixed window updates when buffering in filters.
Maxim Dounin
1
-2
/
+18
2021-09-02
Fixed debug logging.
Roman Arutyunyan
1
-2
/
+2
2021-09-01
Merged with the default branch.
Sergey Kandaurov
9
-122
/
+382
2021-08-31
HTTP/2: avoid memcpy() with NULL source and zero length.
Maxim Dounin
1
-1
/
+3
2021-08-29
Request body: reading body buffering in filters.
Maxim Dounin
3
-26
/
+182
2021-08-29
Request body: introduced rb->last_saved flag.
Maxim Dounin
2
-15
/
+54
2021-08-29
Request body: added alert to catch duplicate body saving.
Maxim Dounin
1
-0
/
+6
2021-08-29
Request body: missing comments about initialization.
Maxim Dounin
1
-0
/
+2
2021-08-29
HTTP/2: improved handling of preread unbuffered requests.
Maxim Dounin
1
-1
/
+1
2021-08-29
HTTP/2: improved handling of END_STREAM in a separate DATA frame.
Maxim Dounin
1
-0
/
+3
2021-08-29
HTTP/2: reworked body reading to better match HTTP/1.x code.
Maxim Dounin
1
-62
/
+96
2021-08-29
HTTP/2: improved body reading logging.
Maxim Dounin
1
-0
/
+6
2021-08-20
Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).
Maxim Dounin
1
-0
/
+4
2021-10-21
SSL: SSL_sendfile() support with kernel TLS.
Maxim Dounin
2
-4
/
+6
2021-10-20
HTTP: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-7
/
+6
[prev]
[next]