Timeline
10/18/13:
- 21:24 Ticket #377 (etag не отдается с gzip) updated by
 - 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
 - I am seeing the same problem, here is my config. my upstream server …
 - 16:16 Ticket #426 (log entire header and cookie) created by
 - http://nginx.2469901.n2.nabble.com/Log-entire-header-amp-cookie-td73885 …
 - 15:49 Changeset in nginx-tests [350:e102fc6db946] by
 - Tests: adjust "satisfy" TODO, fix committed.
 - 15:06 Ticket #285 (When "satisfy any" is set the unauth access_code (401) should not be ...) closed by
 - fixed: Patch committed, thanks.
 - 14:20 Ticket #285 (When "satisfy any" is set the unauth access_code (401) should not be ...) updated by
 - In fcecb9c6a0573f2edd48ff87cef69bd7e7523729/nginx: […]
 - 14:13 Changeset in nginx [5428:fcecb9c6a057] by
 - Fixed "satisfy any" if 403 is returned after 401 (ticket #285). The …
 - 14:13 Changeset in nginx [5427:7ed23dcfea3d] by
 - Headers filter: empty Cache-Control is no longer added. Much like …
 - 14:13 Changeset in nginx [5426:4bfa982dbf0e] by
 - Style.
 - 12:40 Ticket #425 (ocsp stapling may send expired response) updated by
 - 
          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
 - In some conditions, Nginx when configured with 'ssl_stapling on' may …
 - 09:54 Changeset in nginx_org [1003:271e735e4576] by
 - Undocumented unreleased changes to the sticky module.
 - 01:12 Changeset in nginx-tests [349:918dc7aa50f1] by
 - Tests: tests for auth_request with satisfy. In particular, this adds …
 
10/16/13:
- 22:17 Ticket #234 (try_files with if) closed by
 - 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
 - wontfix: At least in recent versions of Windows edge traversal could be …
 - 09:03 Changeset in nginx_org [1002:c163e997d819] by
 - Donor added.
 
10/15/13:
- 18:30 Ticket #215 (SSL: decryption failed or bad record mac with upstream servers) updated by
 - Please paste here the minimal config which is able to reproduce this …
 - 12:25 Ticket #391 (HSTS header disabled when SSL enabled) closed by
 - invalid: Most likely, you have more add_header directives in your config, and …
 - 10:26 Ticket #424 (PID file race condition) updated by
 - HUP is enough for adding SSL certificate and cache pool. This is not …
 - 10:14 Ticket #424 (PID file race condition) updated by
 - Hello is, for adding new SSL certificates, for adding new proxy (or …
 - 07:55 Ticket #391 (HSTS header disabled when SSL enabled) updated by
 - 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
 - For what purpose you want to stop nginx and then to start it again? …
 - 16:29 Ticket #424 (PID file race condition) updated by
 - Hello, but if that is done then let's say load-balancers will no …
 - 14:50 Ticket #424 (PID file race condition) closed by
 - invalid: The problem is that you start new nginx instance before old nginx …
 - 14:30 Ticket #120 (RFC5077 stateless tls session tickets) closed by
 - 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
 - wontfix: Doesn't seems to be a real problem, closing this.
 - 14:19 Ticket #424 (PID file race condition) created by
 - Hello, I've been observing a small race condition in PID file …
 - 13:49 Ticket #391 (HSTS header disabled when SSL enabled) updated by
 - Just added header in question to https://mailman.nginx.com, and …
 - 13:49 Changeset in nginx_org [1000:88c30759f2ff] by
 - Donor added.
 - 13:17 Changeset in nginx_org [999:9ed6327ec45a] by
 - Fixed build.
 - 11:57 Ticket #391 (HSTS header disabled when SSL enabled) reopened by
 - Why the heck is this bug-report closed? I can confirm that if you …
 - 10:55 Changeset in nginx_org [998:726ce61dc10d] by
 - Auth request: paraphrased a note.
 - 09:59 Changeset in nginx [5424:767aa37f12de] by
 - SSL: SSL_CTX_set_timeout() now always called. The timeout set is used …
 - 09:44 Changeset in nginx [5423:5b5a486bd40e] by
 - SSL: fixed build with OpenSSL 0.9.7. SSL_get_rbio() and …
 
10/11/13:
- 23:05 Changeset in nginx [5425:1356a3b96924] by
 - SSL: added ability to set keys used for Session Tickets (RFC5077). In …
 
10/10/13:
- 22:53 Ticket #377 (etag не отдается с gzip) updated by
 - Last-Modified is not universal enough to be used for automated caching …
 - 22:43 Ticket #377 (etag не отдается с gzip) updated by
 - What stops you from using Last-Modified as a cache validator instead?
 - 21:55 Ticket #377 (etag не отдается с gzip) updated by
 - Hello, this is a major issue for us. It removes all of our Etags and …
 - 09:35 Changeset in nginx-tests [348:08bb2b3785a2] by
 - Tests: added basic test for split_clients module.
 
10/09/13:
- 14:01 Ticket #355 (Proxy protocol support) updated by
 - The patch in question needs to be greatly improved before it can be merged.
 - 13:26 Ticket #355 (Proxy protocol support) updated by
 - +1 for this. There is already a solution: …
 
10/08/13:
- 19:21 Ticket #423 (compilation bug: changing #include header order changes ...) updated by
 - 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
 - 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
 - (or, rather, could you please explain what was incorrect, exactly?)
 - 18:00 Ticket #423 (compilation bug: changing #include header order changes ...) updated by
 - Thanks. Could you please clarify what the correct order is?
 - 17:06 Ticket #423 (compilation bug: changing #include header order changes ...) closed by
 - 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
 - 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
 - sorry, accidentally submitted this ticket twice. Please close this one …
 - 16:46 Ticket #423 (compilation bug: changing #include header order changes ...) created by
 - I encountered an interesting issue while attempting to develop a …
 - 16:44 Ticket #422 (compilation bug: changing #include header order changes ...) created by
 - I encountered an interesting issue while attempting to develop a …
 - 13:39 Changeset in nginx_org [997:d1fd983215f2] by
 - nginx-1.4.3
 - 12:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by
 - In 66db21c0ac5526ec239921aac9df3d92e33f1b5f/nginx: […]
 - 12:15 Ticket #412 (misallocation with ngx_crypt with apr1) updated by
 - In 6961d52ebc4973adb902d7576dcb75299391c050/nginx: […]
 - 12:15 Ticket #390 (Master nginx process segfaults after ~10 config reloads (amazon ami)) updated by
 - 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:
- 16:05 Changeset in nginx-tests [347:f6d195aa0303] by
 - Tests: added tests for index module.
 - 13:02 Changeset in nginx_org [1001:35ae9ded0465] by
 - Updated the "sticky" directive description. The …
 - 12:52 Ticket #280 (Avoid writing duplicate temporary cache files) closed by
 - wontfix: There is proxy_cache_lock to …
 - 08:58 Changeset in nginx_org [996:1fc988edd0fb] by
 - Updated with Netcraft October 2013 Web Server Survey stats.
 
10/02/13:
- 21:16 Ticket #280 (Avoid writing duplicate temporary cache files) updated by
 - 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
 - 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
 - wontfix: There are no plans to add this.
 - 14:45 Ticket #421 (nginx plus 1.5.3 mp4 module cannot seek) updated by
 - on the nginx version 1.2.9 can seek
 - 14:44 Ticket #306 (mime.types outdated) updated by
 - .eot and .js were committed some time ago. Others MIME types are not …
 - 14:43 Ticket #306 (mime.types outdated) closed by
 - fixed
 - 14:38 Ticket #421 (nginx plus 1.5.3 mp4 module cannot seek) created by
 - nginx plus 1.5.3 cannnot seek for start=1 ,bug with start=0.001 can …
 - 11:27 Changeset in nginx-tests [346:c6b1430afc66] by
 - Tests: adjust TODOs for smtp fixes committed in 1.5.6.
 - 11:07 Changeset in nginx [5411:5483d9e77b32] by
 - Limit req: fixed "nodelay" parsing. Previously arguments starting …
 - 11:07 Changeset in nginx [5410:16b68c724438] by
 - Upstream: fixed "down" and "backup" parsing. Previously arguments …
 - 09:50 Changeset in nginx_org [993:a59aba3d4b67] by
 - Proxy: documented the "proxy_ssl_ciphers" directive. While here, …
 - 09:41 Changeset in nginx_org [995:c5ccf511346a] by
 - Documented the "fastcgi_buffering" directive.
 - 09:41 Changeset in nginx_org [994:f09f77ef45e9] by
 - Documented extended support of SSI "include virtual= set=".
 - 09:40 Changeset in nginx_org [992:7cc496641627] by
 - Removed extraneous links.
 - 09:35 Changeset in nginx_org [991:fdaafa908a31] by
 - Unified wording.
 - 09:29 Changeset in nginx_org [990:f10ebd7c60b4] by
 - Fixed incorrect link.
 - 07:51 Changeset in nginx [5409:11599a3d0c7c] by
 - Unused macro and variable removed. The macro NGX_HTTP_DAV_COPY_BLOCK …
 - 07:50 Changeset in nginx [5408:d7a2729623d3] by
 - Version bump.
 
10/01/13:
- 14:38 Ticket #346 (Writing connection leak while SPDY enabled) closed by
 - fixed: The issue should be fixed by revision 4d0c70541784 (released in nginx …
 - 13:56 Changeset in nginx_org [989:32d6056db45b] by
 - nginx-1.5.6
 - 13:44 Changeset in nginx [5407:15056a29841a] by
 - release-1.5.6 tag
 - 13:44 Changeset in nginx [5406:70c5cd3a61cb]release-1.5.6 by
 - nginx-1.5.6-RELEASE
 - 11:56 Milestone 1.5.6 completed
 - Status: released [[http://nginx.org/en/CHANGES-1.5 | 1.5.6 …
 
09/30/13:
- 20:14 Changeset in nginx [5405:620808518349] by
 - SPDY: ignore priority when queuing blocked frames. With this change …
 - 20:12 Changeset in nginx [5404:db85dacfa013] by
 - SPDY: set empty write handler during connection finalization. While …
 - 20:04 Changeset in nginx [5403:7e062646da6f] by
 - SPDY: fixed connection leak while waiting for request headers. If an …
 - 20:00 Changeset in nginx [5402:4d0c70541784] by
 - SPDY: fixed connection leak while waiting for request body. If an …
 - 18:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) closed by
 - fixed: Fix committed, thnx.
 - 18:15 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by
 - In baa705805138dfacdb85dc167db25627f81ceca3/nginx: […]
 - 18:10 Changeset in nginx [5401:09fc4598fc8e] by
 - Mail: fixed segfault with ssl/starttls at mail{} level and no cert. A …
 - 18:10 Changeset in nginx [5400:baa705805138] by
 - Mail: fixed overrun of allocated memory (ticket #411). Reported by …
 - 18:10 Changeset in nginx [5399:d3e09aa03a7a] by
 - Mail: handle smtp multiline replies. See here for details: …
 - 18:09 Changeset in nginx [5398:04e43d03e153] by
 - Mail: smtp pipelining support. Basically, this does the following two …
 - 18:09 Changeset in nginx [5397:ae73d7a4fcde] by
 - Mail: mail dependencies are now honored while building addons.
 - 18:09 Changeset in nginx [5396:42f874c0b970] by
 - Mail: added session close on smtp_greeting_delay violation. A server …
 - 15:07 Changeset in nginx-tests [345:8e8636a4fe61] by
 - Tests: more range filter tests for satisfiable ranges.
 - 15:07 Changeset in nginx-tests [344:b6d566531746] by
 - Tests: tests for range filter bound with "max_ranges".
 
09/27/13:
- 15:52 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) closed by
 - fixed: Slightly modified patch committed, thanks for testing.
 - 15:40 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by
 - In a720f0b0e08345ebb01353250f4031bb6e141385/nginx: […]
 - 15:39 Changeset in nginx [5395:a720f0b0e083] by
 - SSL: adjust buffer used by OpenSSL during handshake (ticket #413).
 - 12:59 Ticket #159 (Implement fcgi_buffering option) closed by
 - fixed: Non-buffered mode support for fastcgi introduced by 8c827bb1b2b6.
 - 12:50 Changeset in nginx [5394:8c827bb1b2b6] by
 - FastCGI: non-buffered mode support.
 - 12:50 Changeset in nginx [5393:1a070e89b97a] by
 - Upstream: subrequest_in_memory support for SCGI and uwsgi enabled. …
 - 12:50 Changeset in nginx [5392:f1caf7b8ae1d] by
 - Upstream: subrequest_in_memory fix. With previous code only part of …
 - 12:50 Changeset in nginx [5391:e65be17e3a3e] by
 - Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.
 
09/26/13:
- 13:12 Ticket #95 (Integrate syslog patch into modules) updated by
 - A separate thread would work, although appending items to the queue …
 - 08:51 Changeset in nginx-tests [343:e7dc8f4d0a4b] by
 - Tests: whitespace and spelling fixes.
 - 07:25 Changeset in nginx_org [988:a060ab6fb4be] by
 - Fixed grammar.
 
09/25/13:
- 17:29 Changeset in nginx-tests [342:86fa2a5a37ea] by
 - Tests: adjust least_conn test timeouts.
 - 15:52 Changeset in nginx-tests [341:b86d60e4cb96] by
 - Tests: update TODOs.
 - 12:54 Changeset in nginx_org [987:edd505634357] by
 - Documented the "sticky" directive.
 
09/24/13:
- 16:42 Ticket #416 (proxy_cache_use_stale run updating in new thread and serve stale data ...) updated by
 - A good reference to the issue. …
 - 14:57 Ticket #317 (Allow ssl_verify_client and ssl_verify_depth within locations) closed by
 - 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
 - Without this feature, WebSockets are significantly less secure because …
 - 14:13 Changeset in nginx-tests [340:9920a522a2de] by
 - Tests: added tests for addition module.
 - 12:07 Ticket #90 (location search tree incorrect on case-insensitive systems) closed by
 - fixed: Fix committed.
 
09/23/13:
- 23:17 Ticket #355 (Proxy protocol support) updated by
 - +1 similar use case: using aws elb -> nginx on instances which proxy …
 - 22:58 Changeset in nginx [5390:919d230ecdbe] by
 - Proxy: added the "proxy_ssl_ciphers" directive. Signed-off-by: Piotr …
 - 18:54 Changeset in nginx-tests [339:9d0a2fa47ac6] by
 - Tests: change http timeout to 5s, imap/pop3/smtp to 3s. Excessive …
 - 17:05 Ticket #90 (location search tree incorrect on case-insensitive systems) updated by
 - In fbaae7d1c0330daf3c9259b6308bc1a58ea99ed8/nginx: […]
 - 15:37 Changeset in nginx [5389:72e31d88defa] by
 - Added ngx_filename_cmp() with "/" sorted to the left. This patch …
 - 15:37 Changeset in nginx [5388:fbaae7d1c033] by
 - Caseless location tree construction (ticket #90). Location tree was …
 - 14:22 Changeset in nginx_org [986:5e84ce26c7a7] by
 - Donor added.
 - 12:26 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by
 - 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
 - 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
 - Alternative idea: a new header "X-Accel-Keepalive: [yes|no]".
 - 07:31 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) updated by
 - Thank you for the reply. The number of requests sent by bingbot is no …
 - 05:36 Changeset in nginx [5387:0fbcfab0bfd7] by
 - SSL: stop loading configs with invalid "ssl_ciphers" values. While …
 
09/22/13:
- 18:35 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) closed by
 - wontfix: To prevent DoS, use …
 - 09:38 Ticket #420 (keepalive_disable: bingbot (to prevent DoS)) created by
 - 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
 - .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
 - 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
 - memcached module returns a code 000 instead of the code 200
 - 13:44 Ticket #417 (ngx_cache_purge) updated by
 - ngx_cache_purge
 - 13:44 Ticket #417 (ngx_cache_purge) created by
 - 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
 - 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
 - fixed: Fix committed, thanks.
 - 03:20 Ticket #412 (misallocation with ngx_crypt with apr1) updated by
 - In 2d947c2e3ea1b3144239f028c8e2af895d95fff4/nginx: […]
 - 02:57 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by
 - Thanks, looks good.
 
09/20/13:
- 17:49 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by
 - Hi, for performance comparison - see the attached images. This is a …
 - 16:10 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by
 - I wondered about extra CRLF. But after some delibration I choose not …
 - 16:06 Ticket #412 (misallocation with ngx_crypt with apr1) updated by
 - I've submitted patch with requested chantges as per documentation …
 - 14:57 Changeset in nginx [5386:2d947c2e3ea1] by
 - Core: fix misallocation at ngx_crypt_apr1 (ticket #412). Found by …
 - 13:18 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by
 - 
          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
 - invalid: The auto/unix script is not intended to be run directly, outside of …
 - 11:58 Ticket #415 (auto/unix syntax errors with /bin/sh lines) created by
 - 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
 - Hi, thank you for the prompt response! You are right, the bug does …
 
09/19/13:
- 20:04 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) updated by
 - Thank you for report. I don't see how you were able to trigger this …
 - 15:41 Ticket #414 (Ошибка 500 при использовании seek для файлов с mp4s stream) closed by
 - invalid: Судя по debug log'у, файл содержит дорожки, которые короче, чем …
 - 14:35 Ticket #414 (Ошибка 500 при использовании seek для файлов с mp4s stream) created by
 - Для файлов содержащих mp4s strems при попытке выполнить seek, nginx …
 - 14:31 Changeset in nginx_org [985:e4704604ed29] by
 - Proxy: documented the "proxy_ssl_protocols" directive.
 - 14:30 Changeset in nginx [5385:7c1f4977d8a0] by
 - Proxy: added the "proxy_ssl_protocols" directive.
 - 14:11 Changeset in nginx_org [984:4e13823acdc0] by
 - Donor added.
 - 13:56 Ticket #413 (Extra roundtrip during SSL handshake with long certificate chains) created by
 - Hi, during some performance testing I noticed that there is an extra …
 - 11:57 Ticket #412 (misallocation with ngx_crypt with apr1) updated by
 - 
          Status changed
Good catch, but I don't like the patch provided. Something like … - 11:57 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) updated by
 - 
          Status changed
It looks like the proper fix would be to just remove extra CRLF. Care … - 11:30 Ticket #410 (Valgrind falsepositive with ngx_string length 0) closed by
 - wontfix: I don't think we should workaround bugs of old Valgrind versions.
 - 10:53 Changeset in nginx-tests [338:8f0010dc4b09] by
 - Tests: fixed startup order. FCGI daemon start postponed until after …
 - 08:22 Changeset in nginx-tests [337:43d40a678a64] by
 - Tests: added rewrite test for response without reason phrase.
 
09/18/13:
- 23:51 Changeset in nginx [5384:cfbf1d1cc233] by
 - SSL: fixed possible memory and file descriptor leak on HUP signal. …
 - 20:09 Ticket #410 (Valgrind falsepositive with ngx_string length 0) updated by
 - I looked this more and this is valgrind 3.6.1 bug. The valgrind …
 - 19:59 Changeset in nginx [5383:1adfe7a260eb] by
 - MIME: added application/json MIME type. Signed-off-by: Piotr Sikora …
 - 19:00 Ticket #412 (misallocation with ngx_crypt with apr1) created by
 - I modified http://mdounin.ru/hg/nginx-tests to use valgrind. Found …
 - 18:56 Ticket #411 (misallocation with ngx_mail_smtp_module at STARTTLS) created by
 - I modified http://mdounin.ru/hg/nginx-tests to use valgrind. Test …
 - 18:51 Ticket #410 (Valgrind falsepositive with ngx_string length 0) created by
 - I modified http://mdounin.ru/hg/nginx-tests to use valgrind. …
 - 17:38 Changeset in nginx-tests [336:b6c7db85bad0] by
 - Tests: fastcgi_buffering tests.
 - 14:53 Changeset in nginx [5382:e8d24b6d7f73] by
 - Fixed response line formatting with empty reason phrase. As per RFC …
 - 14:53 Changeset in nginx [5381:3adbd23bf79e] by
 - Version bump.
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    