summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23QUIC: defined SSL API macros in a single place.Sergey Kandaurov1-3/+0
2025-04-18Win32: added detection of ARM64 target.Aleksei Bavshin2-0/+8
2025-02-18Configure: MSVC compatibility with PCRE2 10.45.Thierry Bastian1-0/+1
2025-02-18Core: fix build without libcrypt.Piotr Sikora1-2/+2
2025-01-30Configure: fixed --with-libatomic=DIR with recent libatomic_ops.Sergey Kandaurov2-5/+10
2024-10-15Configure: MSVC compatibility with PCRE2 10.43.Thierry Bastian1-1/+2
2024-10-01SSL: object caching.Sergey Kandaurov1-1/+2
2024-05-16Configure: fixed building libatomic test.Edgar Bonet1-1/+1
2024-02-26Configure: allow cross-compiling to Windows using Clang.Piotr Sikora1-1/+1
2024-02-26Configure: fixed "make install" when cross-compiling to Windows.Piotr Sikora1-1/+1
2024-02-26Configure: added support for Homebrew on Apple Silicon.Piotr Sikora5-0/+84
2024-03-27Configure: set cache line size for more architectures.Sergey Kandaurov1-0/+15
2024-02-26Configure: fixed Linux crypt_r() test to add libcrypt.Sergey Kandaurov1-0/+4
2024-02-21Stream: ngx_stream_pass_module.Roman Arutyunyan2-0/+13
2023-06-21SSL: avoid using OpenSSL config in build directory (ticket #2404).Maxim Dounin1-0/+2
2023-06-08HTTP/2: removed server push (ticket #2432).Sergey Kandaurov1-2/+0
2023-05-14Stream: removed QUIC support.Roman Arutyunyan2-17/+0
2023-05-06QUIC: disabled datagram fragmentation.Roman Arutyunyan1-0/+48
2023-03-29Merged with the default branch.Sergey Kandaurov6-6/+34
2023-02-23Win32: OpenSSL compilation for x64 targets with MSVC.Maxim Dounin3-2/+30
2023-02-23Win32: i386 now assumed when crossbuilding (ticket #2416).Maxim Dounin1-0/+1
2023-02-23Win32: handling of localized MSVC cl output.Maxim Dounin1-2/+2
2023-02-23Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.Maxim Dounin1-1/+1
2023-02-22QUIC: OpenSSL compatibility layer.Roman Arutyunyan2-26/+34
2023-01-24QUIC: improved SO_COOKIE configure test.Maxim Dounin1-1/+1
2023-01-23Configure: removed unneeded header from UDP_SEGMENT test.Maxim Dounin1-1/+0
2022-09-07Win32: disabled threads support in OpenSSL builds.Maxim Dounin1-1/+1
2022-10-20Merged with the default branch.Sergey Kandaurov1-1/+1
2022-06-22Merged with the default branch.Sergey Kandaurov1-1/+1
2022-04-29Configure: recognize arm64 machine name as a synonym for aarch64.Sergey Kandaurov1-1/+1
2022-04-20QUIC: separate UDP framework for QUIC.Roman Arutyunyan1-0/+1
2022-02-14Merged with the default branch.Sergey Kandaurov1-3/+3
2022-01-26Core: added autotest for UDP segmentation offloading.Vladimir Homutov1-0/+16
2022-01-25Core: the ngx_event_udp.h header file.Vladimir Homutov1-1/+2
2021-12-29Merged with the default branch.Sergey Kandaurov5-100/+221
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-5/+3
2021-12-25PCRE2 library support.Maxim Dounin4-43/+223
2021-12-25Configure: simplified PCRE compilation.Maxim Dounin1-65/+8
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov2-2/+8
2021-12-24Merged with the default branch.Ruslan Ermilov2-8/+8
2021-12-09QUIC: removed configure time test for BPF sockhash.Ruslan Ermilov1-14/+1
2021-12-09QUIC: configure cleanup.Ruslan Ermilov3-45/+32
2021-12-07HTTP/3: renamed files.Roman Arutyunyan1-4/+4
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2-19/+3
2021-09-27Configure: fixed QUIC support test.Ruslan Ermilov1-23/+22
2021-09-27Configure: check for QUIC 0-RTT support at compile time.Ruslan Ermilov1-9/+0
2021-09-21Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.Ruslan Ermilov1-1/+1
2021-09-21Configure: ordered directories.Ruslan Ermilov1-2/+2
2021-09-21Configure: simplified condition.Ruslan Ermilov1-3/+0
2021-09-14Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.Ruslan Ermilov1-3/+1