]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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...
2011-11-25 Maxim DouninAdded escaping of double quotes in ngx_escape_html().
2011-11-23 Maxim DouninUnlock of shared memory zones on process crash.
2011-11-23 Maxim DouninFixed build without atomic operations.
2011-11-23 Maxim DouninAdded shmtx interface to forcibly unlock mutexes.
2011-11-23 Ruslan ErmilovFixed "rotate" to always work when combined with "resiz...
2011-11-23 Ruslan ErmilovCosmetics.
2011-11-23 Igor SysoevFix of mp4 module seeking.
2011-11-22 Maxim DouninProtection from stale write events in epoll.
2011-11-22 Maxim DouninFixed segfault on ssl servers without cert with SNI...
2011-11-22 Ruslan ErmilovMade it possible to build/install from the SVN checkout.
2011-11-21 Maxim Konovalovo AIX 7 defines sys_nerr in errno.h, therefore <errno...
2011-11-21 Maxim Konovalovsvgz extension for compressed SVG added (close #56).
2011-11-21 Ruslan ErmilovFixed "keepalive_disable".
2011-11-18 Maxim KonovalovFreeBSD 10-current has recently gotten POSIX_FADV_...
2011-11-18 Maxim DouninUpstream: don't cache unfinished responses.
2011-11-18 Maxim DouninFixed flv header to match specification.
2011-11-16 Ruslan ErmilovSilenced a warning for some compilers.
2011-11-16 Ruslan ErmilovNow nginx uses TTL of a DNS response when calculating...
2011-11-16 Valentin BartenevFixed incorrect counting the length of headers in a...
2011-11-15 Maxim DouninFixed handling of SIGWINCH/NOACCEPT signal.
2011-11-15 Maxim DouninVersion bump.
2011-11-14 Igor Sysoevrelease-1.1.8 tag
2011-11-14 Igor Sysoevnginx-1.1.8-RELEASE release-1.1.8
2011-11-14 Igor SysoevIntroduction of simple ngx_write_stderr() instead of...
2011-11-14 Igor SysoevFix of "Content-Length" header of MP4 response if start...
2011-11-14 Valentin BartenevAdded image/webp and video/webm MIME types.
2011-11-14 Valentin BartenevRenamed ngx_http_limit_zone_module to ngx_http_limit_co...
2011-11-14 Maxim DouninReverted incorrect change in internal md5 (part of...
2011-11-14 Maxim DouninFixed fastcgi/scgi/uwsgi_param inheritance.
2011-11-14 Maxim DouninSeparate functions to merge fastcgi/scgi/uwsgi params.
2011-11-14 Maxim DouninFixed Upgrade header clearing with proxy_cache.
2011-11-14 Maxim DouninFixed proxy_set_header inheritance with proxy_set_body.
2011-11-14 Maxim DouninFixed proxy_set_header inheritance with proxy_cache...
2011-11-14 Sergey BudnevitchFixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
2011-11-10 Valentin BartenevLimit zone: added the "limit_conn_zone" directive.
2011-11-10 Valentin BartenevLimit zone: support for multiple "limit_conn" limits.
2011-11-10 Valentin BartenevLimit zone: rbtree lookup moved to a separate function.
2011-11-10 Ruslan ErmilovChanged error message to be more appropriate in the...
next