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