Timeline



10/20/13:

03:54 Ticket #377 (etag не отдается с gzip) updated by Michael Grosser
I'm not good at C, it's some really simple logic, could you clean it …

10/19/13:

10:19 Ticket #377 (etag не отдается с gzip) updated by Maxim Dounin
This patch looks like a dirty hack. And please see …

10/18/13:

21:24 Ticket #377 (etag не отдается с gzip) updated by Michael Grosser
Here is a patch for it, can you apply it ? --- …
17:57 Ticket #215 (SSL: decryption failed or bad record mac with upstream servers) updated by Agent Coulson
I am seeing the same problem, here is my config. my upstream server …
16:16 Ticket #426 (log entire header and cookie) created by Chris Cooper
http://nginx.2469901.n2.nabble.com/Log-entire-header-amp-cookie-td73885
15:06 Ticket #285 (When "satisfy any" is set the unauth access_code (401) should not be ...) closed by Maxim Dounin
fixed: Patch committed, thanks.
14:20 Ticket #285 (When "satisfy any" is set the unauth access_code (401) should not be ...) updated by Maxim Dounin <mdounin@…>
In fcecb9c6a0573f2edd48ff87cef69bd7e7523729/nginx: […]
12:40 Ticket #425 (ocsp stapling may send expired response) updated by Maxim Dounin
Status changed
The code in question checks if it's time to obtain new OCSP response …

10/17/13:

21:40 Ticket #425 (ocsp stapling may send expired response) created by Ryanne Fox
In some conditions, Nginx when configured with 'ssl_stapling on' may …

10/16/13:

22:17 Ticket #234 (try_files with if) closed by Maxim Dounin
duplicate: That's a known problem with the "if" directive in location context - …
16:11 Ticket #247 (IPv6 not working over Windows XP Teredo) closed by Maxim Dounin
wontfix: At least in recent versions of Windows edge traversal could be …

10/15/13:

