]> git.kaiwu.me - nginx.git/log
nginx.git
17 years agongx_http_limit_req_module
Igor Sysoev [Mon, 10 Nov 2008 15:22:33 +0000 (15:22 +0000)]
ngx_http_limit_req_module

17 years ago%f format
Igor Sysoev [Mon, 10 Nov 2008 15:20:59 +0000 (15:20 +0000)]
%f format

17 years agofix the previous commit
Igor Sysoev [Thu, 6 Nov 2008 19:54:54 +0000 (19:54 +0000)]
fix the previous commit

17 years ago*) split ngx_http_gzip_body_filter()
Igor Sysoev [Thu, 6 Nov 2008 19:13:47 +0000 (19:13 +0000)]
*) split ngx_http_gzip_body_filter()
*) send gzheader together with the filter's first output

17 years agochange int to size_t
Igor Sysoev [Thu, 6 Nov 2008 19:11:19 +0000 (19:11 +0000)]
change int to size_t

17 years agoalign first allocation from additional pool block, this fixes bus error on sun4v
Igor Sysoev [Thu, 6 Nov 2008 16:14:24 +0000 (16:14 +0000)]
align first allocation from additional pool block, this fixes bus error on sun4v

17 years agodo not pass gzheader separately as due to the previous commit
Igor Sysoev [Wed, 5 Nov 2008 16:27:45 +0000 (16:27 +0000)]
do not pass gzheader separately as due to the previous commit
we do not use ctx->busy as flush condition

17 years agouse nomem flag to flush busy bufs,
Igor Sysoev [Wed, 5 Nov 2008 15:46:41 +0000 (15:46 +0000)]
use nomem flag to flush busy bufs,
thus gzip filter does not depend on NGX_AGAIN return code

17 years agoadd double quotes around $request
Igor Sysoev [Wed, 5 Nov 2008 13:26:04 +0000 (13:26 +0000)]
add double quotes around $request

17 years agofix r1913
Igor Sysoev [Thu, 30 Oct 2008 15:59:10 +0000 (15:59 +0000)]
fix r1913

17 years agofix case proxy_pass URL is evaluted to http://host?args
Igor Sysoev [Fri, 24 Oct 2008 19:34:24 +0000 (19:34 +0000)]
fix case proxy_pass URL is evaluted to http://host?args

17 years agofix case when URL has no port, but has ":" in URI part,
Igor Sysoev [Fri, 24 Oct 2008 15:12:11 +0000 (15:12 +0000)]
fix case when URL has no port, but has ":" in URI part,
the bug has been introduced in r2204

17 years agoshow name for a FORMERR DNS response
Igor Sysoev [Fri, 24 Oct 2008 14:38:09 +0000 (14:38 +0000)]
show name for a FORMERR DNS response

17 years agoFORMERR DNS response may be equal to mininal query size
Igor Sysoev [Fri, 24 Oct 2008 14:34:10 +0000 (14:34 +0000)]
FORMERR DNS response may be equal to mininal query size

17 years agoalways use buffer, if connection is buffered,
Igor Sysoev [Thu, 23 Oct 2008 05:58:10 +0000 (05:58 +0000)]
always use buffer, if connection is buffered,
this fixes OpenSSL "bad write retry" error, when
*) nginx passed a single buf greater than our buffer (say 32K) to OpenSSL,
*) OpenSSL returns SSL_ERROR_WANT_WRITE,
*) after some time nginx has to send a new data,
*) so there are at least two bufs nginx does pass them directly to OpenSSL,
*) but copies the first buf part to buffer, and sends the buffer to OpenSSL.
*) because the data length is lesser than it was in previous SSL_write():
   16K < 32K, OpenSSL returns SSL_R_BAD_WRITE_RETRY.

17 years agoallow short secure links
Igor Sysoev [Tue, 21 Oct 2008 12:33:23 +0000 (12:33 +0000)]
allow short secure links

17 years agofix server_addr value known from configuration, bug introduced in r2199
Igor Sysoev [Fri, 17 Oct 2008 12:36:48 +0000 (12:36 +0000)]
fix server_addr value known from configuration, bug introduced in r2199

