summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-08SSL: removed the "ssl" directive.Roman Arutyunyan2-82/+1
2023-05-16HTTP/2: "http2" directive.Roman Arutyunyan1-8/+16
2023-05-11HTTP/3: removed "http3" parameter of "listen" directive.Roman Arutyunyan1-1/+1
2023-03-29Merged with the default branch.Sergey Kandaurov9-21/+33
2023-03-27Gzip: compatibility with recent zlib-ng versions.Maxim Dounin1-6/+12
2023-03-24SSL: enabled TLSv1.3 by default.Maxim Dounin4-8/+12
2023-03-24HTTP/3: fixed OpenSSL compatibility layer initialization.Sergey Kandaurov1-4/+36
2023-01-28Fixed "zero size buf" alerts with subrequests.Maxim Dounin4-4/+4
2023-01-28Style.Maxim Dounin2-3/+3
2023-02-27HTTP/3: "quic" parameter of "listen" directive.Roman Arutyunyan1-11/+18
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan1-3/+13
2023-01-24Gzip static: ranges support (ticket #2349).Maxim Dounin1-0/+2
2022-12-15Merged with the default branch.Sergey Kandaurov2-1/+29
2022-11-21SSI: handling of subrequests from other modules (ticket #1263).Ciel Zhao2-1/+29
2022-10-19Mp4: disabled duplicate atoms.Roman Arutyunyan1-0/+147
2022-10-17SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.Sergey Kandaurov1-2/+2
2022-10-20Merged with the default branch.Sergey Kandaurov2-2/+149
2022-07-15Range filter: clearing of pre-existing Content-Range headers.Maxim Dounin1-0/+13
2022-06-29Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin3-21/+177
2022-06-14Perl: removed unused variables, forgotten in ef6a3a99a81a.Sergey Kandaurov1-2/+1
2022-07-26Merged with the default branch.Sergey Kandaurov4-21/+190
2022-06-22Merged with the default branch.Sergey Kandaurov20-178/+308
2022-06-07Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().Maxim Dounin1-1/+1
2022-06-07Upstream: handling of certificates specified as an empty string.Sergey Kandaurov3-6/+9
2022-05-30Headers filter: improved memory allocation error handling.Maxim Dounin1-0/+4
2022-05-30Auth request: multiple WWW-Authenticate headers (ticket #485).Maxim Dounin1-3/+8
2022-05-30Upstream: header handlers can now return parsing errors.Maxim Dounin5-10/+30
2022-05-30Upstream: all known headers in u->headers_in are linked lists now.Maxim Dounin1-0/+2
2022-05-30All known output headers can be linked lists now.Maxim Dounin10-0/+13
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-30Reworked multi headers to use linked lists.Maxim Dounin7-82/+51
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 Dounin1-11/+55
2022-01-26HTTP/3: removed draft versions support in ALPN.Sergey Kandaurov1-15/+0
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov1-8/+8
2021-12-24Merged with the default branch.Ruslan Ermilov2-8/+11
2021-12-04HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.Roman Arutyunyan1-18/+23
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan3-607/+6
2021-12-02HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.Sergey Kandaurov2-5/+5
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
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov1-0/+3
2021-10-28Mp4: mp4_start_key_frame directive.Roman Arutyunyan1-27/+194
2021-10-28Mp4: added ngx_http_mp4_update_mdhd_atom() function.Roman Arutyunyan1-8/+32
2021-11-03QUIC: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-1/+0
2021-11-03Merged with the default branch.Sergey Kandaurov6-95/+240
2021-09-29HTTP/3: fixed segfault when using SSL certificates with variables.Sergey Kandaurov1-2/+0
2021-09-29Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.Sergey Kandaurov1-10/+11