summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Isolation: rootfs: Set the sticky bit on the tmp directory.Andrew Clayton1-1/+1
2023-02-17Remove the nxt_getpid() alias.Andrew Clayton2-4/+1
2023-02-17Isolation: Remove the syscall(SYS_getpid) wrapper.Andrew Clayton1-9/+0
2023-02-17Isolation: Remove nxt_clone().Andrew Clayton2-17/+0
2023-02-17Isolation: Switch to fork(2) & unshare(2) on Linux.Andrew Clayton1-9/+247
2023-02-17Isolation: 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-02-07Python: ASGI: Switch away from asyncio.get_event_loop().Andrew Clayton1-1/+20
2023-02-07Python: ASGI: Factor out event loop creation to its own function.Andrew Clayton1-21/+35
2023-01-31Added default values for pathnames.Alejandro Colomar1-15/+16
2023-01-27PHP: Implement better error handling.Andrew Clayton1-5/+40
2023-01-27PHP: Simplify ctx->script_filename.start in nxt_php_execute().Andrew Clayton1-4/+5
2023-01-27PHP: Make use of zend_stream_init_filename().Andrew Clayton1-6/+6
2023-01-27PHP: Factored out code into a helper function.Alejandro Colomar1-10/+19
2023-01-17NJS: added the keys API for the request objects.Zhidao HONG1-33/+100
2023-01-12PHP: Fix a potential problem parsing the path.Andrew Clayton1-1/+2
2023-01-12Fix endianness detection in nxt_websocket_header_t.Andrew Clayton1-2/+2
2023-01-12Python: Fix enabling of UTF-8 in some situations.Andrew Clayton1-0/+14
2023-01-12Python: 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