18:30 Ticket #215 (SSL: decryption failed or bad record mac with upstream servers) updated by Michel Samia
Please paste here the minimal config which is able to reproduce this …
12:25 Ticket #391 (HSTS header disabled when SSL enabled) closed by Maxim Dounin
invalid: Most likely, you have more add_header directives in your config, and …
10:26 Ticket #424 (PID file race condition) updated by is
HUP is enough for adding SSL certificate and cache pool. This is not …
10:14 Ticket #424 (PID file race condition) updated by www.google.com/accounts/o8/id?id=AItOawkACEKQxqlKlbuqmg6oluxprlLFjXHU2zg
Hello is, for adding new SSL certificates, for adding new proxy (or …
07:55 Ticket #391 (HSTS header disabled when SSL enabled) updated by Max
Well, I isolated the problem to fastcgi and php-fpm (dotdeb PHP …

10/14/13:

19:28 Ticket #424 (PID file race condition) updated by is
For what purpose you want to stop nginx and then to start it again? …
16:29 Ticket #424 (PID file race condition) updated by www.google.com/accounts/o8/id?id=AItOawkACEKQxqlKlbuqmg6oluxprlLFjXHU2zg
Hello, but if that is done then let's say load-balancers will no …
14:50 Ticket #424 (PID file race condition) closed by Maxim Dounin
invalid: The problem is that you start new nginx instance before old nginx …
14:30 Ticket #120 (RFC5077 stateless tls session tickets) closed by Maxim Dounin
fixed: The patch from Piotr Sikora was committed to allow sharing Session …
14:26 Ticket #108 (ssl_protocols needs warning if only unsupported protocols are enabled) closed by Maxim Dounin
wontfix: Doesn't seems to be a real problem, closing this.
14:19 Ticket #424 (PID file race condition) created by www.google.com/accounts/o8/id?id=AItOawkACEKQxqlKlbuqmg6oluxprlLFjXHU2zg
Hello, I've been observing a small race condition in PID file …
13:49 Ticket #391 (HSTS header disabled when SSL enabled) updated by Sergey Budnevitch
Just added header in question to https://mailman.nginx.com, and …
11:57 Ticket #391 (HSTS header disabled when SSL enabled) reopened by Max
Why the heck is this bug-report closed? I can confirm that if you …

10/10/13:

22:53 Ticket #377 (etag не отдается с gzip) updated by Aaron Peschel
Last-Modified is not universal enough to be used for automated caching …
22:43 Ticket #377 (etag не отдается с gzip) updated by Maxim Dounin
What stops you from using Last-Modified as a cache validator instead?
21:55 Ticket #377 (etag не отдается с gzip) updated by Aaron Peschel
Hello, this is a major issue for us. It removes all of our Etags and …

10/09/13:

14:01 Ticket #355 (Proxy protocol support) updated by Maxim Dounin
The patch in question needs to be greatly improved before it can be merged.
13:26 Ticket #355 (Proxy protocol support) updated by Gábor Tóth
+1 for this. There is already a solution: …

10/08/13:

19:21 Ticket #423 (compilation bug: changing #include header order changes ...) updated by dimagrinshpun.livejournal.com
Ah... Thanks. I didn't know that. I think I understand the reasoning …
18:41 Ticket #423 (compilation bug: changing #include header order changes ...) updated by Maxim Dounin
The "#include <ngx_config.h>" line must be before any other includes, …
18:01 Ticket #423 (compilation bug: changing #include header order changes ...) updated by dimagrinshpun.livejournal.com
(or, rather, could you please explain what was incorrect, exactly?)
18:00 Ticket #423 (compilation bug: changing #include header order changes ...) updated by dimagrinshpun.livejournal.com
Thanks. Could you please clarify what the correct order is?
17:06 Ticket #423 (compilation bug: changing #include header order changes ...) closed by Maxim Dounin
invalid: What you see is a result of the off_t size mismatch due to incorrect …
17:05 Ticket #422 (compilation bug: changing #include header order changes ...) closed by Maxim Dounin
invalid: Both tickets are invalid. What you see is a result of the off_t size …
17:03 Ticket #422 (compilation bug: changing #include header order changes ...) updated by dimagrinshpun.livejournal.com
sorry, accidentally submitted this ticket twice. Please close this one …
16:46 reproduced.c attached to Ticket #423 by dimagrinshpun.livejournal.com
16:46 Ticket #423 (compilation bug: changing #include header order changes ...) created by dimagrinshpun.livejournal.com
I encountered an interesting issue while attempting to develop a …
16:44 Ticket #422 (compilation bug: changing #include header order changes ...) created by dimagrinshpun.livejournal.com
I encountered an interesting issue while attempting to develop a …
12:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by Maxim Dounin <mdounin@…>
In 66db21c0ac5526ec239921aac9df3d92e33f1b5f/nginx: […]
12:15 Ticket #412 (misallocation with ngx_crypt with apr1) updated by Markus Linnala <Markus.Linnala@…>
In 6961d52ebc4973adb902d7576dcb75299391c050/nginx: […]
12:15 Ticket #390 (Master nginx process segfaults after ~10 config reloads (amazon ami)) updated by Maxim Dounin <mdounin@…>
In ddf740b9fdf69942e9587749bc29916f7268ee57/nginx: […]
11:55 Milestone 1.4.3 completed
Status: released [[http://nginx.org/en/CHANGES-1.4 | 1.4.3 …

10/03/13:

12:52 Ticket #280 (Avoid writing duplicate temporary cache files) closed by Maxim Dounin
wontfix: There is proxy_cache_lock to …

10/02/13:

21:16 Ticket #280 (Avoid writing duplicate temporary cache files) updated by Alexis
Is there a way to not proxy? Instead the subsequent concurrent …
16:44 Ticket #421 (nginx plus 1.5.3 mp4 module cannot seek) closed by Sergey Budnevitch
duplicate: Dupicates #414. Also please use nginx-plus support address if you are …
14:52 Ticket #279 (mime.types: audio/ogg for .opus files) closed by Sergey Kandaurov
wontfix: There are no plans to add this.
14:45 Ticket #421 (nginx plus 1.5.3 mp4 module cannot seek) updated by axing
on the nginx version 1.2.9 can seek
14:44 Ticket #306 (mime.types outdated) updated by Sergey Kandaurov
.eot and .js were committed some time ago. Others MIME types are not …
14:43 Ticket #306 (mime.types outdated) closed by Sergey Kandaurov
fixed
14:40 mp4info.txt attached to Ticket #421 by axing
14:40 error.debug.log.2 attached to Ticket #421 by axing
start=0.001
14:39 error.debug.log.1 attached to Ticket #421 by axing
start=1
14:38 Ticket #421 (nginx plus 1.5.3 mp4 module cannot seek) created by axing
nginx plus 1.5.3 cannnot seek for start=1 ,bug with start=0.001 can …

10/01/13:

14:38 Ticket #346 (Writing connection leak while SPDY enabled) closed by Valentin V. Bartenev
fixed: The issue should be fixed by revision 4d0c70541784 (released in nginx …
11:56 Milestone 1.5.6 completed
Status: released [[http://nginx.org/en/CHANGES-1.5 | 1.5.6 …

09/30/13:

18:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) closed by Maxim Dounin
fixed: Fix committed, thnx.
18:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by Maxim Dounin <mdounin@…>
In baa705805138dfacdb85dc167db25627f81ceca3/nginx: […]

09/27/13:

15:52 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) closed by Maxim Dounin
fixed: Slightly modified patch committed, thanks for testing.
15:40 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by Maxim Dounin <mdounin@…>
In a720f0b0e08345ebb01353250f4031bb6e141385/nginx: […]
12:59 Ticket #159 (Implement fcgi_buffering option) closed by Maxim Dounin
fixed: Non-buffered mode support for fastcgi introduced by 8c827bb1b2b6.

09/26/13:

13:12 Ticket #95 (Integrate syslog patch into modules) updated by Andy Pearce
A separate thread would work, although appending items to the queue …

09/24/13:

16:42 Ticket #416 (proxy_cache_use_stale run updating in new thread and serve stale data ...) updated by Steve Weber
A good reference to the issue. …
14:57 Ticket #317 (Allow ssl_verify_client and ssl_verify_depth within locations) closed by Maxim Dounin
wontfix: There are no plans to add this. Simple solution is to keep servers …
14:53 Ticket #317 (Allow ssl_verify_client and ssl_verify_depth within locations) updated by Greg Smethells
Without this feature, WebSockets are significantly less secure because …
12:07 Ticket #90 (location search tree incorrect on case-insensitive systems) closed by Maxim Dounin
fixed: Fix committed.

09/23/13:

23:17 Ticket #355 (Proxy protocol support) updated by Kurt Ericson
+1 similar use case: using aws elb -> nginx on instances which proxy …
17:05 Ticket #90 (location search tree incorrect on case-insensitive systems) updated by Maxim Dounin <mdounin@…>
In fbaae7d1c0330daf3c9259b6308bc1a58ea99ed8/nginx: […]
12:26 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by Steffen Weber
I would like to limit the total number of connections in the firewall …
10:59 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by Maxim Dounin
The limit_conn does _not_ cause requests to be denied based on number …
08:07 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by Steffen Weber
Alternative idea: a new header "X-Accel-Keepalive: [yes|no]".
07:31 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by Steffen Weber
Thank you for the reply. The number of requests sent by bingbot is no …

09/22/13:

18:35 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) closed by Maxim Dounin
wontfix: To prevent DoS, use …
09:38 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) created by Steffen Weber
Like its predecessor msnbot, bingbot continues to DoS websites. I've …

09/21/13:

18:01 Ticket #419 (one-time "Deny from all"-scan in .htaccess files) created by Martijn van der Lee
.htaccess is evil and Nginx shouldn't support it or anything remotely …
17:48 Ticket #418 (memcached module returns a code 000 instead of the code 200) closed by Maxim Dounin
worksforme: Works fine here. If you have problems, please provide more details.
16:27 Ticket #418 (memcached module returns a code 000 instead of the code 200) created by sasha
memcached module returns a code 000 instead of the code 200
13:44 Ticket #417 (ngx_cache_purge) updated by Steve Weber
ngx_cache_purge
13:44 Ticket #417 (ngx_cache_purge) created by Steve Weber
would be nice to include in core
13:42 Ticket #416 (proxy_cache_use_stale run updating in new thread and serve stale data ...) created by Steve Weber
it would be extremely cool if proxy_cache_use_stale had a way to serve …
03:22 Ticket #412 (misallocation with ngx_crypt with apr1) closed by Maxim Dounin
fixed: Fix committed, thanks.
03:20 Ticket #412 (misallocation with ngx_crypt with apr1) updated by Markus Linnala <Markus.Linnala@…>
In 2d947c2e3ea1b3144239f028c8e2af895d95fff4/nginx: […]
02:57 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by Maxim Dounin
Thanks, looks good.

09/20/13:

17:49 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by Jiří Horký
Hi, for performance comparison - see the attached images. This is a …
17:37 out.affinity.one.by.one.5s.2048key.RSA.again.sorted.png attached to Ticket #413 by Jiří Horký
17:36 out.affinity.one.by.one.5s.2048key.RSA.aniCluster.patched.nginx.only.sorted.png attached to Ticket #413 by Jiří Horký
Performance with SSL handshake patch applied
16:10 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by markus-linnala.myopenid.com
I wondered about extra CRLF. But after some delibration I choose not …
16:06 Ticket #412 (misallocation with ngx_crypt with apr1) updated by markus-linnala.myopenid.com
I've submitted patch with requested chantges as per documentation …
13:18 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by Maxim Dounin
Status, Summary changed
Thanks for testing, ticket's title adjusted. If you have any numbers …
12:41 Ticket #415 (auto/unix syntax errors with /bin/sh lines) closed by Maxim Dounin
invalid: The auto/unix script is not intended to be run directly, outside of …
11:58 auto-unix.log attached to Ticket #415 by Oleg Vinichenko
auto/unix log
11:58 Ticket #415 (auto/unix syntax errors with /bin/sh lines) created by Oleg Vinichenko
runnning auto/unix shows syntax errors with /bin/sh lines. This …
07:33 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by Jiří Horký
Hi, thank you for the prompt response! You are right, the bug does …
Note: See TracTimeline for information about the timeline view.