Home
last modified time | relevance | path

Searched hist:59 (Results 51 – 75 of 126) sorted by relevance

123456

/unit/auto/
H A Dclangdiff 2079:0dcffa83cac2 Fri Mar 11 00:59:00 UTC 2022 Alejandro Colomar <alx.manpages@gmail.com> Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).

When testing some configurations of compilers and OSes, I noticed
that clang(1) 13 on Debian caused a function to be compiled but
unused, and the compiler triggered a compile error.

To avoid that error, use __attribute__((__unused__)). Let's call
our wrapper NXT_MAYBE_UNUSED, since it describes itself more
precisely than the GCC attribute name. It's also the name that
C2x (likely C23) has given to the standard attribute, which is
[[maybe_unused]], so it's also likely to be more readable because
of that name being in ISO C.
H A Dunixdiff 158:6a2d50321e16 Fri Jul 14 17:37:00 UTC 2017 Ruslan Ermilov <ru@nginx.com> Restored arc4random unit test after 59fc46dd5e1d.
/unit/pkg/docker/
H A DMakefilediff 2690:4185b740ce12 Wed Feb 21 00:59:00 UTC 2024 Andrew Clayton <a.clayton@nginx.com> Docker: Add wasm-wasi-component to the wasm target

Thus

$ make build-wasm

will build _both_ the 'wasm' & 'wasm-wasi-component' modules.

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
diff 2091:1b18733cb113 Tue May 10 20:59:00 UTC 2022 Konstantin Pavlov <thresh@nginx.com> Docker: bumped language versions.
diff 1314:773f7e903f02 Tue Dec 24 14:59:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Packages: making unit-go architecture independent.

To support Go modules, the unit-go module should be platform independent.
All platform-dependent logic is moved to libunit, so the unit-dev package
should be installed before building unit-go.
H A DDockerfile.jsc11diff 2663:7e37f85fdc5b Mon Feb 19 00:59:00 UTC 2024 Dan Callahan <d.callahan@f5.com> Docker: Shallow clone the Unit repo

Saves on the order of 10 MBs of transfer for each build.

We call `rm -rf /usr/src/unit` later in this step, so the full repo has
never appeared in our published images anyway.
H A DDockerfile.minimaldiff 2663:7e37f85fdc5b Mon Feb 19 00:59:00 UTC 2024 Dan Callahan <d.callahan@f5.com> Docker: Shallow clone the Unit repo

Saves on the order of 10 MBs of transfer for each build.

We call `rm -rf /usr/src/unit` later in this step, so the full repo has
never appeared in our published images anyway.
diff 532:1ba4d13d222b Thu Feb 08 15:59:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> Generated Dockerfiles for Unit 0.5.
/unit/test/
H A Dtest_ruby_isolation.py1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_java_isolation_rootfs.py1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_usr1.py1248:1cdb6a4dd024 Wed Oct 23 13:59:00 UTC 2019 Andrey Zelenkov <zelenkov@nginx.com> Tests: added USR1 signal test for unit.log.
H A Dtest_java_application.pydiff 2563:6c93cbc92821 Mon Oct 02 14:59:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: added Java test with multiple headers.

This test reproduce https://github.com/nginx/unit/issues/923.
diff 1029:687f7cc7aae2 Tue Apr 09 17:59:00 UTC 2019 Andrey Zelenkov <zelenkov@nginx.com> Tests: speed up tests.
H A Dtest_respawn.py1471:38ede0766e1a Tue May 12 16:59:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added respawn tests.
H A Dtest_python_isolation.py1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.
H A Dtest_go_application.pydiff 1029:687f7cc7aae2 Tue Apr 09 17:59:00 UTC 2019 Andrey Zelenkov <zelenkov@nginx.com> Tests: speed up tests.
/unit/src/
H A Dnxt_http_chunk_parse.cdiff 1927:ac8d11e34427 Tue Aug 03 10:59:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixed dead assignments.

Found by Clang Static Analyzer.
H A Dnxt_port_rpc.cdiff 2126:8542c8141a13 Tue Jun 07 05:59:00 UTC 2022 Max Romanov <max.romanov@nginx.com> Removing unused tracking fields and functions.

The message tracking is unused since 1d84b9e4b459 commit.

This fixes the issue found by Coverity (CID 376263).
H A Dnxt_http_rewrite.cdiff 2499:65f686d41377 Wed Jun 14 06:59:00 UTC 2023 Alejandro Colomar <alx@nginx.com> Fixed indentation.

Signed-off-by: Alejandro Colomar <alx@nginx.com>
H A Dnxt_isolation.cdiff 2153:37bccff06c9f Sat Jun 18 13:59:00 UTC 2022 Alejandro Colomar <alx.manpages@gmail.com> Replaced Linux syscall macros by libc macros.

User-space programs should use the SYS_*form, as documented in
syscall(2). That also adds compatibility to non-Linux systems.
diff 1927:ac8d11e34427 Tue Aug 03 10:59:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixed dead assignments.

Found by Clang Static Analyzer.
H A Dnxt_event_engine.cdiff 1927:ac8d11e34427 Tue Aug 03 10:59:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixed dead assignments.

Found by Clang Static Analyzer.
H A Dnxt_thread.hdiff 138:59fc46dd5e1d Mon Jul 10 18:07:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Introducing thread-safe nxt_random().
H A Dnxt_port_memory.hdiff 2126:8542c8141a13 Tue Jun 07 05:59:00 UTC 2022 Max Romanov <max.romanov@nginx.com> Removing unused tracking fields and functions.

The message tracking is unused since 1d84b9e4b459 commit.

This fixes the issue found by Coverity (CID 376263).
H A Dnxt_port_memory_int.hdiff 2126:8542c8141a13 Tue Jun 07 05:59:00 UTC 2022 Max Romanov <max.romanov@nginx.com> Removing unused tracking fields and functions.

The message tracking is unused since 1d84b9e4b459 commit.

This fixes the issue found by Coverity (CID 376263).
H A Dnxt_clang.hdiff 2079:0dcffa83cac2 Fri Mar 11 00:59:00 UTC 2022 Alejandro Colomar <alx.manpages@gmail.com> Added NXT_MAYBE_UNUSED for __attribute__((__unused__)).

When testing some configurations of compilers and OSes, I noticed
that clang(1) 13 on Debian caused a function to be compiled but
unused, and the compiler triggered a compile error.

To avoid that error, use __attribute__((__unused__)). Let's call
our wrapper NXT_MAYBE_UNUSED, since it describes itself more
precisely than the GCC attribute name. It's also the name that
C2x (likely C23) has given to the standard attribute, which is
[[maybe_unused]], so it's also likely to be more readable because
of that name being in ISO C.
/unit/test/unit/applications/
H A Dwebsockets.pydiff 1151:5ad0006fb0a0 Fri Aug 30 13:59:00 UTC 2019 Andrey Zelenkov <zelenkov@nginx.com> Tests: prevented writing to the closed socket for websocket tests.
/unit/
H A Dversiondiff 2202:29b3edfb613d Mon Sep 19 10:59:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Version bump.
/unit/docs/man/man8/
H A Dunitd.8.in2439:4cabfc9895f4 Mon Apr 24 15:59:00 UTC 2023 Alejandro Colomar <alx@nginx.com> Docs: moved uintd.8 to man8/ subdirectory.

Reviewed-by: Artem Konev <a.konev@f5.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
/unit/test/unit/applications/lang/
H A Dpython.pydiff 1490:cecf6b11a1e3 Thu May 28 13:59:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: Added rootfs tests.

123456