Igor Sysoev
|
d6548faf64
|
ssl_session_cache none
|
2008-05-26 07:14:13 +00:00 |
|
Igor Sysoev
|
7a0e5d97b6
|
remove directives deprecated in 0.3.x
|
2008-05-24 15:48:50 +00:00 |
|
Igor Sysoev
|
5cdb2ce66e
|
*) remove optimize_host_names
*) deprecate optimize_server_names: it is not needed since
server_name_in_redirect introduction
|
2008-05-24 15:43:48 +00:00 |
|
Igor Sysoev
|
7e2c4eef9c
|
move configuration phase only field to the end of structure
|
2008-05-24 14:46:46 +00:00 |
|
Igor Sysoev
|
e55988c069
|
locations tree
|
2008-05-24 14:14:13 +00:00 |
|
Igor Sysoev
|
89e0aad840
|
delete useless lines
|
2008-05-22 14:28:25 +00:00 |
|
Igor Sysoev
|
3b30476068
|
style fix
|
2008-05-22 12:09:41 +00:00 |
|
Igor Sysoev
|
61e991c70a
|
axe never used variables
|
2008-05-22 11:11:16 +00:00 |
|
Igor Sysoev
|
6d14e65056
|
split ngx_http_block() further
|
2008-05-22 11:07:08 +00:00 |
|
Igor Sysoev
|
87ac67fbd1
|
split ngx_http_block()
|
2008-05-22 09:57:47 +00:00 |
|
Igor Sysoev
|
f3be0b33c2
|
delete outdated debug logging that only causes segfault if enabled
|
2008-05-22 07:10:36 +00:00 |
|
Igor Sysoev
|
cdd4354b49
|
style fix
|
2008-05-21 17:39:51 +00:00 |
|
Igor Sysoev
|
f9d923e5fe
|
bump version
|
2008-05-19 10:45:57 +00:00 |
|
Igor Sysoev
|
48242f4b08
|
avoid recursive loop
|
2008-05-19 10:24:22 +00:00 |
|
Igor Sysoev
|
f1e58930c8
|
expires modified
|
2008-05-16 15:18:50 +00:00 |
|
Igor Sysoev
|
69988d1162
|
$uid_got and $uid_set may used at any time
|
2008-05-16 15:03:37 +00:00 |
|
Igor Sysoev
|
3be5257a4f
|
$hostname variable
|
2008-05-16 14:39:06 +00:00 |
|
Igor Sysoev
|
5f3521cf4f
|
escape 0x00-0x1f, ", and \ in access log variables
|
2008-05-15 15:09:39 +00:00 |
|
Igor Sysoev
|
5fd0931a61
|
*) host in request line has priority
*) allow several Host headers
*) validate host
|
2008-05-15 14:44:47 +00:00 |
|
Igor Sysoev
|
433608c180
|
style fix: remove tabs and trailing spaces
|
2008-05-14 07:54:52 +00:00 |
|
Igor Sysoev
|
7a06fbdcca
|
small fixes
|
2008-05-13 09:47:52 +00:00 |
|
Igor Sysoev
|
bc5fb294af
|
test user agent in header callback
|
2008-05-13 09:18:58 +00:00 |
|
Igor Sysoev
|
c11582a983
|
bump version
|
2008-05-12 10:08:28 +00:00 |
|
Igor Sysoev
|
ca1bed390d
|
fix error introduced in r1273 and r1275:
nginx did not process FastCGI response if header was at end of FastCGI record
|
2008-05-08 09:53:22 +00:00 |
|
Igor Sysoev
|
1cd3b0c3db
|
bump version
|
2008-04-29 12:44:47 +00:00 |
|
Igor Sysoev
|
615fe7f4be
|
args support in static error_page
|
2008-04-29 10:06:43 +00:00 |
|
Igor Sysoev
|
175d9a277e
|
reset looked at match
|
2008-04-29 06:15:56 +00:00 |
|
Igor Sysoev
|
439e288a1b
|
fix memory leak when ssl_verify_client is on
|
2008-04-23 18:57:25 +00:00 |
|
Igor Sysoev
|
6a2ea3f544
|
small fix
|
2008-04-17 14:32:11 +00:00 |
|
Igor Sysoev
|
523e09ee1a
|
fix segfault
|
2008-04-11 09:15:07 +00:00 |
|
Igor Sysoev
|
b8a71b6c1b
|
comment Gauss' formula
|
2008-04-10 09:37:12 +00:00 |
|
Igor Sysoev
|
f576f0d2bc
|
quick resolving handles u->resolved->ctx by itself
|
2008-04-09 14:20:17 +00:00 |
|
Igor Sysoev
|
a4ec6869fc
|
fix peer sendfile capability
|
2008-04-04 12:07:13 +00:00 |
|
Igor Sysoev
|
f1c8f4471a
|
update previous commit
|
2008-03-24 17:17:17 +00:00 |
|
Igor Sysoev
|
de8ec1efc8
|
use ngx_int_t in ngx_sort() callback
|
2008-03-24 13:04:02 +00:00 |
|
Igor Sysoev
|
51e966cedc
|
bump version
|
2008-03-18 14:51:09 +00:00 |
|
Igor Sysoev
|
9ff26ce124
|
use ngx_ext_rename_file() in proxy/fastcgi_store
|
2008-03-17 13:07:35 +00:00 |
|
Igor Sysoev
|
37cc29a405
|
some perl builds require my_perl for PERL_SYS_TERM()
|
2008-03-17 08:58:07 +00:00 |
|
Igor Sysoev
|
d8623fc535
|
fastcgi params debug logging
|
2008-03-16 18:03:10 +00:00 |
|
Igor Sysoev
|
430db103f6
|
speed up ngx_http_charset_recode() for 25%: google-perftools reported
that CPU usage of charset body filter has decreased from 7.5% to 5.5%
if gzipping is disabled
|
2008-03-16 16:52:15 +00:00 |
|
Igor Sysoev
|
70d0961658
|
test the more likely case first
|
2008-03-16 16:47:16 +00:00 |
|
Igor Sysoev
|
8c8a6e5f2f
|
use the more correct mask
|
2008-03-16 13:29:49 +00:00 |
|
Igor Sysoev
|
a616ef77e2
|
style fix
|
2008-03-14 12:31:20 +00:00 |
|
Igor Sysoev
|
cbed526049
|
fix building on 64-bit platforms broken in r1900
|
2008-03-13 15:48:36 +00:00 |
|
Igor Sysoev
|
8227959668
|
bump version
|
2008-03-13 06:39:00 +00:00 |
|
Igor Sysoev
|
8ce6b25201
|
bump version
|
2008-03-12 13:37:29 +00:00 |
|
Igor Sysoev
|
2061259612
|
non cacheable $proxy_host and $proxy_port
|
2008-03-11 14:10:11 +00:00 |
|
Igor Sysoev
|
472233d0a3
|
invalidate SSL session if there is no valid client certificate
|
2008-03-10 14:47:07 +00:00 |
|
Igor Sysoev
|
fb14092fdc
|
fix large memory allocation in "error_page 495-497 /uri"
|
2008-03-10 14:45:41 +00:00 |
|
Igor Sysoev
|
15a20079a5
|
do not change method while error redirection to named location
|
2008-03-10 14:36:42 +00:00 |
|