Home
last modified time | relevance | path

Searched hist:7 (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/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>
/unit/pkg/deb/debian.module/
H A Dunit.example-perl-configdiff 1753:7d8644d56ed5 Thu Dec 17 11:30:00 UTC 2020 Andrei Belov <defan@nginx.com> Packages: run non-privileged processes under "unit" user.
524:7eef37b824b3 Wed Feb 07 14:26:00 UTC 2018 Andrei Belov <defan@nginx.com> Packages: added Perl package.
H A Dunit.example-perl-app524:7eef37b824b3 Wed Feb 07 14:26:00 UTC 2018 Andrei Belov <defan@nginx.com> Packages: added Perl package.
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-perl-configdiff 1753:7d8644d56ed5 Thu Dec 17 11:30:00 UTC 2020 Andrei Belov <defan@nginx.com> Packages: run non-privileged processes under "unit" user.
524:7eef37b824b3 Wed Feb 07 14:26:00 UTC 2018 Andrei Belov <defan@nginx.com> Packages: added Perl package.
H A Dunit.example-perl-app524:7eef37b824b3 Wed Feb 07 14:26:00 UTC 2018 Andrei Belov <defan@nginx.com> Packages: added Perl package.
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerWholeBase.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DPojoMessageHandlerWholeBinary.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DPojoMessageHandlerWholePong.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DPojoMessageHandlerWholeText.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DPojoMethodMapping.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DPojoPathParam.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A Dpackage-info.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
/unit/src/java/nginx/unit/websocket/server/
H A DConstants.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DDefaultServerEndpointConfigurator.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DLocalStrings.properties1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DUpgradeUtil.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DUriTemplate.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsContextListener.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsFilter.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsHandshakeRequest.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsHttpUpgradeHandler.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsMappingResult.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsPerSessionServerEndpointConfig.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsRemoteEndpointImplServer.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.
H A DWsSci.java1157:7ae152bda303 Thu Sep 05 12:27:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Java: introducing websocket support.

12345678910>>...13