History log of /unit/docs/ (Results 1 – 25 of 310)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: 1.32.1-1
2766:e1697591d34526-Mar-2024 oxpa

Merge tag '1.32.1' into packaging

Unit 1.32.1 release.

2765:5e31d3ff500a27-Feb-2024 Dan Callahan

Merge tag '1.32.0' into branches/packaging

Unit 1.32.0 release.

2764:9918e21815bc15-Mar-2024 Andrei Zeliankou

Added version 1.32.1 CHANGES

2762:4c50cc739e9415-Mar-2024 Andrei Zeliankou

Edited changes.xml for the 1.32.1 release

2758:e95731b7c81115-Mar-2024 Andrei Zeliankou

Version bump

Revision tags: 1.32.0-1, 1.32.0
2707:1d63b0ce239415-Feb-2024 Andrei Zeliankou

Added version 1.32.0 CHANGES

2705:319bf153ef4415-Feb-2024 Andrei Zeliankou

Edited changes.xml for the 1.32.0 release

2674:c055d68bbf4326-Jan-2024 Andrei Zeliankou

Python: bytearray body support for ASGI module.

@filiphanes requested support for bytearray
and memoryview in the request body here:
<https://github.com/nginx/unit/issues/648>

This patch implements

Python: bytearray body support for ASGI module.

@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.

show more ...

2673:08b48a5ad55d30-Jan-2024 Andrei Zeliankou

Updated copyright notice.

2658:95cca8ff8f0131-Jan-2024 Zhidao HONG

NJS: variable access support

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 `${

NJS: variable access support

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}`"
}
}

show more ...

2647:969170e40d2e06-Nov-2023 Andrew Clayton

Docs: Update man page for new --control-* options

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>

2642:d92e92c69c5d14-Feb-2024 Gabor Javorszky

fix: Take options as well as requestListener (#1091)

* Take options as well as requestListener

Unit-http have not kept up with the signature of nodejs's http package
development. Nodejs allows an o

fix: Take options as well as requestListener (#1091)

* 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

show more ...

2636:fb950d114e0217-Oct-2023 Konstantin Pavlov

Packages: added Ubuntu 23.10 "mantic" support.

2626:34a40b1a275329-Jan-2024 Zhidao HONG

Docs: Update changes.xml for conditional access logging

2623:15a457cb829e25-Jan-2024 Andrei Zeliankou

Node.js: fixed "httpVersion" variable format

According to the Node.js documenation this variable
should only include numbering scheme.

Thanks to @dbit-xia.

Closes: https://github.com/nginx/unit/is

Node.js: fixed "httpVersion" variable format

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

show more ...

2598:d431669a493a17-Nov-2023 Andrei Zeliankou

Node.js: ServerResponse.flushHeaders() implemented.

This closes #1006 issue on GitHub.

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>

2590:909122130e0608-Nov-2023 Andrei Zeliankou

Var: $request_id variable.

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.

2588:a7cd214faa6e26-Oct-2023 Andrei Zeliankou

Version bump.

Revision tags: 1.31.1-1
2585:310a391970d518-Oct-2023 Ippolitov Igor

Merged with the default branch.

Revision tags: 1.31.1
2582:116521bd30b419-Oct-2023 Andrei Zeliankou

Added version 1.31.1 CHANGES.

2581:1de18845c5eb19-Oct-2023 Andrei Zeliankou

Edited changes.xml for the 1.31.1 release.

2580:13e1309e1cde19-Oct-2023 Andrei Zeliankou

Prepearing for 1.31.1 release.

2573:438271da6ff411-Oct-2023 Andrei Zeliankou

Rewrite and response headers mentioned in OpenAPI.

2565:cfd5bf6e432403-Oct-2023 Andrei Zeliankou

Proxy mentioned in OpenAPI.

2551:f717dc15b47e03-Sep-2023 Andrei Zeliankou

Version bump.

12345678910>>...13