Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-19Configure: fixed PCRE requirement check by ngx_http_rewrite_module.Samuel Martin
The http_rewrite module cannot be selected when http is disabled. Fixed the PCRE check condition to avoid irrelevant check failure. This is a regression from 4d874b4d82ed. Signed-off-by: Samuel Martin <s.martin49@gmail.com>
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin
This reduces the number of moving parts in ABI compatibility checks. Additionally, it also allows to use OpenSSL in FIPS mode while still using md5 for non-security tasks.
2016-02-26Dynamic modules: perl.Ruslan Ermilov
2016-02-04Dynamic modules.Maxim Dounin
The auto/module script is extended to understand ngx_module_link=DYNAMIC. When set, it links the module as a shared object rather than statically into nginx binary. The module can later be loaded using the "load_module" directive. New auto/module parameter ngx_module_order allows to define module loading order in complex cases. By default the order is set based on ngx_module_type. 3rd party modules can be compiled dynamically using the --add-dynamic-module configure option, which will preset ngx_module_link to "DYNAMIC" before calling the module config script. Win32 support is rudimentary, and only works when using MinGW gcc (which is able to handle exports/imports automatically). In collaboration with Ruslan Ermilov.
2012-01-18Copyright updated.Maxim Konovalov
2011-05-16"$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic moduleIgor Sysoev
patch by Maxim Dounin
2011-04-15an internal MD5 implemenationIgor Sysoev
patch by Maxim Dounin
2009-11-25libatomic_ops supportIgor Sysoev
2009-07-20ngx_http_geoip_moduleIgor Sysoev
2009-05-26stop ./configure at once on library failureIgor Sysoev
2009-05-26use md5/sha1 in OpenSSL only if OpenSSL is usedIgor Sysoev
2009-05-01ngx_http_image_filter_moduleIgor Sysoev
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev
2008-05-16simplify library autoconfigureIgor Sysoev
2008-03-18ngx_google_perftools_moduleIgor Sysoev
2006-05-29nginx-0.3.48-RELEASE importrelease-0.3.48Igor Sysoev
*) Change: now the ngx_http_charset_module works for subrequests, if the response has no "Content-Type" header line. *) Bugfix: if the "proxy_pass" directive has no URI part, then the "proxy_redirect default" directive add the unnecessary slash in start of the rewritten redirect. *) Bugfix: the internal redirect always transform client's HTTP method to GET, now the transformation is made for the "X-Accel-Redirect" redirects only and if the method is not HEAD; the bug had appeared in 0.3.42. *) Bugfix: the ngx_http_perl_module could not be built, if the perl was built with the threads support; the bug had appeared in 0.3.46.
2006-01-16nginx-0.3.21-RELEASE importrelease-0.3.21Igor Sysoev
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
2005-01-19nginx-0.1.15-RELEASE importrelease-0.1.15Igor Sysoev
*) Bugfix: the error while the connecting to the FastCGI server caused segmentation fault. *) Bugfix: the correct handling of the regular expression, that has different number of the captures and substitutions. *) Feature: the location, that is passed to the FastCGI server, can be regular expression. *) Bugfix: the FastCGI's parameter REQUEST_URI is now passed with the arguments and in the original state. *) Bugfix: the ngx_http_rewrite_module module was required to be built to use the regular expressions in locations. *) Bugfix: the directive "proxy_preserve_host on" adds port 80 to the "Host" headers, if upstream listen on port 80; the bug had appeared in 0.1.14. *) Bugfix: the same paths in autoconfiguration parameters --http-client-body-temp-path=PATH and --http-proxy-temp-path=PATH, or --http-client-body-temp-path=PATH and --http-fastcgi-temp-path=PATH caused segmentation fault.
2004-12-21nginx-0.1.13-RELEASE importrelease-0.1.13Igor Sysoev
*) Feature: the server_names_hash and server_names_hash_threshold directives. *) Bugfix: the *.domain.tld names in the "server_name" directive did not work. *) Bugfix: the %request_length log parameter logged the incorrect length.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev
2004-07-25nginx-0.0.7-2004-07-25-22:34:14 importIgor Sysoev
2004-03-12nginx-0.0.2-2004-03-12-00:34:52 importIgor Sysoev
2004-02-09nginx-0.0.2-2004-02-09-23:47:18 importIgor Sysoev
2003-12-19nginx-0.0.1-2003-12-19-11:15:11 importIgor Sysoev
2003-12-14nginx-0.0.1-2003-12-14-23:10:27 importIgor Sysoev