17 years agoNGX_OPEN_FILE_DIRECTIO_OFF
Igor Sysoev [Thu, 16 Oct 2008 13:31:00 +0000 (13:31 +0000)]
NGX_OPEN_FILE_DIRECTIO_OFF

17 years agobump version
Igor Sysoev [Thu, 16 Oct 2008 13:20:47 +0000 (13:20 +0000)]
bump version

17 years agorelease-0.7.19 tag
Igor Sysoev [Mon, 13 Oct 2008 15:16:12 +0000 (15:16 +0000)]
release-0.7.19 tag

17 years agonginx-0.7.19-RELEASE release-0.7.19
Igor Sysoev [Mon, 13 Oct 2008 15:16:11 +0000 (15:16 +0000)]
nginx-0.7.19-RELEASE

17 years agobump version
Igor Sysoev [Mon, 13 Oct 2008 13:23:18 +0000 (13:23 +0000)]
bump version

17 years agorelease-0.7.18 tag
Igor Sysoev [Mon, 13 Oct 2008 13:18:29 +0000 (13:18 +0000)]
release-0.7.18 tag

17 years agonginx-0.7.18-RELEASE release-0.7.18
Igor Sysoev [Mon, 13 Oct 2008 13:18:28 +0000 (13:18 +0000)]
nginx-0.7.18-RELEASE

17 years agodo not set "Transfer-Encoding: chunked" for HEAD requests
Igor Sysoev [Thu, 2 Oct 2008 15:40:01 +0000 (15:40 +0000)]
do not set "Transfer-Encoding: chunked" for HEAD requests

17 years agofix r2122:
Igor Sysoev [Thu, 2 Oct 2008 15:38:26 +0000 (15:38 +0000)]
fix r2122:
*) update file buf pointers,
*) avoid "zero buf" alert

17 years ago*) ngx_http_upstream_test_next()
Igor Sysoev [Tue, 30 Sep 2008 15:39:02 +0000 (15:39 +0000)]
*) ngx_http_upstream_test_next()
*) add proxy_next_upstream http_502 and http_504
*) fix http_503

17 years agongx_http_upstream_intercept_errors()
Igor Sysoev [Tue, 30 Sep 2008 14:57:09 +0000 (14:57 +0000)]
ngx_http_upstream_intercept_errors()

17 years agoback out $random_index variable
Igor Sysoev [Tue, 30 Sep 2008 13:17:14 +0000 (13:17 +0000)]
back out $random_index variable

17 years agorefactor log_subrequest
Igor Sysoev [Mon, 29 Sep 2008 13:18:41 +0000 (13:18 +0000)]
refactor log_subrequest

17 years agoupdate log_subrequest
Igor Sysoev [Mon, 29 Sep 2008 07:12:04 +0000 (07:12 +0000)]
update log_subrequest

17 years agodisable $realpath_root variable in a "root" directive
Igor Sysoev [Mon, 29 Sep 2008 04:47:22 +0000 (04:47 +0000)]
disable $realpath_root variable in a "root" directive

17 years agofix the previous commit
Igor Sysoev [Mon, 29 Sep 2008 04:46:21 +0000 (04:46 +0000)]
fix the previous commit

17 years ago*) log_subrequest
Igor Sysoev [Sat, 27 Sep 2008 15:08:02 +0000 (15:08 +0000)]
*) log_subrequest
*) flush variables in access log

17 years agongx_http_secure_link_module
Igor Sysoev [Sat, 27 Sep 2008 13:22:10 +0000 (13:22 +0000)]
ngx_http_secure_link_module

17 years ago$realpath_root
Igor Sysoev [Sat, 27 Sep 2008 11:53:41 +0000 (11:53 +0000)]
$realpath_root

17 years ago$random_index variable
Igor Sysoev [Sat, 27 Sep 2008 11:48:28 +0000 (11:48 +0000)]
$random_index variable

