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
2022-05-30
Upstream: simplified Content-Encoding handling.
Maxim Dounin
2
-37
/
+3
2022-05-30
Upstream: style.
Maxim Dounin
1
-7
/
+17
2022-05-30
Perl: combining unknown headers during $r->header_in() lookup.
Maxim Dounin
1
-40
/
+44
2022-05-30
Perl: all known input headers are handled identically.
Maxim Dounin
1
-20
/
+2
2022-05-30
All non-unique input headers are now linked lists.
Maxim Dounin
2
-59
/
+12
2022-05-30
Reworked multi headers to use linked lists.
Maxim Dounin
17
-245
/
+175
2022-05-30
Combining unknown headers during variables lookup (ticket #1316).
Maxim Dounin
3
-21
/
+74
2022-05-30
Uwsgi: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-6
/
+51
2022-05-30
SCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
1
-5
/
+45
2022-05-30
FastCGI: combining headers with identical names (ticket #1724).
Maxim Dounin
4
-11
/
+133
2022-05-30
Perl: fixed $r->header_in("Connection").
Maxim Dounin
1
-0
/
+4
2022-04-20
QUIC: separate UDP framework for QUIC.
Roman Arutyunyan
1
-0
/
+7
2022-02-05
QUIC: stream lingering.
Roman Arutyunyan
1
-2
/
+0
2022-02-14
Merged with the default branch.
Sergey Kandaurov
4
-3
/
+14
2022-02-03
HTTP/2: fixed closed_nodes overflow (ticket #1708).
Maxim Dounin
1
-1
/
+1
2022-02-03
HTTP/2: made it possible to flush response headers (ticket #1743).
Maxim Dounin
2
-2
/
+8
2022-02-01
Cache: fixed race in ngx_http_file_cache_forced_expire().
Maxim Dounin
1
-0
/
+5
2022-01-31
HTTP/3: proper uni stream closure detection.
Roman Arutyunyan
1
-5
/
+34
2022-01-27
HTTP/3: delayed Insert Count Increment instruction.
Roman Arutyunyan
4
-4
/
+60
2022-01-31
QUIC: allowed main QUIC connection for some operations.
Roman Arutyunyan
2
-5
/
+8
2022-01-26
HTTP/3: removed draft versions support in ALPN.
Sergey Kandaurov
2
-18
/
+0
2022-01-25
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+4
2022-01-18
QUIC: the "quic_active_connection_id_limit" directive.
Vladimir Homutov
1
-0
/
+12
2022-01-13
HTTP/3: removed useless warning regarding OpenSSL library.
Sergey Kandaurov
1
-11
/
+0
2022-01-12
HTTP/3: set c->error on read error in ngx_http_test_reading().
Roman Arutyunyan
1
-0
/
+1
2022-01-12
HTTP/3: simplified code.
Roman Arutyunyan
1
-1
/
+1
2022-01-12
QUIC: modified HTTP version test.
Roman Arutyunyan
1
-1
/
+8
2022-01-11
Avoid sending "Connection: keep-alive" when shutting down.
Maxim Dounin
1
-0
/
+4
2021-12-30
HTTP/3: improved processing of multiple Cookie field lines.
Sergey Kandaurov
2
-14
/
+152
2021-12-29
Style.
Roman Arutyunyan
1
-1
/
+1
2021-12-29
Merged with the default branch.
Sergey Kandaurov
2
-95
/
+0
2021-12-27
Simplified sendfile(SF_NODISKIO) usage.
Maxim Dounin
1
-82
/
+0
2021-12-27
Removed "aio sendfile", deprecated since 1.7.11.
Maxim Dounin
1
-13
/
+0
2021-12-28
Fixed a mismerge in 5c86189a1c1b.
Ruslan Ermilov
1
-0
/
+2
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
7
-43
/
+45
2021-12-24
Merged with the default branch.
Ruslan Ermilov
12
-57
/
+171
2021-11-25
HTTP/2: fixed sendfile() aio handling.
Maxim Dounin
3
-10
/
+65
2021-11-25
HTTP/2: fixed "task already active" with sendfile in threads.
Maxim Dounin
2
-2
/
+58
2021-12-09
QUIC: fixed e06283038ec8 mis-merge.
Sergey Kandaurov
1
-1
/
+1
2021-12-08
HTTP/3: cleanup after "listen .. quic" removal in be08b858086a.
Sergey Kandaurov
1
-1
/
+0
2021-12-07
QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch.
Sergey Kandaurov
1
-0
/
+8
2021-12-07
HTTP/3: avoid sending stream cancellation for pushed streams.
Sergey Kandaurov
1
-1
/
+3
2021-12-07
HTTP/3: renamed files.
Roman Arutyunyan
5
-8
/
+8
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
4
-202
/
+41
2021-12-01
HTTP/3: $http3 variable.
Roman Arutyunyan
1
-7
/
+25
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
8
-64
/
+64
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
11
-653
/
+579
2021-12-02
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Sergey Kandaurov
3
-6
/
+6
2021-11-17
HTTP/3: fixed compilation with QUIC, but without HTTP/3.
Roman Arutyunyan
1
-0
/
+2
2021-11-11
QUIC: reject streams which we could not create.
Roman Arutyunyan
1
-0
/
+3
[prev]
[next]