Commit Graph

3403 Commits

Author SHA1 Message Date
Igor Sysoev e28a2c54eb release-0.8.55 tag 2011-07-19 13:59:54 +00:00
Igor Sysoev 4c9f232855 nginx-0.8.55-RELEASE 2011-07-19 13:59:47 +00:00
Igor Sysoev 429854b1f6 copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip 2011-07-19 13:54:09 +00:00
Igor Sysoev 5a80933ea0 merge r3945:
fix segfault if cache key is larger than upstream buffer size
patch by Lanshun Zhou
2011-07-19 13:52:56 +00:00
Igor Sysoev 71c6832995 bump version 2011-07-19 13:49:44 +00:00
Igor Sysoev cf83923ebc release-0.8.54 tag 2010-12-14 10:55:49 +00:00
Igor Sysoev 5333265a6a nginx-0.8.54-RELEASE 2010-12-14 10:55:48 +00:00
Igor Sysoev 1db960a374 merge r3825, r3826:
*) test wildcard tail hash existance for IPv6 addresses,
   the same fix for IPv4 addresses has been made in r2581
*) always run regex in server_name to get captures for IPv6 addresses,
   the same fix for IPv4 addresses has been made in r2584
2010-12-14 10:41:22 +00:00
Igor Sysoev 53a3988942 merge r3798, r3806, r3807:
revert processing NGX_DONE in rewrite phase changed in r3634
2010-12-14 10:38:42 +00:00
Igor Sysoev a9b3cf0c4a merge r3797:
allocate last zero byte in ngx_crypt()
2010-12-14 10:35:06 +00:00
Igor Sysoev 579b6f6b07 bump version 2010-12-14 10:33:37 +00:00
Igor Sysoev 92366a725f stable-0.8 branch 2010-11-24 12:50:36 +00:00
Igor Sysoev dcca7acff8 nginx-0.8.53-RELEASE 2010-10-18 12:03:26 +00:00
Igor Sysoev a64b716b22 allow override redirect status in error_page 2010-10-18 10:14:00 +00:00
Igor Sysoev c5d1790e1d change order of limit_req lookup result processing 2010-10-14 09:20:01 +00:00
Igor Sysoev 622721a598 an excess was logged as 0.000 if requests were limited without delay:
*) use a real excess value instead of non-updated limit_req rbtree node field,
*) move inactivity queue handling inside ngx_http_limit_req_lookup()
   since the node is not required outside the lookup function;

the bug has been introduced in r3184
2010-10-13 20:58:41 +00:00
Igor Sysoev 824856fc10 always update an aio_senfile connection flag accodring to a current
location configuration, this clears the flag for requests passed
via a keep-alive connection
2010-10-12 12:18:39 +00:00
Igor Sysoev 3bff22f2e2 update event flags after successful io_submit() 2010-10-12 12:11:11 +00:00
Igor Sysoev 89eae52df8 file AIO read may be posted inside loop 2010-10-12 12:06:52 +00:00
Igor Sysoev 7087d5d72a add default listen port at the end of server block parsing instead of
merge phase: otherwise the first server without an listen directive
did not become the default server if there was no explicit default server;
the bug has been introduced in r3218
2010-10-11 18:48:18 +00:00
Igor Sysoev 21dba41f5b fix testing, the bug has been introduced in r3218 2010-10-08 11:42:05 +00:00
Igor Sysoev 5fffff997f gzip_disable degradation 2010-10-04 15:03:00 +00:00
Igor Sysoev 81aa52829a ngx_http_degraded() 2010-10-04 14:59:41 +00:00
Igor Sysoev 61d5e5e67f bump version 2010-10-04 13:50:09 +00:00
Igor Sysoev 66c7214e8f release-0.8.52 tag 2010-09-28 06:59:59 +00:00
Igor Sysoev cae45fd21b nginx-0.8.52-RELEASE 2010-09-28 06:59:58 +00:00
Igor Sysoev bfec9887ce nginx uses SSL mode for a listen socket with any option set,
the bug has been introduced in r3765
2010-09-28 06:50:52 +00:00
Igor Sysoev a397c7faaa bump version 2010-09-28 06:46:58 +00:00
Igor Sysoev 50c966e3ff release-0.8.51 tag 2010-09-27 13:08:41 +00:00
Igor Sysoev 7c5b7f5c7d nginx-0.8.51-RELEASE 2010-09-27 13:08:40 +00:00
Igor Sysoev f79878e5d9 allow duplicate listen ssl options 2010-09-27 11:48:12 +00:00
Igor Sysoev 49ac2b2b45 decrease resolver errors level to error 2010-09-27 11:23:45 +00:00
Igor Sysoev 8c70e67f7b worker_rlimit_core should be off_t 2010-09-15 15:24:21 +00:00
Igor Sysoev 9a62648f7b fix typo 2010-09-13 12:44:43 +00:00
Igor Sysoev 12f4da4695 discard "secure_link_expires on|off" 2010-09-06 14:19:18 +00:00
Igor Sysoev c13a4098b7 bump version 2010-09-06 11:07:07 +00:00
Igor Sysoev 895e027010 release-0.8.50 tag 2010-09-02 14:59:19 +00:00
Igor Sysoev e004c37afe nginx-0.8.50-RELEASE 2010-09-02 14:59:18 +00:00
Igor Sysoev 94e9aaa8ad new ngx_http_secure_link_module with secure_link, secure_link_md5, and
secure_link_expires
2010-09-02 14:37:16 +00:00
Igor Sysoev a256afd064 fix race condition if during reconfiguration two cache managers try
to delete old inactive entries: one of them removes a entry just locked by
other manager from the queue and the rbtree as long inactive entry,
causes the latter manager to segfault leaving cache mutex locked,
the bug has been introduced in r3727
2010-09-02 14:31:47 +00:00
Igor Sysoev 3730543c26 gzip_disable msie6 ignored other patterns 2010-09-02 14:02:57 +00:00
Igor Sysoev 31e6fc82cc gzip_disable compiled always the first pattern only 2010-09-02 14:01:58 +00:00
Igor Sysoev 4db3b3e2c4 gzip_disable msie6 did not inherited if nginx was built without PCRE 2010-09-02 13:54:28 +00:00
Igor Sysoev 8a9f761927 add "Global\" prefix for signal events 2010-09-02 13:49:05 +00:00
Igor Sysoev 2cb30f153f the -q switch 2010-09-02 13:43:02 +00:00
Igor Sysoev f7dd767e57 if a location is specified by regex, then always compile an "alias",
even into one static string script: this elimates testing this
too specific case inside ngx_http_map_uri_to_path()
2010-08-26 12:33:08 +00:00
Igor Sysoev f380df5e20 bump version 2010-08-25 12:30:08 +00:00
Igor Sysoev 6d77945f17 release-0.8.49 tag 2010-08-09 08:24:14 +00:00
Igor Sysoev 396c9b7806 nginx-0.8.49-RELEASE 2010-08-09 08:24:13 +00:00
Igor Sysoev d39b9ec19d image_filter_jpeg_quality supports variables 2010-08-06 15:55:05 +00:00