17 years agoreal_ip_header supports any header
Igor Sysoev [Thu, 25 Sep 2008 19:51:56 +0000 (19:51 +0000)]
real_ip_header supports any header

17 years agounderscores_in_headers
Igor Sysoev [Wed, 24 Sep 2008 14:02:50 +0000 (14:02 +0000)]
underscores_in_headers

17 years agodynamic accept threshold
Igor Sysoev [Fri, 19 Sep 2008 12:47:13 +0000 (12:47 +0000)]
dynamic accept threshold

17 years agofix grammar
Igor Sysoev [Wed, 17 Sep 2008 08:03:58 +0000 (08:03 +0000)]
fix grammar

17 years agobump version
Igor Sysoev [Mon, 15 Sep 2008 17:10:23 +0000 (17:10 +0000)]
bump version

17 years agorelease-0.7.17 tag
Igor Sysoev [Mon, 15 Sep 2008 16:59:31 +0000 (16:59 +0000)]
release-0.7.17 tag

17 years agonginx-0.7.17-RELEASE release-0.7.17
Igor Sysoev [Mon, 15 Sep 2008 16:59:30 +0000 (16:59 +0000)]
nginx-0.7.17-RELEASE

17 years agoset request handlers, this fixes complex proxied 400 handler with SSI includes
Igor Sysoev [Mon, 15 Sep 2008 16:44:37 +0000 (16:44 +0000)]
set request handlers, this fixes complex proxied 400 handler with SSI includes

17 years ago$pid
Igor Sysoev [Mon, 15 Sep 2008 16:41:08 +0000 (16:41 +0000)]
$pid

17 years agodisable directio for unaligned reads in Linux
Igor Sysoev [Fri, 12 Sep 2008 13:50:12 +0000 (13:50 +0000)]
disable directio for unaligned reads in Linux

17 years agodisable directio for access_log with variables
Igor Sysoev [Fri, 12 Sep 2008 13:44:10 +0000 (13:44 +0000)]
disable directio for access_log with variables

17 years agocache directio flag in open file cache
Igor Sysoev [Fri, 12 Sep 2008 13:39:51 +0000 (13:39 +0000)]
cache directio flag in open file cache

17 years agoadd filename to the log message
Igor Sysoev [Thu, 11 Sep 2008 15:52:11 +0000 (15:52 +0000)]
add filename to the log message

17 years agostrip charset name quotes
Igor Sysoev [Tue, 9 Sep 2008 11:58:45 +0000 (11:58 +0000)]
strip charset name quotes

17 years agobump version
Igor Sysoev [Mon, 8 Sep 2008 09:49:22 +0000 (09:49 +0000)]
bump version

17 years agorelease-0.7.16 tag
Igor Sysoev [Mon, 8 Sep 2008 09:42:42 +0000 (09:42 +0000)]
release-0.7.16 tag

17 years agonginx-0.7.16-RELEASE release-0.7.16
Igor Sysoev [Mon, 8 Sep 2008 09:42:41 +0000 (09:42 +0000)]
nginx-0.7.16-RELEASE

17 years agofix building on 64-bit platforms, introduced in r2232
Igor Sysoev [Mon, 8 Sep 2008 09:33:37 +0000 (09:33 +0000)]
fix building on 64-bit platforms, introduced in r2232

17 years agobump version
Igor Sysoev [Mon, 8 Sep 2008 08:47:00 +0000 (08:47 +0000)]
bump version

17 years agorelease-0.7.15 tag
Igor Sysoev [Mon, 8 Sep 2008 08:36:23 +0000 (08:36 +0000)]
release-0.7.15 tag

17 years agonginx-0.7.15-RELEASE release-0.7.15
Igor Sysoev [Mon, 8 Sep 2008 08:36:22 +0000 (08:36 +0000)]
nginx-0.7.15-RELEASE

17 years agoallow underscores in client request header lines
Igor Sysoev [Mon, 8 Sep 2008 08:26:42 +0000 (08:26 +0000)]
allow underscores in client request header lines

