Commit graph

1755 commits

Author SHA1 Message Date
Igor Sysoev
0c190514c6 log 503 error reason 2008-12-08 14:12:29 +00:00
Igor Sysoev
8d6a2ade43 test duplicate limit_conn 2008-12-08 14:08:44 +00:00
Igor Sysoev
63b40c7f68 skip protected symlinks in autoindex 2008-12-08 14:05:21 +00:00
Igor Sysoev
c7c815200b allow POST without Content-Length 2008-12-08 14:04:31 +00:00
Igor Sysoev
b60c788cd7 fix comment 2008-12-02 16:50:56 +00:00
Igor Sysoev
d2a86ccd09 fix "delete CIDR" 2008-12-02 15:02:36 +00:00
Igor Sysoev
c0fe90885e bump version 2008-12-02 14:59:14 +00:00
Igor Sysoev
383884aa85 if_modified_since 2008-12-01 14:22:51 +00:00
Igor Sysoev
12657ffe6f read and process upstream header in cycle,
this fixes the case when local FastCGI server sends many warnings in stderr
2008-12-01 14:08:00 +00:00
Igor Sysoev
ce6e845715 $cookie_... variable did not for SSI and perl 2008-12-01 13:59:35 +00:00
Igor Sysoev
8013eba125 create empty radix tree for "geo $geo { }" case 2008-11-28 17:22:35 +00:00
Igor Sysoev
80563412b8 bump version 2008-11-28 17:22:06 +00:00
Igor Sysoev
f2c7d8e0f8 *) descrease geo configuration memory usage
*) geo delete
*) geo ranges
2008-11-25 15:59:06 +00:00
Igor Sysoev
ad88b84e35 allocate cf->conf_file and cf->conf_file->buffer on stack 2008-11-25 15:55:10 +00:00
Igor Sysoev
4a47126295 fix segfault on close error 2008-11-25 14:45:44 +00:00
Igor Sysoev
00b187ec16 ngx_reset_pool() 2008-11-25 14:25:20 +00:00
Igor Sysoev
c5d64f7af9 *) increase ngx_conf_log_error() buffer
*) always log an error code
2008-11-25 13:00:53 +00:00
Igor Sysoev
6e282a8ddd ngx_strerror_r() style and size == 0 bug fix 2008-11-25 11:26:32 +00:00
Igor Sysoev
c3c89d5d45 use value rbtree instead of array in geo configuration 2008-11-22 20:42:51 +00:00
Igor Sysoev
997b3dbc72 variable value rbtree support 2008-11-22 20:42:01 +00:00
Igor Sysoev
60a1004e28 bump version 2008-11-22 20:38:45 +00:00
Igor Sysoev
79001f998d allow directio on XFS 2008-11-20 16:21:39 +00:00
Igor Sysoev
760972dc88 low some SSL handshake errors level 2008-11-18 16:05:00 +00:00
Igor Sysoev
1a70105b21 fix compression pointer for big (>255) DNS responses 2008-11-17 08:04:41 +00:00
Igor Sysoev
08d310387d use integer instead of float 2008-11-14 13:25:44 +00:00
Igor Sysoev
896dcfa400 change rate to an excess 2008-11-14 11:32:03 +00:00
Igor Sysoev
64ef84df90 do not close session if SMTP backend returned an error on RCPT TO
patch by Maxim Dounin
2008-11-13 14:20:54 +00:00
Igor Sysoev
6035577742 remove unused field 2008-11-13 13:30:34 +00:00
Igor Sysoev
91e1deb99d smtp_auth none
patch by Maxim Dounin
2008-11-13 13:25:34 +00:00
Igor Sysoev
8fcf6bbce6 memcached response was stored in variable with END 2008-11-12 21:01:01 +00:00
Igor Sysoev
dbea16d385 $cookie_... variable 2008-11-12 11:12:02 +00:00
Igor Sysoev
daef2021e4 bump version 2008-11-12 10:48:27 +00:00
Igor Sysoev
80eb85f4be the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 only 2008-11-11 19:44:30 +00:00
Igor Sysoev
96dfdc49a6 compatibility with glibc 2.3, warn_unused_result attribute for write() 2008-11-11 16:17:45 +00:00
Igor Sysoev
dfaf3823d7 style fix: remove trailing spaces 2008-11-11 16:04:05 +00:00
Igor Sysoev
5dd3ec54de *) correct leaky bucket implementation
*) now burst is not per second
*) remove delay= parameter
*) add nodelay parameter
2008-11-11 15:38:16 +00:00
Igor Sysoev
fea52523b7 exslt support 2008-11-11 15:22:24 +00:00
Igor Sysoev
0bcb5c5e59 bump version 2008-11-10 18:34:24 +00:00
Igor Sysoev
cd0e6e18e1 fix r2067 2008-11-10 15:25:11 +00:00
Igor Sysoev
539cd0dad6 ngx_http_limit_req_module 2008-11-10 15:22:33 +00:00
Igor Sysoev
6df4eaaf88 %f format 2008-11-10 15:20:59 +00:00
Igor Sysoev
644029fa74 fix the previous commit 2008-11-06 19:54:54 +00:00
Igor Sysoev
08743f897c *) split ngx_http_gzip_body_filter()
*) send gzheader together with the filter's first output
2008-11-06 19:13:47 +00:00
Igor Sysoev
bfb4833f35 change int to size_t 2008-11-06 19:11:19 +00:00
Igor Sysoev
476eddc439 align first allocation from additional pool block, this fixes bus error on sun4v 2008-11-06 16:14:24 +00:00
Igor Sysoev
2959de23f8 do not pass gzheader separately as due to the previous commit
we do not use ctx->busy as flush condition
2008-11-05 16:27:45 +00:00
Igor Sysoev
1894b45be8 use nomem flag to flush busy bufs,
thus gzip filter does not depend on NGX_AGAIN return code
2008-11-05 15:46:41 +00:00
Igor Sysoev
ebf25e6fa4 fix r1913 2008-10-30 15:59:10 +00:00
Igor Sysoev
39c8f46741 fix case proxy_pass URL is evaluted to http://host?args 2008-10-24 19:34:24 +00:00
Igor Sysoev
f8ec8752a6 fix case when URL has no port, but has ":" in URI part,
the bug has been introduced in r2204
2008-10-24 15:12:11 +00:00