Timeline



07/17/12:

17:13 Ticket #188 (client_body_in_file_only clean remove files before php can read them) updated by Krzysztof Warzecha
This was indeed configuration issue, fastcgi_ignore_client_abort fixed …
15:16 Ticket #188 (client_body_in_file_only clean remove files before php can read them) closed by Maxim Dounin
invalid: According to strace provided unlink() happens after request processing …
12:51 strace-log-1 attached to Ticket #188 by Krzysztof Warzecha
12:50 Ticket #188 (client_body_in_file_only clean remove files before php can read them) created by Krzysztof Warzecha
Hello, If i use "client_body_in_file_only clean;" upload will …
04:47 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) closed by Ruslan Ermilov
fixed: In 4756/nginx: […]

07/13/12:

13:13 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by Roman Odaisky
This makes the comparator fail the strict antisymmetry property …
11:51 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by Maxim Dounin
Priority, Status, Summary changed
11:45 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by Maxim Dounin
Ok, thanks, the problem is clear. It's in fact due to bind option (in …

07/12/12:

15:26 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by Roman Odaisky
Most definitely. I encountered this in an actual setup. Minimal …
13:32 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) updated by Ruslan Ermilov
I can't reproduce this. Is this actually exploitable? ngx_sort() does …

07/11/12:

23:14 Ticket #187 (incorrect handling of bind option on wildcard listen addresses) created by Roman Odaisky
Given the configuration listen 10.2.2.2:80; ... listen …
20:59 Ticket #186 (listen directive should use AAAA record) created by Roman Odaisky
Given the directive: listen f.q.d.n; where f.q.d.n has an AAAA …

07/10/12:

00:00 Milestone 1.3.3 completed
Status: released Trunk: development * …

07/05/12:

16:36 Ticket #185 (предлагаю добавить тип для файлов *.crl) updated by Илья Шипицин
We met the following scenario: online e-commerce application (somewhat …
16:27 Ticket #185 (предлагаю добавить тип для файлов *.crl) updated by Maxim Dounin
We generally try to keep only types really needed for majority of …
14:22 Ticket #185 (предлагаю добавить тип для файлов *.crl) created by Илья Шипицин
--- conf/mime.types.orig 2012-07-05 20:19:13.038331470 +0600 …

07/03/12:

11:48 Milestone 1.2.2 completed
Status: released [[http://nginx.org/en/CHANGES-1.2 | 1.2.2 …
11:37 Ticket #184 (Unspecified behavior when going through multiple named locations) closed by Maxim Dounin
fixed
11:37 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by Maxim Dounin
Fix committed, thanks. As for Kirill's patch, it's probably broken by …
11:30 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by Maxim Dounin
In [4737/nginx]: […]
08:23 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by www.google.com/accounts/o8/id?id=AItOawnQxODTko53PmY0va90aNN76a_jMUVqVco
By the way. Previously i used patch from here …

07/02/12:

16:56 Ticket #175 (Bug Report about mp4 module) updated by Maxim Dounin
In [4728/nginx]: […]
15:41 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by www.google.com/accounts/o8/id?id=AItOawnQxODTko53PmY0va90aNN76a_jMUVqVco
Yes, now it works without break. Спасибо.
12:19 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by Maxim Dounin
Status changed
I think it's a bug, really. The is no rewrite directives in location …
08:06 Ticket #184 (Unspecified behavior when going through multiple named locations) updated by Ruslan Ermilov
I don't see anything wrong here. For "/", when rewrite gets to …

07/01/12:

17:20 Ticket #184 (Unspecified behavior when going through multiple named locations) created by www.google.com/accounts/o8/id?id=AItOawnQxODTko53PmY0va90aNN76a_jMUVqVco
I have complex configuration which demands multiple jumps between …

06/29/12:

20:33 Ticket #182 (map with hostnames does not drop terminating dot) closed by Ruslan Ermilov
fixed: In [4713/nginx]: […]
13:16 Ticket #183 (Incorrect $document_root for root/alias inside location block which is ...) closed by Maxim Dounin
invalid: Unless you uncomment "location ~* \.php$" inside "location /rg/", with …
11:26 Ticket #183 (Incorrect $document_root for root/alias inside location block which is ...) created by Hari G
$document_root points to wrong location when one location directive …

06/28/12:

21:16 Ticket #182 (map with hostnames does not drop terminating dot) updated by Maxim Dounin
Status changed
Thank you for report. Actually, the code is dead since introduction in …
19:01 Ticket #182 (map with hostnames does not drop terminating dot) created by www.google.com/accounts/o8/id?id=AItOawnQxODTko53PmY0va90aNN76a_jMUVqVco
In ngx_http_map_variable function of ngx_http_map_module.c there are …

06/27/12:

06:28 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) closed by Maxim Dounin
invalid

06/26/12:

19:38 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) updated by Rob M
Replying to Maxim Dounin: > Are you able to reproduce the …
18:50 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by pgndev.pip.verisignlabs.com
moved: …
18:33 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) updated by Maxim Dounin
Are you able to reproduce the problem without 3rd party modules?
18:30 Ticket #181 (Segfault on keepalive directive in upstream for proxy_pass) created by Rob M
upstream test { server 192.168.0.x; keepalive 64; } . . . …
18:07 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by pgndev.pip.verisignlabs.com
> what version of SPDY patch you use? I DL'd and applied, …
17:46 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) closed by Maxim Dounin
invalid: Guys, really, trac is a wrong place to discuss experimental patches. …
17:36 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) updated by maxim
Hello, what version of SPDY patch you use? The issue you describe …
17:30 Ticket #180 (enabling SPDY+nginx 1.3.2 breaks gzip) created by pgndev.pip.verisignlabs.com
nginx 1.3.2 + SPDY patch build with SPDY disabled, response headers …
14:05 Milestone 1.3.2 completed
Status: released Trunk: development * …

06/25/12:

12:30 Ticket #179 (logrotate improvements) updated by Sergey Budnevitch
Version, Component changed
11:28 Ticket #179 (logrotate improvements) updated by Sergey Budnevitch
logrotate script from nginx-1.2.1-1.el5.ngx has 'create 640 nginx adm' …
10:54 Ticket #179 (logrotate improvements) created by unlim.myid.net
currently logrotate job (/etc/logrotate.d/nginx) creates archives with …

06/18/12:

14:39 Ticket #177 (docs: default ssl_ciphers value should be corrected) closed by Ruslan Ermilov
fixed: In [539/nginx_org]: […]
14:13 Ticket #175 (Bug Report about mp4 module) closed by Maxim Dounin
fixed: Fix committed, thanks.
14:01 Ticket #175 (Bug Report about mp4 module) updated by Maxim Dounin
In [4688/nginx]: […]
Note: See TracTimeline for information about the timeline view.