]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2012-04-10 Igor SysoevFixed debug logging.
2012-04-10 Igor SysoevFixed previous commit.
2012-04-10 Igor SysoevFixed mp4 module seek.
2012-04-06 Maxim DouninFixed signed integer overflows in timer code (ticket...
2012-04-05 Andrey BelovComment fixed.
2012-04-05 Maxim KonovalovStyle: the function type should be on a line by itself
2012-04-03 Ruslan ErmilovIn ngx_ptocidr(), check that the supplied prefix length...
2012-04-03 Ruslan ErmilovFixed spelling in multiline C comments.
2012-04-02 Maxim DouninWin32: improved ngx_mutex_init() stub (ticket #138).
2012-04-02 Maxim DouninWin32: fixed memory allocation for shmem name (ticket...
2012-04-02 Maxim DouninUpstream: reject upstreams without normal servers.
2012-04-02 Maxim DouninVersion bump.
2012-03-29 Ruslan ErmilovCorrected spelling of error message (ticket #136).
2012-03-28 Maxim Douninrelease-1.1.18 tag
2012-03-28 Maxim Douninnginx-1.1.18-RELEASE release-1.1.18
2012-03-28 Maxim DouninFixed win32 build after realpath changes in r4559.
2012-03-28 Maxim DouninConfigure: fixed msghdr.msg_control test on 64bit platf...
2012-03-28 Ruslan ErmilovReplaced ngx_http_realip_from_t with ngx_in_cidr_t.
2012-03-28 Ruslan ErmilovFixed calculation of range boundaries.
2012-03-28 Maxim DouninXslt: parser options now set with xmlCtxtUseOptions().
2012-03-27 Maxim DouninFixed more gcc46 warnings in configure tests.
2012-03-27 Maxim DouninFixed unconditional MAX_PATH usage (ticket #22).
2012-03-27 Maxim DouninAdded explicit include of time.h.
2012-03-22 Maxim DouninResolver: added missing sanity checking when creating...
2012-03-22 Maxim DouninWin32: added missing call to srand().
2012-03-22 Maxim DouninAdded xslt_param and xslt_string_param directives.
2012-03-22 Maxim DouninFixed off-by-one in xslt parameter parsing.
2012-03-22 Maxim DouninRestricted keepalive_disable safari to OS X only.
2012-03-22 Maxim DouninRemoved safari from keepalive_disable default.
2012-03-21 Ruslan ErmilovThe addition of $tcpinfo_* variables has broken the...
2012-03-21 Ruslan Ermilovworker_cpu_affinity: cleaned up Linux implementation...
2012-03-21 Ruslan ErmilovIf we inserted "Last-Modified" in r->headers_out.header...
2012-03-21 Ruslan ErmilovMinor ngx_http_headers_filter_module.c code cleanup.
2012-03-19 Maxim KonovalovFor the sake of case/switch code readability, 'fall...
2012-03-16 Ruslan ErmilovImplemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd...
2012-03-16 Ruslan ErmilovSome older OSes (notably FreeBSD 4.x) did not have %zu
2012-03-15 Ruslan ErmilovFixed compilation warnings in configuration C tests.
2012-03-15 Ruslan ErmilovLocal variable "ngx_http_next_filter" renamed to "ngx_h...
2012-03-15 Ruslan ErmilovThe "error_log" directive specified in the "http",...
2012-03-15 Ruslan ErmilovSlight optimization in ngx_http_get_variable_index().
2012-03-15 Ruslan Ermilov- New variable: $connection_requests.
2012-03-15 Maxim DouninVersion bump.
2012-03-15 Maxim Douninrelease-1.1.17 tag
2012-03-15 Maxim Douninnginx-1.1.17-RELEASE release-1.1.17
2012-03-15 Maxim DouninHeaders with null character are now rejected.
2012-03-15 Maxim DouninFixed incorrect ngx_cpystrn() usage in ngx_http_*_proce...
2012-03-15 Maxim DouninFixed ssi and perl interaction.
2012-03-15 Maxim DouninUwsgi: merged r->http_version fixes from scgi module.
2012-03-15 Maxim DouninUpdated OpenSSL and PCRE used for win32 builds.
2012-03-12 Ruslan ErmilovMentioned the NGINX environment variable.
2012-03-11 Ruslan ErmilovAdded scgi_temp and uwsgi_temp to svn:ignore.
2012-03-06 Ruslan Ermilov- Applied some of the OpenBSD changes.
2012-03-05 Maxim DouninWhitespace fixes.
2012-03-05 Maxim DouninGrammar and wording fixes in CHANGES.
2012-03-05 Maxim DouninVersion bump.
2012-02-29 Maxim Douninrelease-1.1.16 tag
2012-02-29 Maxim Douninnginx-1.1.16-RELEASE release-1.1.16
2012-02-28 Maxim DouninRaised simultaneous subrequest limit from 50 to 200.
2012-02-28 Maxim DouninAdded msleep() on reload to allow new processes to...
2012-02-28 Ruslan ErmilovFixed spelling in single-line comments.
2012-02-28 Maxim DouninWorkaround for fs_size on ZFS (ticket #46).
2012-02-27 Maxim DouninFix of rbtree lookup on hash collisions.
2012-02-27 Maxim DouninFixed null pointer dereference in resolver (ticket...
2012-02-27 Valentin BartenevDisable symlinks: added the "from=" parameter to the...
2012-02-27 Valentin BartenevDisable symlinks: initialization of the "disable_symlin...
2012-02-27 Valentin BartenevDisable symlinks: added the "from" parameter support...
2012-02-27 Maxim DouninConfigure: moved icc detection before gcc.
2012-02-27 Ruslan ErmilovAdded support for the 307 Temporary Redirect.
2012-02-22 Ruslan ErmilovRenamed constants and fixed off-by-one error in "msie_p...
2012-02-22 Maxim DouninEvent pipe: fixed buffer loss in p->length case.
2012-02-21 Valentin BartenevDisable symlinks: use O_SEARCH|O_DIRECTORY to open...
2012-02-21 Valentin BartenevDisable symlinks: don't allow creating or truncating...
2012-02-21 Valentin BartenevDisable symlinks: cleanups once again.
2012-02-20 Maxim DouninDisable symlinks: added explicit cast of AT_FDCWD ...
2012-02-20 Maxim DouninDisable symlinks: error handling cleanup again.
2012-02-20 Maxim DouninVersion bump.
2012-02-15 Maxim Douninrelease-1.1.15 tag
2012-02-15 Maxim Douninnginx-1.1.15-RELEASE release-1.1.15
2012-02-15 Maxim DouninDisable symlinks: fixed edge cases of path handling.
2012-02-15 Maxim DouninDisable symlinks: cleanup error handling.
2012-02-13 Andrey BelovSupport for disable_symlinks in various modules.
2012-02-13 Andrey BelovAdded disable_symlinks directive.
2012-02-13 Andrey BelovChanged ngx_open_and_stat_file() to use ngx_str_t.
2012-02-13 Andrey BelovAdded openat()/fstatat().
2012-02-13 Maxim DouninTime parsing cleanup.
2012-02-13 Maxim DouninFixed build with embedded perl and --with-openssl.
2012-02-13 Maxim DouninCore: protection from cycles with named locations and...
2012-02-13 Maxim DouninCore: protection from subrequest loops.
2012-02-13 Maxim DouninVariables: honor no_cacheable for not_found variables.
2012-02-13 Maxim DouninFix for proxy_store leaving temporary files for subrequ...
2012-02-13 Maxim DouninGzip filter: handling of empty flush buffers.
2012-02-13 Maxim DouninRemoved r->cache/r->cached dependencies in range filter.
2012-02-13 Valentin BartenevProxy: added the "proxy_cookie_path" directive.
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.
next