Commit graph

1408 commits

Author SHA1 Message Date
Igor Sysoev
e00699462c release-0.6.10 tag 2007-09-03 10:30:00 +00:00
Igor Sysoev
633ab489e6 nginx-0.6.10-RELEASE 2007-09-03 10:29:59 +00:00
Igor Sysoev
3eeb5f6845 test the most relevant condition first 2007-09-03 09:06:26 +00:00
Igor Sysoev
cd77964df6 open_file_cache_events 2007-09-03 08:41:42 +00:00
Igor Sysoev
ea414bb402 fix unlikely socket leak 2007-09-01 16:41:52 +00:00
Igor Sysoev
029cfdac86 fix socket leak introduced in r1374 when request header and body was
in one packet and connection went to keep-alive state
2007-09-01 16:40:19 +00:00
Igor Sysoev
fa7f65761c open_file_cache in HTTP 2007-09-01 12:12:48 +00:00
Igor Sysoev
5d30aa5e86 open file cache 2007-09-01 12:11:21 +00:00
Igor Sysoev
9f94c4abb8 change ngx_conf_merge_ptr_value() and update fastcgi_catch_stderr 2007-09-01 12:05:55 +00:00
Igor Sysoev
07cb5d3c46 NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENT 2007-09-01 11:59:36 +00:00
Igor Sysoev
5704a5f1ed add comment 2007-09-01 11:21:00 +00:00
Igor Sysoev
1641196a88 update comments 2007-09-01 09:33:25 +00:00
Igor Sysoev
bad2d75e62 allow to append charset to the "Content-Type" header 2007-08-31 18:47:25 +00:00
Igor Sysoev
0ffbc71642 style fix 2007-08-31 12:13:12 +00:00
Igor Sysoev
a5babdacd6 update comment 2007-08-31 09:50:23 +00:00
Igor Sysoev
73d021789e style fix 2007-08-31 09:41:45 +00:00
Igor Sysoev
d1bdda37e0 use ev->log, because ev->data may be connection stub only 2007-08-31 09:40:38 +00:00
Igor Sysoev
305194e79b style fix 2007-08-31 09:22:53 +00:00
Igor Sysoev
b5f0c83025 fix typo 2007-08-31 06:15:50 +00:00
Igor Sysoev
8c1b31e32e destroy ngx_cycle->pool on exit 2007-08-30 18:59:44 +00:00
Igor Sysoev
8518844fba win32 ngx_is_exec() stub 2007-08-30 18:57:38 +00:00
Igor Sysoev
1c98a2c5e9 log socket number 2007-08-29 15:33:59 +00:00
Igor Sysoev
6f10471450 If-Modified-Since should be unique header line 2007-08-29 15:32:49 +00:00
Igor Sysoev
02867d3b46 add guard code 2007-08-29 11:26:42 +00:00
Igor Sysoev
f8aa43a771 fix comment 2007-08-29 07:19:22 +00:00
Igor Sysoev
fc0be99221 disable pair event on POLLREMOVE 2007-08-29 07:18:54 +00:00
Igor Sysoev
fe4494bfb4 bump version 2007-08-28 16:44:29 +00:00
Igor Sysoev
68f94670b4 release-0.6.9 tag 2007-08-28 16:22:49 +00:00
Igor Sysoev
d6767c2abc nginx-0.6.9-RELEASE 2007-08-28 16:22:48 +00:00
Igor Sysoev
2d7e880663 return 400 response 2007-08-27 20:52:40 +00:00
Igor Sysoev
73c21fbc67 do not set read->eof, ready, and error prematurely 2007-08-27 19:44:35 +00:00
Igor Sysoev
16d586c0c4 cancel dynamic weights,
it seems that may permanently set lower weight or even mark server as down
2007-08-27 16:02:43 +00:00
Igor Sysoev
3244743f4b optimize r->connection in ngx_http_finalize_request() 2007-08-27 15:53:00 +00:00
Igor Sysoev
a5af428550 cancel keep-alive and lingering close on EOF 2007-08-27 15:40:19 +00:00
Igor Sysoev
7545944a3f cancel discarding body on EOF 2007-08-27 15:38:46 +00:00
Igor Sysoev
5461cb4ad6 mark connection as not ready, this fixes endless loop introduced in r1368 2007-08-27 15:01:08 +00:00
Igor Sysoev
83a74ef59d add guard code to prevent endless loop 2007-08-24 15:58:13 +00:00
Igor Sysoev
9258af522c update ip_hash to "backup" option 2007-08-24 15:30:35 +00:00
Igor Sysoev
44c50a5b5b set current peer to use it in ngx_http_upstream_free_round_robin_peer() 2007-08-24 15:29:50 +00:00
Igor Sysoev
71f527a847 fix ip_hash on 64-bit platform 2007-08-24 15:28:06 +00:00
Igor Sysoev
d3345e465f fix trailing wildcard when two or more listen used in one server 2007-08-24 11:05:47 +00:00
Igor Sysoev
1d05fec921 add svg mime type 2007-08-21 11:05:30 +00:00
Igor Sysoev
04f030eb44 fix build on amd64 2007-08-21 11:05:11 +00:00
Igor Sysoev
3ca15678cc bump version 2007-08-20 13:10:25 +00:00
Igor Sysoev
1c110cc7c2 release-0.6.8 tag 2007-08-20 13:05:33 +00:00
Igor Sysoev
951caf5213 nginx-0.6.8-RELEASE 2007-08-20 13:05:32 +00:00
Igor Sysoev
8ad43bb779 set delay only when almost whole sendfile_max_chunk was transferred 2007-08-20 10:35:41 +00:00
Igor Sysoev
3d442cfe0f test relative nginx.conf, this is compatible with old versions
because cycle->root on this stage is not set
2007-08-20 10:05:10 +00:00
Igor Sysoev
519bb30b6c use %v for ngx_variable_value_t in ngx_sprintf(),
this fixes nginx on FreeBSD/sparc64
2007-08-20 09:57:19 +00:00
Igor Sysoev
fc62e7a845 escape " ", "%", and %00-%1F in login and password 2007-08-20 09:50:53 +00:00