summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.1.15-RELEASErelease-1.1.15Maxim Dounin2012-02-151-0/+103
* Disable symlinks: fixed edge cases of path handling.Maxim Dounin2012-02-151-14/+60
* Disable symlinks: cleanup error handling.Maxim Dounin2012-02-151-41/+70
* Support for disable_symlinks in various modules.Andrey Belov2012-02-138-2/+64
* Added disable_symlinks directive.Andrey Belov2012-02-135-24/+294
* Changed ngx_open_and_stat_file() to use ngx_str_t.Andrey Belov2012-02-131-19/+20
* Added openat()/fstatat().Andrey Belov2012-02-133-0/+38
* Time parsing cleanup.Maxim Dounin2012-02-1311-48/+22
* Fixed build with embedded perl and --with-openssl.Maxim Dounin2012-02-132-1/+6
* Core: protection from cycles with named locations and post_action.Maxim Dounin2012-02-132-0/+14
* Core: protection from subrequest loops.Maxim Dounin2012-02-132-1/+1
* Variables: honor no_cacheable for not_found variables.Maxim Dounin2012-02-131-1/+1
* Fix for proxy_store leaving temporary files for subrequests.Maxim Dounin2012-02-131-18/+15
* Gzip filter: handling of empty flush buffers.Maxim Dounin2012-02-131-4/+18
* Removed r->cache/r->cached dependencies in range filter.Maxim Dounin2012-02-131-20/+6
* Proxy: added the "proxy_cookie_path" directive.Valentin Bartenev2012-02-131-4/+127
* Proxy: added the "proxy_cookie_domain" directive.Valentin Bartenev2012-02-131-0/+202
* Upstream: added callback hook for the "Set-Cookie" header.Valentin Bartenev2012-02-132-1/+26
* Proxy: generic regex related code from the "proxy_redirect" directive movedValentin Bartenev2012-02-131-23/+47
* Proxy: generic rewrite code from the "proxy_redirect" handlers moved to aValentin Bartenev2012-02-131-44/+52
* Proxy: renamed some "proxy_redirect" related declarations to a more general andValentin Bartenev2012-02-131-45/+45
* Upstream: fixed "too big header" check.Maxim Dounin2012-02-101-1/+1
* Added ngx_ncpu detection for most *nix platforms.Valentin Bartenev2012-02-102-0/+16
* Limit conn: returned to the old behavior of using the first actual limit onValentin Bartenev2012-02-101-2/+2
* Fixed module name in comment. It was forgotten in r4281.Valentin Bartenev2012-02-101-1/+1
* Version bump.Maxim Dounin2012-02-092-3/+3
* release-1.1.14 tagMaxim Dounin2012-01-301-0/+1
* nginx-1.1.14-RELEASErelease-1.1.14Maxim Dounin2012-01-301-0/+61
* Update OpenSSL and PCRE used for win32 builds.Maxim Dounin2012-01-301-2/+2
* Limit req: unbreak compilation with MSVC.Maxim Dounin2012-01-301-0/+4
* Fixed memory leak on HUP signal when PCRE JIT was used.Valentin Bartenev2012-01-301-1/+54
* Fixed proxy_redirect off inheritance.Valentin Bartenev2012-01-301-0/+2
* Fixed error handling in ngx_event_connect_peer().Maxim Dounin2012-01-301-6/+5
* Limit req: support for multiple "limit_req" limits.Valentin Bartenev2012-01-301-78/+229
* Limit req: number of cleanup calls reduced.Valentin Bartenev2012-01-301-2/+2
* Limit req: allocation and initialization of a new node moved to the lookupValentin Bartenev2012-01-301-52/+45
* Limit req: improved error handling when parsing "zone" parameter ofValentin Bartenev2012-01-301-15/+23
* Limit req: error messages fixed.Valentin Bartenev2012-01-301-4/+4
* Fixed AIO error handling on FreeBSD.Maxim Dounin2012-01-302-19/+10
* Removed ENGINE_load_builtin_engines() call.Maxim Dounin2012-01-301-2/+0
* Fixed grammar in PCRE JIT error log message.Valentin Bartenev2012-01-241-1/+1
* Copyright updated.Maxim Konovalov2012-01-18362-0/+362
* Version bump.Maxim Konovalov2012-01-181-1/+2
* Version bump.Maxim Konovalov2012-01-181-2/+2
* Fixed spelling.Ruslan Ermilov2012-01-171-2/+2
* release-1.1.13 tagMaxim Dounin2012-01-161-0/+1
* nginx-1.1.13-RELEASErelease-1.1.13Maxim Dounin2012-01-161-0/+76
* Updated OpenSSL version used for win32 build.Maxim Dounin2012-01-161-1/+1
* 2012 year.Igor Sysoev2012-01-161-1/+1
* Fixed division by zero exception in ngx_hash_init().Valentin Bartenev2012-01-161-1/+1