Age | Commit message (Expand) | Author | Files | Lines |
2023-05-08 | NJS: supported loadable modules. | Zhidao HONG | 14 | -49/+1584 |
2023-04-20 | HTTP: added basic URI rewrite. | Zhidao HONG | 9 | -11/+160 |
2023-04-25 | Allow to remove the version string in HTTP responses. | Andrew Clayton | 4 | -3/+22 |
2023-04-25 | Decouple "Unit" from NXT_SERVER. | Andrew Clayton | 1 | -1/+2 |
2023-04-24 | Remove an erroneous semi-colon. | Andrew Clayton | 1 | -1/+1 |
2023-04-24 | Don't conflate the error variable in nxt_kqueue_poll(). | Andrew Clayton | 1 | -3/+4 |
2023-04-24 | Remove a bunch of dead code. | Andrew Clayton | 21 | -4935/+0 |
2023-04-12 | HTTP: optimizing $request_line. | Alejandro Colomar | 5 | -41/+20 |
2023-04-11 | Add per-application logging. | Andrew Clayton | 5 | -0/+81 |
2023-04-11 | Add nxt_file_stdout(). | Andrew Clayton | 2 | -0/+20 |
2023-04-11 | PHP: Make the filter_input() function work. | Andrew Clayton | 1 | -3/+12 |
2023-04-03 | Remove a useless assignment in nxt_mem_zone_alloc_pages(). | Andrew Clayton | 1 | -1/+1 |
2023-04-03 | Prevent a possible NULL de-reference in nxt_job_create(). | Andrew Clayton | 1 | -4/+6 |
2023-04-03 | Remove a useless assignment in nxt_fs_mkdir_all(). | Andrew Clayton | 1 | -1/+1 |
2023-03-29 | Auto: mirroring installation structure in build tree. | Alejandro Colomar | 1 | -1/+1 |
2023-03-29 | Renamed --libstatedir to --statedir. | Alejandro Colomar | 1 | -5/+5 |
2023-03-21 | HTTP: added route logging. | Alejandro Colomar | 7 | -0/+37 |
2023-03-21 | HTTP: rewrote while loop as for loop. | Alejandro Colomar | 1 | -7/+3 |
2023-03-17 | Default PR_SET_NO_NEW_PRIVS to off. | Andrew Clayton | 1 | -0/+4 |
2023-03-17 | Improve an error message regarding Unix domain sockets. | Andrew Clayton | 1 | -1/+1 |
2023-03-17 | Socket: Remove Unix domain listen sockets upon reconfigure. | Andrew Clayton | 3 | -3/+87 |
2023-03-17 | Remove some dormant code from nxt_process_quit(). | Andrew Clayton | 1 | -21/+0 |
2023-03-17 | Socket: Remove Unix domain listen sockets at shutdown. | Andrew Clayton | 2 | -2/+23 |
2023-03-14 | Router: More accurately allocate request buffer memory. | Andrew Clayton | 1 | -2/+2 |
2023-03-10 | Perl: Fix a crash in the language module. | Andrew Clayton | 1 | -3/+4 |
2023-03-10 | Router: Fix allocation of request buffer sent to application. | Andrew Clayton | 1 | -0/+1 |
2023-02-24 | Set a safer umask(2) when running as a daemon. | Andrew Clayton | 1 | -3/+3 |
2023-02-24 | Isolation: rootfs: Set the sticky bit on the tmp directory. | Andrew Clayton | 1 | -1/+1 |
2023-02-23 | Set a safer umask(2) when running as a daemon. | Andrew Clayton | 1 | -3/+3 |
2023-02-22 | Isolation: rootfs: Set the sticky bit on the tmp directory. | Andrew Clayton | 1 | -1/+1 |
2023-02-17 | Remove the nxt_getpid() alias. | Andrew Clayton | 2 | -4/+1 |
2023-02-17 | Isolation: Remove the syscall(SYS_getpid) wrapper. | Andrew Clayton | 1 | -9/+0 |
2023-02-17 | Isolation: Remove nxt_clone(). | Andrew Clayton | 2 | -17/+0 |
2023-02-17 | Isolation: Switch to fork(2) & unshare(2) on Linux. | Andrew Clayton | 1 | -9/+247 |
2023-02-17 | Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS. | Andrew Clayton | 6 | -17/+17 |
2023-01-30 | NJS: adding the missing vm destruction. | Zhidao HONG | 7 | -4/+63 |
2023-02-07 | Python: ASGI: Don't log asyncio.get_running_loop() errors. | Andrew Clayton | 1 | -2/+5 |
2023-02-07 | Python: ASGI: Switch away from asyncio.get_event_loop(). | Andrew Clayton | 1 | -1/+20 |
2023-02-07 | Python: ASGI: Factor out event loop creation to its own function. | Andrew Clayton | 1 | -21/+35 |
2023-01-31 | Added default values for pathnames. | Alejandro Colomar | 1 | -15/+16 |
2023-01-27 | PHP: Implement better error handling. | Andrew Clayton | 1 | -5/+40 |
2023-01-27 | PHP: Simplify ctx->script_filename.start in nxt_php_execute(). | Andrew Clayton | 1 | -4/+5 |
2023-01-27 | PHP: Make use of zend_stream_init_filename(). | Andrew Clayton | 1 | -6/+6 |
2023-01-27 | PHP: Factored out code into a helper function. | Alejandro Colomar | 1 | -10/+19 |
2023-01-17 | NJS: added the keys API for the request objects. | Zhidao HONG | 1 | -33/+100 |
2023-01-12 | PHP: Fix a potential problem parsing the path. | Andrew Clayton | 1 | -1/+2 |
2023-01-12 | Fix endianness detection in nxt_websocket_header_t. | Andrew Clayton | 1 | -2/+2 |
2023-01-12 | Python: Fix enabling of UTF-8 in some situations. | Andrew Clayton | 1 | -0/+14 |
2023-01-12 | Python: Do some cleanup in nxt_python3_init_config(). | Andrew Clayton | 1 | -10/+12 |
2022-12-01 | Remove the nxt_getpid() alias. | Andrew Clayton | 2 | -4/+1 |