Commit Graph

  • 14fe2dd94a values starting with '0' were incorrectly assumed to be false patch by Maxim Dounin Igor Sysoev 2011-04-15 12:24:18 +0000
  • 432760ee4d use MurmurHash2 for split_clients, because its distribution is much better than CRC32's one Igor Sysoev 2011-04-15 10:59:57 +0000
  • 42f1e1cb96 ngx_murmur_hash2() Igor Sysoev 2011-04-15 10:59:24 +0000
  • 0bd0b2894c bump version Igor Sysoev 2011-04-15 10:58:44 +0000
  • 050b280349 release-1.0.0 tag Igor Sysoev 2011-04-12 09:04:33 +0000
  • a2a09a84eb nginx-1.0.0-RELEASE release-1.0.0 Igor Sysoev 2011-04-12 09:04:32 +0000
  • d63104eea4 use memmove() in appropriate places Igor Sysoev 2011-04-12 08:02:46 +0000
  • d80bcbcd0f "satisfy any" disabled custom 401 error page Igor Sysoev 2011-04-11 14:17:31 +0000
  • 711eeb8514 fix CPU hog in cache manager patch by Maxim Dounin Igor Sysoev 2011-04-08 15:27:53 +0000
  • ea38fe54bd fix "image_filter rotate 180" and crop case the bug has been introduced in r3879 Igor Sysoev 2011-04-07 09:12:30 +0000
  • f352259dd6 bump version Igor Sysoev 2011-04-07 09:08:52 +0000
  • 54241ea9f7 release-0.9.7 tag Igor Sysoev 2011-04-04 12:50:24 +0000
  • 955370fc8c nginx-0.9.7-RELEASE release-0.9.7 Igor Sysoev 2011-04-04 12:50:22 +0000
  • 4956ac5108 reuse keepalive connections if there are no free worker connections patch by Maxim Dounin Igor Sysoev 2011-04-04 12:26:53 +0000
  • fde7d51392 fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass is given by expression and refers to a defined upstream Igor Sysoev 2011-04-04 10:43:21 +0000
  • 450c981ab9 image filter rotate patch by Adam Bocim Igor Sysoev 2011-04-04 09:57:32 +0000
  • b8fb0a15a2 bump version Igor Sysoev 2011-04-04 09:46:00 +0000
  • 0fa4c4f163 release-0.9.6 tag Igor Sysoev 2011-03-21 15:33:27 +0000
  • 57f3455ad3 nginx-0.9.6-RELEASE release-0.9.6 Igor Sysoev 2011-03-21 15:33:26 +0000
  • 921ac21acf map tests values in low case only, so caseless regex has no sense Igor Sysoev 2011-03-21 15:18:59 +0000
  • c9d671cd81 $time_iso8601 log variable patch by Michael Lustfield Igor Sysoev 2011-03-16 15:46:57 +0000
  • 0519b43a77 allow regex as "map" parameter Igor Sysoev 2011-03-16 15:32:31 +0000
  • 32c73df97a remove semicolon, because it is already in "nginx: " prefix Igor Sysoev 2011-02-21 11:47:28 +0000
  • 22434e4c72 fix warnings Igor Sysoev 2011-02-21 11:44:26 +0000
  • b10de5d63a copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip Igor Sysoev 2011-02-21 10:04:02 +0000
  • 2a526d4969 bump version Igor Sysoev 2011-02-21 10:03:28 +0000
  • 345d7af15c release-0.9.5 tag Igor Sysoev 2011-02-21 09:43:59 +0000
  • 97f1855446 nginx-0.9.5-RELEASE release-0.9.5 Igor Sysoev 2011-02-21 09:43:57 +0000
  • 3e1a13d1d8 fix xhtml mime type thanks to Michael Lustfield the previous value has been suggested by Konstantin Arkhipov Igor Sysoev 2011-02-21 08:57:02 +0000
  • d53c836214 fix u->one_addr handling in ngx_inet_resolve_host() patch by Maxim Dounin Igor Sysoev 2011-02-17 15:01:16 +0000
  • 95899a3f19 use backlog -1 on Linux thanks to Andrei Nigmatulin Igor Sysoev 2011-02-17 14:14:50 +0000
  • b2492255f8 always test proxy_redirect with slash, this fixes a case when nginx uses proxy_pass "http://www", upstream redirects to "http://www.host/uri", and nginx rewrites it as ".host/uri" patch by Maxim Dounin Igor Sysoev 2011-02-17 11:54:35 +0000
  • 4d6db4a7ab set current atime while setting mtime patch by Andrei Nigmatulin Igor Sysoev 2011-02-11 08:02:35 +0000
  • 64d5f9ba26 fix "error_page 497 https://" case patch by Maxim Dounin the bug has been introduced in r3782 Igor Sysoev 2011-02-01 16:18:55 +0000
  • eb1a344dd3 utf8 parameter of geoip_country and geoip_city patch by Denis F. Latypoff Igor Sysoev 2011-01-27 12:51:59 +0000
  • ab54e21633 bump version Igor Sysoev 2011-01-27 12:43:11 +0000
  • c92b9023be release-0.9.4 tag Igor Sysoev 2011-01-21 11:05:58 +0000
  • 2d9e3144fe nginx-0.9.4-RELEASE release-0.9.4 Igor Sysoev 2011-01-21 11:04:39 +0000
  • 8dbc8a97dd server_name $hostname Igor Sysoev 2011-01-20 15:31:24 +0000
  • d19c93d127 style fix: remove trailing spaces Igor Sysoev 2011-01-20 15:29:53 +0000
  • cfc5c25589 move setting conf->server_name in merge phase Igor Sysoev 2011-01-20 15:15:50 +0000
  • cc878dc6ac use SwitchToThread() instead of Sleep(0), because the later may not yield control, if there is no thread with higher priority Igor Sysoev 2011-01-20 13:06:21 +0000
  • 3d86ad3f95 fix building on Fedora 14 patch by Kirill A. Korinskiy Igor Sysoev 2011-01-20 12:33:17 +0000
  • 8e8251a317 fix large stderr handling without http cache patch by Maxim Dounin the bug has been introduced in r3461 Igor Sysoev 2011-01-20 12:23:00 +0000
  • 25a3da354a copy OpenSSL-0.9.8q LICENSE for nginx/Windows zip Igor Sysoev 2011-01-20 11:07:35 +0000
  • 26cf2c96ea introduce 494 code "Request Header Too Large" Igor Sysoev 2011-01-20 10:37:58 +0000
  • 6586e82108 2011 year Igor Sysoev 2011-01-20 10:18:12 +0000
  • 87f744c24b use boolean expression instead of "if" Igor Sysoev 2010-12-15 14:10:33 +0000
  • f00e81d75a rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES Igor Sysoev 2010-12-14 23:04:26 +0000
  • dc61c0a153 bump version Igor Sysoev 2010-12-14 22:54:04 +0000
  • 86521bf33b release-0.7.68 tag Igor Sysoev 2010-12-14 19:48:04 +0000
  • 195d39ee20 nginx-0.7.68-RELEASE release-0.7.68 Igor Sysoev 2010-12-14 19:48:03 +0000
  • 64926d848a merge r3797: Igor Sysoev 2010-12-14 19:35:44 +0000
  • 6527a8e679 merge r3681: Igor Sysoev 2010-12-14 19:34:29 +0000
  • af3064901d merge r3676: Igor Sysoev 2010-12-14 19:32:52 +0000
  • ad070b55b8 SSL related fixes: Igor Sysoev 2010-12-14 19:29:57 +0000
  • 217f8cea3a merge r3659, r3825, r3826: Igor Sysoev 2010-12-14 19:19:07 +0000
  • 772ecd6cc6 set r->valid_unparsed_uri just after request line processing, it allows to use X-Accel-Redirect'ed URI in a proxy_pass without URI part this fix corresponds to r3616 Igor Sysoev 2010-12-14 19:15:08 +0000
  • d60cb3f9f7 bump version Igor Sysoev 2010-12-14 19:10:00 +0000
  • cf83923ebc release-0.8.54 tag Igor Sysoev 2010-12-14 10:55:49 +0000
  • 5333265a6a nginx-0.8.54-RELEASE release-0.8.54 Igor Sysoev 2010-12-14 10:55:48 +0000
  • 1db960a374 merge r3825, r3826: Igor Sysoev 2010-12-14 10:41:22 +0000
  • 53a3988942 merge r3798, r3806, r3807: Igor Sysoev 2010-12-14 10:38:42 +0000
  • a9b3cf0c4a merge r3797: Igor Sysoev 2010-12-14 10:35:06 +0000
  • 579b6f6b07 bump version Igor Sysoev 2010-12-14 10:33:37 +0000
  • 0f2bd5ebd7 release-0.9.3 tag Igor Sysoev 2010-12-13 11:05:53 +0000
  • b84f47dbd2 nginx-0.9.3-RELEASE release-0.9.3 Igor Sysoev 2010-12-13 11:05:52 +0000
  • 2567c92ace allow "env" to work in the single process mode Igor Sysoev 2010-12-13 10:55:15 +0000
  • 5644c43caf always run regex in server_name to get captures for IPv6 addresses, the same fix for IPv4 addresses has been made in r2584 Igor Sysoev 2010-12-12 21:13:27 +0000
  • 1fdb004f52 test wildcard tail hash existance for IPv6 addresses, the same fix for IPv4 addresses has been made in r2581 Igor Sysoev 2010-12-12 21:10:59 +0000
  • 7c2611a231 style fix Igor Sysoev 2010-12-12 20:11:31 +0000
  • 076ad1672b remove semicolon, because it is already in "nginx: " prefix Igor Sysoev 2010-12-11 10:59:26 +0000
  • adc7083411 test for maximum errno value, since Solaris has no sys_nerr Igor Sysoev 2010-12-06 14:51:20 +0000
  • 2369c149b8 style fix Igor Sysoev 2010-12-06 14:50:27 +0000
  • bb6bd80969 test for _sys_nerr only if sys_nerr was not found Igor Sysoev 2010-12-06 14:49:17 +0000
  • 5491139caf bump version Igor Sysoev 2010-12-06 14:40:40 +0000
  • bc14e27f24 release-0.9.2 tag Igor Sysoev 2010-12-06 11:36:31 +0000
  • 51a2af90f1 nginx-0.9.2-RELEASE release-0.9.2 Igor Sysoev 2010-12-06 11:36:30 +0000
  • 3e3ee60b99 remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180 Igor Sysoev 2010-12-06 11:17:03 +0000
  • ec4df838c8 "If-Unmodified-Since" support Igor Sysoev 2010-12-06 11:11:05 +0000
  • 0c39c27412 fix building by msvc8 introduced by the previous commit Igor Sysoev 2010-12-02 14:20:51 +0000
  • a07d6ec39f fallback to accept() if accept4() is not implemented, the issue has been introduced in r3787 Igor Sysoev 2010-12-02 10:05:41 +0000
  • dc9d7fb2d3 fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr, the issue has been introduced in r3788 Igor Sysoev 2010-12-01 19:22:37 +0000
  • 86ffd9b10f bump version Igor Sysoev 2010-11-30 13:26:21 +0000
  • 044fef7359 release-0.9.1 tag Igor Sysoev 2010-11-30 13:10:33 +0000
  • 8f29fedda0 nginx-0.9.1-RELEASE release-0.9.1 Igor Sysoev 2010-11-30 13:10:32 +0000
  • 9a62133d78 add audio/ogg Igor Sysoev 2010-11-30 12:56:29 +0000
  • f5798d8c0d fix comment Igor Sysoev 2010-11-29 19:41:53 +0000
  • bd4c8e88ee revert processing NGX_OK in rewrite phase changed in r3798, this broke "return 204" and "return code text" Igor Sysoev 2010-11-29 19:40:54 +0000
  • c219a6f7d0 bump version Igor Sysoev 2010-11-29 19:39:26 +0000
  • ad9272fac3 release-0.9.0 tag Igor Sysoev 2010-11-29 15:29:32 +0000
  • e5907afa47 nginx-0.9.0-RELEASE release-0.9.0 Igor Sysoev 2010-11-29 15:29:31 +0000
  • 71948cce0c add man page in release tarball and fix man building procedure Igor Sysoev 2010-11-29 15:23:06 +0000
  • 11156c6a3a add the first release date Igor Sysoev 2010-11-29 15:21:24 +0000
  • c19b848976 add "nginx: " prefix when logging to the stderr Igor Sysoev 2010-11-29 15:01:06 +0000
  • a979d9fb30 move ngx_strerror_init() at the very start Igor Sysoev 2010-11-29 15:00:02 +0000
  • 8c6144f022 revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634 Igor Sysoev 2010-11-29 14:01:17 +0000
  • d4b08c9134 allocate last zero byte in ngx_crypt() Igor Sysoev 2010-11-29 09:23:25 +0000
  • f83d6cf0f7 style fix Igor Sysoev 2010-11-26 13:58:28 +0000
  • 02677300d1 fix building by icc8 Igor Sysoev 2010-11-26 13:36:36 +0000