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