summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Tools: using nicer characters for showing a tree.Alejandro Colomar1-19/+19
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-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 Clayton8-25/+25
2023-02-17Isolation: Fix the enablement of PR_SET_NO_NEW_PRIVS.Andrew Clayton1-1/+1
2023-02-06Packages: get rid of deprecated configure options.Konstantin Pavlov8-20/+20
2023-01-30NJS: adding the missing vm destruction.Zhidao HONG8-4/+69
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 Colomar15-159/+152
2023-01-30Tests: Add some PHP tests for 403 and 404 error handling.Andrew Clayton2-1/+21
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-24Tests: added NJS iteration tests.Andrei Zeliankou1-0/+6
2023-01-24Tests: NJS tests reworked.Andrei Zeliankou1-35/+31
2023-01-18Removed repetitive phrasing from README.Artem Konev1-10/+9
2023-01-18Liam.Artem Konev1-2/+2
2023-01-17NJS: added the keys API for the request objects.Zhidao HONG2-33/+106
2023-01-12PHP: Fix a potential problem parsing the path.Andrew Clayton2-1/+3
2023-01-12Fix endianness detection in nxt_websocket_header_t.Andrew Clayton1-2/+2
2023-01-12Autodetect endianness.Andrew Clayton2-1/+32
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
2023-01-12Fixed the Slack workspace link.Artem Konev1-1/+1
2023-01-02Tools: setup-unit: disabled buggy behavior of zsh(1).Alejandro Colomar1-0/+3
2023-01-02Tools: setup-unit: workarounded macOS tmp file permissions.Alejandro Colomar1-1/+4
2023-01-02Tools: setup-unit: removed root checks.Alejandro Colomar1-8/+0
2022-12-28Packages: do not clean up rpm build root.Konstantin Pavlov1-2/+2
2022-12-15Docs: added changelog for Python 3.11.Konstantin Pavlov2-2/+16
2022-12-19Tools: unitc avoid interactive rm(1) invocations.Liam Crilly1-3/+3
2022-12-16Tools: Fixed bug in help message.Alejandro Colomar1-1/+1
2022-12-16Tools: Using HereDoc instead of echo(1).Alejandro Colomar1-5/+7
2022-12-16Version bump.Andrei Zeliankou2-2/+31
2022-12-16Tools: fixed quoting for apostrophe in setup-unit.Liam Crilly1-1/+1
2022-12-15Unit 1.29.0 release.Andrei Zeliankou1-0/+1
2022-12-15Generated Dockerfiles for Unit 1.29.0.1.29.0Andrei Zeliankou8-8/+8
2022-12-15Added version 1.29.0 CHANGES.Andrei Zeliankou2-2/+42
2022-12-15Reordered changes for 1.29.0 by significance (subjective).Andrei Zeliankou1-17/+23
2022-12-14Tools: Updated built-in 'setup-unit' help, README.md command lines.Artem Konev2-70/+69
2022-12-14Packages: Used a more common name for pkg-config.Konstantin Pavlov1-1/+1
2022-12-14Tests: added tests for "path" option in isolation/cgroup.Andrei Zeliankou1-0/+123
2022-12-07Packages: added njs support.Konstantin Pavlov5-8/+30
2022-12-01Remove the nxt_getpid() alias.Andrew Clayton2-4/+1
2022-11-29Added contribs and njs.Konstantin Pavlov6-0/+168