summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Set a safer umask(2) when running as a daemon.Andrew Clayton1-3/+3
2023-02-22Isolation: rootfs: Set the sticky bit on the tmp directory.Andrew Clayton1-1/+1
2022-12-01Remove the nxt_getpid() alias.Andrew Clayton2-4/+1
2022-11-19Isolation: Remove the syscall(SYS_getpid) wrapper.Andrew Clayton1-9/+0
2022-11-19Isolation: Remove nxt_clone().Andrew Clayton2-17/+0
2022-11-18Isolation: Switch to fork(2) & unshare(2) on Linux.Andrew Clayton1-9/+247
2022-11-18Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.Andrew Clayton6-17/+17
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG7-4/+63
2023-02-07Python: ASGI: Don't log asyncio.get_running_loop() errors.Andrew Clayton1-2/+5
2023-01-20Python: ASGI: Switch away from asyncio.get_event_loop().Andrew Clayton1-1/+20
2023-01-20Python: ASGI: Factor out event loop creation to its own function.Andrew Clayton1-21/+35
2022-11-07PHP: Fix a potential problem parsing the path.Andrew Clayton1-1/+2
2022-12-02Fix endianness detection in nxt_websocket_header_t.Andrew Clayton1-2/+2
2023-01-05Python: Fix enabling of UTF-8 in some situations.Andrew Clayton1-0/+14
2022-12-30Python: Do some cleanup in nxt_python3_init_config().Andrew Clayton1-10/+12
2022-12-14Python: Added "prefix" to configuration.OutOfFocus46-23/+155
2022-12-14Removed dead code.OutOfFocus41-1/+0
2022-12-13Configuration: made large_header_buffers a valid setting.Andrew Clayton1-0/+3
2022-12-13Configuration: made large_header_buffer_size a valid setting.Andrew Clayton1-0/+3
2022-12-10Isolation: wired up cgroup support to the config system.Andrew Clayton1-0/+62
2022-12-10Isolation: wired up per-application cgroup support internally.Andrew Clayton4-0/+79
2022-12-10Isolation: added core cgroup infrastructure.Andrew Clayton2-0/+188
2022-12-10Added simple wrappers for fopen(3) and fclose(3).Andrew Clayton2-0/+41
2022-12-08Fix compilation with GCC and -O0.Andrew Clayton1-2/+2
2022-12-06Node.js: added "shortCircuit" option for ES modules hook.Andrei Zeliankou1-2/+4
2022-12-06Python: Added support for Python 3.11.Andrew Clayton1-2/+67
2022-11-22NJS: added http request prototype.Zhidao HONG6-3/+358
2022-11-20Basic njs support.Zhidao HONG13-44/+445
2022-11-20Var: separating nxt_tstr_t from nxt_var_t.Zhidao HONG16-226/+402
2022-11-20Var: improved variable parsing with empty names.Zhidao HONG1-43/+32
2022-11-17Refactored functions that set WSGI variables.OutOfFocus41-6/+24
2022-11-17Removed dead code.OutOfFocus43-16/+1
2022-11-15Optimization for the "--no-unix-sockets" case.Andrei Zeliankou1-21/+19
2022-11-04Removed the unsafe nxt_memchr() wrapper for memchr(3).Alejandro Colomar10-27/+23
2022-11-04Removed the unsafe nxt_memcmp() wrapper for memcmp(3).Alejandro Colomar18-46/+42
2022-11-02PHP: allowed to specify URLs without a trailing '/'.Andrew Clayton3-6/+92
2022-10-28Fixed some function definitions.Andrew Clayton4-5/+5
2022-10-21TLS: Using ERR_get_error_all() with OpenSSL 3.Remi Collet1-0/+4
2022-10-20Preferring system crypto policy.Remi Collet1-7/+7
2022-10-14Configuration: stopped automatic migration to the "share" behavior.Zhidao HONG1-21/+0
2022-10-19Added parentheses for consistency.Remi Collet1-8/+8
2022-10-19PHP: Fixed php_module_startup() call for PHP 8.2.Remi Collet1-0/+4
2022-10-14Added missing error checking in the C API.Alex Colomar1-10/+28
2022-10-14Fixed the build on MacOS (and others).Andrew Clayton5-257/+279
2022-10-12HTTP: added a $request_time variable.Zhidao HONG3-0/+37
2022-10-04Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init().Andrew Clayton1-1/+1
2022-10-04Ruby: added support for rack V3.Zhidao HONG1-1/+6
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton10-23/+24
2022-10-03Socket: Created control socket & pid file directories.Andrew Clayton4-0/+36
2022-09-22Status: fixed error in connection statistics.Zhidao HONG2-4/+7