Timeline



12/09/13:

12:19 Ticket #459 (HTTP 304 NOT MODIFIED should not set Content-Length) closed by Maxim Dounin
invalid: It's not an nginx responsibility to fix backend bugs.
12:02 Ticket #466 (Sample nginx.con includes SSLv2, lacks TLSv1.1 and TLSv1.2 protocols) updated by Jeffrey Walton
> Relevant comments in the configuration were already > adjusted to …
12:01 Ticket #464 (ngx_http_ssl_module and ssl_ciphers (use of RC4)) updated by Jeffrey Walton
> Documentation doesn't try to suggest any settings That's not how it …
11:50 Ticket #466 (Sample nginx.con includes SSLv2, lacks TLSv1.1 and TLSv1.2 protocols) closed by Maxim Dounin
invalid: Relevant comments in the configuration were already adjusted to more …
11:40 Ticket #464 (ngx_http_ssl_module and ssl_ciphers (use of RC4)) closed by Maxim Dounin
invalid: Documentation doesn't try to suggest any settings, it just shows how …
11:18 Ticket #460 (Clang reports use-after-free in core/ngx_resolver.c) closed by Ruslan Ermilov
invalid
10:12 Ticket #460 (Clang reports use-after-free in core/ngx_resolver.c) updated by Ruslan Ermilov
An existing cache entry (rn) can be in one of two queues: resend …
00:28 Ticket #465 (OCSP stapling fails to query StartCom's OCSP responder in HTTP 1.1) updated by David Huang
I'm not sure whether Nginx's OCSP query fails exactly because of the …

12/08/13:

22:02 Ticket #466 (Sample nginx.con includes SSLv2, lacks TLSv1.1 and TLSv1.2 protocols) created by Jeffrey Walton
I think there's an opportunity for improvement in the nginx sample …
18:57 sub.class1.server.ca.pem attached to Ticket #465 by David Huang
Issuer Certificate
18:57 ssl.crt attached to Ticket #465 by David Huang
Server certificate
18:56 Ticket #465 (OCSP stapling fails to query StartCom's OCSP responder in HTTP 1.1) created by David Huang
Currently, Nginx's OCSP stapling doesn't work with StartCom's OCSP …
14:55 Ticket #464 (ngx_http_ssl_module and ssl_ciphers (use of RC4)) created by Jeffrey Walton
From http://nginx.org/en/docs/http/ngx_http_ssl_module.html: […] …
13:54 Ticket #459 (HTTP 304 NOT MODIFIED should not set Content-Length) reopened by robin.smidsrod.no
Reopened to clarify behavior on FastCGI proxying.
12:34 Ticket #463 (Server: OpenSSL options for modern OpenSSL) updated by Jeffrey Walton
> It tries to protect under version checks what don't need to be …
12:23 Ticket #462 (Server: OpenSSL Safari Workaround (SSL_OP_SAFARI_ECDHE_ECDSA_BUG)) updated by Jeffrey Walton
> Given the above, setting the option will likely cause more harm than …
12:15 Ticket #462 (Server: OpenSSL Safari Workaround (SSL_OP_SAFARI_ECDHE_ECDSA_BUG)) closed by Maxim Dounin
wontfix: It's not yet available in any released version of the OpenSSL, and …
11:55 Ticket #461 (Client: OpenSSL SSLv2 options set even with SSL_OP_NO_SSLv2) closed by Maxim Dounin
worksforme: It doesn't make sense. The SSL_OP_MICROSOFT_SESS_ID_BUG and …
11:39 Ticket #463 (Server: OpenSSL options for modern OpenSSL) closed by Maxim Dounin
worksforme: The patch is wrong. It tries to protect under version checks what …
11:12 Ticket #463 (Server: OpenSSL options for modern OpenSSL) created by Jeffrey Walton
A number of the bug workarounds applied to the server can be forgone …
06:41 Ticket #462 (Server: OpenSSL Safari Workaround (SSL_OP_SAFARI_ECDHE_ECDSA_BUG)) created by Jeffrey Walton
It appears there is an opportunity for improvement in the server for …
06:19 Ticket #461 (Client: OpenSSL SSLv2 options set even with SSL_OP_NO_SSLv2) created by Jeffrey Walton
SSL_OP_NO_SSLv2 precludes SSL_OP_MICROSOFT_SESS_ID_BUG and …

