Commit Graph

  • 6946ed75b6 keepalive_disable Igor Sysoev 2010-11-26 12:40:56 +0000
  • 97d32cb169 allow variable as "map" value Igor Sysoev 2010-11-26 12:25:51 +0000
  • 07335d89df use "\" to escape "default", "include", and "hostnames" values instead of "!" Igor Sysoev 2010-11-25 15:36:24 +0000
  • 04e145d2da allow empty value as "map" parameter Igor Sysoev 2010-11-25 15:24:29 +0000
  • 67e6bafc90 allow expressions in the first "map" parameter Igor Sysoev 2010-11-25 15:22:43 +0000
  • e1a30b446f add nginx.8 man page Igor Sysoev 2010-11-25 14:12:31 +0000
  • 7f31a2098d use copied strerror() messages and autoconfigured sys_nerr value Igor Sysoev 2010-11-25 11:04:03 +0000
  • 40747ad861 Linux accept4() support Igor Sysoev 2010-11-25 10:15:04 +0000
  • 601ca7cd6e bump version Igor Sysoev 2010-11-24 13:41:37 +0000
  • 92366a725f stable-0.8 branch Igor Sysoev 2010-11-24 12:50:36 +0000
  • 6a97f0e6f2 release-0.8.53 tag Igor Sysoev 2010-10-18 12:03:27 +0000
  • dcca7acff8 nginx-0.8.53-RELEASE release-0.8.53 Igor Sysoev 2010-10-18 12:03:26 +0000
  • a64b716b22 allow override redirect status in error_page Igor Sysoev 2010-10-18 10:14:00 +0000
  • c5d1790e1d change order of limit_req lookup result processing Igor Sysoev 2010-10-14 09:20:01 +0000
  • 622721a598 an excess was logged as 0.000 if requests were limited without delay: Igor Sysoev 2010-10-13 20:58:41 +0000
  • 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 Igor Sysoev 2010-10-12 12:18:39 +0000
  • 3bff22f2e2 update event flags after successful io_submit() Igor Sysoev 2010-10-12 12:11:11 +0000
  • 89eae52df8 file AIO read may be posted inside loop Igor Sysoev 2010-10-12 12:06:52 +0000
  • 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 Igor Sysoev 2010-10-11 18:48:18 +0000
  • 21dba41f5b fix testing, the bug has been introduced in r3218 Igor Sysoev 2010-10-08 11:42:05 +0000
  • 5fffff997f gzip_disable degradation Igor Sysoev 2010-10-04 15:03:00 +0000
  • 81aa52829a ngx_http_degraded() Igor Sysoev 2010-10-04 14:59:41 +0000
  • 61d5e5e67f bump version Igor Sysoev 2010-10-04 13:50:09 +0000
  • 66c7214e8f release-0.8.52 tag Igor Sysoev 2010-09-28 06:59:59 +0000
  • cae45fd21b nginx-0.8.52-RELEASE release-0.8.52 Igor Sysoev 2010-09-28 06:59:58 +0000
  • bfec9887ce nginx uses SSL mode for a listen socket with any option set, the bug has been introduced in r3765 Igor Sysoev 2010-09-28 06:50:52 +0000
  • a397c7faaa bump version Igor Sysoev 2010-09-28 06:46:58 +0000
  • 50c966e3ff release-0.8.51 tag Igor Sysoev 2010-09-27 13:08:41 +0000
  • 7c5b7f5c7d nginx-0.8.51-RELEASE release-0.8.51 Igor Sysoev 2010-09-27 13:08:40 +0000
  • f79878e5d9 allow duplicate listen ssl options Igor Sysoev 2010-09-27 11:48:12 +0000
  • 49ac2b2b45 decrease resolver errors level to error Igor Sysoev 2010-09-27 11:23:45 +0000
  • 8c70e67f7b worker_rlimit_core should be off_t Igor Sysoev 2010-09-15 15:24:21 +0000
  • 9a62648f7b fix typo Igor Sysoev 2010-09-13 12:44:43 +0000
  • 12f4da4695 discard "secure_link_expires on|off" Igor Sysoev 2010-09-06 14:19:18 +0000
  • c13a4098b7 bump version Igor Sysoev 2010-09-06 11:07:07 +0000
  • 895e027010 release-0.8.50 tag Igor Sysoev 2010-09-02 14:59:19 +0000
  • e004c37afe nginx-0.8.50-RELEASE release-0.8.50 Igor Sysoev 2010-09-02 14:59:18 +0000
  • 94e9aaa8ad new ngx_http_secure_link_module with secure_link, secure_link_md5, and secure_link_expires Igor Sysoev 2010-09-02 14:37:16 +0000
  • 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 Igor Sysoev 2010-09-02 14:31:47 +0000
  • 3730543c26 gzip_disable msie6 ignored other patterns Igor Sysoev 2010-09-02 14:02:57 +0000
  • 31e6fc82cc gzip_disable compiled always the first pattern only Igor Sysoev 2010-09-02 14:01:58 +0000
  • 4db3b3e2c4 gzip_disable msie6 did not inherited if nginx was built without PCRE Igor Sysoev 2010-09-02 13:54:28 +0000
  • 8a9f761927 add "Global\" prefix for signal events Igor Sysoev 2010-09-02 13:49:05 +0000
  • 2cb30f153f the -q switch Igor Sysoev 2010-09-02 13:43:02 +0000
  • 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() Igor Sysoev 2010-08-26 12:33:08 +0000
  • f380df5e20 bump version Igor Sysoev 2010-08-25 12:30:08 +0000
  • 6d77945f17 release-0.8.49 tag Igor Sysoev 2010-08-09 08:24:14 +0000
  • 396c9b7806 nginx-0.8.49-RELEASE release-0.8.49 Igor Sysoev 2010-08-09 08:24:13 +0000
  • d39b9ec19d image_filter_jpeg_quality supports variables Igor Sysoev 2010-08-06 15:55:05 +0000
  • 7268cc8c6e zero fcn->updating after node allocation Igor Sysoev 2010-08-04 13:34:23 +0000
  • 2b74841a4f error status codes could be cached for next request only, the bug has been introduced in r3712 Igor Sysoev 2010-08-04 12:55:27 +0000
  • 541d8c698a we can free GeoIPRecord just after GeoIP_region_name_by_code(), because it returns a statically allocated string Igor Sysoev 2010-08-03 18:38:08 +0000
  • a999586594 fix segfault, the bug has been introduced in r3738 Igor Sysoev 2010-08-03 18:27:56 +0000
  • 6dd6aefaa7 bump version Igor Sysoev 2010-08-03 18:24:18 +0000
  • 4cece441d6 release-0.8.48 tag Igor Sysoev 2010-08-03 15:10:57 +0000
  • fcf90db482 nginx-0.8.48-RELEASE release-0.8.48 Igor Sysoev 2010-08-03 15:10:56 +0000
  • 395f35e5fa $geoip_region_name Igor Sysoev 2010-08-03 15:01:34 +0000
  • dc87ab5a69 $geoip_dma_code and $geoip_area_code Igor Sysoev 2010-08-03 14:19:49 +0000
  • 41212d27fa fix fastcgi_split_path_info, if URI was not fully captured Igor Sysoev 2010-08-03 13:35:48 +0000
  • 81cd5e4f6f *) make code consistent to fastcgi, etc *) remove STUB comment Igor Sysoev 2010-08-03 12:59:14 +0000
  • e4994fbacb use NULL instead of 0 Igor Sysoev 2010-08-03 12:53:06 +0000
  • b16b8ddae6 delete surplus assignment Igor Sysoev 2010-08-03 09:42:53 +0000
  • 90f95522a5 inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside a limit_except block if no handler was defined for the block Igor Sysoev 2010-08-03 09:24:25 +0000
  • 0ec5492189 ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() may be used at merge phase Igor Sysoev 2010-08-02 15:28:04 +0000
  • 6d9d07b16a fix directive type Igor Sysoev 2010-08-02 12:47:52 +0000
  • 029299aaa4 change logic slightly Igor Sysoev 2010-08-02 12:34:15 +0000
  • c7b2e2a570 change order Igor Sysoev 2010-08-02 12:32:33 +0000
  • 2108fabea2 *) delete cache key node after a cache file removal *) move fileless cache key node removal in ngx_http_file_cache_delete() Igor Sysoev 2010-08-02 12:27:58 +0000
  • 0e0e0af51b escape ";" in arguments Igor Sysoev 2010-07-30 13:25:19 +0000
  • 1cd46b88a4 count cache key node usage for cached error statuses Igor Sysoev 2010-07-30 12:41:55 +0000
  • 09ce1e2d89 do not free unused cache node if cache min_uses > 1, the bug has been introduced in r3695, r3708, r3711 Igor Sysoev 2010-07-30 10:20:08 +0000
  • 10f8d5d74e return 415 on too big image in image filter Igor Sysoev 2010-07-29 15:40:03 +0000
  • 7c50789e2a change default server_name_in_redirect value to off, since default server_name is empty Igor Sysoev 2010-07-29 10:01:31 +0000
  • a69cf2d005 use an empty name as default server_name instread of hostname Igor Sysoev 2010-07-29 10:00:04 +0000
  • e8cf60da34 allow server_name "" as the first name Igor Sysoev 2010-07-29 09:55:54 +0000
  • 6b45b065fe decrease SSL handshake error level to info Igor Sysoev 2010-07-29 09:30:15 +0000
  • 591700b8f7 copy OpenSSL-0.9.8o LICENSE for nginx/Windows zip Igor Sysoev 2010-07-29 09:10:12 +0000
  • 6f2796af04 bump version Igor Sysoev 2010-07-29 08:10:22 +0000
  • 08df048d6d release-0.8.47 tag Igor Sysoev 2010-07-28 16:16:49 +0000
  • a9d5cb5f7c nginx-0.8.47-RELEASE release-0.8.47 Igor Sysoev 2010-07-28 16:16:48 +0000
  • 9135a0e022 move debug logging inside ngx_http_file_cache_free() Igor Sysoev 2010-07-28 15:56:56 +0000
  • 14c95f99ac fix $request_time for subrequests Igor Sysoev 2010-07-28 15:51:50 +0000
  • 406a68003c several changes in cache cleanup handling: Igor Sysoev 2010-07-28 15:49:34 +0000
  • 18b36e5035 fix r3708 and r3695: valid_sec is set only for caching error status codes Igor Sysoev 2010-07-27 19:11:17 +0000
  • 6af21b7cda fix r3707: cache node should be freed be a response is not cached Igor Sysoev 2010-07-27 15:26:33 +0000
  • 3cf3100977 fix typo Igor Sysoev 2010-07-27 13:04:13 +0000
  • 4b7637adb6 fix r3695: this commit *) freed valid keys zone node *) and did not decrease cache size, so cache manager process ete CPU time, if cache checking max_size was enabled Igor Sysoev 2010-07-27 11:22:59 +0000
  • f297d0dd27 an intercepted error code was not cached Igor Sysoev 2010-07-19 15:31:46 +0000
  • cc963cd7e2 style fix Igor Sysoev 2010-07-19 15:29:16 +0000
  • b1327bd842 initialize r->cache->file.fd with NGX_INVALID_FILE Igor Sysoev 2010-07-19 15:28:22 +0000
  • 1daef7d1b0 bump version Igor Sysoev 2010-07-19 15:27:06 +0000
  • ef4d94d5b5 release-0.8.46 tag Igor Sysoev 2010-07-19 11:31:31 +0000
  • 8c7518f1e6 nginx-0.8.46-RELEASE release-0.8.46 Igor Sysoev 2010-07-19 11:31:30 +0000
  • 47f5f947bc add warnings for proxy_no_cache and fastcgi_no_cache Igor Sysoev 2010-07-19 09:55:43 +0000
  • f7d659aa52 proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass Igor Sysoev 2010-07-19 09:36:04 +0000
  • 6a47b43234 rename ngx_http_file_cache_create() to ngx_http_file_cache_new() Igor Sysoev 2010-07-16 10:01:49 +0000
  • 9aa3d7f667 ngx_http_file_cache_create() Igor Sysoev 2010-07-15 14:01:02 +0000
  • 9e9cbee81e ngx_http_file_cache_name() Igor Sysoev 2010-07-15 13:46:32 +0000
  • 0e73a5bfb7 style fix Igor Sysoev 2010-07-15 13:10:05 +0000
  • 85992f9eb3 delete empty cache zone node if we could not get response to cache Igor Sysoev 2010-07-15 13:08:51 +0000