Home
last modified time | relevance | path

Searched hist:10 (Results 1 – 25 of 241) sorted by relevance

12345678910

/unit/
H A D.gitattributes2225:e8fed5f68241 Tue Oct 25 19:11:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Set git diff driver for C source code files.

Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.

This has the same effect as adding

[diff "default"]
xfuncname = "^[[:alpha:]$_].*[^:]$"

to your git config file.

e.g get

@@ -10,7 +10,7 @@ int main(void)

instead of

@@ -10,7 +10,7 @@ again:

This makes use of the gitattributes(5) infrastructure.

Link: <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=218dd85887da3d7d08119de18e9d325fcf30d7a4>
Link: <https://git.kernel.org/pub/scm/git/git.git/commit/?id=e82675a040d559c56be54255901138a979eeec21>
Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2225:e8fed5f68241 Tue Oct 25 19:11:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Set git diff driver for C source code files.

Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.

This has the same effect as adding

[diff "default"]
xfuncname = "^[[:alpha:]$_].*[^:]$"

to your git config file.

e.g get

@@ -10,7 +10,7 @@ int main(void)

instead of

@@ -10,7 +10,7 @@ again:

This makes use of the gitattributes(5) infrastructure.

Link: <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=218dd85887da3d7d08119de18e9d325fcf30d7a4>
Link: <https://git.kernel.org/pub/scm/git/git.git/commit/?id=e82675a040d559c56be54255901138a979eeec21>
Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2225:e8fed5f68241 Tue Oct 25 19:11:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Set git diff driver for C source code files.

Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.

This has the same effect as adding

[diff "default"]
xfuncname = "^[[:alpha:]$_].*[^:]$"

to your git config file.

e.g get

@@ -10,7 +10,7 @@ int main(void)

instead of

@@ -10,7 +10,7 @@ again:

This makes use of the gitattributes(5) infrastructure.

Link: <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=218dd85887da3d7d08119de18e9d325fcf30d7a4>
Link: <https://git.kernel.org/pub/scm/git/git.git/commit/?id=e82675a040d559c56be54255901138a979eeec21>
Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2225:e8fed5f68241 Tue Oct 25 19:11:00 UTC 2022 Andrew Clayton <a.clayton@nginx.com> Set git diff driver for C source code files.

Git can be told to apply language-specific rules when generating diffs.
Enable this for C source code files (*.c and *.h) so that function names
are printed right. Specifically, doing so prevents "git diff" from
mistakenly considering unindented goto labels as function names.

This has the same effect as adding

[diff "default"]
xfuncname = "^[[:alpha:]$_].*[^:]$"

to your git config file.

e.g get

@@ -10,7 +10,7 @@ int main(void)

instead of

@@ -10,7 +10,7 @@ again:

This makes use of the gitattributes(5) infrastructure.

Link: <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=218dd85887da3d7d08119de18e9d325fcf30d7a4>
Link: <https://git.kernel.org/pub/scm/git/git.git/commit/?id=e82675a040d559c56be54255901138a979eeec21>
Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
H A DREADME.mddiff 2467:28282eb943b9 Wed May 10 20:15:00 UTC 2023 Artem Konev <artem.konev@nginx.com> Fixed broken links in README.
diff 2466:503673a5ae8e Wed May 10 19:57:00 UTC 2023 Artem Konev <artem.konev@nginx.com> Added the initial version of the OpenAPI specification.
diff 2462:2692a5823c40 Wed May 10 16:22:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Merged with the 1.29 branch.
diff 2097:2227ab4f0812 Mon May 16 10:16:00 UTC 2022 Artem Konev <artem.konev@nginx.com> Deleted extra line in README.md.
/unit/src/
H A Dnxt_parse.cdiff 36:a71e28f0fb03 Mon Apr 10 00:43:00 UTC 2017 Valentin Bartenev <vbart@nginx.com> Fixed overflow detection in number parsing functions.
diff 10:a8e68ed06863 Wed Feb 01 16:20:00 UTC 2017 Igor Sysoev <igor@sysoev.ru> nxt_str_t changes.
/unit/src/nodejs/unit-http/
H A Dloader.mjsdiff 2252:876de8d26f1c Tue Dec 06 14:30:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Node.js: added "shortCircuit" option for ES modules hook.

Starting from Node.js v18.6.0 return value from all hooks must have
"shortCircuit: true" option specified. For more information see:
https://github.com/nodejs/node/commit/10bcad5c6e
diff 2117:0e4bb7b44a63 Thu Jun 02 10:48:00 UTC 2022 Andrei Zeliankou <zelenkov@nginx.com> Node.js: fixed ES modules format in loader.mjs.

Before Node.js v16.14.0 the "format" value in defaultResolve
was ignored so error was hidden. For more information see:
https://github.com/nodejs/node/pull/40980
/unit/test/python/lifespan/failed/
H A Dasgi.py1628:93e2931202bb Mon Oct 05 10:05:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added ASGI Lifespan.
/unit/test/python/lifespan/error/
H A Dasgi.py1628:93e2931202bb Mon Oct 05 10:05:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added ASGI Lifespan.
/unit/test/python/lifespan/error_auto/
H A Dasgi.py1628:93e2931202bb Mon Oct 05 10:05:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added ASGI Lifespan.
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python39-config1778:b4695d20820b Tue Jan 26 10:06:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Fedora 33 support.
/unit/go/
H A Dgo.mod2062:ede07f84045b Mon Jan 10 13:07:00 UTC 2022 Max Romanov <max.romanov@nginx.com> Tests: using modules in Go.
/unit/test/php/auth/
H A Dindex.php1742:0b6b58efc489 Thu Dec 10 19:28:00 UTC 2020 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for PHP_AUTH_* variables.
/unit/pkg/deb/
H A DMakefile.python3101973:bc18f6f39ce3 Thu Oct 21 10:23:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.10 "impish" support.
H A DMakefile.jsc181973:bc18f6f39ce3 Thu Oct 21 10:23:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.10 "impish" support.
H A DMakefile.jsc161887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
H A DMakefile.python391887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
H A DMakefile.jsc171887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
/unit/pkg/deb/debian.module/
H A Dunit.example-python3.10-config1973:bc18f6f39ce3 Thu Oct 21 10:23:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.10 "impish" support.
H A Dunit.example-jsc18-config1973:bc18f6f39ce3 Thu Oct 21 10:23:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.10 "impish" support.
H A Dunit.example-jsc16-config1887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
H A Dunit.example-jsc17-config1887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
H A Dunit.example-python3.9-config1887:0a32914bf7bf Thu May 27 10:12:00 UTC 2021 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 21.04 "hirsute" support.
/unit/test/njs/global_this/
H A Dscript.js2459:e5660c43e09c Wed May 10 12:02:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for NJS loadable modules.
/unit/test/njs/invalid/
H A Dscript.js2459:e5660c43e09c Wed May 10 12:02:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for NJS loadable modules.
/unit/test/njs/import_from/
H A Dscript.js2459:e5660c43e09c Wed May 10 12:02:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for NJS loadable modules.
/unit/test/njs/next/
H A Dscript.js2459:e5660c43e09c Wed May 10 12:02:00 UTC 2023 Andrei Zeliankou <zelenkov@nginx.com> Tests: added tests for NJS loadable modules.
/unit/docs/
H A Dunit-openapi.yaml2466:503673a5ae8e Wed May 10 19:57:00 UTC 2023 Artem Konev <artem.konev@nginx.com> Added the initial version of the OpenAPI specification.

12345678910