Home
last modified time | relevance | path

Searched hist:42 (Results 1 – 25 of 83) sorted by last modified time

1234

/unit/pkg/docker/
H A DDockerfile.minimaldiff 2394:9b85367ed09e Tue Mar 28 20:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> Regenerated Dockerfiles.
diff 2283:37cac7fec92e Thu Dec 15 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.29.0.
diff 2048:069c16dd4ed3 Thu Dec 02 15:42:00 UTC 2021 Andrei Belov <defan@nginx.com> Merged with the 1.26 branch.
H A DDockerfile.jsc11diff 2394:9b85367ed09e Tue Mar 28 20:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> Regenerated Dockerfiles.
diff 2283:37cac7fec92e Thu Dec 15 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.29.0.
H A DDockerfile.perl5.36diff 2394:9b85367ed09e Tue Mar 28 20:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> Regenerated Dockerfiles.
diff 2283:37cac7fec92e Thu Dec 15 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.29.0.
H A DDockerfile.python3.11diff 2394:9b85367ed09e Tue Mar 28 20:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> Regenerated Dockerfiles.
diff 2283:37cac7fec92e Thu Dec 15 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.29.0.
H A DMakefile508:42e7a71fc203 Tue Jan 30 14:20:00 UTC 2018 Konstantin Pavlov <thresh@nginx.com> Introduced docker images building tools.
/unit/
H A Dversiondiff 2289:4c75dcbaa24c Fri Dec 16 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Version bump.
H A DCHANGESdiff 531:b99dc838581b Thu Feb 08 15:42:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Added version 0.5 CHANGES.
/unit/docs/
H A Dchanges.xmldiff 2581:1de18845c5eb Thu Oct 19 10:42:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Edited changes.xml for the 1.31.1 release.
diff 2358:9dce85e82513 Tue Feb 28 13:42:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Added missing fixes in changes.xml.
diff 2289:4c75dcbaa24c Fri Dec 16 00:42:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Version bump.
diff 2048:069c16dd4ed3 Thu Dec 02 15:42:00 UTC 2021 Andrei Belov <defan@nginx.com> Merged with the 1.26 branch.
diff 531:b99dc838581b Thu Feb 08 15:42:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Added version 0.5 CHANGES.
/unit/src/
H A Dnxt_router.cdiff 1235:4d5998f60f20 Thu Oct 10 16:42:00 UTC 2019 Igor Sysoev <igor@sysoev.ru> Style fixes.
diff 567:95913855e496 Wed Mar 07 16:42:00 UTC 2018 Max Romanov <max.romanov@nginx.com> Socket configuration should retain application.

This retains application during reconfiguration if an incoming connection
was already established before the reconfiguration, but no request was yet
created for the connection and thus no application was yet assigned to
the request.
diff 326:2aad6a5fac13 Fri Sep 22 13:42:00 UTC 2017 Valentin Bartenev <vbart@nginx.com> Removed fibers from compilation.

It's not used anyway, but breaks building with musl.

This closes issue #5 on GitHub.
diff 264:f15eb005b05a Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Multiplexing different requests in single app port.
diff 263:3dfbe8255d9d Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Default value 1 for number of workers.
H A Dnxt_main_process.cdiff 2347:427a1ffda093 Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
diff 2321:b8d29a14676d Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
diff 1235:4d5998f60f20 Thu Oct 10 16:42:00 UTC 2019 Igor Sysoev <igor@sysoev.ru> Style fixes.
diff 549:42b904605f6b Wed Feb 14 13:33:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Fixed race condition while discovering modules.

Previously, the discovery process might exit before the main process
received a list of available modules.
diff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
diff 258:cf535a38c52b Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Introduced module compatibility vector.
H A Dnxt_conf_validation.cdiff 1235:4d5998f60f20 Thu Oct 10 16:42:00 UTC 2019 Igor Sysoev <igor@sysoev.ru> Style fixes.
H A Dnxt_application.hdiff 258:cf535a38c52b Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Introduced module compatibility vector.
H A Dnxt_application.cdiff 1543:42f27153db91 Tue Aug 11 16:19:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Libunit refactoring: port management.

- Changed the port management callbacks to notifications, which e. g. avoids
the need to call the libunit function
- Added context and library instance reference counts for a safer resource
release
- Added the router main port initialization
diff 549:42b904605f6b Wed Feb 14 13:33:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Fixed race condition while discovering modules.

Previously, the discovery process might exit before the main process
received a list of available modules.
diff 258:cf535a38c52b Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Introduced module compatibility vector.
H A Dnxt_listen_socket.cdiff 2378:0f675fecf180 Thu Mar 16 00:42:00 UTC 2023 Andrew Clayton <a.clayton@nginx.com> Improve an error message regarding Unix domain sockets.

