Age | Commit message (Expand) | Author | Files | Lines |
2023-11-20 | Fixed the MD5Encoder deprecation warning. | Sergey A. Osokin | 1 | -2/+2 |
2023-11-17 | Node.js: ServerResponse.flushHeaders() implemented. | Andrei Zeliankou | 1 | -0/+4 |
2023-11-15 | PHP: Fix a possible file-pointer leak. | Andrew Clayton | 1 | -0/+2 |
2023-11-14 | Fix comments for src/nxt_unit.h. | Andrei Vasiliu | 1 | -19/+19 |
2023-11-10 | Define nxt_cpu_pause for ARM64. | David CARLIER | 1 | -0/+4 |
2023-11-09 | Python: Fix header field values character encoding. | Andrew Clayton | 1 | -2/+28 |
2023-11-08 | Python: Do nxt_unit_sptr_get() earlier in nxt_python_field_value(). | Andrew Clayton | 1 | -1/+2 |
2023-11-08 | Var: simplified length calculation for $status variable. | Andrei Zeliankou | 1 | -3/+2 |
2023-11-08 | Var: $request_id variable. | Andrei Zeliankou | 1 | -0/+32 |
2023-11-02 | Removed trailing 0 from debug message in nxt_credential_get(). | Zhidao HONG | 1 | -2/+5 |
2023-09-26 | Node.js: provide reasonable default paths for macOS. | Konstantin Pavlov | 1 | -3/+22 |
2023-10-10 | Wasm: Re-add a removed 'const' qualifier in nxt_rt_wasmtime.c. | Andrew Clayton | 2 | -2/+2 |
2023-10-10 | Refactored nxt_vsprintf(). | Zhidao HONG | 1 | -9/+8 |
2023-10-05 | HTTP: Fix URL with query string rewrite. | Andrew Clayton | 1 | -0/+1 |
2023-10-02 | Added routes array to the default configuration. | Liam Crilly | 1 | -2/+3 |
2023-09-28 | Java: fixed the calculation related to the response buffer. | Zhidao HONG | 2 | -4/+6 |
2023-09-26 | Node.js: ServerRequest.destroy() implemented. | Andrei Zeliankou | 1 | -0/+9 |
2023-09-26 | Node.js: response body chunk can now be a Uint8Array. | Andrei Zeliankou | 1 | -2/+5 |
2023-09-25 | Wasm: Allow uploads larger than 4GiB. | Andrew Clayton | 1 | -3/+5 |
2023-09-25 | Wasm: Fix multiple successive calls to the request_handler. | Andrew Clayton | 1 | -2/+2 |
2023-09-25 | Wasm: Allow to set the HTTP response status. | Andrew Clayton | 3 | -7/+49 |
2023-09-11 | Fix build on musl libc with clang. | Andrew Clayton | 1 | -2/+16 |
2023-09-07 | Log: fixed typo. | Alejandro Colomar | 3 | -4/+4 |
2023-08-01 | Added unit pkg-config file. | Konstantin Pavlov | 1 | -0/+11 |
2023-08-17 | Wasm: Add support for directory access. | Andrew Clayton | 6 | -1/+69 |
2023-08-17 | Wasm: Wire up Wasm language module support to the config system. | Andrew Clayton | 3 | -0/+92 |
2023-08-17 | Wasm: Add the core of initial WebAssembly language module support. | Andrew Clayton | 3 | -0/+801 |
2023-08-16 | Wasm: Add core configuration data structure. | Andrew Clayton | 1 | -0/+16 |
2023-08-10 | Wasm: Register a new WebAssembly language module type. | Andrew Clayton | 2 | -0/+2 |
2023-08-10 | Index initialise the nxt_app_msg_prefix array. | Andrew Clayton | 1 | -6/+6 |
2023-08-09 | HTTP: controlling response headers support. | Zhidao HONG | 6 | -1/+238 |
2023-08-09 | HTTP: stored matched action in nxt_http_request_t. | Zhidao HONG | 5 | -9/+20 |
2023-07-12 | NJS: workaround for the warning in nxt_js_call() on Freebsd12 gcc. | Zhidao HONG | 1 | -4/+3 |
2023-07-01 | Var: supported HTTP response header variables. | Zhidao HONG | 3 | -6/+216 |
2023-06-19 | Variables refactoring. | Zhidao HONG | 6 | -180/+204 |
2023-07-11 | NJS: supported 0.8.0. | Zhidao HONG | 1 | -15/+15 |
2023-06-30 | Fixed indentation. | Alejandro Colomar | 2 | -4/+4 |
2023-05-25 | HTTP: fixed variable caching. | Zhidao HONG | 3 | -14/+41 |
2023-06-01 | Python: Fix error checks in nxt_py_asgi_request_handler(). | synodriver | 1 | -2/+2 |
2023-06-01 | Python: Add ASGI lifespan state support. | synodriver | 4 | -3/+84 |
2023-05-25 | Tests: fixed incorrect pointer assignment. | Alejandro Colomar | 1 | -2/+2 |
2023-05-21 | Added back deprecated options to unitd. | Alejandro Colomar | 1 | -0/+31 |
2023-05-18 | Python: Fix ASGI applications accessed over IPv6. | Andrew Clayton | 1 | -11/+3 |
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 |