summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Handle log-rotation for the per-application logs.applogAndrew Clayton1-0/+6
2023-04-06Add per-application logging.Andrew Clayton5-0/+81
2023-04-06Add nxt_file_stdout().Andrew Clayton2-0/+20
2023-04-03Remove a useless assignment in nxt_mem_zone_alloc_pages().Andrew Clayton1-1/+1
2023-04-03Prevent a possible NULL de-reference in nxt_job_create().Andrew Clayton1-4/+6
2023-04-03Remove a useless assignment in nxt_fs_mkdir_all().Andrew Clayton1-1/+1
2023-03-29Auto: mirroring installation structure in build tree.Alejandro Colomar1-1/+1
2023-03-29Renamed --libstatedir to --statedir.Alejandro Colomar1-5/+5
2023-03-21HTTP: added route logging.Alejandro Colomar7-0/+37
2023-03-21HTTP: rewrote while loop as for loop.Alejandro Colomar1-7/+3
2023-03-17Default PR_SET_NO_NEW_PRIVS to off.Andrew Clayton1-0/+4
2023-03-17Improve an error message regarding Unix domain sockets.Andrew Clayton1-1/+1
2023-03-17Socket: Remove Unix domain listen sockets upon reconfigure.Andrew Clayton3-3/+87
2023-03-17Remove some dormant code from nxt_process_quit().Andrew Clayton1-21/+0
2023-03-17Socket: Remove Unix domain listen sockets at shutdown.Andrew Clayton2-2/+23
2023-03-14Router: More accurately allocate request buffer memory.Andrew Clayton1-2/+2
2023-03-10Perl: Fix a crash in the language module.Andrew Clayton1-3/+4
2023-03-10Router: Fix allocation of request buffer sent to application.Andrew Clayton1-0/+1
2023-02-24Set a safer umask(2) when running as a daemon.Andrew Clayton1-3/+3
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