12/07/13:

21:07 scan-build.tar.gz attached to Ticket #460 by Jeffrey Walton
Clang 3.3 scan-build results
21:06 Ticket #460 (Clang reports use-after-free in core/ngx_resolver.c) created by Jeffrey Walton
Clang 3.3 flagged two use-after-free's in core/ngx_resolver.c. I'm …
18:35 Ticket #459 (HTTP 304 NOT MODIFIED should not set Content-Length) updated by robin.smidsrod.no
Okay. Thanks for clarifying. I guess I need to complain to the browser …

12/06/13:

21:31 Ticket #458 (Win32: autoindex module doesn't support Unicode names) updated by Kroward 1
I forgot to mention than behavior of autoindex module depends on …
19:38 Ticket #458 (Win32: autoindex module doesn't support Unicode names) updated by Maxim Dounin
Status changed
Ack, it needs to be fixed. The patch in question needs more work. (And …
19:33 Ticket #457 (Win32: ngx_utf8_to_utf16 doesn't allow file names outside U+FFFF) updated by Maxim Dounin
Keywords, Status changed
Correct, Windows 2000 and newer supports UTF-16, not just UCS-2. This …
15:40 Ticket #459 (HTTP 304 NOT MODIFIED should not set Content-Length) closed by Maxim Dounin
invalid: The Content-Length header is not returned for 304 responses, it's …
15:12 Ticket #459 (HTTP 304 NOT MODIFIED should not set Content-Length) created by robin.smidsrod.no
Using nginx from the stable Ubuntu PPA. Had a long conversation with …
13:43 win32_read_dir.patch attached to Ticket #458 by Kroward 1
Win32: WCHAR support it ngx_read_dir() to enable Unicode in autoindex
13:43 Ticket #458 (Win32: autoindex module doesn't support Unicode names) created by Kroward 1
Functions for traversing directories use ANSI versions of …

12/05/13:

11:21 U29E8A.7z attached to Ticket #457 by Kroward 1
Example of a file with problematic unicode name (should be extracted …
11:20 Ticket #457 (Win32: ngx_utf8_to_utf16 doesn't allow file names outside U+FFFF) created by Kroward 1
Function ngx_utf8_to_utf16() in 'win32\ngx_files.c' return error on …

12/04/13:

20:16 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) updated by Thomas Lochmatter
Great - thank you very much for the quick help.
18:55 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) updated by Maxim Dounin
Status changed
Initialization in question is done in a master process, and changing …
16:05 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) created by Thomas Lochmatter
In src/os/unix/ngx_posix_init.c, the line srandom(ngx_time()); is …

12/02/13:

14:56 Ticket #455 (nginx makes it hard to configure ipv4/6 default cases in listen statement) closed by Maxim Dounin
worksforme: As of nginx 1.3.4+, the ipv6only is on by default, and the following …
12:42 Ticket #455 (nginx makes it hard to configure ipv4/6 default cases in listen statement) created by Robert Buchholz
In a usual setup, where a web server is serving the public internet, …

11/29/13:

22:39 Ticket #454 (disable ngx_http_upstream_store for HEAD requests) closed by Maxim Dounin
wontfix: The method can be redefined using proxy_method directive in case of …
20:15 Ticket #454 (disable ngx_http_upstream_store for HEAD requests) created by Proforg M
it looks like you missed check for […] in […] so, if …
15:07 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by Maxim Dounin
Backlog size doesn't really matters, the actual problem is how kernel …
14:23 Ticket #453 (Modules are initialized twice in single-process mode for Win32) closed by Maxim Dounin
fixed: Fix committed, thank you for report.
13:30 Ticket #453 (Modules are initialized twice in single-process mode for Win32) updated by Maxim Dounin <mdounin@…>
In b7bf4671bb7b8c455cf54fd39c0f87b7e4fbc312/nginx: […]

