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
path: root/src
AgeCommit message (Expand)Author
2012-02-13Time parsing cleanup.Maxim Dounin
2012-02-13Fixed build with embedded perl and --with-openssl.Maxim Dounin
2012-02-13Core: protection from cycles with named locations and post_action.Maxim Dounin
2012-02-13Core: protection from subrequest loops.Maxim Dounin
2012-02-13Variables: honor no_cacheable for not_found variables.Maxim Dounin
2012-02-13Fix for proxy_store leaving temporary files for subrequests.Maxim Dounin
2012-02-13Gzip filter: handling of empty flush buffers.Maxim Dounin
2012-02-13Removed r->cache/r->cached dependencies in range filter.Maxim Dounin
2012-02-13Proxy: added the "proxy_cookie_path" directive.Valentin Bartenev
2012-02-13Proxy: added the "proxy_cookie_domain" directive.Valentin Bartenev
2012-02-13Upstream: added callback hook for the "Set-Cookie" header.Valentin Bartenev
2012-02-13Proxy: generic regex related code from the "proxy_redirect" directive movedValentin Bartenev
2012-02-13Proxy: generic rewrite code from the "proxy_redirect" handlers moved to aValentin Bartenev
2012-02-13Proxy: renamed some "proxy_redirect" related declarations to a more general andValentin Bartenev
2012-02-10Upstream: fixed "too big header" check.Maxim Dounin
2012-02-10Added ngx_ncpu detection for most *nix platforms.Valentin Bartenev
2012-02-10Limit conn: returned to the old behavior of using the first actual limit onValentin Bartenev
2012-02-10Fixed module name in comment. It was forgotten in r4281.Valentin Bartenev
2012-02-09Version bump.Maxim Dounin
2012-01-30Limit req: unbreak compilation with MSVC.Maxim Dounin
2012-01-30Fixed memory leak on HUP signal when PCRE JIT was used.Valentin Bartenev
2012-01-30Fixed proxy_redirect off inheritance.Valentin Bartenev
2012-01-30Fixed error handling in ngx_event_connect_peer().Maxim Dounin
2012-01-30Limit req: support for multiple "limit_req" limits.Valentin Bartenev
2012-01-30Limit req: number of cleanup calls reduced.Valentin Bartenev
2012-01-30Limit req: allocation and initialization of a new node moved to the lookupValentin Bartenev
2012-01-30Limit req: improved error handling when parsing "zone" parameter ofValentin Bartenev
2012-01-30Limit req: error messages fixed.Valentin Bartenev
2012-01-30Fixed AIO error handling on FreeBSD.Maxim Dounin
2012-01-30Removed ENGINE_load_builtin_engines() call.Maxim Dounin
2012-01-24Fixed grammar in PCRE JIT error log message.Valentin Bartenev
2012-01-18Copyright updated.Maxim Konovalov
2012-01-18Version bump.Maxim Konovalov
2012-01-18Version bump.Maxim Konovalov
2012-01-16Fixed division by zero exception in ngx_hash_init().Valentin Bartenev
2012-01-16Fixed sched_setaffinity(2) to correctly pass size.Maxim Dounin
2012-01-16Fixed handling of mp4 above 2G and 32bit offsets (ticket #84).Maxim Dounin
2012-01-16Fixed proxy_cache_use_stale in "no live upstreams" case.Maxim Dounin
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin
2012-01-11Fixed limit_req burst/nodelay inheritance (ticket #76).Maxim Dounin
2012-01-10Fixed: proxy_redirect with regex might broke Refresh header.Valentin Bartenev
2012-01-10Changed ngx_log_debugN() macros to verify the number of argumentsRuslan Ermilov
2011-12-27Version bump.Maxim Dounin
2011-12-26Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev
2011-12-26Fixed build without debug.Maxim Dounin
2011-12-26Cache lock support for fastcgi, scgi, uwsgi.Maxim Dounin
2011-12-26Cache locks initial implementation.Maxim Dounin
2011-12-26Fixed interaction of limit_rate and sendfile_max_chunk.Maxim Dounin
2011-12-26Fixed throughput problems with large limit_rate.Maxim Dounin
2011-12-26Fixed mp4 if first entry in stsc was skipped (ticket #72).Maxim Dounin