| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-05-22 | fix segfault introduced in r2845 | Igor Sysoev | 1 | -1/+4 | |
| 2009-05-18 | use ngx_connection_local_sockaddr() instead of ngx_http_server_addr() | Igor Sysoev | 1 | -2/+2 | |
| 2009-05-14 | $request_body variable | Igor Sysoev | 1 | -0/+56 | |
| 2009-02-24 | fix segfault introduced in r2486 in $sent_http_location processing | Igor Sysoev | 1 | -1/+6 | |
| 2009-02-24 | small optimization: " == NGX_ERROR" > " != NGX_OK" | Igor Sysoev | 1 | -7/+4 | |
| 2009-02-24 | axe r->port_text | Igor Sysoev | 1 | -2/+35 | |
| 2009-02-21 | a prelimiary IPv6 support, HTTP listen | Igor Sysoev | 1 | -19/+55 | |
| 2009-01-30 | fix $sent_http_location for local redirects | Igor Sysoev | 1 | -0/+25 | |
| 2008-12-22 | ngx_http_arg() | Igor Sysoev | 1 | -40/+12 | |
| 2008-12-01 | $cookie_... variable did not for SSI and perl | Igor Sysoev | 1 | -1/+3 | |
| 2008-11-22 | variable value rbtree support | Igor Sysoev | 1 | -0/+84 | |
| 2008-11-12 | $cookie_... variable | Igor Sysoev | 1 | -0/+44 | |
| 2008-09-27 | $realpath_root | Igor Sysoev | 1 | -0/+60 | |
| 2008-09-15 | $pid | Igor Sysoev | 1 | -0/+26 | |
| 2008-09-05 | remove unused #include's | Igor Sysoev | 1 | -1/+0 | |
| 2008-08-21 | *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop() | Igor Sysoev | 1 | -1/+1 | |
| *) use ngx_snprintf() in ngx_inet_ntop() and ngx_sock_ntop() as they are called just once per connection *) NGX_INET_ADDRSTRLEN | |||||
| 2008-08-04 | $arg_... variable | Igor Sysoev | 1 | -0/+74 | |
| 2008-08-04 | ngx_strlow() | Igor Sysoev | 1 | -6/+2 | |
| 2008-06-17 | *) back out r2040 | Igor Sysoev | 1 | -9/+9 | |
| *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header | |||||
| 2008-05-16 | $hostname variable | Igor Sysoev | 1 | -0/+19 | |
| 2008-05-15 | *) host in request line has priority | Igor Sysoev | 1 | -18/+7 | |
| *) allow several Host headers *) validate host | |||||
| 2007-12-30 | axe useless r->server_name | Igor Sysoev | 1 | -4/+27 | |
| 2007-12-29 | use ngx_http_server_addr() | Igor Sysoev | 1 | -17/+7 | |
| 2007-10-14 | fix English grammar | Igor Sysoev | 1 | -44/+44 | |
| 2007-07-29 | --sysconfdir=DIR | Igor Sysoev | 1 | -1/+3 | |
| 2007-07-29 | $is_args | Igor Sysoev | 1 | -0/+26 | |
| 2007-07-29 | allow to set $args | Igor Sysoev | 1 | -2/+19 | |
| 2007-07-22 | $nginx_version | Igor Sysoev | 1 | -0/+20 | |
| 2007-07-17 | Sun Studio on sparc uses different bit order | Igor Sysoev | 1 | -1/+1 | |
| 2007-05-02 | fix segfault introduced in r1190 | Igor Sysoev | 1 | -3/+4 | |
| 2007-04-19 | $upstream_http_... should be uncacheable | Igor Sysoev | 1 | -0/+1 | |
| 2007-04-10 | $upstream_http_... variables | Igor Sysoev | 1 | -3/+19 | |
| 2007-03-29 | style fix | Igor Sysoev | 1 | -1/+1 | |
| 2007-02-15 | optimize $http_x_forwarded_for | Igor Sysoev | 1 | -1/+1 | |
| 2007-01-07 | ngx_http_variable_binary_remote_addr() | Igor Sysoev | 1 | -17/+23 | |
| 2007-01-07 | $binary_remote_addr | Igor Sysoev | 1 | -5/+24 | |
| 2006-12-15 | fix segfault when $host is used and | Igor Sysoev | 1 | -1/+5 | |
| *) request is "GET http://host" without CR or LF, or timed out *) request is "GET http://host" with a large blank space | |||||
| 2006-11-23 | use host part in URL | Igor Sysoev | 1 | -5/+12 | |
| 2006-10-20 | NULL is short way | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-20 | fix segfault if $server_addr failed | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-18 | downgrade gravity of getsockname() errors | Igor Sysoev | 1 | -2/+1 | |
| 2006-10-12 | remove r->root_length | Igor Sysoev | 1 | -1/+2 | |
| 2006-10-11 | variable should not be found if no request body file | Igor Sysoev | 1 | -5/+1 | |
| 2006-10-10 | $request_body_file | Igor Sysoev | 1 | -0/+30 | |
| 2006-10-05 | nonexistent $sent_http_content has value of $sent_http_content_length or so | Igor Sysoev | 1 | -1/+1 | |
| 2006-10-02 | nginx-0.4.4-RELEASErelease-0.4.4 | Igor Sysoev | 1 | -2/+2 | |
| fix msvc build failure introduced by previous commit | |||||
| 2006-10-02 | $scheme variable | Igor Sysoev | 1 | -0/+32 | |
| 2006-08-09 | nginx-0.3.57-RELEASE importrelease-0.3.57 | Igor Sysoev | 1 | -6/+27 | |
| *) Feature: the $ssl_client_serial variable. *) Bugfix: in the "!-e" operator of the "if" directive. Thanks to Andrian Budanstov. *) Bugfix: while a client certificate verification nginx did not send to a client the required certificates information. *) Bugfix: the $document_root variable did not support the variables in the "root" directive. | |||||
| 2006-07-28 | nginx-0.3.55-RELEASE importrelease-0.3.55 | Igor Sysoev | 1 | -7/+9 | |
| *) Feature: the "stub" parameter in the "include" SSI command. *) Feature: the "block" SSI command. *) Feature: the unicode2nginx script was added to contrib. *) Bugfix: if a "root" was specified by variable only, then the root was relative to a server prefix. *) Bugfix: if the request contained "//" or "/./" and escaped symbols after them, then the proxied request was sent unescaped. *) Bugfix: the $r->headers_in("Cookie") of the ngx_http_perl_module now returns all "Cookie" header lines. *) Bugfix: a segmentation fault occurred if "client_body_in_file_only on" was used and nginx switched to a next upstream. *) Bugfix: on some condition while reconfiguration character codes inside the "charset_map" may be treated invalid; the bug had appeared in 0.3.50. | |||||
| 2006-06-28 | nginx-0.3.50-RELEASE importrelease-0.3.50 | Igor Sysoev | 1 | -0/+3 | |
| *) Change: the "proxy_redirect_errors" and "fastcgi_redirect_errors" directives was renamed to the "proxy_intercept_errors" and "fastcgi_intercept_errors" directives. *) Feature: the ngx_http_charset_module supports the recoding from the single byte encodings to the UTF-8 encoding and back. *) Feature: the "X-Accel-Charset" response header line is supported in proxy and FastCGI mode. *) Bugfix: the "\" escape symbol in the "\"" and "\'" pairs in the SSI command was removed only if the command also has the "$" symbol. *) Bugfix: the "<!--" string might be added on some conditions in the SSI after inclusion. *) Bugfix: if the "Content-Length: 0" header line was in response, then in nonbuffered proxying mode the client connection was not closed. | |||||