11/28/13:

23:29 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by Alex Vorona
Hello, Now I can trigger the problem for some time by lowering listen …
11:52 Ticket #448 (merge_slashes off doesn't work inside server context) closed by Maxim Dounin
fixed: Documentation fix committed, thanks.
11:50 Ticket #448 (merge_slashes off doesn't work inside server context) updated by Maxim Dounin <mdounin@…>
In 375055da60fae22c8dfa6b385e1f72739fa0b9b6/nginx_org: […]

11/27/13:

14:56 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by Maxim Dounin
I don't think that this is related to original issue reported, but …
10:59 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by Alex Vorona
I got similar problem, not related to online upgrades. Cut from …

11/26/13:

09:06 Ticket #453 (Modules are initialized twice in single-process mode for Win32) created by Kroward 1
There is feature of nginx to run Nginx as single process with …

11/25/13:

22:07 Ticket #452 (Custom ETag is not honoured by not_modified_filter module) closed by Maxim Dounin
wontfix: The behaviour is expected. Moving headers filter to an earlier point …
15:46 Ticket #452 (Custom ETag is not honoured by not_modified_filter module) created by Gernot Vormayr
This is caused by the header processing order (not_modified_filter is …
15:23 Ticket #448 (merge_slashes off doesn't work inside server context) updated by Maxim Dounin
Status changed
When specified at server{} level, it only works if a server is a …
14:34 Ticket #451 (Turn NGX_SSL_BUFSIZE into a configuration directive) created by Steffen Weber
Nginx uses a hard-coded SSL buffer size of 16 KB (see NGX_SSL_BUFSIZE …
11:15 Ticket #450 (memory leak in src/os/win32/ngx_files.c.) closed by Maxim Dounin
invalid: This problem is already fixed by dea321e5c021 changeset.
10:28 Ticket #450 (memory leak in src/os/win32/ngx_files.c.) created by lichiyang
There is a memory leak in src/os/win32/ngx_files.c. The function …

11/23/13:

21:21 Ticket #449 (New variable for SubjectAltName in the client SSL certificate) created by openid.bcgl.fr/benjamin
Some new authentification systems like WebID-TLS [1] require to access …

11/22/13:

17:31 Ticket #448 (merge_slashes off doesn't work inside server context) created by Jason Barnabe
When I put merge_slashes off in the http context, it works. When I put …

11/21/13:

16:33 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) updated by Jiri Horky
Just figured it out myself :-( Sorry for the noise.
16:30 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) closed by Maxim Dounin
invalid: Multiple IP addresses in X-Forwarded-For is normal, see …
16:24 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) updated by Jiri Horky
Forgot to mention - the request rate is about 4000 connections per …
16:22 nginx.conf attached to Ticket #447 by Jiri Horky
nginx configuration file
16:21 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) created by Jiri Horky
Hi, we found out that the nginx sometimes sets wrong IP addresses in …
13:56 Ticket #446 (Can't register on Nginx forum or mailing list!) closed by Sergey Budnevitch
invalid
12:30 Ticket #446 (Can't register on Nginx forum or mailing list!) created by maxmilhas.openid.org.cn
I have tried to register in Nginx forum, but I didn't receive the …
09:47 Ticket #445 (RPM minor upgrade should not replace nginx.conf with default) closed by Sergey Budnevitch
invalid: All config files in nginx.spec are already marked as …
08:47 Ticket #444 (SSL error with Internet explorer clients) closed by Maxim Dounin
duplicate: Yes, this seems to be the same problem as in ticket #235. Closing this …
08:43 Ticket #443 (Checking for PCRE JIT support always successful) closed by Maxim Dounin
invalid: Ok, closing this as there is no problem.
08:30 Ticket #445 (RPM minor upgrade should not replace nginx.conf with default) created by Arne Kepp
Hi, I am using the prebuilt RPMs from …
01:22 Ticket #443 (Checking for PCRE JIT support always successful) updated by Den Ivanov
Хорошо, значит это просто косметическая проблема. Я скомпилировал PCRE …
00:27 Ticket #444 (SSL error with Internet explorer clients) updated by Nevins Bartolomeo
This seems to be related to http://trac.nginx.org/nginx/ticket/235
00:06 Ticket #355 (Proxy protocol support) updated by James Lin
+1 for this feature, pretty please, ASAP please.

