| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-03 | Merge tag '1.34.2' into packaging1.34.2-1 | oxpa | 1 | -0/+47 | |
| Unit 1.34.2 release. | |||||
| 2025-02-27 | docs/changes.xml: Add 1.34.2 changelog entries | Andrew Clayton | 1 | -2/+17 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-02-25 | Version bump | Andrew Clayton | 1 | -0/+32 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-01-10 | docs/changes.xml: Add 1.34.1 changelog entries | Andrew Clayton | 1 | -2/+15 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-01-10 | Version bump | Andrew Clayton | 1 | -0/+32 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-01-10 | docs/changes.xml: Add 1.34.1 changelog entries | Andrew Clayton | 1 | -2/+15 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2025-01-10 | Version bump | Andrew Clayton | 1 | -0/+32 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2024-12-19 | Merge tag '1.34.0' into packaging1.34.0-1 | Konstantin Pavlov | 1 | -2/+53 | |
| Unit 1.34.0 release. | |||||
| 2024-12-19 | docs/changes.xml: Add 1.34.0 changelog entries | Andrew Clayton | 1 | -4/+23 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2024-09-17 | Version bump | Andrew Clayton | 1 | -1/+33 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2024-09-17 | Merge tag '1.33.0' into packaging. | oxpa | 1 | -24/+173 | |
| Unit 1.33.0 release. | |||||
| 2024-09-17 | docs/changes.xml: Add 1.33.0 changelog entries | Andrew Clayton | 1 | -0/+131 | |
| Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2024-04-10 | Docs: njs (lowercase) is more preferred way to mention | Andrei Zeliankou | 1 | -5/+5 | |
| 2024-03-26 | Merge tag '1.32.1' into packaging1.32.1-1 | oxpa | 1 | -0/+45 | |
| Unit 1.32.1 release. | |||||
| 2024-03-21 | Added version 1.32.1 CHANGES1.32.1 | Andrei Zeliankou | 1 | -2/+2 | |
| 2024-03-15 | Edited changes.xml for the 1.32.1 release | Andrei Zeliankou | 1 | -0/+12 | |
| 2024-03-15 | Version bump | Andrei Zeliankou | 1 | -0/+33 | |
| 2024-03-12 | NJS: loader should be registered using njs_vm_set_module_loader() | Andrei Zeliankou | 1 | -0/+6 | |
| This change makes NJS module incompatible with NJS older than 0.8.3. Therefore, the configuration version check has been adjusted accordingly. This change was introduced in NJS 0.8.3 here: <https://hg.nginx.com/njs/rev/ad1a7ad3c715> | |||||
| 2024-02-27 | Merge tag '1.32.0' into branches/packaging1.32.0-1 | Dan Callahan | 1 | -2/+174 | |
| Unit 1.32.0 release. | |||||
| 2024-02-27 | Added version 1.32.0 CHANGES1.32.0 | Andrei Zeliankou | 1 | -2/+2 | |
| 2024-02-27 | Version bump | Andrei Zeliankou | 1 | -0/+32 | |
| 2024-02-27 | Edited changes.xml for the 1.32.0 release | Andrei Zeliankou | 1 | -10/+80 | |
| 2024-02-21 | Python: bytearray body support for ASGI module. | Andrei Zeliankou | 1 | -0/+6 | |
| @filiphanes requested support for bytearray and memoryview in the request body here: <https://github.com/nginx/unit/issues/648> This patch implements bytearray body support only. Memoryview body still need to be implemented. | |||||
| 2024-02-20 | NJS: variable access support | Zhidao HONG | 1 | -0/+6 | |
| This commit introduces the 'vars' JavaScript object to NJS, enabling direct access to native variables such as $uri and $arg_foo. The syntax is `${vars.var_name}` or `${'vars[var_name]'}`. For example: { "action": { "share": "`/www/html${vars.uri}`" } } | |||||
| 2024-02-14 | fix: Take options as well as requestListener (#1091) | Gabor Javorszky | 1 | -0/+6 | |
| * Take options as well as requestListener Unit-http have not kept up with the signature of nodejs's http package development. Nodejs allows an optional `options` object to be passed to the `createServer` function, we didn't. This resulted in function signature errors when user code that did make use of the options arg tried to call unit's replaced function. This change changes the signature to be more in line with how nodejs does it discarding it and printing a message to stdout. * Add test file to start node application with options * Add changes to docs/changes.xml Closes: https://github.com/nginx/unit/issues/1043 | |||||
| 2024-02-09 | Packages: added Ubuntu 23.10 "mantic" support. | Konstantin Pavlov | 1 | -1/+28 | |
| 2024-01-29 | Docs: Update changes.xml for conditional access logging | Zhidao HONG | 1 | -0/+6 | |
| 2024-01-26 | Node.js: fixed "httpVersion" variable format | Andrei Zeliankou | 1 | -0/+7 | |
| According to the Node.js documenation this variable should only include numbering scheme. Thanks to @dbit-xia. Closes: https://github.com/nginx/unit/issues/1085 | |||||
| 2023-11-17 | Node.js: ServerResponse.flushHeaders() implemented. | Andrei Zeliankou | 1 | -0/+7 | |
| This closes #1006 issue on GitHub. Reviewed-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2023-11-08 | Var: $request_id variable. | Andrei Zeliankou | 1 | -0/+7 | |
| This variable contains a string that is formed using random data and can be used as a unique request identifier. This closes #714 issue on GitHub. | |||||
| 2023-10-26 | Version bump. | Andrei Zeliankou | 1 | -0/+30 | |
| 2023-10-19 | Merged with the default branch.1.31.1-1 | Ippolitov Igor | 1 | -0/+89 | |
| 2023-10-19 | Added version 1.31.1 CHANGES. | Andrei Zeliankou | 1 | -2/+2 | |
| 2023-10-19 | Edited changes.xml for the 1.31.1 release. | Andrei Zeliankou | 1 | -0/+58 | |
| 2023-10-19 | Prepearing for 1.31.1 release. | Andrei Zeliankou | 1 | -3/+3 | |
| 2023-09-04 | Version bump. | Andrei Zeliankou | 1 | -0/+31 | |
| 2023-08-31 | Merged with the default branch.1.31.0-1 | Konstantin Pavlov | 1 | -0/+92 | |
| 2023-08-28 | Added version 1.31.0 CHANGES. | Andrei Zeliankou | 1 | -2/+2 | |
| 2023-08-28 | Mention WebAssembly application module in changes.xml. | Andrei Zeliankou | 1 | -2/+13 | |
| Also separate header variables and "response_headers" option features. | |||||
| 2023-08-22 | Edited changes.xml for the 1.31.0 release. | Andrei Zeliankou | 1 | -3/+4 | |
| 2023-08-22 | Docs: added changelogs for unit-wasm. | Konstantin Pavlov | 1 | -1/+15 | |
| 2023-08-09 | HTTP: controlling response headers support. | Zhidao HONG | 1 | -0/+6 | |
| 2023-07-01 | Var: supported HTTP response header variables. | Zhidao HONG | 1 | -0/+6 | |
| This commit adds the variable $response_header_NAME. | |||||
| 2023-07-11 | NJS: supported 0.8.0. | Zhidao HONG | 1 | -0/+6 | |
| 2023-05-25 | HTTP: fixed variable caching. | Zhidao HONG | 1 | -0/+6 | |
| When a variable is accessed in the Unit configuration, the value is cached. This was useful prior to the URI rewrite feature, but now that the URI (more precisely, the request target) can be rewritten, the contents of the variable $uri (which contains the path part of the request target, and is decoded) should not be cached anymore, or at least the cached value should be invalidated after a URI rewrite. Example: { "rewrite": "/prefix$uri", "share": "$uri" } For a request line like GET /foo?bar=baz HTTP/1.1\r\n, the expected file served in the response would be /prefix/foo, but due to the caching issue, Unit currently serves /foo. | |||||
| 2023-05-24 | Version bump. | Andrei Zeliankou | 1 | -0/+42 | |
| 2023-05-10 | Merged with the default branch.1.30.0-1 | Konstantin Pavlov | 1 | -0/+111 | |
| 2023-05-10 | Added version 1.30.0 CHANGES. | Andrei Zeliankou | 1 | -2/+2 | |
| 2023-05-10 | Edited "changes.xml" for the 1.30.0 release. | Andrei Zeliankou | 1 | -4/+35 | |
| 2023-05-03 | Packages: added Ubuntu 23.04 "lunar" support. | Konstantin Pavlov | 1 | -1/+14 | |
