summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG1-0/+1
2022-11-16Propagated NXT_RUBY_CFLAGS to Ruby checks.Konstantin Pavlov1-3/+3
2022-10-28Fixed main() prototypes in auto tests.Andrew Clayton22-129/+129
2022-10-20Avoided modifying existing directories at 'make install'.Alex Colomar1-5/+10
2022-10-20Configuration: added the regex status in configure summary.Zhidao HONG1-0/+1
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2022-10-14Fixed the build on MacOS (and others).Andrew Clayton1-1/+2
2022-08-29Implemented basic statistics API.Valentin Bartenev1-0/+1
2022-08-11Removed dead code.Alejandro Colomar1-1/+0
2022-08-02Rejecting non-Linux pivot_root(2).Alejandro Colomar1-1/+4
2022-08-02Including <mntent.h> iff it exists.Alejandro Colomar1-0/+13
2022-07-14Log: split access log from nxt_router.c.Zhidao HONG1-0/+1
2022-07-18Replaced Linux syscall macros by libc macros.Alejandro Colomar1-2/+2
2022-07-18Removed unnecessary include.Alejandro Colomar1-7/+0
2022-07-18Removed code used when NXT_HAVE_POSIX_SPAWN is false.Alejandro Colomar1-15/+0
2022-04-28Workarounded Clang bug triggered by Ruby.Alejandro Colomar1-1/+27
2022-04-27Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).Alejandro Colomar1-0/+18
2022-01-10Tests: using modules in Go.Max Romanov1-1/+2
2021-12-03Printing version in "./configure" output.Valentin Bartenev1-1/+2
2021-12-01Disabling SCM_CREDS usage on DragonFly BSD.Max Romanov1-30/+32
2021-11-09Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs.Tiago Natel de Moura3-0/+54
2021-10-26Custom implementation of Base64 decoding function.Valentin Bartenev1-0/+1
2021-08-17Added TLS session tickets support.Andrey Suvorov1-0/+17
2021-08-12Java: upgrading third-party components.Max Romanov2-12/+12
2021-08-09Java: upgrading third-party components.Max Romanov2-18/+18
2021-06-15Node.js: improving and test packaging.Max Romanov1-2/+5
2021-05-26Enabling SSL_CTX configuration by using SSL_CONF_cmd().Andrey Suvorov1-0/+14
2021-05-25Go: fixing tests for Go 1.16.Max Romanov1-1/+1