17 years agongx_http_random_index_module
Igor Sysoev [Fri, 5 Sep 2008 15:45:55 +0000 (15:45 +0000)]
ngx_http_random_index_module

17 years ago*) autoconfigure struct dirent capabilities
Igor Sysoev [Fri, 5 Sep 2008 15:43:34 +0000 (15:43 +0000)]
*) autoconfigure struct dirent capabilities
*) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and
   delete src/os/.../ngx_types.h

17 years agoremove unused #include's
Igor Sysoev [Fri, 5 Sep 2008 15:25:47 +0000 (15:25 +0000)]
remove unused #include's

17 years agostyle fix
Igor Sysoev [Fri, 5 Sep 2008 14:53:17 +0000 (14:53 +0000)]
style fix

17 years ago*) handle unaligned file part for directio
Igor Sysoev [Fri, 5 Sep 2008 14:48:47 +0000 (14:48 +0000)]
*) handle unaligned file part for directio
*) disable sendfile in directio mode

17 years agosplit ngx_output_chain()
Igor Sysoev [Wed, 3 Sep 2008 10:01:29 +0000 (10:01 +0000)]
split ngx_output_chain()

17 years agobump version
Igor Sysoev [Mon, 1 Sep 2008 15:44:57 +0000 (15:44 +0000)]
bump version

17 years agorelease-0.7.14 tag
Igor Sysoev [Mon, 1 Sep 2008 15:31:57 +0000 (15:31 +0000)]
release-0.7.14 tag

17 years agonginx-0.7.14-RELEASE release-0.7.14
Igor Sysoev [Mon, 1 Sep 2008 15:31:56 +0000 (15:31 +0000)]
nginx-0.7.14-RELEASE

17 years agofix building by msvc introduced in r2223
Igor Sysoev [Mon, 1 Sep 2008 15:17:54 +0000 (15:17 +0000)]
fix building by msvc introduced in r2223

17 years agoescape a query string characters taken from URI while rewrite
Igor Sysoev [Mon, 1 Sep 2008 14:43:38 +0000 (14:43 +0000)]
escape a query string characters taken from URI while rewrite

17 years ago*) listen ssl
Igor Sysoev [Mon, 1 Sep 2008 14:19:01 +0000 (14:19 +0000)]
*) listen ssl
*) no default ssl_cetificate and ssl_cetificate_key

17 years agostyle fix: remove tabs and trailing spaces
Igor Sysoev [Mon, 1 Sep 2008 14:05:20 +0000 (14:05 +0000)]
style fix: remove tabs and trailing spaces

17 years agotest conf file size, this fixes OpenBSD's "nginx -c /tmp/" bug
Igor Sysoev [Mon, 1 Sep 2008 13:59:11 +0000 (13:59 +0000)]
test conf file size, this fixes OpenBSD's "nginx -c /tmp/" bug

17 years agouse ngx_pmemalign() to allocate radix pages
Igor Sysoev [Mon, 1 Sep 2008 13:52:55 +0000 (13:52 +0000)]
use ngx_pmemalign() to allocate radix pages

17 years agongx_timezone_update()
Igor Sysoev [Sat, 30 Aug 2008 19:52:07 +0000 (19:52 +0000)]
ngx_timezone_update()

17 years agoset listen configuration to default server,
Igor Sysoev [Fri, 29 Aug 2008 13:43:38 +0000 (13:43 +0000)]
set listen configuration to default server,
this fixes the case, when default server is not the first one

17 years agoremove unused debug log
Igor Sysoev [Wed, 27 Aug 2008 13:26:35 +0000 (13:26 +0000)]
remove unused debug log

17 years agoquoted too long parameter error
Igor Sysoev [Wed, 27 Aug 2008 12:19:07 +0000 (12:19 +0000)]
quoted too long parameter error

17 years agotoo long parameter error
Igor Sysoev [Tue, 26 Aug 2008 21:10:20 +0000 (21:10 +0000)]
too long parameter error

17 years agoremove never used macro
Igor Sysoev [Tue, 26 Aug 2008 21:05:59 +0000 (21:05 +0000)]
remove never used macro

