Home
last modified time | relevance | path

Searched hist:42 (Results 1 – 25 of 83) sorted by path

1234

/unit/
H A DCHANGESdiff 531:b99dc838581b Thu Feb 08 15:42:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Added version 0.5 CHANGES.
H A DREADME.mddiff 2184:3024bf4c5a39 Mon Sep 05 09:42:00 UTC 2022 Artem Konev <artem.konev@nginx.com> Updated the GitHub page banner.
H A Dconfigurediff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
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);
/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.
H A Disolationdiff 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 Dmakediff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
diff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
H A Doptionsdiff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
H A Dsavediff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
H A Dshmemdiff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
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 Dsourcesdiff 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 2175:e83cff38d672 Wed Aug 03 12:42:00 UTC 2022 Alejandro Colomar <alx.manpages@gmail.com> Removed dead code.

nxt_sockaddr_ntop() stopped being used in commit (git) 029942f4eb71.
It has been replaced mostly by nxt_sockaddr_text().

commit 029942f4eb7196c2cff0d0e26bc6ff274138f7d8
Author: Igor Sysoev <igor@sysoev.ru>
Date: Wed Feb 22 15:09:59 2017 +0300

I/O operations refactoring.

nxt_job_sockaddr_parse() stopped being used in commit (git) 794248090a74.

commit 794248090a74f31cbfcf24ea8c835df2d4d21073
Author: Igor Sysoev <igor@sysoev.ru>
Date: Wed Mar 4 14:04:08 2020 +0300

Legacy upstream code removed.

Also, remove functions and types used only by those two functions:

nxt_job_sockaddr_unix_parse()
nxt_job_sockaddr_inet6_parse()
nxt_job_sockaddr_inet_parse()
nxt_job_sockaddr_parse_t
nxt_job_resolve()
nxt_job_resolve_t
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 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 Dsummarydiff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
/unit/auto/modules/
H A Dgodiff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
diff 259:9cf0e151e752 Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nginext has been renamed to unit.
diff 257:befb289a182a Wed Aug 30 21:42:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Moving generating CGO header file to the make stage.
H A Dphpdiff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
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.
H A Dpythondiff 265:864835cbba67 Thu Aug 31 18:42:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Introducing install & uninstall Makefile targets.
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.
/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.
H A Dunitlogo.svg2184:3024bf4c5a39 Mon Sep 05 09:42:00 UTC 2022 Artem Konev <artem.konev@nginx.com> Updated the GitHub page banner.
/unit/go/
H A Dldflags-darwin.go2605:cec85383ddee Tue Dec 05 15:42:00 UTC 2023 Danielle De Leo <d.deleo@f5.com> Go: Use Homebrew include paths

Fixes nginx/unit#967
H A Dnxt_cgo_lib.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
/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/pkg/contrib/src/njs/
H A DMakefilediff 2368:94d3a5e72aaa Tue Feb 28 18:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> contrib: fixed njs make rule.
diff 2365:e7b7f2bb04e8 Tue Feb 28 18:42:00 UTC 2023 Konstantin Pavlov <thresh@nginx.com> contrib: fixed njs make rule.
/unit/pkg/docker/
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.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.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.

1234