Home
last modified time | relevance | path

Searched hist:58 (Results 1 – 25 of 70) sorted by path

123

/unit/auto/cc/
H A Ddeps396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
/unit/auto/
H A Dclangdiff 93:8c66fdbc526b Mon Jun 26 16:58:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Build on Solaris 11 fixed.
H A Dfeaturediff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
H A Dmakediff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
H A Dsavediff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
H A Dsourcesdiff 1324:73562b05bf48 Tue Dec 24 13:58:00 UTC 2019 Axel Duch <axel.duch@nginx.com> Router: introducing routing on client address.
diff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
/unit/auto/modules/
H A Dphpdiff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
H A Dpythondiff 396:3ed1efa34ac2 Fri Dec 01 13:28:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using compiler capability to generate dependencies.

This closes #58 issue on GitHub.
/unit/docs/
H A Dchanges.xmldiff 2674:c055d68bbf43 Fri Jan 26 14:58:00 UTC 2024 Andrei Zeliankou <zelenkov@nginx.com> Python: bytearray body support for ASGI module.

@filiphanes requested support for bytearray
and memoryview in the request body here:
<https://github.com/nginx/unit/issues/648>

This patch implements bytearray body support only.
Memoryview body still need to be implemented.
diff 2162:fd2a3c0ad344 Tue Jul 26 14:58:00 UTC 2022 Alejandro Colomar <alx.manpages@gmail.com> Fixed line removed by accident.

When fixing conflicts in the changelog, a line was removed by accident.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
diff 2035:1a36920f220a Thu Nov 25 16:58:00 UTC 2021 Valentin Bartenev <vbart@nginx.com> PHP: fixed crash when calling module functions in OPcache preload.

In PHP, custom fastcgi_finish_request() and overloaded chdir() functions can be
invoked by an OPcache preloading script (it runs when php_module_startup() is
called in the app process setup handler). In this case, there was no runtime
context set so trying to access it caused a segmentation fault.

This closes #602 issue on GitHub.
diff 2034:530996641be6 Thu Nov 25 13:58:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Added a changelog for 730e903f4534.
diff 2033:87f86cfc2002 Thu Nov 25 13:58:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixing access_log structure reference counting.

The reference to the access_log structure is stored in the current
nxt_router_conf_t and the global nxt_router_t. When the reference is copied,
the reference counter should be adjusted accordingly.

This closes #593 issue on GitHub.
diff 2019:8fcb7e44c663 Thu Nov 25 16:58:00 UTC 2021 Valentin Bartenev <vbart@nginx.com> PHP: fixed crash when calling module functions in OPcache preload.

In PHP, custom fastcgi_finish_request() and overloaded chdir() functions can be
invoked by an OPcache preloading script (it runs when php_module_startup() is
called in the app process setup handler). In this case, there was no runtime
context set so trying to access it caused a segmentation fault.

This closes #602 issue on GitHub.
diff 2018:2bdb4fe963f2 Thu Nov 25 13:58:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Added a changelog for 730e903f4534.
diff 2017:c1617684637c Thu Nov 25 13:58:00 UTC 2021 Max Romanov <max.romanov@nginx.com> Fixing access_log structure reference counting.

The reference to the access_log structure is stored in the current
nxt_router_conf_t and the global nxt_router_t. When the reference is copied,
the reference counter should be adjusted accordingly.

This closes #593 issue on GitHub.
/unit/pkg/deb/
H A DMakefilediff 1466:58dd99bbee20 Thu Apr 23 16:55:00 UTC 2020 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 20.04 "focal" support.
H A DMakefile.jsc-commondiff 1466:58dd99bbee20 Thu Apr 23 16:55:00 UTC 2020 Andrei Belov <defan@nginx.com> Packages: added Ubuntu 20.04 "focal" support.
/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.javadiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
/unit/src/
H A Dnxt_clang.hdiff 93:8c66fdbc526b Mon Jun 26 16:58:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Build on Solaris 11 fixed.
H A Dnxt_clone.cdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
H A Dnxt_conf.cdiff 1363:69aba3ef7042 Thu Feb 20 14:58:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> Configuration: stripping comments from the input JSON.

This allows to have JavaScript-like comments in the uploading JSON.
H A Dnxt_conf_validation.cdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
diff 1324:73562b05bf48 Tue Dec 24 13:58:00 UTC 2019 Axel Duch <axel.duch@nginx.com> Router: introducing routing on client address.
H A Dnxt_conn.hdiff 93:8c66fdbc526b Mon Jun 26 16:58:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Build on Solaris 11 fixed.
H A Dnxt_controller.cdiff 1364:9f385f0e18aa Thu Feb 20 14:58:00 UTC 2020 Valentin Bartenev <vbart@nginx.com> Configuration: removing UTF-8 BOM from the input JSON.

Some editors can add it to JSON files.
diff 342:82c2825a617a Wed Oct 04 11:58:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Using engine memiory pool for port write allocations.

To allow use port from different threads, the first step is to avoid using
port's memory pool for temporary allocations required to send data through
the port. Including but not limited by:
- buffers for data;
- send message structures;
- new mmap fd notifications;

It is still safe to use port memory pool for incoming buffers allocations
because recieve operation bound to single thread.
diff 209:5789208bf19c Sun Aug 13 12:58:00 UTC 2017 Valentin Bartenev <vbart@nginx.com> Fixed building by GCC after 7d1017bd0f6c.
H A Dnxt_gnutls.cdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
H A Dnxt_h1proto.cdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
H A Dnxt_http.hdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
diff 543:85c9c538983c Mon Feb 12 13:58:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> HTTP: the Date response header.
H A Dnxt_http_request.cdiff 543:85c9c538983c Mon Feb 12 13:58:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> HTTP: the Date response header.
H A Dnxt_http_response.cdiff 543:85c9c538983c Mon Feb 12 13:58:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> HTTP: the Date response header.
H A Dnxt_http_route.cdiff 2078:0996dd223cdd Sat Dec 18 23:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Fixed indentation.

Some lines (incorrectly) had an indentation of 3 or 5, or 7 or 9,
or 11 or 13, or 15 or 17 spaces instead of 4, 8, 12, or 16. Fix them.

Found with:

$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ ]';
$ find src -type f | xargs grep -n '^ [^ *]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
$ find src -type f | xargs grep -n '^ [^ +]';
$ find src -type f | xargs grep -n '^ [^ *+]';
diff 2077:624e51cfe97a Sat Dec 18 21:58:00 UTC 2021 Alejandro Colomar <alx.manpages@gmail.com> Removed special cases for non-NXT_CONF_VALUE_ARRAY.

The previous commit added more generic APIs for handling
NXT_CONF_VALUE_ARRAY and non-NXT_CONF_VALUE_ARRAY together.
Modify calling code to remove special cases for arrays and
non-arrays, taking special care that the path for non arrays is
logically equivalent to the previous special cased code.
Use the now-generic array code only.
diff 1324:73562b05bf48 Tue Dec 24 13:58:00 UTC 2019 Axel Duch <axel.duch@nginx.com> Router: introducing routing on client address.
H A Dnxt_http_route_addr.c1324:73562b05bf48 Tue Dec 24 13:58:00 UTC 2019 Axel Duch <axel.duch@nginx.com> Router: introducing routing on client address.

123