]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2012-07-31 Ruslan ErmilovVersion bump.
2012-07-31 Ruslan ErmilovUpdated PCRE used for win32 builds.
2012-07-31 Ruslan Ermilovrelease-1.3.4 tag
2012-07-31 Ruslan Ermilovnginx-1.3.4-RELEASE release-1.3.4
2012-07-30 Ruslan ErmilovCore: ipv6only is now on by default.
2012-07-30 Valentin Bartenevngx_http_find_virtual_server() should return NGX_DECLIN...
2012-07-30 Maxim DouninUpstream: hide_headers/pass_headers inheritance fix.
2012-07-29 Ruslan ErmilovImproved diagnostics when a directive is specified...
2012-07-29 Ruslan ErmilovRemoved extraneous GCC warning flags.
2012-07-29 Ruslan ErmilovSlight optimization in ngx_http_upstream_add(): replace...
2012-07-29 Ruslan Ermilovngx_http_upstream_add() should return NULL if an error...
2012-07-26 Ruslan ErmilovReduced the number of preprocessor directives.
2012-07-24 Ruslan ErmilovWhen "debug_connection" is configured with a domain...
2012-07-24 Ruslan ErmilovAdded the Clang compiler support.
2012-07-24 Ruslan ErmilovMade sure to run configure in a "C" locale.
2012-07-24 Ruslan ErmilovAdded a commented out -Wmissing-prototypes to CFLAGS.
2012-07-24 Ruslan ErmilovFixed compilation with -Wmissing-prototypes.
2012-07-24 Ruslan ErmilovReplaced a number of "else if" with "elif".
2012-07-23 Maxim DouninWin32: fixed cpu hog after process startup failure.
2012-07-20 Ruslan ErmilovFixed debugging messages to account that limit_zone...
2012-07-17 Ruslan ErmilovFixed sorting of listen addresses so that wildcard...
2012-07-17 Ruslan ErmilovVersion bump.
2012-07-10 Ruslan ErmilovSynchronized the license text with the FreeBSD's bsd...
2012-07-10 Maxim Douninrelease-1.3.3 tag
2012-07-10 Maxim Douninnginx-1.3.3-RELEASE release-1.3.3
2012-07-09 Maxim DouninEntity tags: empty etags handling in If-Range.
2012-07-09 Maxim DouninEntity tags: the "etag" directive.
2012-07-09 Maxim DouninEntity tags: set for static respones.
2012-07-07 Maxim DouninEntity tags: handling in add_header.
2012-07-07 Maxim DouninEntity tags: clear on entity changes.
2012-07-07 Maxim DouninEntity tags: support in If-Range header.
2012-07-07 Maxim DouninEntity tags: basic support in not modified filter.
2012-07-07 Maxim DouninNot modified filter: tests separated from actions.
2012-07-07 Maxim DouninAdded Last-Modified parsing in add_header.
2012-07-07 Maxim DouninFixed If-Range with unknown last modified time.
2012-07-07 Maxim DouninConfigure: fixed "make" used instead of "${MAKE}".
2012-07-06 Andrey BelovCorrected $request_length calculation for pipelined...
2012-07-03 Ruslan ErmilovFixed typo in a function name.
2012-07-03 Ruslan ErmilovMade sure to initialize the entire "struct flock" alloc...
2012-07-03 Maxim DouninReset r->uri_changed in a named location (ticket #184).
2012-07-03 Maxim DouninTypo fixed.
2012-06-29 Ruslan Ermilovmap: strip final dot before looking up in a map of...
2012-06-29 Ruslan ErmilovVersion bump.
2012-06-26 Maxim Douninrelease-1.3.2 tag
2012-06-26 Maxim Douninnginx-1.3.2-RELEASE release-1.3.2
2012-06-26 Maxim DouninMp4: fixed build on win32 after r4689.
2012-06-26 Ruslan ErmilovAdded code to look up Google perftools in /opt/local...
2012-06-25 Maxim DouninStyle.
2012-06-25 Maxim DouninIncorrect tag release-1.2.1 removed.
2012-06-25 Ruslan ErmilovFixed a harmless error in spelling of "Connection:...
2012-06-21 Ruslan ErmilovFixed compile-time conditionals used to detect if X...
2012-06-20 Igor SysoevDisabled gzip compression in OpenSSL prior to 1.0.0...
2012-06-19 Ruslan ErmilovAdded IPv6 support to ip_hash.
2012-06-18 Maxim DouninUpstream keepalive: "single" parameter deprecated.
2012-06-18 Maxim DouninFixed return type of ngx_strerror_init().
2012-06-18 Maxim DouninFixed "sendmsg() failed" alerts on HP-UX.
2012-06-18 Maxim DouninFixed segfault with poll and resolver used.
2012-06-18 Maxim DouninChanged default alignment to 16.
2012-06-18 Maxim DouninFixed handling of conflicting wildcard server names.
2012-06-18 Maxim DouninMp4: fixed streaming if moov atom is at buffer edge.
2012-06-18 Maxim DouninMp4: fixed non-keyframe seeks in some cases (ticket...
2012-06-18 Andrey BelovStyle fix.
2012-06-18 Andrey BelovNew core variable: $status.
2012-06-18 Ruslan ErmilovWhen "resolver" is configured with a domain name, only...
2012-06-18 Ruslan ErmilovFixed crash in ngx_resolver_cleanup_tree().
2012-06-18 Ruslan ErmilovVersion bump.
2012-06-08 Ruslan ErmilovFixed spelling of "endianness", and called it "byte...
2012-06-05 Maxim Douninrelease-1.2.1 tag
2012-06-05 Maxim Douninrelease-1.3.1 tag
2012-06-05 Maxim Douninnginx-1.3.1-RELEASE release-1.3.1
2012-06-05 Maxim DouninWin32: uris with ":$" are now rejected.
2012-06-05 Maxim DouninWin32: normalization of trailing dot inside uri.
2012-06-05 Maxim DouninWin32: disallowed access to various non-canonical name...
2012-06-04 Ruslan ErmilovSupport for IPv6 literals and an optional port in resolver.
2012-06-04 Maxim DouninSupport for IPv6 literals in proxy_pass and so on.
2012-06-04 Maxim DouninUpstream: least_conn compilation fixes.
2012-06-03 Maxim DouninUpstream: weights support in ip_hash balancer.
2012-06-03 Maxim DouninUpstream: least_conn balancer module.
2012-06-03 Maxim DouninResolver: fixed format specification.
2012-06-01 Ruslan ErmilovCode reduction (no functional changes).
2012-05-30 Valentin BartenevRemoved mistaken setting of NGX_SSL_BUFFERED flag in...
2012-05-30 Valentin BartenevFixed returned value handling from the cookie rewrite...
2012-05-29 Ruslan Ermilovgeoip: got rid of ugly casts when calling ngx_free().
2012-05-28 Ruslan ErmilovFixed broken build.
2012-05-28 Ruslan ErmilovFixed memory leak if $geoip_org variable was used.
2012-05-24 Ruslan ErmilovFixed the reuse of parsed DTDs and XSLTs.
2012-05-23 Maxim DouninFixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
2012-05-23 Maxim DouninFixed warning during nginx.xs compilation.
2012-05-22 Ruslan ErmilovFixed potential null pointer dereference in ngx_resolve...
2012-05-21 Ruslan ErmilovRemoved historical and now redundant syntax pre-checks...
2012-05-17 Maxim DouninFixed core variables dynamic access after reconfiguration.
2012-05-17 Maxim DouninFixed segfault with filter_finalize introduced in r4621...
2012-05-17 Valentin BartenevFixed building --with-cpp_test_module on some systems.
2012-05-17 Valentin BartenevFixed the ngx_regex.h header file compatibility with...
2012-05-16 Ruslan ErmilovZero padded the returned and logged HTTP status code...
2012-05-16 Ruslan ErmilovCapped the status code that may be returned with "retur...
2012-05-16 Ruslan ErmilovAdded syntax checking of the second parameter of the...
2012-05-16 Ruslan ErmilovVersion bump.
2012-05-15 Maxim Douninrelease-1.3.0 tag
2012-05-15 Maxim Douninnginx-1.3.0-RELEASE release-1.3.0
next