When starting unit, if its Unix domain control socket was already active
you would get an error message like

2023/03/15 18:07:55 [alert] 53875#8669650 connect(5, unix:/tmp/control.sock) succeed, address already in use

which is confusing in a couple of regards, firstly we have the classic
success/failure message and secondly 'address already in use' is an
actual errno value, EADDRINUSE and we didn't get an error from this
connect(2).

Re-word this error message for greater clarity.

Reported-by: Liam Crilly <liam.crilly@nginx.com>
Cc: Liam Crilly <liam.crilly@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
H A Dnxt_runtime.cdiff 326:2aad6a5fac13 Fri Sep 22 13:42:00 UTC 2017 Valentin Bartenev <vbart@nginx.com> Removed fibers from compilation.

It's not used anyway, but breaks building with musl.

This closes issue #5 on GitHub.
diff 260:2a6ee82d77c1 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Changed modules names format.
diff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
diff 42:def41906e4a5 Fri May 12 17:32:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using shared memory to send data via nxt_port.

Usage:
b = nxt_port_mmap_get_buf(task, port, size);
b->mem.free = nxt_cpymem(b->mem.free, data, size);
nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b);
H A Dnxt_runtime.hdiff 42:def41906e4a5 Fri May 12 17:32:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using shared memory to send data via nxt_port.

Usage:
b = nxt_port_mmap_get_buf(task, port, size);
b->mem.free = nxt_cpymem(b->mem.free, data, size);
nxt_port_socket_write(task, port, NXT_PORT_MSG_DATA, -1, 0, b);
H A Dnxt_isolation.cdiff 2347:427a1ffda093 Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
diff 2321:b8d29a14676d Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
H A Dnxt_clone.cdiff 2347:427a1ffda093 Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
diff 2321:b8d29a14676d Fri Nov 18 23:42:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Isolation: Rename NXT_HAVE_CLONE -> NXT_HAVE_LINUX_NS.

Due to the need to replace our use of clone/__NR_clone on Linux with
fork(2)/unshare(2) for enabling Linux namespaces(7) to keep the
pthreads(7) API working. Let's rename NXT_HAVE_CLONE to
NXT_HAVE_LINUX_NS, i.e name it after the feature, not how it's
implemented, then in future if we change how we do namespaces again we
don't have to rename this.

Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
/unit/auto/
H A Dhelpdiff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
/unit/tools/
H A Dsetup-unitdiff 2622:ddcc38597c1e Tue Jan 23 12:42:00 UTC 2024 Alejandro Colomar <alx@kernel.org> Tools: setup-unit: -hh: Add short-cut for the advanced help

I hate having to type so much just for the useful help.

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2244:42d665e58ed2 Mon Nov 21 23:39:00 UTC 2022 Konstantin Pavlov <thresh@nginx.com> Tools: Added setup-unit.

Downloaded from <https://unit.nginx.org/_downloads/setup-unit.sh>.

Acked-by: Artem Konev <a.konev@f5.com>
Acked-by: Konstantin Pavlov <thresh@nginx.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
/unit/src/nodejs/unit-http/
H A Dhttp_server.jsdiff 844:c1938e4e5d86 Thu Nov 15 11:42:00 UTC 2018 Alexander Borisov <alexander.borisov@nginx.com> Node.js: res.write() must return a bool value.
H A Dunit.cppdiff 1543:42f27153db91 Tue Aug 11 16:19:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Libunit refactoring: port management.

- Changed the port management callbacks to notifications, which e. g. avoids
the need to call the libunit function
- Added context and library instance reference counts for a safer resource
release
- Added the router main port initialization
/unit/pkg/
H A DMakefilediff 1411:f6524442d245 Fri Mar 13 14:42:00 UTC 2020 Konstantin Pavlov <thresh@nginx.com> Added checksum generation to make dist target.

While at it, clean up dist artifacts on make clean.
diff 508:42e7a71fc203 Tue Jan 30 14:20:00 UTC 2018 Konstantin Pavlov <thresh@nginx.com> Introduced docker images building tools.
/unit/test/
H A Dtest_ruby_application.pydiff 2599:df47c93ae679 Fri Nov 17 17:28:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: Ruby input.rewind is no longer required.

For more information see:
https://github.com/rack/rack/commit/42aff22f708123839ba706cbe659d108b47c40c7
diff 1842:7a35853a618d Fri Mar 26 15:42:00 UTC 2021 Andrei Zeliankou <zelenkov@nginx.com> Tests: added test for Ruby default encoding.
H A Dtest_static_variables.py1965:a1bdf861f517 Mon Oct 04 23:42:00 UTC 2021 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for variables in "share".

1234