log

age author description
Thu, 12 Apr 2012 13:01:17 +0000 Maxim Dounin release-1.0.15 tag stable-1.0
Thu, 12 Apr 2012 13:00:53 +0000 Maxim Dounin nginx-1.0.15-RELEASE stable-1.0 release-1.0.15
Thu, 12 Apr 2012 12:55:43 +0000 Maxim Dounin Merge of r4578, r4579, r4580, r4586: mp4 fixes. stable-1.0
Thu, 12 Apr 2012 12:47:36 +0000 Maxim Dounin Version bump. stable-1.0
Thu, 12 Apr 2012 12:43:31 +0000 Maxim Dounin release-1.1.19 tag
Thu, 12 Apr 2012 12:42:46 +0000 Maxim Dounin nginx-1.1.19-RELEASE release-1.1.19
Thu, 12 Apr 2012 12:18:14 +0000 Maxim Dounin Mp4: sanity checks cleanup.
Thu, 12 Apr 2012 10:20:33 +0000 Ruslan Ermilov Reduced the number of lines of code in ngx_inet_addr().
Thu, 12 Apr 2012 09:19:14 +0000 Ruslan Ermilov Fixed buffer overflow when long URI is processed by "try_files" in
Wed, 11 Apr 2012 17:18:15 +0000 Ruslan Ermilov Improved readability of the code that produces bitmask from prefix.
Wed, 11 Apr 2012 09:56:30 +0000 Ruslan Ermilov Fixed directives inheritance.
Tue, 10 Apr 2012 13:25:53 +0000 Maxim Dounin Access module: fixed inheritance of allow/deny ipv6 rules.
Tue, 10 Apr 2012 11:28:59 +0000 Igor Sysoev Fixed debug logging.
Tue, 10 Apr 2012 11:27:43 +0000 Igor Sysoev Fixed previous commit.
Tue, 10 Apr 2012 11:21:47 +0000 Igor Sysoev Fixed mp4 module seek.
Fri, 06 Apr 2012 23:46:09 +0000 Maxim Dounin Fixed signed integer overflows in timer code (ticket #145).
Thu, 05 Apr 2012 19:49:34 +0000 Andrey Belov Comment fixed.
Thu, 05 Apr 2012 15:32:43 +0000 Maxim Konovalov Style: the function type should be on a line by itself
Tue, 03 Apr 2012 08:22:00 +0000 Ruslan Ermilov In ngx_ptocidr(), check that the supplied prefix length is within
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Mon, 02 Apr 2012 21:31:45 +0000 Maxim Dounin Win32: improved ngx_mutex_init() stub (ticket #138).
Mon, 02 Apr 2012 21:30:58 +0000 Maxim Dounin Win32: fixed memory allocation for shmem name (ticket #134).
Mon, 02 Apr 2012 21:29:35 +0000 Maxim Dounin Upstream: reject upstreams without normal servers.
Mon, 02 Apr 2012 21:28:31 +0000 Maxim Dounin Version bump.
Thu, 29 Mar 2012 19:47:27 +0000 Ruslan Ermilov Corrected spelling of error message (ticket #136).
Wed, 28 Mar 2012 13:29:55 +0000 Maxim Dounin release-1.1.18 tag
Wed, 28 Mar 2012 13:29:29 +0000 Maxim Dounin nginx-1.1.18-RELEASE release-1.1.18
Wed, 28 Mar 2012 13:04:39 +0000 Maxim Dounin Fixed win32 build after realpath changes in r4559.
Wed, 28 Mar 2012 12:38:03 +0000 Maxim Dounin Configure: fixed msghdr.msg_control test on 64bit platforms.
Wed, 28 Mar 2012 09:29:09 +0000 Ruslan Ermilov Replaced ngx_http_realip_from_t with ngx_in_cidr_t.
Wed, 28 Mar 2012 06:50:23 +0000 Ruslan Ermilov Fixed calculation of range boundaries.
Wed, 28 Mar 2012 01:56:49 +0000 Maxim Dounin Xslt: parser options now set with xmlCtxtUseOptions().
Tue, 27 Mar 2012 16:44:52 +0000 Maxim Dounin Fixed more gcc46 warnings in configure tests.
Tue, 27 Mar 2012 16:42:34 +0000 Maxim Dounin Fixed unconditional MAX_PATH usage (ticket #22).
Tue, 27 Mar 2012 16:37:43 +0000 Maxim Dounin Added explicit include of time.h.
Thu, 22 Mar 2012 11:57:18 +0000 Maxim Dounin Resolver: added missing sanity checking when creating name queries.
Thu, 22 Mar 2012 10:45:08 +0000 Maxim Dounin Win32: added missing call to srand().
Thu, 22 Mar 2012 10:44:00 +0000 Maxim Dounin Added xslt_param and xslt_string_param directives.
Thu, 22 Mar 2012 10:43:33 +0000 Maxim Dounin Fixed off-by-one in xslt parameter parsing.
Thu, 22 Mar 2012 10:42:27 +0000 Maxim Dounin Restricted keepalive_disable safari to OS X only.
Thu, 22 Mar 2012 10:41:29 +0000 Maxim Dounin Removed safari from keepalive_disable default.
Wed, 21 Mar 2012 15:35:05 +0000 Ruslan Ermilov The addition of $tcpinfo_* variables has broken the build on Linux
Wed, 21 Mar 2012 13:58:51 +0000 Ruslan Ermilov worker_cpu_affinity: cleaned up Linux implementation, added FreeBSD support.
Wed, 21 Mar 2012 07:35:43 +0000 Ruslan Ermilov If we inserted "Last-Modified" in r->headers_out.headers, don't
Wed, 21 Mar 2012 06:19:11 +0000 Ruslan Ermilov Minor ngx_http_headers_filter_module.c code cleanup.
Mon, 19 Mar 2012 14:57:29 +0000 Maxim Konovalov For the sake of case/switch code readability, 'fall through'
Fri, 16 Mar 2012 19:15:33 +0000 Ruslan Ermilov Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, and
Fri, 16 Mar 2012 07:33:55 +0000 Ruslan Ermilov Some older OSes (notably FreeBSD 4.x) did not have %zu
Thu, 15 Mar 2012 20:39:38 +0000 Ruslan Ermilov Fixed compilation warnings in configuration C tests.
Thu, 15 Mar 2012 20:08:58 +0000 Ruslan Ermilov Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"
Thu, 15 Mar 2012 20:04:50 +0000 Ruslan Ermilov The "error_log" directive specified in the "http", "server", and
Thu, 15 Mar 2012 19:41:35 +0000 Ruslan Ermilov Slight optimization in ngx_http_get_variable_index().
Thu, 15 Mar 2012 19:37:32 +0000 Ruslan Ermilov - New variable: $connection_requests.
Thu, 15 Mar 2012 17:43:54 +0000 Maxim Dounin Version bump.
Thu, 15 Mar 2012 11:51:16 +0000 Maxim Dounin release-1.0.14 tag stable-1.0
Thu, 15 Mar 2012 11:50:53 +0000 Maxim Dounin nginx-1.0.14-RELEASE stable-1.0 release-1.0.14
Thu, 15 Mar 2012 11:46:29 +0000 Maxim Dounin Updated OpenSSL and PCRE used for win32 builds. stable-1.0
Thu, 15 Mar 2012 11:41:43 +0000 Maxim Dounin Merge of r4530, r4531: null character fixes. stable-1.0
Thu, 15 Mar 2012 11:37:11 +0000 Maxim Dounin Version bump. stable-1.0
Thu, 15 Mar 2012 11:32:39 +0000 Maxim Dounin release-1.1.17 tag
Thu, 15 Mar 2012 11:32:18 +0000 Maxim Dounin nginx-1.1.17-RELEASE release-1.1.17
Thu, 15 Mar 2012 11:27:57 +0000 Maxim Dounin Headers with null character are now rejected.
Thu, 15 Mar 2012 11:27:12 +0000 Maxim Dounin Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().
Thu, 15 Mar 2012 11:23:07 +0000 Maxim Dounin Fixed ssi and perl interaction.
Thu, 15 Mar 2012 11:21:54 +0000 Maxim Dounin Uwsgi: merged r->http_version fixes from scgi module.
Thu, 15 Mar 2012 01:57:09 +0000 Maxim Dounin Updated OpenSSL and PCRE used for win32 builds.
Mon, 12 Mar 2012 12:29:56 +0000 Ruslan Ermilov Mentioned the NGINX environment variable.
Sun, 11 Mar 2012 13:33:03 +0000 Ruslan Ermilov Added scgi_temp and uwsgi_temp to svn:ignore.
Tue, 06 Mar 2012 06:54:48 +0000 Ruslan Ermilov - Applied some of the OpenBSD changes.
Mon, 05 Mar 2012 18:09:06 +0000 Maxim Dounin Whitespace fixes.
Mon, 05 Mar 2012 18:08:23 +0000 Maxim Dounin Grammar and wording fixes in CHANGES.
Mon, 05 Mar 2012 18:06:15 +0000 Maxim Dounin Version bump.
Mon, 05 Mar 2012 15:20:15 +0000 Maxim Dounin release-1.0.13 tag stable-1.0
Mon, 05 Mar 2012 15:19:49 +0000 Maxim Dounin nginx-1.0.13-RELEASE stable-1.0 release-1.0.13
Mon, 05 Mar 2012 13:26:40 +0000 Maxim Dounin Merge of r4500: fixed spelling in single-line comments. stable-1.0
Mon, 05 Mar 2012 13:20:40 +0000 Maxim Dounin Merge of r4499: workaround for fs_size on ZFS (ticket #46). stable-1.0
Mon, 05 Mar 2012 13:17:56 +0000 Maxim Dounin Merge of r4498: stable-1.0
Mon, 05 Mar 2012 13:06:29 +0000 Maxim Dounin Merge of r4497: stable-1.0
Mon, 05 Mar 2012 13:03:39 +0000 Maxim Dounin Merge of r4491, r4492: stable-1.0
Mon, 05 Mar 2012 12:58:10 +0000 Maxim Dounin Merge of r4474, r4493: configure/build fixes. stable-1.0
Mon, 05 Mar 2012 12:49:32 +0000 Maxim Dounin Merge of r4473: stable-1.0
Mon, 05 Mar 2012 12:36:51 +0000 Maxim Dounin Merge of r4471: stable-1.0
Mon, 05 Mar 2012 12:33:06 +0000 Maxim Dounin Merge of r4470: stable-1.0
Mon, 05 Mar 2012 12:24:18 +0000 Maxim Dounin Merge of r4468: stable-1.0
Mon, 05 Mar 2012 12:15:02 +0000 Maxim Dounin Merge of r4461: upstream: fixed "too big header" check. stable-1.0
Mon, 05 Mar 2012 12:10:09 +0000 Maxim Dounin Merge of r4460: ngx_ncpu detection for most *nix platforms. stable-1.0
Mon, 05 Mar 2012 11:47:25 +0000 Maxim Dounin Merge of r4423: fixed proxy_redirect off inheritance. stable-1.0
Mon, 05 Mar 2012 11:36:21 +0000 Maxim Dounin Version bump. stable-1.0
Wed, 29 Feb 2012 13:45:39 +0000 Maxim Dounin release-1.1.16 tag
Wed, 29 Feb 2012 13:45:18 +0000 Maxim Dounin nginx-1.1.16-RELEASE release-1.1.16
Tue, 28 Feb 2012 14:54:23 +0000 Maxim Dounin Raised simultaneous subrequest limit from 50 to 200.
Tue, 28 Feb 2012 11:40:18 +0000 Maxim Dounin Added msleep() on reload to allow new processes to start.
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.
Tue, 28 Feb 2012 11:09:02 +0000 Maxim Dounin Workaround for fs_size on ZFS (ticket #46).
Mon, 27 Feb 2012 22:15:39 +0000 Maxim Dounin Fix of rbtree lookup on hash collisions.
Mon, 27 Feb 2012 16:57:02 +0000 Maxim Dounin Fixed null pointer dereference in resolver (ticket #91).
Mon, 27 Feb 2012 16:54:10 +0000 Valentin Bartenev Disable symlinks: added the "from=" parameter to the "disable_symlinks"
Mon, 27 Feb 2012 16:51:28 +0000 Valentin Bartenev Disable symlinks: initialization of the "disable_symlinks" field in
Mon, 27 Feb 2012 16:46:57 +0000 Valentin Bartenev Disable symlinks: added the "from" parameter support to the open file cache.
Mon, 27 Feb 2012 16:23:44 +0000 Maxim Dounin Configure: moved icc detection before gcc.
Mon, 27 Feb 2012 11:43:40 +0000 Ruslan Ermilov Added support for the 307 Temporary Redirect.
Wed, 22 Feb 2012 16:23:29 +0000 Ruslan Ermilov Renamed constants and fixed off-by-one error in "msie_padding on" handling.
Wed, 22 Feb 2012 11:28:53 +0000 Maxim Dounin Event pipe: fixed buffer loss in p->length case.
Tue, 21 Feb 2012 15:10:13 +0000 Valentin Bartenev Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.
Tue, 21 Feb 2012 15:04:41 +0000 Valentin Bartenev Disable symlinks: don't allow creating or truncating a file via a symlink in
Tue, 21 Feb 2012 15:01:25 +0000 Valentin Bartenev Disable symlinks: cleanups once again.
Mon, 20 Feb 2012 19:14:35 +0000 Maxim Dounin Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).
Mon, 20 Feb 2012 19:14:07 +0000 Maxim Dounin Disable symlinks: error handling cleanup again.
Mon, 20 Feb 2012 19:12:48 +0000 Maxim Dounin Version bump.
Wed, 15 Feb 2012 13:26:27 +0000 Maxim Dounin release-1.1.15 tag
Wed, 15 Feb 2012 13:26:06 +0000 Maxim Dounin nginx-1.1.15-RELEASE release-1.1.15
Wed, 15 Feb 2012 12:18:55 +0000 Maxim Dounin Disable symlinks: fixed edge cases of path handling.
Wed, 15 Feb 2012 12:17:24 +0000 Maxim Dounin Disable symlinks: cleanup error handling.
Mon, 13 Feb 2012 16:32:21 +0000 Andrey Belov Support for disable_symlinks in various modules.
Mon, 13 Feb 2012 16:29:04 +0000 Andrey Belov Added disable_symlinks directive.
Mon, 13 Feb 2012 16:16:45 +0000 Andrey Belov Changed ngx_open_and_stat_file() to use ngx_str_t.
Mon, 13 Feb 2012 16:13:21 +0000 Andrey Belov Added openat()/fstatat().
Mon, 13 Feb 2012 15:41:11 +0000 Maxim Dounin Time parsing cleanup.
Mon, 13 Feb 2012 15:38:48 +0000 Maxim Dounin Fixed build with embedded perl and --with-openssl.
Mon, 13 Feb 2012 15:35:48 +0000 Maxim Dounin Core: protection from cycles with named locations and post_action.
Mon, 13 Feb 2012 15:33:08 +0000 Maxim Dounin Core: protection from subrequest loops.
Mon, 13 Feb 2012 15:31:07 +0000 Maxim Dounin Variables: honor no_cacheable for not_found variables.
Mon, 13 Feb 2012 15:28:19 +0000 Maxim Dounin Fix for proxy_store leaving temporary files for subrequests.
Mon, 13 Feb 2012 15:23:43 +0000 Maxim Dounin Gzip filter: handling of empty flush buffers.
Mon, 13 Feb 2012 15:20:49 +0000 Maxim Dounin Removed r->cache/r->cached dependencies in range filter.
Mon, 13 Feb 2012 11:08:05 +0000 Valentin Bartenev Proxy: added the "proxy_cookie_path" directive.
Mon, 13 Feb 2012 11:04:45 +0000 Valentin Bartenev Proxy: added the "proxy_cookie_domain" directive.
Mon, 13 Feb 2012 11:01:58 +0000 Valentin Bartenev Upstream: added callback hook for the "Set-Cookie" header.
Mon, 13 Feb 2012 11:00:08 +0000 Valentin Bartenev Proxy: generic regex related code from the "proxy_redirect" directive moved
Mon, 13 Feb 2012 10:56:09 +0000 Valentin Bartenev Proxy: generic rewrite code from the "proxy_redirect" handlers moved to a
Mon, 13 Feb 2012 10:42:44 +0000 Valentin Bartenev Proxy: renamed some "proxy_redirect" related declarations to a more general and
Fri, 10 Feb 2012 14:31:04 +0000 Maxim Dounin Upstream: fixed "too big header" check.
Fri, 10 Feb 2012 11:24:19 +0000 Valentin Bartenev Added ngx_ncpu detection for most *nix platforms.
Fri, 10 Feb 2012 10:48:58 +0000 Valentin Bartenev Limit conn: returned to the old behavior of using the first actual limit on
Fri, 10 Feb 2012 09:56:37 +0000 Valentin Bartenev Fixed module name in comment. It was forgotten in r4281.
Thu, 09 Feb 2012 16:18:02 +0000 Maxim Dounin Version bump.
Mon, 06 Feb 2012 14:09:16 +0000 Maxim Dounin release-1.0.12 tag stable-1.0
Mon, 06 Feb 2012 14:08:59 +0000 Maxim Dounin nginx-1.0.12-RELEASE stable-1.0 release-1.0.12
Mon, 06 Feb 2012 11:40:10 +0000 Maxim Dounin Updated libs used for win32 builds. stable-1.0
Sun, 05 Feb 2012 20:06:50 +0000 Maxim Dounin Merge of r4422: stable-1.0
Sun, 05 Feb 2012 20:05:11 +0000 Maxim Dounin Merge of r4416: stable-1.0
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sun, 05 Feb 2012 19:27:18 +0000 Maxim Dounin Merge of r4405: stable-1.0
Sun, 05 Feb 2012 19:25:24 +0000 Maxim Dounin Merge of r4404: stable-1.0
Sun, 05 Feb 2012 19:23:44 +0000 Maxim Dounin Merge of r4402: stable-1.0
Sun, 05 Feb 2012 19:15:09 +0000 Maxim Dounin Merge of r4401, r4415: stable-1.0
Sun, 05 Feb 2012 19:06:52 +0000 Maxim Dounin Merge of r4398: stable-1.0
Sun, 05 Feb 2012 19:05:06 +0000 Maxim Dounin Merge of r4396: stable-1.0
Sun, 05 Feb 2012 19:03:21 +0000 Maxim Dounin Merge of r4393: zlib license file include fixed. stable-1.0
Sun, 05 Feb 2012 16:12:55 +0000 Maxim Dounin Merge of r4384, r4385: stable-1.0
Sun, 05 Feb 2012 15:51:20 +0000 Maxim Dounin Merge of r4383, r4403: stable-1.0
Sun, 05 Feb 2012 15:47:58 +0000 Maxim Dounin Merge of r4381, r4400: stable-1.0
Sun, 05 Feb 2012 15:34:20 +0000 Maxim Dounin Merge of r4379: duplicate words removed. stable-1.0
Sun, 05 Feb 2012 14:09:46 +0000 Maxim Dounin Merge of r4375, r4382: stable-1.0
Sun, 05 Feb 2012 13:53:50 +0000 Maxim Dounin Merge of r4372, r4373, r4374: stable-1.0
Sun, 05 Feb 2012 13:34:08 +0000 Maxim Dounin Merge of r4339, r4340, r4341: stable-1.0
Sun, 05 Feb 2012 12:46:20 +0000 Maxim Dounin Merge of r4338: stable-1.0
Sun, 05 Feb 2012 12:42:36 +0000 Maxim Dounin Merge r4336: stable-1.0
Sun, 05 Feb 2012 12:37:48 +0000 Maxim Dounin Merge of r4335: stable-1.0
Sun, 05 Feb 2012 12:28:35 +0000 Maxim Dounin Merge of r4377: configure on Solaris fixed. stable-1.0
Sat, 04 Feb 2012 23:28:10 +0000 Maxim Dounin Merge of r4327: stable-1.0
Sat, 04 Feb 2012 23:18:12 +0000 Maxim Dounin Merge of r4306, r4320: stable-1.0
Sat, 04 Feb 2012 22:30:30 +0000 Maxim Dounin Merge of r4326: stable-1.0
Sat, 04 Feb 2012 22:23:12 +0000 Maxim Dounin Version bump. stable-1.0
Mon, 30 Jan 2012 13:52:35 +0000 Maxim Dounin release-1.1.14 tag
Mon, 30 Jan 2012 13:52:10 +0000 Maxim Dounin nginx-1.1.14-RELEASE release-1.1.14
Mon, 30 Jan 2012 13:47:03 +0000 Maxim Dounin Update OpenSSL and PCRE used for win32 builds.
Mon, 30 Jan 2012 13:19:25 +0000 Maxim Dounin Limit req: unbreak compilation with MSVC.
Mon, 30 Jan 2012 12:53:57 +0000 Valentin Bartenev Fixed memory leak on HUP signal when PCRE JIT was used.
Mon, 30 Jan 2012 11:22:56 +0000 Valentin Bartenev Fixed proxy_redirect off inheritance.
Mon, 30 Jan 2012 11:12:52 +0000 Maxim Dounin Fixed error handling in ngx_event_connect_peer().
Mon, 30 Jan 2012 10:17:56 +0000 Valentin Bartenev Limit req: support for multiple "limit_req" limits.
Mon, 30 Jan 2012 10:01:39 +0000 Valentin Bartenev Limit req: number of cleanup calls reduced.
Mon, 30 Jan 2012 09:41:49 +0000 Valentin Bartenev Limit req: allocation and initialization of a new node moved to the lookup
Mon, 30 Jan 2012 09:26:08 +0000 Valentin Bartenev Limit req: improved error handling when parsing "zone" parameter of
Mon, 30 Jan 2012 09:02:29 +0000 Valentin Bartenev Limit req: error messages fixed.
Mon, 30 Jan 2012 07:39:47 +0000 Maxim Dounin Fixed AIO error handling on FreeBSD.
Mon, 30 Jan 2012 07:38:27 +0000 Maxim Dounin Removed ENGINE_load_builtin_engines() call.
Tue, 24 Jan 2012 10:20:42 +0000 Valentin Bartenev Fixed grammar in PCRE JIT error log message.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Wed, 18 Jan 2012 15:04:17 +0000 Maxim Konovalov Version bump.
Wed, 18 Jan 2012 14:33:17 +0000 Maxim Konovalov Version bump.
Tue, 17 Jan 2012 07:09:51 +0000 Ruslan Ermilov Fixed spelling.
Mon, 16 Jan 2012 15:15:01 +0000 Maxim Dounin release-1.1.13 tag
Mon, 16 Jan 2012 15:14:37 +0000 Maxim Dounin nginx-1.1.13-RELEASE release-1.1.13
Mon, 16 Jan 2012 15:10:36 +0000 Maxim Dounin Updated OpenSSL version used for win32 build.
Mon, 16 Jan 2012 14:31:15 +0000 Igor Sysoev 2012 year.
Mon, 16 Jan 2012 12:42:07 +0000 Valentin Bartenev Fixed division by zero exception in ngx_hash_init().
Mon, 16 Jan 2012 11:13:48 +0000 Maxim Dounin Fixed sched_setaffinity(2) to correctly pass size.
Mon, 16 Jan 2012 11:03:27 +0000 Maxim Dounin Fixed handling of mp4 above 2G and 32bit offsets (ticket #84).
Mon, 16 Jan 2012 11:01:52 +0000 Maxim Dounin Fixed proxy_cache_use_stale in "no live upstreams" case.
Wed, 11 Jan 2012 11:15:00 +0000 Maxim Dounin Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Wed, 11 Jan 2012 11:09:05 +0000 Maxim Dounin Fixed limit_req burst/nodelay inheritance (ticket #76).
Tue, 10 Jan 2012 15:09:45 +0000 Valentin Bartenev Fixed: proxy_redirect with regex might broke Refresh header.
Tue, 10 Jan 2012 07:28:32 +0000 Ruslan Ermilov Changed ngx_log_debugN() macros to verify the number of arguments
Thu, 29 Dec 2011 15:58:53 +0000 Valentin Bartenev Fixed configure with system PCRE library on Solaris.
Thu, 29 Dec 2011 15:36:07 +0000 Maxim Konovalov Some questionable optomizations flags for icc were removed
Wed, 28 Dec 2011 13:30:56 +0000 Maxim Dounin Fixed punctuation.
Tue, 27 Dec 2011 12:39:11 +0000 Sergey Budnevitch libraries versions updated
Tue, 27 Dec 2011 12:35:52 +0000 Sergey Budnevitch zlib license file include fixed
Tue, 27 Dec 2011 11:56:48 +0000 Maxim Dounin Version bump.
Mon, 26 Dec 2011 15:05:38 +0000 Maxim Dounin release-1.1.12 tag
Mon, 26 Dec 2011 15:05:17 +0000 Maxim Dounin nginx-1.1.12-RELEASE release-1.1.12
Mon, 26 Dec 2011 13:10:36 +0000 Valentin Bartenev Added support for regex study and PCRE JIT (ticket #41) optimizations on
Mon, 26 Dec 2011 11:33:11 +0000 Maxim Dounin Fixed build without debug.
Mon, 26 Dec 2011 11:16:19 +0000 Maxim Dounin Cache lock support for fastcgi, scgi, uwsgi.
Mon, 26 Dec 2011 11:15:23 +0000 Maxim Dounin Cache locks initial implementation.
Mon, 26 Dec 2011 10:51:24 +0000 Maxim Dounin Fixed interaction of limit_rate and sendfile_max_chunk.
Mon, 26 Dec 2011 10:49:57 +0000 Maxim Dounin Fixed throughput problems with large limit_rate.
Mon, 26 Dec 2011 10:49:03 +0000 Maxim Dounin Fixed mp4 if first entry in stsc was skipped (ticket #72).
Sun, 25 Dec 2011 20:08:37 +0000 Valentin Bartenev SSI: added regex captures support in the expression of the "if" command.
Sun, 25 Dec 2011 19:32:31 +0000 Valentin Bartenev Fixed limit_conn_log_level/limit_req_log_level inheritance.
Sun, 25 Dec 2011 19:15:56 +0000 Valentin Bartenev Added the HTTPS fastcgi_param to fastcgi.conf.
Sat, 24 Dec 2011 06:31:57 +0000 Maxim Konovalov Words duplications removed.
Fri, 23 Dec 2011 16:04:09 +0000 Maxim Dounin Proxy: made proxy_pass with variables more consistent.
Tue, 20 Dec 2011 16:20:23 +0000 Sergey Budnevitch configure on Solaris fixed
Mon, 19 Dec 2011 14:11:48 +0000 Maxim Dounin Added clearing of r->valid_unparsed_uri on internal redirects.
Mon, 19 Dec 2011 13:28:22 +0000 Valentin Bartenev SSI bugfix: the "if" command did not work inside the "block" command and
Mon, 19 Dec 2011 11:25:40 +0000 Maxim Dounin Scgi: removed error if there is no Status header.
Mon, 19 Dec 2011 11:24:32 +0000 Maxim Dounin Scgi: removed duplicate function declaration.
Mon, 19 Dec 2011 11:23:16 +0000 Maxim Dounin Fixed incorrect use of r->http_version in scgi module.
Mon, 19 Dec 2011 11:21:46 +0000 Maxim Dounin Version bump.
Thu, 15 Dec 2011 14:05:08 +0000 Maxim Dounin release-1.0.11 tag stable-1.0
Thu, 15 Dec 2011 14:04:39 +0000 Maxim Dounin nginx-1.0.11-RELEASE stable-1.0 release-1.0.11
Wed, 14 Dec 2011 18:06:21 +0000 Maxim Dounin Merge of r4315: stable-1.0
Wed, 14 Dec 2011 18:04:06 +0000 Maxim Dounin Merge of r4313: stable-1.0
Wed, 14 Dec 2011 18:02:37 +0000 Maxim Dounin Merge of r4307: stable-1.0
Wed, 14 Dec 2011 18:00:50 +0000 Maxim Dounin Merge of r4305: stable-1.0
Wed, 14 Dec 2011 15:30:02 +0000 Maxim Dounin Merge of r4298: stable-1.0
Wed, 14 Dec 2011 15:28:13 +0000 Maxim Dounin Merge of r4295: stable-1.0
Wed, 14 Dec 2011 15:25:32 +0000 Maxim Dounin Merge of r4294: stable-1.0
Wed, 14 Dec 2011 15:23:23 +0000 Maxim Dounin Merge of r4284: stable-1.0
Wed, 14 Dec 2011 15:16:05 +0000 Maxim Dounin Merge of r4282, r4302: stable-1.0
Wed, 14 Dec 2011 15:13:25 +0000 Maxim Dounin Merge of r4275, r4276, r4278, r4279: stable-1.0
Wed, 14 Dec 2011 14:31:55 +0000 Maxim Dounin Merge of r4270, r4274: stable-1.0
Wed, 14 Dec 2011 13:40:25 +0000 Maxim Dounin Merge of r4267, r4301: stable-1.0
Wed, 14 Dec 2011 13:37:53 +0000 Maxim Dounin Merge of r4266, r4308, r4309: stable-1.0
Wed, 14 Dec 2011 13:34:16 +0000 Maxim Dounin Merge of r4231, r4300, r4303, r4304: stable-1.0
Wed, 14 Dec 2011 13:06:45 +0000 Maxim Dounin Merge of r4227, r4228: stable-1.0
Tue, 13 Dec 2011 19:01:10 +0000 Maxim Dounin Merge of r4223: stable-1.0