17 years agofix types
Igor Sysoev [Tue, 26 Aug 2008 21:04:06 +0000 (21:04 +0000)]
fix types

17 years agobump version
Igor Sysoev [Tue, 26 Aug 2008 17:23:27 +0000 (17:23 +0000)]
bump version

17 years agorelease-0.7.13 tag
Igor Sysoev [Tue, 26 Aug 2008 17:19:08 +0000 (17:19 +0000)]
release-0.7.13 tag

17 years agonginx-0.7.13-RELEASE release-0.7.13
Igor Sysoev [Tue, 26 Aug 2008 17:19:07 +0000 (17:19 +0000)]
nginx-0.7.13-RELEASE

17 years agofix build on Linux and Solaris introduced in r2200
Igor Sysoev [Tue, 26 Aug 2008 17:15:11 +0000 (17:15 +0000)]
fix build on Linux and Solaris introduced in r2200

17 years agobump version
Igor Sysoev [Tue, 26 Aug 2008 16:23:14 +0000 (16:23 +0000)]
bump version

17 years agorelease-0.7.12 tag
Igor Sysoev [Tue, 26 Aug 2008 16:13:44 +0000 (16:13 +0000)]
release-0.7.12 tag

17 years agonginx-0.7.12-RELEASE release-0.7.12
Igor Sysoev [Tue, 26 Aug 2008 16:13:43 +0000 (16:13 +0000)]
nginx-0.7.12-RELEASE

17 years agofix bugs introduced in r2204
Igor Sysoev [Tue, 26 Aug 2008 16:11:30 +0000 (16:11 +0000)]
fix bugs introduced in r2204

17 years agogzip_disable msie6
Igor Sysoev [Tue, 26 Aug 2008 15:09:28 +0000 (15:09 +0000)]
gzip_disable msie6

17 years agofix divide by zero if max_fails=0
Igor Sysoev [Tue, 26 Aug 2008 14:34:16 +0000 (14:34 +0000)]
fix divide by zero if max_fails=0

17 years ago*) refactor ngx_parse_inet_url()
Igor Sysoev [Tue, 26 Aug 2008 14:24:14 +0000 (14:24 +0000)]
*) refactor ngx_parse_inet_url()
*) refactor ngx_parse_unix_domain_url()
*) delete unused ngx_url_t fields

17 years ago*) refactor ngx_ptocidr()
Igor Sysoev [Tue, 26 Aug 2008 14:19:37 +0000 (14:19 +0000)]
*) refactor ngx_ptocidr()
*) allow address without bitmask
*) thus now ngx_http_geo_module accepts addresses without bitmask

17 years agongx_strlchr()
Igor Sysoev [Tue, 26 Aug 2008 14:16:36 +0000 (14:16 +0000)]
ngx_strlchr()

17 years agosplit ngx_parse_url()
Igor Sysoev [Fri, 22 Aug 2008 13:36:56 +0000 (13:36 +0000)]
split ngx_parse_url()

17 years agofix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH
Igor Sysoev [Fri, 22 Aug 2008 12:54:32 +0000 (12:54 +0000)]
fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH

17 years agongx_sock_ntop() takes family from sockaddr, remove duplicate field
Igor Sysoev [Thu, 21 Aug 2008 19:24:07 +0000 (19:24 +0000)]
ngx_sock_ntop() takes family from sockaddr, remove duplicate field

17 years ago*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
Igor Sysoev [Thu, 21 Aug 2008 18:47:23 +0000 (18:47 +0000)]
*) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
*) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop()
   as they are called just once per connection
*) NGX_INET_ADDRSTRLEN

17 years agocall ngx_http_xslt_filter_exit()
Igor Sysoev [Thu, 21 Aug 2008 18:21:40 +0000 (18:21 +0000)]
call ngx_http_xslt_filter_exit()

17 years agoserver_name "" support
Igor Sysoev [Thu, 21 Aug 2008 12:56:10 +0000 (12:56 +0000)]
server_name "" support