Home
last modified time | relevance | path

Searched hist:29 (Results 1 – 25 of 172) sorted by relevance

1234567

/unit/src/
H A Dnxt_status.hdiff 2186:47d365005fab Mon Aug 29 06:32:00 UTC 2022 Zhidao HONG <z.hong@f5.com> Status: added requests count.
2185:2227bdbb3c89 Mon Aug 29 06:27:00 UTC 2022 Valentin Bartenev <vbart@nginx.com> Implemented basic statistics API.
H A Dnxt_status.cdiff 2186:47d365005fab Mon Aug 29 06:32:00 UTC 2022 Zhidao HONG <z.hong@f5.com> Status: added requests count.
2185:2227bdbb3c89 Mon Aug 29 06:27:00 UTC 2022 Valentin Bartenev <vbart@nginx.com> Implemented basic statistics API.
H A Dnxt_port_hash.hdiff 597:e6586cced0ab Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> Using nxt_lvlhsh_peek() for port hashes.
diff 593:ef19a2b0f508 Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> Removed unused macros and functions.
H A Dnxt_rbtree.cdiff 50:3a785db4b3ad Mon May 29 07:17:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> A small rbtree delete fixup optimization.

Setting node color to black is not required here because
it is already black. Besides in the original algorithm
the node pointer is discarded and the node is set to tree
root just to quit the loop.

Thanks to 洪志道 (Hong Zhi Dao).
diff 5:3594a19ddcaf Sun Jan 29 21:14:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Importing rbtree changes from nJScript.
H A Dnxt_conn_close.cdiff 2185:2227bdbb3c89 Mon Aug 29 06:27:00 UTC 2022 Valentin Bartenev <vbart@nginx.com> Implemented basic statistics API.
diff 109:8c3114bcbd3e Thu Jun 29 12:52:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Using static and constant linger structure.
H A Dnxt_lvlhsh.cdiff 1616:639b73f0f277 Tue Sep 29 19:58:00 UTC 2020 Max Romanov <max.romanov@nginx.com> Wrapping libunit's malloc() and free() calls for logging purposes.

This change aids heap usage analysis in applications.
The alloc and free functions are also required for lvlhash due to the upcoming
threading support, because using main nxt_memalign() and nxt_free() isn't safe
in a multithreaded app environment. The reason is that these functions may use
thread-local structures which aren't initialized properly in applications.
diff 598:70677ad404c1 Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().
diff 595:686246c79c5a Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_retrieve().
diff 594:c89b29f038c4 Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_peek().
H A Dnxt_random.hdiff 246:f7cb63f38fd0 Tue Aug 29 21:31:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Lib unit tests have been renamed to tests.
H A Dnxt_rbtree.hdiff 5:3594a19ddcaf Sun Jan 29 21:14:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> Importing rbtree changes from nJScript.
/unit/src/test/
H A Dnxt_lvlhsh_test.cdiff 598:70677ad404c1 Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().
diff 595:686246c79c5a Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_retrieve().
diff 594:c89b29f038c4 Thu Mar 29 13:35:00 UTC 2018 Igor Sysoev <igor@sysoev.ru> nxt_lvlhsh_peek().
/unit/test/python/environment/
H A Dwsgi.py679:a6ee16204cc9 Tue May 29 12:29:00 UTC 2018 Andrey Zelenkov <zelenkov@nginx.com> Tests: configuration of environment variables.
679:a6ee16204cc9 Tue May 29 12:29:00 UTC 2018 Andrey Zelenkov <zelenkov@nginx.com> Tests: configuration of environment variables.
/unit/pkg/contrib/
H A DMakefile2276:65654d061155 Tue Nov 29 14:12:00 UTC 2022 Konstantin Pavlov <thresh@nginx.com> Added contribs and njs.
/unit/pkg/docker/
H A DDockerfile.perl5.38diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.node20diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.go1.21diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.wasmdiff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.go1.20diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.ruby3.2diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
H A DDockerfile.php8.2diff 2546:3a9046dca2a6 Wed Aug 23 11:29:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Generated Dockerfiles for Unit 1.31.0.
/unit/test/python/restart/
H A Dlongstart.py1926:6e85d6c0b8bb Thu Jul 29 16:50:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Application restart introduced.

When processing a restart request, the router sends a QUIT message to all
existing processes of the application. Then, a new shared application port is
created to ensure that new requests won't be handled by the old processes of
the application.
H A Dv1.py1926:6e85d6c0b8bb Thu Jul 29 16:50:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Application restart introduced.

When processing a restart request, the router sends a QUIT message to all
existing processes of the application. Then, a new shared application port is
created to ensure that new requests won't be handled by the old processes of
the application.
H A Dv2.py1926:6e85d6c0b8bb Thu Jul 29 16:50:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Application restart introduced.

When processing a restart request, the router sends a QUIT message to all
existing processes of the application. Then, a new shared application port is
created to ensure that new requests won't be handled by the old processes of
the application.
/unit/
H A Dversiondiff 2202:29b3edfb613d Mon Sep 19 10:59:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Version bump.
diff 1839:953b8f1dd278 Fri Mar 26 08:29:00 UTC 2021 Valentin Bartenev <vbart@nginx.com> Version bump.
diff 1500:29b6a0b4952f Mon Jun 08 13:09:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> Version bump.
diff 1197:20fce7f92953 Fri Sep 20 11:29:00 UTC 2019 Valentin Bartenev <vbart@nginx.com> Version bump.
/unit/test/python/upload/
H A Dwsgi.py1356:462458cb73c1 Wed Feb 05 13:29:00 UTC 2020 Tiago Natel de Moura <t.nateldemoura@f5.com> Tests: added test for uploading files with SSL.
* * *
[mq]: multipart
/unit/test/unit/check/
H A Dnjs.py2249:06504073b118 Tue Nov 29 01:02:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Tests: NJS.
/unit/auto/
H A Dnjsdiff 2253:1b0b27c7636f Tue Nov 29 14:10:00 UTC 2022 Konstantin Pavlov <thresh@nginx.com> Used pkg-config to detect njs where available.

1234567