Timeline



10/30/18:

17:35 Milestone njs-0.2.5 completed
Planned features: * "arguments" object
14:46 Changeset in nginx_org [2264:b001d6903fc1] by Yaroslav Zhuravlev <yar@…>
njs-0.2.5

10/29/18:

18:45 Changeset in nginx_org [2270:cd9934924920] by Yaroslav Zhuravlev <yar@…>
Moved summary to top of njs index page.
18:43 Changeset in nginx_org [2269:6426814f9373] by Yaroslav Zhuravlev <yar@…>
Added padStart/padEnd, removed fs.read/write/appendFile in njs …
18:36 Changeset in nginx_org [2268:cd1b26111884] by Yaroslav Zhuravlev <yar@…>
Moved string.split to follow alphabetical order.
18:34 Changeset in nginx_org [2267:c30048802769] by Yaroslav Zhuravlev <yar@…>
Added links to njs reference from njs Compatibility.
16:52 Changeset in nginx_org [2263:1bec6f727a84] by Valentin Bartenev <vbart@…>
Added njs presentation from nginx.conf 2018.
16:52 Changeset in nginx_org [2262:086e307d8b28] by Valentin Bartenev <vbart@…>
Regenerated.
16:52 Changeset in nginx_org [2261:b459b643bf5a] by Valentin Bartenev <vbart@…>
Added "video" element to include YouTube videos.
11:45 Ticket #1667 (Nginx [PHP] sometimes blank page sometimes Connection Refused) closed by Maxim Dounin
invalid: Blank pages returned by PHP usually indicate that something went wrong …

10/26/18:

20:22 Ticket #1667 (Nginx [PHP] sometimes blank page sometimes Connection Refused) created by MayusYT@…
Hello, I switched from apache2 to nginx 2 months ago. I just can't get …
17:38 Ticket #1665 (Minimum zone size for limit_req strangely high) updated by Maxim Dounin
This is because shared memory uses slab allocator, which allocates …
11:54 Ticket #1666 (Add MSG_ZEROCOPY support) created by craigt
Please would you add support for zerocopy networking …
07:30 Ticket #1665 (Minimum zone size for limit_req strangely high) created by xim@…
Hi, I'm running nginx on an embedded platform, namely a Tilera …

10/25/18:

17:47 Changeset in nginx_org [2260:4e53813fbe21] by Artem Konev <artem.konev@…>
Added Unit 1.5 release news.
17:37 Milestone unit-1.5 completed
Planned features: - nodejs experimental support
16:54 Ticket #1664 (sub_filter not PCRE compliant) closed by Maxim Dounin
invalid: See [[http://nginx.org/en/docs/http/ngx_http_sub_module.html|the
15:30 Ticket #1664 (sub_filter not PCRE compliant) created by jgibart@…
I was struggling with sub_filter directives to translate pages links …
13:59 Ticket #1663 (Could we extend nginx by our own misc type modules) closed by Maxim Dounin
wontfix: There are no real differences between MISC and CORE modules except …
02:29 modules.patch attached to Ticket #1663 by chronolaw@…
02:29 Ticket #1663 (Could we extend nginx by our own misc type modules) created by chronolaw@…
At first, I must apologize that I use trac to commit patch, the reason …

10/24/18:

13:05 Ticket #1662 (A minor code clean for ngx_configure_listening_sockets) closed by Maxim Dounin
wontfix: No, thanks. Please avoid pure style changes unless there are other …
11:34 Ticket #1536 (grpc-web (grpc for browsers)) updated by sandersaares@…
The official grpc-web client is getting ready for public release: "The …
09:56 Ticket #1661 (Nginx repository for ubuntu has no Release file for cosmic (18.10)) updated by thresh
Status, Owner changed
We didnt build any packages for cosmic yet, but it's in the pipeline …
01:49 ngx_connection.c.patch attached to Ticket #1662 by chronolaw@…
01:49 Ticket #1662 (A minor code clean for ngx_configure_listening_sockets) created by chronolaw@…
At the end of function ngx_configure_listening_sockets, there is a …

10/23/18:

21:48 Ticket #1661 (Nginx repository for ubuntu has no Release file for cosmic (18.10)) created by lionskape@…
Hello. Some days ago Ubuntu released cosmic release, but there is no …
19:46 Ticket #1654 (nginx does not honor ssl_protocols for TLSv1.3) closed by Maxim Dounin
fixed: Fix committed.
19:46 Ticket #1657 (A minor code clean for ngx_event.h) closed by Maxim Dounin
fixed: Committed (874d47ac871a), thanks.
19:25 Ticket #1654 (nginx does not honor ssl_protocols for TLSv1.3) updated by Maxim Dounin <mdounin@…>
In [changeset:"ed8738b1c7c491fcce2537edb765feaa921ad1fd/nginx"
19:11 Changeset in nginx [7421:11be3c0723bd]stable-1.14 by Maxim Dounin <mdounin@…>
SSL: explicitly set maximum version (ticket #1654). With maximum …
19:11 Changeset in nginx [7372:ed8738b1c7c4] by Maxim Dounin <mdounin@…>
SSL: explicitly set maximum version (ticket #1654). With maximum …

10/22/18:

20:01 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by Maxim Dounin
> I didn't find indication that the current approach is just a …
18:47 Ticket #1659 (nginx intermittent delay before sending response) updated by Maxim Dounin
Replying to https://stackoverflow.com/users/10506504/ianm: …
17:57 Ticket #1594 (ngx_palloc.c may save more memory) updated by Maxim Dounin
See also #1658.
17:56 Ticket #1658 (Optimize memory usage in ngx_reset_pool) closed by Maxim Dounin
duplicate: Duplicate of #1594.
16:27 Ticket #1659 (nginx intermittent delay before sending response) updated by Ian Marsh
Thank you very much for looking into this and taking the time to …
16:06 Ticket #1659 (nginx intermittent delay before sending response) updated by Maxim Dounin
Keywords, Status, Type changed
In the uwsgi protocol, the end of the response is indicated by a …
15:24 Ticket #1660 (Docs say $host header comes from the request line?) closed by Maxim Dounin
invalid: Request line can contain a host if the request uses the …
14:39 Ticket #1660 (Docs say $host header comes from the request line?) created by brackendawson@…
These docs …
11:12 Ticket #1659 (nginx intermittent delay before sending response) created by Ian Marsh
Hi, We have a Flask Python application served by uWSGI through nginx …
01:53 ngx_palloc.c.patch attached to Ticket #1658 by chronolaw@…
01:53 Ticket #1658 (Optimize memory usage in ngx_reset_pool) created by chronolaw@…
In ngx_pool_t, the overhead of first block is sizeof(ngx_pool_t), the …

10/20/18:

07:16 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by topdebg
Replying to mdounin: > Given that this is positioned …

10/19/18:

15:49 Changeset in nginx-tests [1389:73a9504ae6fd] by Sergey Kandaurov <pluknet@…>
Tests: support TLS 1.3 in ssl_stapling.t by preferring sigalgs. See …
13:03 Changeset in nginx_org [2259:9644ecb67081] by Yaroslav Zhuravlev <yar@…>
Unified description of njs r.requestBody with perl request_body.
06:04 ngx_event.h.patch attached to Ticket #1657 by chronolaw@…
06:03 Ticket #1657 (A minor code clean for ngx_event.h) created by chronolaw@…
When I write my own event module I found that the macro …
05:50 Changeset in nginx [7373:874d47ac871a] by chronolaw <chronolaw@…>
A minor code clean for macro ngx_event_get_conf in ngx_event.h.

10/18/18:

16:18 Changeset in nginx_org [2258:2c8c10f00518] by Sergey Kandaurov <pluknet@…>
Development guide: fixed quotes encoding in <programlisting>.
14:19 Ticket #1445 (OpenSSL - ChaCha prioritized - Nginx enhancement) updated by Maxim Dounin
I'm sceptical about unconditional use of SSL_OP_PRIORITIZE_CHACHA, as …
10:30 Ticket #1656 (It may be a bug of udp rbtree init in function ngx_set_inherited_sockets) closed by Roman Arutyunyan
invalid: ngx_set_inherited_sockets() is only called for the init_cycle which is …
05:08 ngx_connection.c.patch attached to Ticket #1656 by chronolaw@…
05:08 Ticket #1656 (It may be a bug of udp rbtree init in function ngx_set_inherited_sockets) created by chronolaw@…
Nginx 1.15.0 introduce udp session feature, but when we update new …

10/17/18:

22:42 Changeset in nginx_org [2257:8cef5ef98336] by Nick Shadrin <nick@…>
Changed quotes to ASCII in NJS example.
20:34 Changeset in nginx-tests [1388:0090e2476ef0] by Sergey Kandaurov <pluknet@…>
Tests: support TLS 1.3 in ssl_certificates.t by preferring sigalgs. A …
18:48 Ticket #1445 (OpenSSL - ChaCha prioritized - Nginx enhancement) updated by Steffen Weber
Alternative: …
16:23 Ticket #1445 (OpenSSL - ChaCha prioritized - Nginx enhancement) updated by Steffen Weber
Patch that enables the SSL_OP_PRIORITIZE_CHACHA flag if …
14:29 Ticket #1529 (Could not configure TLS1.3 ciphers in OpenSSL 1.1.1 pre4) updated by Steffen Weber
I just want to kindly ask whether nginx would consider adding a new …

10/16/18:

14:23 Changeset in nginx_org [2256:b2a3857abaf6] by Maxim Konovalov <maxim@…>
Regenerated.
14:23 Changeset in nginx_org [2255:f70180868eeb] by Maxim Konovalov <maxim@…>
nginx.conf-2018 is over. The banned replaced with the nginx cookbook …
13:17 Ticket #1399 (Nginx is not using environment variables https_proxy or http_proxy) updated by Maxim Dounin
See also #1655.
13:17 Ticket #1655 (Nginx does not use Proxy??) closed by Maxim Dounin
duplicate: No, nginx does not use forward proxies to connect to external …
01:30 Ticket #1655 (Nginx does not use Proxy??) created by tns.takuya.okuyama@…
My nginx is working as "Reverse Proxy" in our company intranet. It …

10/15/18:

15:03 Ticket #1654 (nginx does not honor ssl_protocols for TLSv1.3) updated by Maxim Dounin
This can be solved by explicitly calling …
12:14 Ticket #1653 (http2_push_preload does not recognize Link header) closed by Maxim Dounin
invalid: The 3rd party modules you are using does not add Link headers to the …
11:53 Ticket #1650 (Active connections not clear close session) updated by Maxim Dounin
> Could it be that mod_security is related to this? As previously …
11:02 Ticket #1650 (Active connections not clear close session) updated by kfir.snunit.org.il@…
I tried to disable HTTP2 still the same behavior. I noticed one …

10/14/18:

17:00 Ticket #1654 (nginx does not honor ssl_protocols for TLSv1.3) updated by zizazit@…
Oops... I didn't notice the OpenSSL version that nginx is compiled …
16:42 Ticket #1654 (nginx does not honor ssl_protocols for TLSv1.3) created by zizazit@…
When configured with ssl_protocols TLSv1 TLSv1.1 TLSv1.2; nginx …
16:32 Ticket #1653 (http2_push_preload does not recognize Link header) created by bjoe2k4@…
[…] When a Link header is present (from PHP, Proxy or via …
08:40 Ticket #1650 (Active connections not clear close session) updated by kfir.snunit.org.il@…
* Nginx worker processes are not killed or crashed. * I am …
05:01 Ticket #1652 (Issue with seems like query strings when trying to hit API urls. Gives ...) closed by Maxim Dounin
invalid: See no problems using the following sample configuration: […] …

10/11/18:

16:24 Changeset in nginx-tests [1387:ad3cb6f451a5] by Sergey Kandaurov <pluknet@…>
Tests: skip ssl_sni_reneg.t with TLS 1.3.
03:39 Ticket #1652 (Issue with seems like query strings when trying to hit API urls. Gives ...) created by MostHated@…
Hello, I have been having this issue for quite some time (possibly …

10/10/18:

20:40 Ticket #1610 (Writing connections counter leak in stub_status.) updated by Maxim Dounin
See also #1650 which might be related.
20:39 Ticket #1650 (Active connections not clear close session) updated by Maxim Dounin
> And even if there were now 1000 active connections to the server, …
16:32 Changeset in nginx-tests [1386:261f01ee5364] by Sergey Kandaurov <pluknet@…>
Tests: index module tests merged.
16:15 Changeset in nginx-tests [1385:5eb82b417fd6] by Sergey Kandaurov <pluknet@…>
Tests: access_log escape tests merged.
14:09 Ticket #1638 (Nginx Systemd is failing to start on reboot) updated by Maxim Dounin
OK, so the problem appears to be severe during the boot (> 2m startup …
14:04 Ticket #1651 (client_body_in_file_only/client_body_temp_path file permissions) created by mrarm.slack@…
Hello, I have a setup where I have the Nginx server and application …
10:24 Changeset in nginx-tests [1384:965bddf88b8f] by Sergey Kandaurov <pluknet@…>
Tests: disabled session cache for $ssl_ciphers tests. With older …
05:46 Ticket #1650 (Active connections not clear close session) updated by kfir.snunit.org.il@…
The thing is that HTTP2 was already setup before version 1.14.0 from …

10/09/18:

17:09 Changeset in nginx-tests [1383:e5246e5caa31] by Sergey Kandaurov <pluknet@…>
Tests: use shared session cache in ssl_verify_client for coverage. …
16:56 Changeset in nginx_org [2254:d765ffffd08c] by Yaroslav Zhuravlev <yar@…>
Documented proxy_socket_keepalive and friends.
15:33 Changeset in nginx-tests [1382:cb1346b553aa] by Sergey Kandaurov <pluknet@…>
Tests: simple https tests merged back.
09:28 Changeset in nginx_org [2253:a89093ff86a3] by Yaroslav Zhuravlev <yar@…>
Clarified ISO 8601 time, changed example, bumped version in API.
08:47 Ticket #1629 (use variable in for proxy_ssl in stream module) updated by James Callahan
As a start (and enough to start using in nginx modules), I'm …
08:47 0001-add-stream_session-upstream_ssl-to-configure-per-str.patch attached to Ticket #1629 by James Callahan

10/08/18:

20:31 Ticket #1638 (Nginx Systemd is failing to start on reboot) updated by joey2250@…
Ive setup a clean system and installed 1.15.5. Based off of that and …
19:05 Ticket #1638 (Nginx Systemd is failing to start on reboot) updated by joey2250@…
Sorry, I did not get a notification that I had a response here. 1. …
14:39 Ticket #1650 (Active connections not clear close session) updated by Maxim Dounin
Do you have HTTP/2 enabled? With HTTP/2, number of active connections …
14:23 Changeset in nginx_org [2252:5a740d0f7a77] by Maxim Konovalov <maxim@…>
Regenerated.
14:23 Changeset in nginx_org [2251:87556723adf0] by Maxim Konovalov <maxim@…>
nginx.conf-2018 livestream promo.
13:10 Ticket #1649 (Improve documentation for the location block) updated by ovidiu.b13@…
I assumed that "prefix" means […] And by non-prefixed I meant if I …
12:30 Changeset in nginx-tests [1381:97c8280de681] by Sergey Kandaurov <pluknet@…>
Tests: removed TODO and try_run() checks for legacy versions.
12:06 Ticket #1650 (Active connections not clear close session) updated by kfir.snunit.org.il@…
The nginx -V output: nginx version: nginx/1.15.2 built by gcc 5.4.0 …
12:01 Ticket #1650 (Active connections not clear close session) created by kfir.snunit.org.il@…
Hello, I've been trying for a while to figure out what is the problem …
11:15 Ticket #1649 (Improve documentation for the location block) closed by Sergey Kandaurov
worksforme: There are no "non-prefixed" locations. Please consult with the …
11:02 Ticket #1649 (Improve documentation for the location block) created by ovidiu.b13@…
The documentation for the location block does not clearly state …

10/05/18:

17:24 Changeset in nginx_org [2250:a314f4aeb199] by Yaroslav Zhuravlev <yar@…>
Fixed path to njs reference in Changes.
17:13 Changeset in nginx_org [2249:41ccd87cdb89] by Yaroslav Zhuravlev <yar@…>
Added njs installation procedure in Russian.

10/04/18:

15:34 Ticket #1083 (Enable gzip compression only for non "text/html" content) updated by teward.thomas-ward.net@…
Has there been any progress on this? It would be nice if we could …

10/03/18:

14:02 Changeset in nginx [7370:aa1c9f846567] by Vladimir Homutov <vl@…>
Version bump.
12:55 Changeset in nginx_org [2248:bc22b979e989] by Yaroslav Zhuravlev <yar@…>
Added njs to right menu.
12:28 Ticket #1648 (Nginx compiled with Openssl 1.1.1 allow renegotiation) updated by delagen@…
Yes. I updated testssl.sh and it works.
12:01 Ticket #1648 (Nginx compiled with Openssl 1.1.1 allow renegotiation) closed by Sergey Kandaurov
worksforme: Works for me on the latest testssl.sh from testssl.sh […]
11:08 Changeset in nginx [7371:8b68d50090e4] by Vladimir Homutov <vl@…>
Upstream: proxy_socket_keepalive and friends. The directives enable …
10:17 Ticket #1648 (Nginx compiled with Openssl 1.1.1 allow renegotiation) updated by delagen@…
Seems like testssl.sh incompatible with openssl 1.1.1

10/02/18:

19:57 Ticket #1648 (Nginx compiled with Openssl 1.1.1 allow renegotiation) updated by delagen@…
After patch the same ((
19:56 Ticket #1648 (Nginx compiled with Openssl 1.1.1 allow renegotiation) created by delagen@…
Tested 1.15.5 with testssl.sh ` Secure Renegotiation …
16:07 Ticket #1285 (map regexp positional captures interfere with location regexp ...) updated by Maxim Dounin
See also #1647.
16:07 Ticket #1647 (Evaluation of multiple regexes brakes back references) closed by Maxim Dounin
duplicate: Duplicate of #1285.
15:45 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) updated by Sergey Kandaurov <pluknet@…>
In [changeset:"f50c7d90f5c908a0caa7919e5d7050900840b810/nginx-tests"
15:41 Milestone 1.15.5 completed
Status: scheduled Trunk: mainline * Bugfix release
15:40 Changeset in nginx-tests [1380:f50c7d90f5c9] by Sergey Kandaurov <pluknet@…>
Tests: more https sni tests with renegotiation (ticket #1646).
15:30 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) closed by Maxim Dounin
fixed: Thanks for testing. The fix was committed and now available in nginx …
15:15 Ticket #1647 (Evaluation of multiple regexes brakes back references) created by Andriy Melnyk
Prerequisite: map with regex, location with regex + capture …
15:15 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) updated by Maxim Dounin <mdounin@…>
In [changeset:"bf1ac3dc1e6856371c60bc5c57084662926dba0e/nginx"
15:14 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) updated by marcin.wanat@…
Thank you for fast reply! It looks like the patch has fixed problem …
15:13 Changeset in nginx [7369:64721be763b6] by Maxim Dounin <mdounin@…>
release-1.15.5 tag
15:13 Changeset in nginx [7368:f062e43d74fc]release-1.15.5 by Maxim Dounin <mdounin@…>
nginx-1.15.5-RELEASE
14:46 Changeset in nginx [7367:bf1ac3dc1e68] by Maxim Dounin <mdounin@…>
SSL: fixed segfault on renegotiation (ticket #1646). In e3ba4026c02d
14:26 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) updated by Maxim Dounin
Status, Owner changed
Thanks for the report. The following patch should fix this: […]
11:40 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) updated by marcin.wanat@…
I do apologize for lact of formatting, but it looks like i cannot edit …
11:37 Ticket #1646 (Nginx 1.15.4 segfault during normal ssllabs.com test) created by marcin.wanat@…
I have compiled latest nginx 1.15.4 and noticed that it segfault every …
10:32 Changeset in nginx [7366:7bf3c323cb6e] by Ruslan Ermilov <ru@…>
Fixed off-by-one error in shared zone initialization. On systems …
Note: See TracTimeline for information about the timeline view.