11/20/13:

23:12 Ticket #444 (SSL error with Internet explorer clients) updated by Nevins Bartolomeo
core dump is larger than allowed, output: #0 0x00000000004265be in …
23:10 Ticket #444 (SSL error with Internet explorer clients) created by Nevins Bartolomeo
This bug is probably an issue with openssl but wanted verification. …
11:53 Ticket #443 (Checking for PCRE JIT support always successful) updated by Maxim Dounin
And what's the problem? This check is expected to fail if PCRE JIT …
07:40 Ticket #443 (Checking for PCRE JIT support always successful) created by Den Ivanov
Checking for PCRE JIT support always successful. This patch may help: …

11/19/13:

15:16 Milestone 1.5.7 completed
Status: released [[http://nginx.org/en/CHANGES-1.5 | 1.5.7 …
15:14 Milestone 1.4.4 completed
Status: released [[http://nginx.org/en/CHANGES-1.4 | 1.4.4 …
12:47 Ticket #442 (proxy) closed by Maxim Dounin
invalid
12:44 Ticket #442 (proxy) created by Rustam Yusubahmedov
Настроен прокси client->SSL->nginx->SSL->tomcat7 1. Версия http по …

11/18/13:

20:17 Ticket #355 (Proxy protocol support) updated by Nate Mackey
Is anyone working on getting this integrated? I'd be happy to help. …
15:47 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by Maxim Dounin
Just a quick note: the d8ee8ef5dcde changeset may be related. If a …
10:20 Ticket #441 ("Как предотвратить обработку запросов без имени сервера" - не работает) closed by Valentin V. Bartenev
invalid: Цитата из RFC 2616: …
09:24 Ticket #441 ("Как предотвратить обработку запросов без имени сервера" - не работает) created by openid.yandex.ru/Iremel36
В документации http://nginx.org/ru/docs/http/request_processing.html

11/14/13:

13:09 Ticket #298 (Support X-accel-redirect with webdav PUT) closed by Maxim Dounin
wontfix: As of nginx 1.5.4, the …
12:24 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) updated by Maxim Dounin
The HTTP protocol allows to detect if a response isn't complete as …
11:19 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) updated by Zhe Yang
I agree. In general, this is the only way to fix the problem. But a …
11:10 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) closed by Maxim Dounin
invalid: Much like with …
08:05 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) created by Zhe Yang
I wrote a multi-thread fastcgi application which print http header, …

11/13/13:

18:33 Ticket #439 (auth_basic: username variable) closed by Maxim Dounin
worksforme: There is the …
18:19 Ticket #439 (auth_basic: username variable) created by openid.yandex.ru/x12ozmouse
I think it might be a good idea to have a variable which will contain …
10:38 Ticket #438 (Test audit) closed by Maxim Dounin
fixed: Quick look suggests all mentioned uses are fine.
04:54 Ticket #438 (Test audit) created by Alex Storn
./src/core/nginx.c:421: High: getenv …

11/12/13:

02:44 Ticket #435 (Не оптимальная работа proxy_store) updated by Виталий Хныкин
не понятно зачем на вопрос на русском языке вы даете ответ на …

11/11/13:

11:32 Ticket #436 (After authentication with auth I get a 401 timeut on socket proxy) closed by Maxim Dounin
invalid: This is a bug, but not in nginx. As per configuration and HTTP …
11:18 Ticket #437 (Add Support for SPDY/3) created by Edward Ackroyd
Please add support for spdy version 3. spdy/2 support has been removed …

11/09/13:

17:28 Ticket #436 (After authentication with auth I get a 401 timeut on socket proxy) created by johannes amorosa
I use nginx as a ssl proxy with a meteor/node.js app Site is still in …
Note: See TracTimeline for information about the timeline view.