summaryrefslogtreecommitdiffhomepage
path: root/auto/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Added default values for pathnames.Alejandro Colomar5-21/+21
2022-12-14Java: upgrading third-party components.Sergey A. Osokin2-16/+16
2022-11-16Propagated NXT_RUBY_CFLAGS to Ruby checks.Konstantin Pavlov1-3/+3
2022-10-28Fixed main() prototypes in auto tests.Andrew Clayton5-12/+12
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2022-04-28Workarounded Clang bug triggered by Ruby.Alejandro Colomar1-1/+27
2022-01-10Tests: using modules in Go.Max Romanov1-1/+2
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-25Go: fixing tests for Go 1.16.Max Romanov1-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-22Java: upgrading third-party components.Sergey A. Osokin2-18/+18
2020-11-10Java: fixing isolation mounts for Alpine musl.Max Romanov1-1/+1
2020-11-02Java: upgrading 3rd-party components.Max Romanov2-18/+18
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura3-11/+10
2020-10-26Configure: using comma instead of space for passing -rpath value.Valentin Bartenev3-4/+3
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+5
2020-09-09PHP: fixed "rootfs" isolation dependency on system mounts.Tiago Natel de Moura1-29/+1
2020-09-14Python: split module initialization from WSGI implementation.Max Romanov1-0/+1
2020-09-14Python: source file moved to 'python' sub-directory.Max Romanov1-1/+2
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura4-14/+14
2020-08-25PHP: added bind mounts for extensions directory.Tiago Natel de Moura1-1/+32
2020-08-09Ruby: fixed gem mount paths.Valentin Bartenev1-4/+2
2020-08-09Ruby: simplified commands in ./configure script.Valentin Bartenev1-9/+9
2020-08-09Ruby: removed unused variable from ./configure script.Valentin Bartenev1-1/+0
2020-08-08Configure: verifying the Ruby library path.Valentin Bartenev1-4/+10
2020-07-31Isolation: fixed the generation of mounts table.Tiago Natel de Moura3-13/+20
2020-07-28PHP: fixed version comparison in configure script.Tiago Natel de Moura1-2/+2
2020-06-23Python: fixed interpreter path in ./configure.Tiago Natel de Moura1-2/+1
2020-05-28Packages: fixed java configure script.1.18.0Tiago Natel de Moura1-2/+2
2020-05-28Added "rootfs" feature.Tiago Natel de Moura3-3/+100
2020-05-20PHP: building with PHP 8 (development version).Remi Collet1-1/+5
2020-03-04PHP: added ZTS indication to ./configure output.Valentin Bartenev1-0/+19
2020-03-04PHP: rearranged feature checks in ./configure.Valentin Bartenev1-46/+48
2020-03-03PHP: optimization to avoid surplus chdir(2) calls.Tiago Natel de Moura1-2/+11
2020-01-28Go: adding main configure CFLAGS and LDFLAGS to module build flags.Max Romanov1-1/+10
2020-01-28Java: fixing configure errors reporting.Max Romanov1-3/+7
2020-01-28Java: introducing SHA512 sum validation for external JARs.Max Romanov4-1/+76
2020-01-28Java: fixing maven repository URL.Max Romanov1-1/+1
2019-12-25Go: changing import name for "unit.nginx.org/go".Max Romanov1-1/+1
2019-12-24Go: moving source files to the root of the project.Max Romanov1-1/+1
2019-12-24Go: installing go module for tests into build directory.Max Romanov1-1/+1
2019-12-24Go: linking against libunit.Max Romanov1-12/+20
2019-12-09Java: fixing racing condition in external JAR download.Max Romanov1-3/+6
2019-10-23Python: fixing Python 3.8 build with clang.Max Romanov1-1/+1
2019-10-22Python: fixing build for Python 3.8.Max Romanov1-0/+4
2019-10-02Fixed "make tests" build without preceding "make".Max Romanov5-5/+5
2019-09-05Java: introducing websocket support.Max Romanov1-9/+157