summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-09Pretty print the Ruby language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Python language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the PHP language module compiler outputAndrew Clayton1-2/+4
2024-03-09Pretty print the Perl language module compiler outputAndrew Clayton1-3/+5
2024-03-09Pretty print the Java language module compiler outputAndrew Clayton1-3/+5
2024-03-09Hook up make pretty printing to the Unit core and testsAndrew Clayton1-20/+40
2024-03-09Add initial infrastructure for pretty printing make outputAndrew Clayton1-0/+29
2024-03-09Compile with -fno-strict-overflowAndrew Clayton1-0/+4
2024-03-09Disable strict-aliasing in clang by defaultAndrew Clayton1-2/+4
2024-03-09Expand the comment about -Wstrict-overflow on GCCAndrew Clayton1-1/+3
2024-03-09Remove -W from compiler flagsAndrew Clayton1-2/+2
2024-03-09Remove support for Sun's Sun Studio/SunPro C compilerAndrew Clayton3-65/+0
2024-03-09Remove support for IBM's XL C compilerAndrew Clayton2-73/+0
2024-03-09Remove support for Intel's icc compilerAndrew Clayton1-11/+0
2024-03-09Remove support for Microsoft's Visual C++ compilerAndrew Clayton1-12/+0
2024-03-05Remove unused nxt_vector_t APIAndrew Clayton1-1/+0
2024-02-27Wasm-wc: use more common uname switch to get operating system nameKonstantin Pavlov1-1/+1
2024-02-22Update third-party java components to their recent versionsSergey A. Osokin2-14/+14
2024-02-22Wasm-wc: Use the cargo build output as the make target dependencyAndrew Clayton1-3/+5
2024-02-22Wasm-wc: Add nxt_unit.o as a dependency in the auto scriptAndrew Clayton1-2/+1
2024-02-21Wasm-wc: Wire it up to the build systemAndrew Clayton3-0/+128
2024-02-21Fix alignment of wasm options text in auto/helpAndrew Clayton1-2/+2
2024-02-20Updated copyright notice.Andrei Zeliankou1-1/+1
2024-02-19Node.js: Build/install fixAndrew Clayton1-2/+2
2024-01-16White space formatting fixesAndrei Zeliankou1-2/+2
2023-11-29Update third-party components for the Java module.Sergey A. Osokin2-12/+12
2023-10-17Update third-party components for the Java module.Sergey A. Osokin2-10/+10
2023-10-10Update third-party components for the Java module.Sergey A. Osokin2-14/+14
2023-10-06Update third-party components for the Java module.Sergey A. Osokin2-16/+16
2023-08-01Added unit pkg-config file.Konstantin Pavlov4-1/+38
2023-08-17Wasm: Wire the Wasm language module up to the build system.Andrew Clayton3-0/+214
2023-08-09HTTP: controlling response headers support.Zhidao HONG1-0/+1
2023-07-11NJS: explicitely require 0.8.0 or later versions in configure.Konstantin Pavlov1-1/+5
2023-07-07Update third-party components for Unit's Java module.Sergey A. Osokin2-16/+16
2023-05-08NJS: supported loadable modules.Zhidao HONG1-1/+1
2023-04-20HTTP: added basic URI rewrite.Zhidao HONG1-0/+1
2023-05-08Docs: moved uintd.8 to man8/ subdirectory.Alejandro Colomar1-2/+2
2023-04-24Remove a bunch of dead code.Andrew Clayton1-13/+0
2023-03-29Auto: mirroring installation structure in build tree.Alejandro Colomar11-91/+85
2023-03-29Renamed --libstatedir to --statedir.Alejandro Colomar4-9/+9
2023-02-17Enable the PR_SET_CHILD_SUBREAPER prctl(2) option on Linux.Andrew Clayton1-0/+13
2023-02-17Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton2-8/+8
2023-02-17Isolation: Fix the enablement of PR_SET_NO_NEW_PRIVS.Andrew Clayton1-1/+1
2023-01-31Added default values for pathnames.Alejandro Colomar10-124/+120
2023-01-12Autodetect endianness.Andrew Clayton1-0/+31
2022-12-14Java: upgrading third-party components.Sergey A. Osokin2-16/+16
2022-12-10Isolation: wired up cgroup to build system.Andrew Clayton3-0/+28
2022-11-29Used pkg-config to detect njs where available.Konstantin Pavlov1-4/+12
2022-11-22NJS: added http request prototype.Zhidao HONG1-1/+1
2022-11-20Basic njs support.Zhidao HONG5-0/+52