summaryrefslogtreecommitdiffhomepage
path: root/auto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-30Enable the PR_SET_CHILD_SUBREAPER prctl(2) option on Linux.Andrew Clayton1-0/+13
2022-11-18Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton2-8/+8
2022-11-25Isolation: Fix the enablement of PR_SET_NO_NEW_PRIVS.Andrew Clayton1-1/+1
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-12-02Autodetect endianness.Andrew Clayton1-0/+31
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-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
2021-04-29Static: support for openat2() features.Zhidao HONG1-0/+32
2021-03-26Corrected man page permissions in manpage-install.Andrei Belov1-1/+1
2021-03-25Node.js: used distinct placeholder for version in "package.json".Valentin Bartenev1-1/+1
2021-03-25Node.js: fixing module global installation.Max Romanov1-12/+26
2021-03-24Added build system support for a man page.Konstantin Pavlov4-6/+35
2021-03-22Java: upgrading third-party components.Sergey A. Osokin2-18/+18
2020-11-17Router: matching regular expressions support.Axel Duch4-17/+62