]> git.kaiwu.me - nginx.git/shortlog
nginx.git
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...
2011-11-09 Ruslan ErmilovBelatedly fixed language in 1.1.7 relnotes.
2011-11-09 Igor SysoevFixed compression pointer processing in DNS response...
2011-11-08 Igor SysoevFix of "keepalive_disable" directive.
2011-11-08 Igor SysoevThe "image_filter_sharpen" directive.
2011-11-01 Igor SysoevAncient incomplete ngx_http_status_module removal.
2011-11-01 Igor SysoevVersion bump.
2011-10-31 Igor Sysoevrelease-1.1.7 tag
2011-10-31 Igor Sysoevnginx-1.1.7-RELEASE release-1.1.7
2011-10-31 Igor SysoevSilently ignoring a stale global SSL error left after...
2011-10-31 Ruslan ErmilovFixed documentation pointer.
2011-10-31 Maxim DouninFixed segfault on configuration testing with ssl (ticke...
2011-10-31 Maxim DouninEvent pipe: reduced number of file buffers used.
2011-10-31 Maxim DouninEvent pipe: fixes for complex protocols.
2011-10-28 Igor SysoevAdding m4a and m4v MIME types (closed #42).
2011-10-26 Ruslan ErmilovRevamped "configure --help" text.
2011-10-26 Igor SysoevFix of building by Microsoft Visual C++ 10 compiler.
2011-10-25 Igor SysoevDecrease of log level of some SSL handshake errors.
2011-10-25 Ruslan ErmilovFixed port range checking.
2011-10-25 Ruslan ErmilovFixed range checking for the "somaxconn" sysctl.
2011-10-24 Igor SysoevSupport of several servers in the "resolver" directive.
2011-10-24 Igor SysoevUsing of junk value in slab allocator similar to modern...
2011-10-24 Igor Sysoevmalloc() debugging on MacOSX.
2011-10-24 Igor SysoevFreeBSD's MALLOC_OPTIONS must be set before any malloc...
2011-10-21 Maxim DouninFixed another return in unix ngx_write_chain_to_file().
2011-10-20 Maxim DouninFixed unix ngx_write_chain_to_file() to return total...
2011-10-20 Igor SysoevFixing conflict with SDK off_t definition.
2011-10-20 Igor SysoevRecent SDKs allow to build IPV6 only for Windows XP...
2011-10-17 Maxim DouninFixed "expires @time" with unknown last modified time...
2011-10-17 Maxim DouninFixed "expires @00h".
2011-10-17 Igor SysoevRemoval of incomplete draft documentation processing.
2011-10-17 Igor SysoevVersion bump.
2011-10-17 Igor Sysoevrelease-1.1.6 tag
2011-10-17 Igor Sysoevnginx-1.1.6-RELEASE release-1.1.6
2011-10-17 Igor SysoevMoving RELEASE target in more safe place.
2011-10-15 Maxim DouninAdded clearing of modules' contexts in ngx_http_named_l...
2011-10-13 Maxim DouninFixed utf8 decode (ticket #25).
2011-10-13 Igor SysoevSkipping location rewrite phase for server null location.
2011-10-12 Maxim DouninBetter recheck of dead upstream servers.
2011-10-12 Maxim DouninClear old Location header (if any) while adding a new...
2011-10-12 Maxim DouninWording fix, "many data" is incorrect.
2011-10-12 Ruslan ErmilovFixed two minor bugs in "types" parsing code.
2011-10-12 Ruslan ErmilovFixed grammar in a comment.
2011-10-12 Ruslan ErmilovReplaced magic constants representing default values...
2011-10-12 Ruslan ErmilovStylistic change in checking the boolean expression.
2011-10-12 Igor SysoevPreallocating exact number of default MIME types entries.
2011-10-12 Ruslan ErmilovFixed configuration summary and manpage contents for...
2011-10-12 Ruslan ErmilovRemoved old warning that suggested to use "server_name_...
2011-10-11 Maxim DouninAdditional headers for proxy/fastcgi/uwsgi/scgi_ignore_...
2011-10-11 Maxim DouninHandling of Content-Encoding set from perl.
2011-10-11 Maxim DouninFix for socket leak with "aio sendfile" and "limit_rate".
2011-10-11 Maxim DouninFix for connection drops with AIO.
2011-10-11 Maxim DouninAutoindex: escape html in file names.
2011-10-11 Maxim DouninAutoindex: escape '?' in file names.
2011-10-11 Maxim DouninImproved access log escaping to better protect other...
2011-10-11 Igor SysoevFixing directive name in error message if types hash...
2011-10-11 Igor SysoevFixing mp4 module seeking on 32-bit platforms.
2011-10-10 Ruslan ErmilovFixed macro name.
2011-10-09 Ruslan ErmilovThe reference documentation is moving elsewhere.
2011-10-07 Igor SysoevReleasing memory of idle SSL connection. This saves...
2011-10-07 Igor SysoevDisabling SSL compression. This saves about 300K per...
2011-10-07 Igor SysoevVersion bump.
2011-10-07 Ruslan ErmilovImproved ngx_parse_time() code readability.
2011-10-07 Ruslan ErmilovTweaked error messages.
2011-10-06 Igor SysoevAdding repository path missed in r4179.
2011-10-05 Igor Sysoevrelease-1.1.5 tag
2011-10-05 Igor Sysoevnginx-1.1.5-RELEASE release-1.1.5
2011-10-05 Igor SysoevAdding RELEASE procedure in GNUmakefile.
2011-10-05 Igor SysoevVersion bump.
2011-10-05 Maxim DouninFixed cache bypass caching of non-cacheable replies...
2011-09-30 Maxim DouninAdded uwsgi_buffering and scgi_buffering directives.
2011-09-30 Igor SysoevUsing strtod() instead of atofp() to support a lot...
2011-09-29 Igor SysoevFix of building on platforms with 32-bit off_t. (closed...
2011-09-27 Maxim DouninFixed segmentation fault with empty config on Windows.
2011-09-27 Maxim DouninFix for "ssl_session_cache builtin" (broken since 1...
2011-09-27 Maxim DouninBetter handling of late upstream creation.
2011-09-27 Maxim DouninCache: fix for sending of stale responses.
2011-09-27 Maxim DouninCache: fix for sending of empty responses.
2011-09-27 Maxim DouninIncorrect special case for "return 204" removed.
2011-09-27 Maxim DouninFix for "return 202" not discarding body.
2011-09-27 Maxim DouninFix for double content when return is used in error_pag...
2011-09-27 Maxim DouninFix for incorrect 201 replies from dav module.
2011-09-25 Maxim DouninProxy: logging levels tuned, double logging fixed.
2011-09-25 Maxim DouninProxy: whitespaces after chunk size allowed.
2011-09-25 Maxim DouninUpstream: clearing of u->peer.connection on close.
next