]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2012-02-13 Valentin BartenevProxy: added the "proxy_cookie_domain" directive.
2012-02-13 Valentin BartenevUpstream: added callback hook for the "Set-Cookie"...
2012-02-13 Valentin BartenevProxy: generic regex related code from the "proxy_redir...
2012-02-13 Valentin BartenevProxy: generic rewrite code from the "proxy_redirect...
2012-02-13 Valentin BartenevProxy: renamed some "proxy_redirect" related declaratio...
2012-02-10 Maxim DouninUpstream: fixed "too big header" check.
2012-02-10 Valentin BartenevAdded ngx_ncpu detection for most *nix platforms.
2012-02-10 Valentin BartenevLimit conn: returned to the old behavior of using the...
2012-02-10 Valentin BartenevFixed module name in comment. It was forgotten in r4281.
2012-02-09 Maxim DouninVersion bump.
2012-01-30 Maxim Douninrelease-1.1.14 tag
2012-01-30 Maxim Douninnginx-1.1.14-RELEASE release-1.1.14
2012-01-30 Maxim DouninUpdate OpenSSL and PCRE used for win32 builds.
2012-01-30 Maxim DouninLimit req: unbreak compilation with MSVC.
2012-01-30 Valentin BartenevFixed memory leak on HUP signal when PCRE JIT was used.
2012-01-30 Valentin BartenevFixed proxy_redirect off inheritance.
2012-01-30 Maxim DouninFixed error handling in ngx_event_connect_peer().
2012-01-30 Valentin BartenevLimit req: support for multiple "limit_req" limits.
2012-01-30 Valentin BartenevLimit req: number of cleanup calls reduced.
2012-01-30 Valentin BartenevLimit req: allocation and initialization of a new node...
2012-01-30 Valentin BartenevLimit req: improved error handling when parsing "zone...
2012-01-30 Valentin BartenevLimit req: error messages fixed.
2012-01-30 Maxim DouninFixed AIO error handling on FreeBSD.
2012-01-30 Maxim DouninRemoved ENGINE_load_builtin_engines() call.
2012-01-24 Valentin BartenevFixed grammar in PCRE JIT error log message.
2012-01-18 Maxim KonovalovCopyright updated.
2012-01-18 Maxim KonovalovVersion bump.
2012-01-18 Maxim KonovalovVersion bump.
2012-01-17 Ruslan ErmilovFixed spelling.
2012-01-16 Maxim Douninrelease-1.1.13 tag
2012-01-16 Maxim Douninnginx-1.1.13-RELEASE release-1.1.13
2012-01-16 Maxim DouninUpdated OpenSSL version used for win32 build.
2012-01-16 Igor Sysoev2012 year.
2012-01-16 Valentin BartenevFixed division by zero exception in ngx_hash_init().
2012-01-16 Maxim DouninFixed sched_setaffinity(2) to correctly pass size.
2012-01-16 Maxim DouninFixed handling of mp4 above 2G and 32bit offsets (ticke...
2012-01-16 Maxim DouninFixed proxy_cache_use_stale in "no live upstreams"...
2012-01-11 Maxim DouninAdded support for TLSv1.1, TLSv1.2 in ssl_protocols...
2012-01-11 Maxim DouninFixed limit_req burst/nodelay inheritance (ticket ...
2012-01-10 Valentin BartenevFixed: proxy_redirect with regex might broke Refresh...
2012-01-10 Ruslan ErmilovChanged ngx_log_debugN() macros to verify the number...
2011-12-29 Valentin BartenevFixed configure with system PCRE library on Solaris.
2011-12-29 Maxim KonovalovSome questionable optomizations flags for icc were...
2011-12-28 Maxim DouninFixed punctuation.
2011-12-27 Sergey Budnevitchlibraries versions updated
2011-12-27 Sergey Budnevitchzlib license file include fixed
2011-12-27 Maxim DouninVersion bump.
2011-12-26 Maxim Douninrelease-1.1.12 tag
2011-12-26 Maxim Douninnginx-1.1.12-RELEASE release-1.1.12
2011-12-26 Valentin BartenevAdded support for regex study and PCRE JIT (ticket...
2011-12-26 Maxim DouninFixed build without debug.
2011-12-26 Maxim DouninCache lock support for fastcgi, scgi, uwsgi.
2011-12-26 Maxim DouninCache locks initial implementation.
2011-12-26 Maxim DouninFixed interaction of limit_rate and sendfile_max_chunk.
2011-12-26 Maxim DouninFixed throughput problems with large limit_rate.
2011-12-26 Maxim DouninFixed mp4 if first entry in stsc was skipped (ticket...
2011-12-25 Valentin BartenevSSI: added regex captures support in the expression...
2011-12-25 Valentin BartenevFixed limit_conn_log_level/limit_req_log_level inheritance.
2011-12-25 Valentin BartenevAdded the HTTPS fastcgi_param to fastcgi.conf.
2011-12-24 Maxim KonovalovWords duplications removed.
2011-12-23 Maxim DouninProxy: made proxy_pass with variables more consistent.
2011-12-20 Sergey Budnevitchconfigure on Solaris fixed
2011-12-19 Maxim DouninAdded clearing of r->valid_unparsed_uri on internal...
2011-12-19 Valentin BartenevSSI bugfix: the "if" command did not work inside the...
2011-12-19 Maxim DouninScgi: removed error if there is no Status header.
2011-12-19 Maxim DouninScgi: removed duplicate function declaration.
2011-12-19 Maxim DouninFixed incorrect use of r->http_version in scgi module.
2011-12-19 Maxim DouninVersion bump.
2011-12-12 Maxim Douninrelease-1.1.11 tag
2011-12-12 Maxim Douninnginx-1.1.11-RELEASE release-1.1.11
2011-12-12 Maxim DouninFixed RELEASE target again.
2011-12-12 Maxim DouninFixed RELEASE target to correctly call "release" one.
2011-12-12 Maxim DouninCache: only complain on long locked entries.
2011-12-12 Maxim DouninCache: handling of cache files with long headers.
2011-12-12 Maxim DouninCache: obsolete code removed.
2011-12-12 Ruslan ErmilovRenamed some constants to improve readability, no funct...
2011-12-12 Valentin BartenevProxy: added variables and regexp support to the first...
2011-12-11 Maxim DouninMicrooptimization of sendfile(2) usage under FreeBSD.
2011-12-09 Valentin BartenevFixed: some of $sent_http_* variables may contain heade...
2011-12-09 Valentin BartenevAdded HTTPS param with Apache-like behaviour to fastcgi...
2011-12-09 Valentin BartenevAdded the $https variable.
2011-12-09 Valentin BartenevSCGI: added "if_not_empty" flag support to the "scgi_pa...
2011-12-09 Valentin Bartenevuwsgi: added "if_not_empty" flag support to the "uwsgi_...
2011-12-09 Valentin BartenevFastCGI: added "if_not_empty" flag support to the ...
2011-12-09 Valentin BartenevAdded the ngx_http_upstream_param_set_slot().
2011-12-06 Ruslan Ermilov- Improved error message when parsing of the "buffer...
2011-12-06 Valentin BartenevRemoved unused function ngx_regex_capture_count().
2011-12-06 Maxim DouninFix for read_head with try_files and open_file_cache.
2011-12-06 Maxim DouninVersion bump.
2011-12-05 Valentin BartenevAdded the "so_keepalive=" parameter to the "listen...
2011-11-30 Maxim Douninrelease-1.1.10 tag
2011-11-30 Maxim Douninnginx-1.1.10-RELEASE release-1.1.10
2011-11-30 Ruslan ErmilovCompute the repository root from the checkout.
2011-11-29 Maxim DouninFixed AIO on Linux, broken in r4306.
2011-11-29 Maxim DouninVersion bump.
2011-11-28 Maxim Douninrelease-1.1.9 tag
2011-11-28 Maxim Douninnginx-1.1.9-RELEASE release-1.1.9
2011-11-28 Maxim DouninAdded (void) as we intentionally ignore returned values.
2011-11-28 Maxim DouninAllowed add_header for proxied 206 replies.
2011-11-28 Valentin BartenevAdded support for IP-literal in the Host header and...
next