log

age author description
Fri, 29 Mar 2013 15:29:29 +0000 Maxim Dounin Version bump. stable-1.2
Fri, 29 Mar 2013 08:47:37 +0000 Ruslan Ermilov Pass PCRE_CASELESS to pcre_compile() for caseless matching.
Thu, 28 Mar 2013 08:47:25 +0000 Ruslan Ermilov Configure: unified nginx version computation constructs.
Thu, 28 Mar 2013 08:47:06 +0000 Ruslan Ermilov Simplified nginx version maintenance.
Thu, 28 Mar 2013 08:46:42 +0000 Ruslan Ermilov Configure: fixed perl module make rules.
Thu, 28 Mar 2013 08:46:12 +0000 Ruslan Ermilov Configure: improved make dependencies for perl module.
Thu, 28 Mar 2013 08:45:45 +0000 Ruslan Ermilov Configure: improved layout of the generated makefile.
Wed, 27 Mar 2013 15:18:34 +0000 Maxim Dounin Upstream: fixed tcp_nodelay with connection upgrade (ticket #325).
Wed, 27 Mar 2013 15:16:45 +0000 Maxim Dounin Event connect: don't penalize AF_INET6 connections.
Wed, 27 Mar 2013 15:15:34 +0000 Maxim Dounin Version bump.
Tue, 26 Mar 2013 13:03:14 +0000 Maxim Dounin release-1.3.15 tag
Tue, 26 Mar 2013 13:03:02 +0000 Maxim Dounin nginx-1.3.15-RELEASE release-1.3.15
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Mon, 25 Mar 2013 14:51:44 +0000 Ruslan Ermilov Upstream: removed rudiments of upstream connection caching.
Mon, 25 Mar 2013 13:41:30 +0000 Ruslan Ermilov Upstream: removed sorting of upstream servers.
Mon, 25 Mar 2013 13:38:59 +0000 Ruslan Ermilov Mail: IPv6 backends (ticket #323).
Mon, 25 Mar 2013 13:16:55 +0000 Ruslan Ermilov Upstream: removed double-free workarounds in peer.free() methods.
Mon, 25 Mar 2013 13:14:49 +0000 Ruslan Ermilov Upstream: only call peer.free() if peer.get() selected a peer.
Fri, 22 Mar 2013 15:47:18 +0000 Maxim Dounin Misc: support for Mercurial repositories.
Fri, 22 Mar 2013 15:14:43 +0000 Maxim Dounin Misc: removed unused "snapshot" target.
Fri, 22 Mar 2013 15:14:07 +0000 Maxim Dounin Misc: switch to single export operation in "zip" target.
Thu, 21 Mar 2013 16:06:53 +0000 Ruslan Ermilov Split clients: check length when parsing configuration.
Thu, 21 Mar 2013 16:06:13 +0000 Ruslan Ermilov Removed unused ngx_http_clear_variable() macro.
Thu, 21 Mar 2013 16:05:35 +0000 Ruslan Ermilov Fixed language in a comment preceding ngx_http_index_handler().
Thu, 21 Mar 2013 16:04:09 +0000 Ruslan Ermilov Moved ngx_array_t definition from ngx_core.h to ngx_array.h.
Thu, 21 Mar 2013 16:03:24 +0000 Ruslan Ermilov Use NGX_DEFAULT_POOL_SIZE macro where appropriate.
Thu, 21 Mar 2013 15:52:52 +0000 Ruslan Ermilov Simplified ngx_array_create().
Wed, 20 Mar 2013 18:07:25 +0000 Ruslan Ermilov Core: fixed resource leak if binary upgrade fails due to no memory.
Wed, 20 Mar 2013 10:36:57 +0000 Valentin Bartenev Preliminary experimental support for SPDY draft 2.
Wed, 20 Mar 2013 10:18:26 +0000 Valentin Bartenev Win32: disabled MSVC warning about '\0' not fitting into array.
Wed, 20 Mar 2013 09:36:27 +0000 Valentin Bartenev URI processing code moved to a separate function.
Tue, 19 Mar 2013 08:13:48 +0000 Ruslan Ermilov Image filter: the "image_filter_interlace" directive.
Mon, 18 Mar 2013 14:50:29 +0000 Maxim Dounin The limit_req_status and limit_conn_status directives.
Mon, 18 Mar 2013 07:13:57 +0000 Ruslan Ermilov Core: guard against failed allocation during binary upgrade.
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Fri, 15 Mar 2013 19:49:54 +0000 Valentin Bartenev Allow to reuse connections that wait their first request.
Thu, 14 Mar 2013 16:22:43 +0000 Maxim Dounin Upstream: fixed previous commit.
Thu, 14 Mar 2013 12:37:54 +0000 Maxim Dounin Upstream: call ngx_http_run_posted_requests() on resolve errors.
Thu, 14 Mar 2013 12:30:26 +0000 Maxim Dounin Request body: avoid linking rb->buf to r->header_in.
Thu, 14 Mar 2013 12:28:53 +0000 Maxim Dounin Request body: next upstream fix.
Tue, 12 Mar 2013 13:38:04 +0000 Maxim Dounin Fixed logging in ngx_http_wait_request_handler().
Mon, 11 Mar 2013 14:44:56 +0000 Valentin Bartenev Removed unused prototype of ngx_http_find_server_conf().
Mon, 11 Mar 2013 11:19:58 +0000 Valentin Bartenev Gzip: fixed setting of NGX_HTTP_GZIP_BUFFERED.
Thu, 07 Mar 2013 18:21:28 +0000 Valentin Bartenev SSL: Next Protocol Negotiation extension support.
Thu, 07 Mar 2013 18:14:27 +0000 Valentin Bartenev Refactored ngx_http_init_request().
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Thu, 07 Mar 2013 17:59:27 +0000 Valentin Bartenev Respect the new behavior of TCP_DEFER_ACCEPT.
Thu, 07 Mar 2013 17:41:40 +0000 Valentin Bartenev Use "client_header_timeout" for all requests in a connection.
Thu, 07 Mar 2013 17:21:50 +0000 Valentin Bartenev Create request object only after the first byte was received.
Thu, 07 Mar 2013 17:07:04 +0000 Valentin Bartenev Version bump.
Tue, 05 Mar 2013 14:36:20 +0000 Maxim Dounin release-1.3.14 tag
Tue, 05 Mar 2013 14:35:58 +0000 Maxim Dounin nginx-1.3.14-RELEASE release-1.3.14
Mon, 04 Mar 2013 15:39:03 +0000 Maxim Dounin Mp4: fixed handling of too small mdat atoms (ticket #266).
Fri, 01 Mar 2013 14:55:42 +0000 Valentin Bartenev Allocate request object from its own pool.
Wed, 27 Feb 2013 17:41:34 +0000 Valentin Bartenev SNI: added restriction on requesting host other than negotiated.
Wed, 27 Feb 2013 17:38:54 +0000 Valentin Bartenev SNI: reset to default server if requested host was not found.
Wed, 27 Feb 2013 17:33:59 +0000 Valentin Bartenev SNI: avoid surplus lookup of virtual server if SNI was used.
Wed, 27 Feb 2013 17:27:15 +0000 Valentin Bartenev Apply server configuration as soon as host is known.
Wed, 27 Feb 2013 17:21:21 +0000 Valentin Bartenev SSL: do not treat SSL handshake as request.
Wed, 27 Feb 2013 17:16:51 +0000 Valentin Bartenev Status: do not count connection as reading right after accept().
Wed, 27 Feb 2013 17:12:48 +0000 Valentin Bartenev SNI: reuse selected configuration for all requests in a connection.
Wed, 27 Feb 2013 17:06:52 +0000 Valentin Bartenev SNI: ignore captures in server_name regexes when matching by SNI.
Wed, 27 Feb 2013 17:03:14 +0000 Valentin Bartenev Changed interface of ngx_http_validate_host().
Wed, 27 Feb 2013 16:56:47 +0000 Valentin Bartenev Introduced the ngx_http_set_connection_log() macro.
Wed, 27 Feb 2013 16:53:01 +0000 Valentin Bartenev The default server lookup is now done only once per connection.
Wed, 27 Feb 2013 13:29:50 +0000 Ruslan Ermilov Correctly handle multiple X-Forwarded-For headers (ticket #106).
Wed, 27 Feb 2013 13:22:20 +0000 Ruslan Ermilov Fixed separator in $sent_http_cache_control.
Sat, 23 Feb 2013 13:23:48 +0000 Valentin Bartenev Fixed potential segfault in ngx_http_keepalive_handler().
Sat, 23 Feb 2013 11:54:25 +0000 Maxim Dounin SSL: retry "sess_id" and "id" allocations.
Sat, 23 Feb 2013 11:50:42 +0000 Maxim Dounin Trailing whitespace fix.
Thu, 21 Feb 2013 23:31:57 +0000 Andrey Belov Introduced variables in ngx_http_stub_status module.
Wed, 20 Feb 2013 16:41:05 +0000 Maxim Dounin Connection upgrade support in uwsgi and scgi modules.
Tue, 19 Feb 2013 17:48:45 +0000 Valentin Bartenev Removed zero termination of shm zone names.
Tue, 19 Feb 2013 17:45:12 +0000 Valentin Bartenev Version bump.
Tue, 19 Feb 2013 15:15:11 +0000 Maxim Dounin release-1.3.13 tag
Tue, 19 Feb 2013 15:14:48 +0000 Maxim Dounin nginx-1.3.13-RELEASE release-1.3.13
Mon, 18 Feb 2013 15:08:46 +0000 Maxim Dounin Proxy: fixed do_write handling in previous commit.
Mon, 18 Feb 2013 13:50:52 +0000 Maxim Dounin Proxy: support for connection upgrade (101 Switching Protocols).
Mon, 18 Feb 2013 11:35:28 +0000 Gleb Smirnoff Configure: changed default compiler from "gcc" to "cc".
Fri, 15 Feb 2013 16:50:22 +0000 Maxim Dounin Configure: rebuild perl module nginx.so if headers are changed.
Wed, 13 Feb 2013 14:39:46 +0000 Maxim Dounin Fixed false memset warning on Linux with -O3 (ticket #275).
Tue, 12 Feb 2013 13:40:46 +0000 Maxim Dounin release-1.2.7 tag stable-1.2
Tue, 12 Feb 2013 13:40:16 +0000 Maxim Dounin nginx-1.2.7-RELEASE stable-1.2 release-1.2.7
Mon, 11 Feb 2013 23:57:13 +0000 Maxim Dounin Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32 builds. stable-1.2
Mon, 11 Feb 2013 23:37:20 +0000 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 11 Feb 2013 16:11:14 +0000 Maxim Dounin Merge of r5027, r5028, r5029: fastcgi_keep_conn fixes. stable-1.2
Mon, 11 Feb 2013 16:09:35 +0000 Maxim Dounin Merge of r5018: secure link: fixed configuration inheritance. stable-1.2
Mon, 11 Feb 2013 16:06:39 +0000 Maxim Dounin Merge of r5017: fixed null dereference with resolver and poll. stable-1.2
Mon, 11 Feb 2013 15:34:30 +0000 Maxim Dounin Merge of r5014, r5015, r5016, r5030: geoip ipv6 support. stable-1.2
Mon, 11 Feb 2013 15:31:10 +0000 Maxim Dounin Merge of r5013: proxy: fixed proxy_method to always add space. stable-1.2
Mon, 11 Feb 2013 15:28:50 +0000 Maxim Dounin Merge of r5012: configure: removed redundant variable assignment. stable-1.2
Mon, 11 Feb 2013 15:12:06 +0000 Maxim Dounin Merge of r5004, r5019-r5025: ssl fixes. stable-1.2
Mon, 11 Feb 2013 15:00:43 +0000 Maxim Dounin Merge of r5001: year 2013. stable-1.2
Mon, 11 Feb 2013 14:58:25 +0000 Maxim Dounin Merge of r4999, r5003: detect duplicate "events" and "keepalive". stable-1.2
Mon, 11 Feb 2013 14:56:14 +0000 Maxim Dounin Merge of r4992: off-by-one with 32/64 upstream backup servers. stable-1.2
Mon, 11 Feb 2013 14:39:49 +0000 Maxim Dounin Merge of r4991: fixed proxied HEAD requests with gzip enabled. stable-1.2
Mon, 11 Feb 2013 14:34:00 +0000 Maxim Dounin Merge of r4985, r4986, r4987, r4988, r4989, r5002: access_log gzip. stable-1.2
Mon, 11 Feb 2013 13:59:08 +0000 Maxim Dounin Merge of r4979, r4982: image filter configuration inheritance. stable-1.2
Mon, 11 Feb 2013 13:52:13 +0000 Maxim Dounin Merge of r4976: let add_header affect 201 responses (ticket #125). stable-1.2
Mon, 11 Feb 2013 12:37:06 +0000 Maxim Dounin Merge of r4983: crypt_r() error handling fixed. stable-1.2
Mon, 11 Feb 2013 12:35:49 +0000 Maxim Dounin Merge of r4974: avoid sending "100 Continue" on 413. stable-1.2
Mon, 11 Feb 2013 12:31:43 +0000 Maxim Dounin Merge of r4993, r4994, r4997, r5000: geo ipv6 support. stable-1.2
Mon, 11 Feb 2013 12:26:33 +0000 Maxim Dounin Merge of r4968, r4969, r4977, r4980, r4981, r4990: geo fixes. stable-1.2
Sun, 10 Feb 2013 03:55:18 +0000 Maxim Dounin Merge of r4967: ngx_write_fd() and ngx_read_fd() errors handling. stable-1.2
Sun, 10 Feb 2013 03:52:26 +0000 Maxim Dounin Merge of r4966: gzip: fixed zlib memLevel adjusting. stable-1.2
Sun, 10 Feb 2013 03:27:15 +0000 Maxim Dounin Merge of r4965: upstream: fixed SIGSEGV with the "if" directive. stable-1.2
Sun, 10 Feb 2013 03:22:58 +0000 Maxim Dounin Merge of r4963: proxy: better error message about unexpected data. stable-1.2
Sun, 10 Feb 2013 03:20:00 +0000 Maxim Dounin Merge of r4962: limit_rate fix. stable-1.2
Sun, 10 Feb 2013 03:18:08 +0000 Maxim Dounin Merge of r4961: configure: better check for PCRE JIT. stable-1.2
Sun, 10 Feb 2013 03:08:42 +0000 Maxim Dounin Merge of r4948, r4949, r4964, r4973, r5011: variables. stable-1.2
Sun, 10 Feb 2013 03:00:55 +0000 Maxim Dounin Merge of r4947: xslt: prevented infinite loop. stable-1.2
Sun, 10 Feb 2013 02:58:03 +0000 Maxim Dounin Merge of r4946, r4978: perl. stable-1.2
Sun, 10 Feb 2013 02:56:03 +0000 Maxim Dounin Merge of r4945, r4984: ngx_inet.[ch] minor fixes. stable-1.2
Sat, 09 Feb 2013 21:27:37 +0000 Maxim Dounin Merge of r4944: removed GLOB_NOSORT glob option. stable-1.2
Sat, 09 Feb 2013 21:07:06 +0000 Maxim Dounin Version bump. stable-1.2
Thu, 07 Feb 2013 12:09:56 +0000 Maxim Dounin Added support for {SHA} passwords (ticket #50).
Thu, 07 Feb 2013 12:09:09 +0000 Maxim Dounin Version bump.
Tue, 05 Feb 2013 14:07:01 +0000 Maxim Dounin release-1.3.12 tag
Tue, 05 Feb 2013 14:06:41 +0000 Maxim Dounin nginx-1.3.12-RELEASE release-1.3.12
Tue, 05 Feb 2013 13:41:48 +0000 Maxim Dounin Updated OpenSSL used for win32 builds.
Mon, 04 Feb 2013 16:44:22 +0000 Ruslan Ermilov GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
Fri, 01 Feb 2013 14:41:50 +0000 Maxim Dounin FastCGI: proper handling of split fastcgi end request.
Fri, 01 Feb 2013 14:41:07 +0000 Maxim Dounin FastCGI: unconditional state transitions.
Fri, 01 Feb 2013 14:40:19 +0000 Maxim Dounin FastCGI: fixed wrong connection close with fastcgi_keep_conn.
Fri, 01 Feb 2013 14:38:18 +0000 Maxim Dounin Request body: fixed client_body_in_file_only.
Fri, 01 Feb 2013 14:37:43 +0000 Maxim Dounin SSL: fixed ngx_ssl_handshake() with level-triggered event methods.
Mon, 28 Jan 2013 15:41:12 +0000 Valentin Bartenev SSL: take into account data in the buffer while limiting output.
Mon, 28 Jan 2013 15:40:25 +0000 Valentin Bartenev SSL: avoid calling SSL_write() with zero data size.
Mon, 28 Jan 2013 15:38:36 +0000 Valentin Bartenev SSL: calculation of buffer size moved closer to its usage.
Mon, 28 Jan 2013 15:37:11 +0000 Valentin Bartenev SSL: preservation of flush flag for buffered data.
Mon, 28 Jan 2013 15:35:12 +0000 Valentin Bartenev SSL: resetting of flush flag after the data was written.
Mon, 28 Jan 2013 15:34:09 +0000 Valentin Bartenev SSL: removed conditions that always hold true.
Mon, 28 Jan 2013 14:42:07 +0000 Ruslan Ermilov Secure_link: fixed configuration inheritance.
Fri, 25 Jan 2013 09:59:28 +0000 Ruslan Ermilov Events: fixed null pointer dereference with resolver and poll.
Thu, 24 Jan 2013 16:15:51 +0000 Ruslan Ermilov GeoIP: IPv6 support.
Thu, 24 Jan 2013 16:15:07 +0000 Ruslan Ermilov Configure: fixed GeoIP library detection.
Thu, 24 Jan 2013 16:14:12 +0000 Ruslan Ermilov Configure: fixed style of include directories.
Tue, 22 Jan 2013 12:36:00 +0000 Maxim Dounin Proxy: fixed proxy_method to always add space.
Mon, 21 Jan 2013 15:05:54 +0000 Sergey Budnevitch Removed redundant variable assignment.
Mon, 21 Jan 2013 13:15:29 +0000 Ruslan Ermilov Variables $pipe, $request_length, $time_iso8601, and $time_local.
Thu, 17 Jan 2013 09:55:36 +0000 Ruslan Ermilov Version bump.
Wed, 16 Jan 2013 09:42:57 +0000 Ruslan Ermilov Fixed and improved the "*_bind" directives of proxying modules.
Thu, 10 Jan 2013 13:17:29 +0000 Maxim Dounin release-1.3.11 tag
Thu, 10 Jan 2013 13:17:04 +0000 Maxim Dounin nginx-1.3.11-RELEASE release-1.3.11
Thu, 10 Jan 2013 12:58:55 +0000 Ruslan Ermilov Fixed "proxy_pass" with IP address and no port (ticket #276).
Thu, 10 Jan 2013 11:38:14 +0000 Maxim Dounin Updated PCRE used for win32 builds.
Wed, 09 Jan 2013 14:11:48 +0000 Maxim Dounin SSL: speedup loading of configs with many ssl servers.
Tue, 08 Jan 2013 14:03:37 +0000 Valentin Bartenev Events: added check for duplicate "events" directive.
Tue, 08 Jan 2013 14:01:57 +0000 Valentin Bartenev The data pointer in ngx_open_file_t objects must be initialized.
Mon, 31 Dec 2012 22:08:19 +0000 Ruslan Ermilov Year 2013.
Thu, 27 Dec 2012 21:35:47 +0000 Ruslan Ermilov Geo: improved code readability.
Wed, 26 Dec 2012 14:46:06 +0000 Ruslan Ermilov Upstream keepalive: detect duplicate "keepalive" directive.
Wed, 26 Dec 2012 09:29:37 +0000 Ruslan Ermilov Version bump.
Wed, 26 Dec 2012 05:03:51 +0000 Ruslan Ermilov Geo: made "default" affect both IPv4 and IPv6 when using prefixes.
Tue, 25 Dec 2012 14:24:12 +0000 Maxim Dounin release-1.3.10 tag
Tue, 25 Dec 2012 14:23:45 +0000 Maxim Dounin nginx-1.3.10-RELEASE release-1.3.10
Tue, 25 Dec 2012 10:00:39 +0000 Ruslan Ermilov Geo: properly initialize ngx_cidr_t when dealing with "default".
Tue, 25 Dec 2012 08:21:56 +0000 Ruslan Ermilov Geo: IPv6 support.
Tue, 25 Dec 2012 08:02:21 +0000 Valentin Bartenev Upstream: fixed state resetting when switching to backup servers.
Mon, 24 Dec 2012 17:32:53 +0000 Valentin Bartenev Fixed HEAD requests handling when proxying is used (closes #261).
Mon, 24 Dec 2012 16:40:55 +0000 Ruslan Ermilov Trailing whitespace fix.
Sun, 23 Dec 2012 19:09:33 +0000 Valentin Bartenev Access log: the "gzip" parameter of the "access_log" directive.
Sun, 23 Dec 2012 16:04:14 +0000 Valentin Bartenev Configure: added the NGX_ZLIB define.
Sun, 23 Dec 2012 15:51:47 +0000 Valentin Bartenev Access log: the "flush" parameter of the "access_log" directive.
Sun, 23 Dec 2012 15:36:52 +0000 Valentin Bartenev Reopening log files code moved to a separate function.
Sun, 23 Dec 2012 15:27:55 +0000 Valentin Bartenev Access log: fixed redundant buffer reallocation.
Sat, 22 Dec 2012 20:03:38 +0000 Ruslan Ermilov Properly initialize "struct in6_addr" with zeroes.
Fri, 21 Dec 2012 16:13:03 +0000 Maxim Dounin Core: crypt_r() error handling fixed.
Fri, 21 Dec 2012 15:07:45 +0000 Maxim Dounin Image filter: fixed image_filter rotate inheritance.
Fri, 21 Dec 2012 08:46:52 +0000 Ruslan Ermilov Geo: ensure that default entry is always present.
Fri, 21 Dec 2012 08:44:39 +0000 Ruslan Ermilov There's no need to normalize address returned by ngx_ptocidr().
Thu, 20 Dec 2012 19:04:28 +0000 Maxim Dounin Image filter: configuration inheritance fixes.
Thu, 20 Dec 2012 15:34:37 +0000 Ruslan Ermilov Brought the link to ngx_http_perl_module documentation up to date.
Thu, 20 Dec 2012 11:16:03 +0000 Ruslan Ermilov Fixed return type of internal function that allocates radix tree nodes.
Wed, 19 Dec 2012 10:33:56 +0000 Ruslan Ermilov Let "add_header" affect 201 responses (ticket #125).
Wed, 19 Dec 2012 10:30:45 +0000 Ruslan Ermilov Slightly optimized code that handles special headers in "add_header".
Tue, 18 Dec 2012 18:39:39 +0000 Maxim Dounin Avoid sending "100 Continue" on 413 Request Entity Too Large.
Mon, 17 Dec 2012 19:03:33 +0000 Ruslan Ermilov Added checks that disallow adding a variable with an empty name.
Mon, 17 Dec 2012 12:08:53 +0000 Ruslan Ermilov Implemented IPv6 support for URLs specified using domain names.
Mon, 17 Dec 2012 09:44:46 +0000 Ruslan Ermilov Fixed URL parsing code.
Mon, 17 Dec 2012 09:31:53 +0000 Ruslan Ermilov Simplified URL parsing code.
Fri, 14 Dec 2012 19:56:03 +0000 Ruslan Ermilov Geo: fixed the "ranges" without ranges case.
Fri, 14 Dec 2012 19:35:37 +0000 Ruslan Ermilov Geo: improved ngx_http_geo_block() code readability.
Fri, 14 Dec 2012 15:24:24 +0000 Valentin Bartenev Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
Fri, 14 Dec 2012 15:17:58 +0000 Valentin Bartenev Gzip: fixed zlib memLevel adjusting.
Thu, 13 Dec 2012 16:05:59 +0000 Maxim Dounin Upstream: fixed SIGSEGV with the "if" directive.
Thu, 13 Dec 2012 15:05:19 +0000 Ruslan Ermilov Fixed variable syntax checking in "set", "geo", "limit_conn_zone",
Thu, 13 Dec 2012 13:45:39 +0000 Maxim Dounin Proxy: better error message about unexpected data.
Wed, 12 Dec 2012 14:48:48 +0000 Valentin Bartenev Limit rate: fixed integer overflow in limit calculation (ticket #256).
Wed, 12 Dec 2012 13:50:07 +0000 Maxim Dounin Configure: better check for PCRE JIT.
Tue, 11 Dec 2012 14:26:07 +0000 Maxim Dounin release-1.2.6 tag stable-1.2
Tue, 11 Dec 2012 14:24:23 +0000 Maxim Dounin nginx-1.2.6-RELEASE stable-1.2 release-1.2.6
Tue, 11 Dec 2012 13:18:50 +0000 Maxim Dounin Merge of r4921, r4922, r4923, r4924, r4925: request body fixes. stable-1.2
Mon, 10 Dec 2012 18:17:32 +0000 Maxim Dounin Merge of r4933, r4933: shared memory fixes. stable-1.2
Mon, 10 Dec 2012 18:04:54 +0000 Maxim Dounin Merge of r4920, r4939: ngx_write_chain_to_file() fixes. stable-1.2
Mon, 10 Dec 2012 17:51:10 +0000 Maxim Dounin Merge of r4919: fixed segfault on PUT in dav module. stable-1.2
Mon, 10 Dec 2012 17:46:51 +0000 Maxim Dounin Merge of r4918: cache manager startup with many listen sockets. stable-1.2
Mon, 10 Dec 2012 16:35:32 +0000 Maxim Dounin Merge of r4915, r4916, r4917: upstream minor fixes. stable-1.2
Mon, 10 Dec 2012 16:03:56 +0000 Maxim Dounin Merge of r4914: variables $request_time and $msec. stable-1.2
Mon, 10 Dec 2012 16:00:55 +0000 Maxim Dounin Merge of r4913: fixed CPU affinity on respawn of dead workers. stable-1.2
Mon, 10 Dec 2012 15:43:41 +0000 Maxim Dounin Version bump. stable-1.2
Mon, 10 Dec 2012 13:11:11 +0000 Ruslan Ermilov The "auth_basic" directive gained support of variables.
Thu, 06 Dec 2012 23:03:53 +0000 Ruslan Ermilov Allow the complex value to be defined as an empty string.
Thu, 06 Dec 2012 21:22:58 +0000 Ruslan Ermilov Xslt: prevented infinite loop.
Mon, 03 Dec 2012 16:00:26 +0000 Ruslan Ermilov Fixed build with embedded perl in certain setups (ticket #48).
Fri, 30 Nov 2012 11:26:50 +0000 Ruslan Ermilov Fixed the NGX_SOCKADDR_STRLEN macro definition.
Thu, 29 Nov 2012 23:15:41 +0000 Maxim Dounin Core: removed GLOB_NOSORT glob option.
Thu, 29 Nov 2012 23:13:18 +0000 Maxim Dounin Version bump.
Tue, 27 Nov 2012 13:55:54 +0000 Maxim Dounin release-1.3.9 tag
Tue, 27 Nov 2012 13:55:34 +0000 Maxim Dounin nginx-1.3.9-RELEASE release-1.3.9
Mon, 26 Nov 2012 21:30:45 +0000 Maxim Dounin Gunzip: added missing ngx_http_clear_etag().
Mon, 26 Nov 2012 21:19:57 +0000 Maxim Dounin Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
Mon, 26 Nov 2012 18:01:49 +0000 Maxim Dounin Request body: block write events while reading body.
Mon, 26 Nov 2012 18:01:08 +0000 Maxim Dounin Request body: error checking fixes, negative rb->rest handling.
Mon, 26 Nov 2012 18:00:14 +0000 Maxim Dounin Request body: improved handling of incorrect chunked request body.
Mon, 26 Nov 2012 17:59:30 +0000 Maxim Dounin Request body: fixed discard of chunked request body.
Fri, 23 Nov 2012 12:43:58 +0000 Ruslan Ermilov Core: don't reuse shared memory zone that changed ownership (ticket #210).
Wed, 21 Nov 2012 14:23:26 +0000 Ruslan Ermilov Fixed location of debug message in ngx_shmtx_lock().
Wed, 21 Nov 2012 01:40:11 +0000 Maxim Dounin Request body: unbreak build without debug.
Wed, 21 Nov 2012 01:08:11 +0000 Maxim Dounin Request body: chunked transfer encoding support.
Wed, 21 Nov 2012 01:06:53 +0000 Maxim Dounin Request body: recalculate size of a request body in scgi module.
Wed, 21 Nov 2012 01:05:08 +0000 Maxim Dounin Request body: $content_length variable to honor real body size.
Wed, 21 Nov 2012 01:03:48 +0000 Maxim Dounin Request body: always use calculated size of a request body in proxy.
Wed, 21 Nov 2012 01:02:56 +0000 Maxim Dounin Request body: adjust b->pos when chunked parsing done.
Wed, 21 Nov 2012 00:59:16 +0000 Maxim Dounin Request body: chunked parsing moved to ngx_http_parse.c from proxy.
Wed, 21 Nov 2012 00:57:56 +0000 Maxim Dounin Request body: properly handle events while discarding body.
Wed, 21 Nov 2012 00:57:16 +0000 Maxim Dounin Request body: fixed socket leak on errors.
Wed, 21 Nov 2012 00:55:50 +0000 Maxim Dounin Request body: code duplication reduced, no functional changes.
Wed, 21 Nov 2012 00:55:06 +0000 Maxim Dounin Request body: $request_body variable generalization.
Wed, 21 Nov 2012 00:54:01 +0000 Maxim Dounin Request body: fixed "501 Not Implemented" error handling.
Wed, 21 Nov 2012 00:52:35 +0000 Maxim Dounin Core: added debug logging of writev() in ngx_write_chain_to_file().
Wed, 21 Nov 2012 00:51:37 +0000 Maxim Dounin Dav: fixed segfault on PUT if body was already read (ticket #238).
Tue, 20 Nov 2012 13:37:55 +0000 Igor Sysoev Fixed failure to start cache manager and cache loader processes
Sat, 17 Nov 2012 00:36:44 +0000 Maxim Dounin Trailing whitespace fix.
Fri, 16 Nov 2012 18:29:19 +0000 Maxim Dounin Upstream: better detection of connect() failures with kqueue.
Fri, 16 Nov 2012 12:18:05 +0000 Ruslan Ermilov Upstream: honor the "down" flag for a single server.
Fri, 16 Nov 2012 09:37:14 +0000 Ruslan Ermilov Variables $request_time and $msec.
Fri, 16 Nov 2012 09:25:52 +0000 Ruslan Ermilov Fixed setting of CPU affinity on respawn of dead worker processes.
Fri, 16 Nov 2012 07:49:41 +0000 Ruslan Ermilov Version bump.
Tue, 13 Nov 2012 13:35:19 +0000 Maxim Dounin release-1.2.5 tag stable-1.2
Tue, 13 Nov 2012 13:34:59 +0000 Maxim Dounin nginx-1.2.5-RELEASE stable-1.2 release-1.2.5
Tue, 13 Nov 2012 11:24:14 +0000 Maxim Dounin Merge of r4896: event pipe: fixed handling of buf_to_file data. stable-1.2
Tue, 13 Nov 2012 11:21:31 +0000 Maxim Dounin Merge of r4892: keepalive memory usage optimization. stable-1.2
Tue, 13 Nov 2012 11:00:37 +0000 Maxim Dounin Merge of r4891: worker_processes auto. stable-1.2
Tue, 13 Nov 2012 10:45:23 +0000 Maxim Dounin Merge of r4886, r4887, r4894: log variables generalization: stable-1.2
Tue, 13 Nov 2012 10:42:16 +0000 Maxim Dounin Merge of r4885: ssl_verify_client optional_no_ca. stable-1.2
Mon, 12 Nov 2012 18:47:07 +0000 Maxim Dounin Merge of r4872, r4893: resolver cached addresses random rotation. stable-1.2
Mon, 12 Nov 2012 18:39:51 +0000 Maxim Dounin Merge of r4870, r4871, r4890, r4895: minor fixes. stable-1.2
Mon, 12 Nov 2012 18:00:32 +0000 Maxim Dounin Merge of r4868, r4869: SSL minor fixes. stable-1.2
Mon, 12 Nov 2012 17:57:57 +0000 Maxim Dounin Merge of r4866, r4867: configure fixes. stable-1.2
Mon, 12 Nov 2012 17:54:49 +0000 Maxim Dounin Merge of r4865: clearing of cpu_affinity after process spawn. stable-1.2
Mon, 12 Nov 2012 17:03:38 +0000 Maxim Dounin Version bump. stable-1.2
Tue, 30 Oct 2012 13:35:18 +0000 Maxim Dounin release-1.3.8 tag
Tue, 30 Oct 2012 13:34:23 +0000 Maxim Dounin nginx-1.3.8-RELEASE release-1.3.8
Tue, 30 Oct 2012 11:14:24 +0000 Maxim Dounin Event pipe: fixed handling of buf_to_file data.
Tue, 30 Oct 2012 11:09:38 +0000 Maxim Dounin Style, parentheses instead of braces in misc/GNUMakefile.
Mon, 29 Oct 2012 17:17:59 +0000 Maxim Dounin Variables $connection and $connection_requests.
Wed, 24 Oct 2012 14:07:08 +0000 Maxim Dounin Resolver: added missing memory allocation error handling.
Tue, 23 Oct 2012 14:36:18 +0000 Valentin Bartenev ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for
Tue, 23 Oct 2012 09:08:41 +0000 Andrey Belov Core: the "auto" parameter of the "worker_processes" directive.
Thu, 18 Oct 2012 14:48:33 +0000 Maxim Dounin Removed conditional compilation from waitpid() error test.
Thu, 18 Oct 2012 14:27:40 +0000 Maxim Dounin Gunzip: fixed r->gzip_ok check.
Fri, 05 Oct 2012 11:09:14 +0000 Maxim Dounin OCSP stapling: properly check if there is ssl.ctx.
Wed, 03 Oct 2012 15:25:36 +0000 Maxim Dounin Variable $bytes_sent.
Wed, 03 Oct 2012 15:25:06 +0000 Maxim Dounin Log: $apache_bytes_sent removed.
Wed, 03 Oct 2012 15:24:08 +0000 Maxim Dounin SSL: the "ssl_verify_client" directive parameter "optional_no_ca".
Wed, 03 Oct 2012 15:22:18 +0000 Maxim Dounin Version bump.
Tue, 02 Oct 2012 13:33:58 +0000 Maxim Dounin release-1.3.7 tag
Tue, 02 Oct 2012 13:33:37 +0000 Maxim Dounin nginx-1.3.7-RELEASE release-1.3.7
Mon, 01 Oct 2012 13:54:13 +0000 Maxim Dounin OCSP stapling: build fixes.
Mon, 01 Oct 2012 12:53:11 +0000 Maxim Dounin OCSP stapling: ssl_stapling_verify directive.
Mon, 01 Oct 2012 12:51:27 +0000 Maxim Dounin OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.
Mon, 01 Oct 2012 12:50:36 +0000 Maxim Dounin OCSP stapling: log error data in ngx_ssl_error().
Mon, 01 Oct 2012 12:48:54 +0000 Maxim Dounin OCSP stapling: check Content-Type.
Mon, 01 Oct 2012 12:47:55 +0000 Maxim Dounin OCSP stapling: loading OCSP responses.
Mon, 01 Oct 2012 12:42:43 +0000 Maxim Dounin OCSP stapling: the ngx_event_openssl_stapling.c file.
Mon, 01 Oct 2012 12:41:08 +0000 Maxim Dounin OCSP stapling: ssl_stapling_file support.
Mon, 01 Oct 2012 12:39:36 +0000 Maxim Dounin OCSP stapling: ssl_trusted_certificate directive.
Fri, 28 Sep 2012 18:28:38 +0000 Maxim Dounin Resolver: cached addresses are returned with random rotation now.
Fri, 28 Sep 2012 13:49:26 +0000 Andrey Belov Correct plural form for "path" in the whole source base.
Fri, 28 Sep 2012 13:15:11 +0000 Andrey Belov Made sure to initialize the entire ngx_file_t structure.
Thu, 27 Sep 2012 18:01:06 +0000 Maxim Dounin SSL: added version checks for ssl compression workaround.
Thu, 27 Sep 2012 17:59:59 +0000 Maxim Dounin SSL: fixed compression workaround to remove all methods.
Thu, 27 Sep 2012 15:01:57 +0000 Andrey Belov Configure: additional test for ExtUtils::Embed perl module presence.
Wed, 26 Sep 2012 16:39:38 +0000 Maxim Dounin Configure: help updated to list upstream keepalive and least_conn.
Wed, 26 Sep 2012 16:25:12 +0000 Maxim Dounin Added clearing of cpu_affinity after process spawn.
Wed, 26 Sep 2012 15:52:06 +0000 Maxim Dounin Version bump.
Tue, 25 Sep 2012 13:43:03 +0000 Maxim Dounin release-1.2.4 tag stable-1.2
Tue, 25 Sep 2012 13:42:43 +0000 Maxim Dounin nginx-1.2.4-RELEASE stable-1.2 release-1.2.4
Tue, 25 Sep 2012 10:41:22 +0000 Maxim Dounin Stable: removed gunzip module from win32 helper target. stable-1.2
Mon, 24 Sep 2012 19:14:17 +0000 Maxim Dounin Merge of r4835, r4841: improved welcome and 50x error pages. stable-1.2
Mon, 24 Sep 2012 19:11:45 +0000 Maxim Dounin Merge of r4833: limit req: fix of rbtree node insertion. stable-1.2
Mon, 24 Sep 2012 19:06:48 +0000 Maxim Dounin Merge of r4829: fixed strict aliasing with ipv6 (ticket #201). stable-1.2
Mon, 24 Sep 2012 19:05:02 +0000 Maxim Dounin Merge of r4828: "include" with wildcards in map and types blocks. stable-1.2
Mon, 24 Sep 2012 19:02:16 +0000 Maxim Dounin Merge of r4817: geo: fixed handling of ranges without default set. stable-1.2
Mon, 24 Sep 2012 19:00:02 +0000 Maxim Dounin Merge of r4815: map: fixed optimization of variables as values. stable-1.2
Mon, 24 Sep 2012 18:58:13 +0000 Maxim Dounin Merge of r4813, r4814, r4818, r4819, r4820, r4823: mail fixes. stable-1.2
Mon, 24 Sep 2012 18:54:28 +0000 Maxim Dounin Merge of r4785, r4795, r4811, r4812, r4816, r4822: coverity. stable-1.2
Mon, 24 Sep 2012 18:50:25 +0000 Maxim Dounin Merge of r4784: fixed the -p parameter handling. stable-1.2
Mon, 24 Sep 2012 18:46:50 +0000 Maxim Dounin Merge of r4842: fixed make macros to use parentheses. stable-1.2
Mon, 24 Sep 2012 18:37:14 +0000 Maxim Dounin Merge of r4779, r4840, r4843, r4844: win32 changes. stable-1.2
Mon, 24 Sep 2012 18:34:04 +0000 Maxim Dounin Merge of r4778, r4782, r4783, r4824, r4830, r4834: minor fixes. stable-1.2
Mon, 24 Sep 2012 18:30:26 +0000 Maxim Dounin Merge of r4777, r4780, r4831, r4832: release process changes. stable-1.2
Mon, 24 Sep 2012 18:24:07 +0000 Maxim Dounin Version bump. stable-1.2
Wed, 12 Sep 2012 10:41:56 +0000 Maxim Dounin release-1.3.6 tag
Wed, 12 Sep 2012 10:41:36 +0000 Maxim Dounin nginx-1.3.6-RELEASE release-1.3.6
Tue, 11 Sep 2012 13:36:34 +0000 Maxim Dounin Updated zlib used for win32 builds.
Tue, 11 Sep 2012 13:17:31 +0000 Maxim Dounin Helper target "win32" to run configure for win32 builds.
Tue, 11 Sep 2012 12:43:59 +0000 Maxim Dounin Configure: fixed make macros to use parentheses instead of braces.
Tue, 11 Sep 2012 12:37:04 +0000 Valentin Bartenev Improved 50x error page.
Tue, 11 Sep 2012 12:35:30 +0000 Maxim Dounin Configure: provide inflate() when building zlib on win32.
Tue, 11 Sep 2012 01:13:23 +0000 Maxim Dounin Gunzip: removed nginx.h leftover include.
Mon, 10 Sep 2012 16:52:47 +0000 Maxim Dounin Gunzip filter import.
Mon, 10 Sep 2012 16:48:25 +0000 Maxim Dounin Gzip static: "always" parameter in "gzip_static" directive.
Mon, 10 Sep 2012 16:43:49 +0000 Maxim Dounin Memcached: memcached_gzip_flag directive.
Fri, 07 Sep 2012 13:24:46 +0000 Valentin Bartenev Improved welcome page.
Wed, 05 Sep 2012 15:06:47 +0000 Maxim Dounin Write filter: replaced unneeded loop with one to free chains.
Mon, 03 Sep 2012 12:55:50 +0000 Valentin Bartenev Limit req: fix of rbtree node insertion on hash collisions.
Thu, 30 Aug 2012 16:08:13 +0000 Ruslan Ermilov Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.
Thu, 30 Aug 2012 16:05:43 +0000 Ruslan Ermilov Converted DOS-style newlines.
Thu, 30 Aug 2012 15:09:21 +0000 Ruslan Ermilov Fixed overflow if ngx_slab_alloc() is called with very big "size" argument.
Thu, 30 Aug 2012 14:58:11 +0000 Ruslan Ermilov Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
Tue, 28 Aug 2012 13:31:01 +0000 Ruslan Ermilov Fixed the "include" directive.
Mon, 27 Aug 2012 14:21:41 +0000 Ruslan Ermilov Version bump.
Tue, 21 Aug 2012 13:05:26 +0000 Maxim Dounin release-1.3.5 tag
Tue, 21 Aug 2012 13:05:02 +0000 Maxim Dounin nginx-1.3.5-RELEASE release-1.3.5
Sat, 18 Aug 2012 23:17:58 +0000 Maxim Dounin Radix tree preallocation fix.
Sat, 18 Aug 2012 23:04:39 +0000 Maxim Dounin Whitespace fix.
Fri, 17 Aug 2012 15:35:50 +0000 Andrey Belov Mark logically dead code with corresponding comment.
Fri, 17 Aug 2012 11:02:35 +0000 Maxim Dounin Mp4: removed restriction to avc1/mp4a formats (ticket #194).
Fri, 17 Aug 2012 05:21:28 +0000 Ruslan Ermilov Mail: fixed handling of AF_UNIX addresses in "listen".
Fri, 17 Aug 2012 05:14:19 +0000 Ruslan Ermilov Removed a stale "AF_INET only" comment.
Fri, 17 Aug 2012 05:08:42 +0000 Ruslan Ermilov Mail: fixed sorting of listen addresses (ticket #187).
Thu, 16 Aug 2012 13:01:41 +0000 Maxim Dounin Geo: fixed handling of ranges without default set.
Thu, 16 Aug 2012 12:05:58 +0000 Maxim Dounin Crypt: fixed handling of corrupted SSHA entries in password file.
Thu, 16 Aug 2012 10:58:18 +0000 Maxim Dounin Map: fixed optimization of variables as values.
Wed, 15 Aug 2012 11:30:24 +0000 Ruslan Ermilov mail_core: don't let the well-known port in the "listen" directive to
Wed, 15 Aug 2012 11:17:55 +0000 Ruslan Ermilov Corrected the directive name in the ngx_mail_auth_http_module error message.
Wed, 08 Aug 2012 12:03:46 +0000 Valentin Bartenev Added three missing checks for NULL after ngx_array_push() calls.
Tue, 07 Aug 2012 13:57:04 +0000 Andrey Belov Explicitly ignore returned value from close() in ngx_event_core_init_conf().
Tue, 07 Aug 2012 12:36:19 +0000 Maxim Dounin release-1.2.3 tag stable-1.2
Tue, 07 Aug 2012 12:35:56 +0000 Maxim Dounin nginx-1.2.3-RELEASE stable-1.2 release-1.2.3
Mon, 06 Aug 2012 18:09:23 +0000 Maxim Dounin Merge of r4739: s/ngx_shmtx_destory/ngx_shmtx_destroy/. stable-1.2
Mon, 06 Aug 2012 17:38:12 +0000 Maxim Dounin Merge of r4775: updated PCRE used for win32 builds. stable-1.2
Mon, 06 Aug 2012 17:36:30 +0000 Maxim Dounin Merge of r4771: ngx_http_find_virtual_server() fix. stable-1.2
Mon, 06 Aug 2012 17:34:08 +0000 Maxim Dounin Merge of r4770: hide_headers/pass_headers inheritance fix. stable-1.2
Mon, 06 Aug 2012 17:31:32 +0000 Maxim Dounin Merge of r4769: better diagnostics for directives in wrong context. stable-1.2
Mon, 06 Aug 2012 17:20:01 +0000 Maxim Dounin Merge of r4766, r4767: ngx_http_upstream_add() changes. stable-1.2
Mon, 06 Aug 2012 17:15:23 +0000 Maxim Dounin Merge of r4765: reduced the number of preprocessor directives. stable-1.2
Mon, 06 Aug 2012 17:13:20 +0000 Maxim Dounin Merge of r4764: debug_connection with a domain name change. stable-1.2
Mon, 06 Aug 2012 17:10:35 +0000 Maxim Dounin Merge of r4763: added the Clang compiler support. stable-1.2
Mon, 06 Aug 2012 17:07:28 +0000 Maxim Dounin Merge of r4760, r4761: -Wmissing-prototypes. stable-1.2
Mon, 06 Aug 2012 17:03:01 +0000 Maxim Dounin Merge of r4759, r4762, r4768: configure minor fixes. stable-1.2
Mon, 06 Aug 2012 16:24:22 +0000 Maxim Dounin Merge of r4758: win32: fixed cpu hog after process startup failure. stable-1.2
Mon, 06 Aug 2012 16:19:35 +0000 Maxim Dounin Merge of r4757: debugging messages in limit_conn. stable-1.2
Mon, 06 Aug 2012 16:06:59 +0000 Andrey Belov Explicitly ignore returned value from unlink() in ngx_open_tempfile().
Mon, 06 Aug 2012 16:06:36 +0000 Maxim Dounin Version bump. stable-1.2
Mon, 06 Aug 2012 16:03:56 +0000 Maxim Dounin Merge of r4756: fixed listen addresses sorting (ticket #187) stable-1.2
Mon, 06 Aug 2012 15:52:02 +0000 Maxim Dounin Merge of r4754: synchronized the license text. stable-1.2
Mon, 06 Aug 2012 15:47:15 +0000 Maxim Dounin Merge of r4741: fixed "make" used instead of "${MAKE}". stable-1.2
Mon, 06 Aug 2012 15:45:44 +0000 Maxim Dounin Merge of r4740: fixed $request_length for pipelined requests. stable-1.2
Mon, 06 Aug 2012 15:31:49 +0000 Maxim Dounin Merge of r4738: struct flock initialization. stable-1.2
Mon, 06 Aug 2012 15:20:03 +0000 Maxim Dounin Merge of r4737: r->uri_changed in a named location fix. stable-1.2
Mon, 06 Aug 2012 14:58:36 +0000 Maxim Dounin Merge of r4736: typo fixed. stable-1.2
Mon, 06 Aug 2012 14:04:06 +0000 Maxim Dounin Merge of r4713: map hostnames fix (ticket #182). stable-1.2
Mon, 06 Aug 2012 10:48:09 +0000 Maxim Dounin Resolver: fixed possible memory leak in ngx_resolver_create().
Fri, 03 Aug 2012 12:52:32 +0000 Ruslan Ermilov Fixed the -p parameter handling.
Fri, 03 Aug 2012 09:10:39 +0000 Maxim Dounin Fixed possible use of old cached times if runtime went backwards.
Fri, 03 Aug 2012 09:07:30 +0000 Maxim Dounin Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
Fri, 03 Aug 2012 09:00:25 +0000 Maxim Dounin Whitespace fix.
Thu, 02 Aug 2012 14:58:36 +0000 Ruslan Ermilov Removed the need in Perl to generate ZIP archive of nginx/Windows.
Thu, 02 Aug 2012 12:53:07 +0000 Maxim Dounin Win32: fixed build with Visual Studio 2005 Express.
Wed, 01 Aug 2012 14:37:08 +0000 Andrey Belov Reorder checks in ngx_shared_memory_add() for more consistent error messages.
Tue, 31 Jul 2012 21:49:23 +0000 Ruslan Ermilov Simplified makefile that builds CHANGES.
Tue, 31 Jul 2012 21:47:56 +0000 Ruslan Ermilov Version bump.
Tue, 31 Jul 2012 13:13:52 +0000 Ruslan Ermilov Updated PCRE used for win32 builds.
Tue, 31 Jul 2012 12:38:57 +0000 Ruslan Ermilov release-1.3.4 tag
Tue, 31 Jul 2012 12:38:37 +0000 Ruslan Ermilov nginx-1.3.4-RELEASE release-1.3.4
Mon, 30 Jul 2012 12:27:06 +0000 Ruslan Ermilov Core: ipv6only is now on by default.
Mon, 30 Jul 2012 11:42:03 +0000 Valentin Bartenev ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not
Mon, 30 Jul 2012 10:35:26 +0000 Maxim Dounin Upstream: hide_headers/pass_headers inheritance fix.
Sun, 29 Jul 2012 19:59:06 +0000 Ruslan Ermilov Improved diagnostics when a directive is specified in the wrong context.
Sun, 29 Jul 2012 19:45:30 +0000 Ruslan Ermilov Removed extraneous GCC warning flags.
Sun, 29 Jul 2012 19:44:09 +0000 Ruslan Ermilov Slight optimization in ngx_http_upstream_add(): replaced an expression
Sun, 29 Jul 2012 19:38:25 +0000 Ruslan Ermilov ngx_http_upstream_add() should return NULL if an error occurs.
Thu, 26 Jul 2012 14:47:42 +0000 Ruslan Ermilov Reduced the number of preprocessor directives.
Tue, 24 Jul 2012 17:40:06 +0000 Ruslan Ermilov When "debug_connection" is configured with a domain name, only the first
Tue, 24 Jul 2012 15:17:03 +0000 Ruslan Ermilov Added the Clang compiler support.
Tue, 24 Jul 2012 15:16:09 +0000 Ruslan Ermilov Made sure to run configure in a "C" locale.
Tue, 24 Jul 2012 15:13:34 +0000 Ruslan Ermilov Added a commented out -Wmissing-prototypes to CFLAGS.
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.
Tue, 24 Jul 2012 15:00:42 +0000 Ruslan Ermilov Replaced a number of "else if" with "elif".
Mon, 23 Jul 2012 16:37:24 +0000 Maxim Dounin Win32: fixed cpu hog after process startup failure.
Fri, 20 Jul 2012 08:21:59 +0000 Ruslan Ermilov Fixed debugging messages to account that limit_zone was renamed to limit_conn.
Tue, 17 Jul 2012 04:47:34 +0000 Ruslan Ermilov Fixed sorting of listen addresses so that wildcard address is always at
Tue, 17 Jul 2012 04:42:38 +0000 Ruslan Ermilov Version bump.
Tue, 10 Jul 2012 12:40:35 +0000 Ruslan Ermilov Synchronized the license text with the FreeBSD's bsd-style-copyright.
Tue, 10 Jul 2012 12:20:30 +0000 Maxim Dounin release-1.3.3 tag
Tue, 10 Jul 2012 12:20:10 +0000 Maxim Dounin nginx-1.3.3-RELEASE release-1.3.3
Mon, 09 Jul 2012 17:04:37 +0000 Maxim Dounin Entity tags: empty etags handling in If-Range.
Mon, 09 Jul 2012 14:53:42 +0000 Maxim Dounin Entity tags: the "etag" directive.
Mon, 09 Jul 2012 00:13:06 +0000 Maxim Dounin Entity tags: set for static respones.
Sat, 07 Jul 2012 21:24:01 +0000 Maxim Dounin Entity tags: handling in add_header.
Sat, 07 Jul 2012 21:22:27 +0000 Maxim Dounin Entity tags: clear on entity changes.
Sat, 07 Jul 2012 21:21:15 +0000 Maxim Dounin Entity tags: support in If-Range header.
Sat, 07 Jul 2012 21:20:27 +0000 Maxim Dounin Entity tags: basic support in not modified filter.
Sat, 07 Jul 2012 21:18:30 +0000 Maxim Dounin Not modified filter: tests separated from actions.
Sat, 07 Jul 2012 21:16:51 +0000 Maxim Dounin Added Last-Modified parsing in add_header.
Sat, 07 Jul 2012 21:16:21 +0000 Maxim Dounin Fixed If-Range with unknown last modified time.
Sat, 07 Jul 2012 09:35:30 +0000 Maxim Dounin Configure: fixed "make" used instead of "${MAKE}".
Fri, 06 Jul 2012 04:27:06 +0000 Andrey Belov Corrected $request_length calculation for pipelined requests.
Tue, 03 Jul 2012 13:06:40 +0000 Ruslan Ermilov Fixed typo in a function name.
Tue, 03 Jul 2012 13:05:18 +0000 Ruslan Ermilov Made sure to initialize the entire "struct flock" allocated on stack.
Tue, 03 Jul 2012 11:30:05 +0000 Maxim Dounin Reset r->uri_changed in a named location (ticket #184).
Tue, 03 Jul 2012 11:28:54 +0000 Maxim Dounin Typo fixed.
Tue, 03 Jul 2012 10:48:54 +0000 Maxim Dounin release-1.2.2 tag stable-1.2
Tue, 03 Jul 2012 10:48:31 +0000 Maxim Dounin nginx-1.2.2-RELEASE stable-1.2 release-1.2.2
Mon, 02 Jul 2012 17:41:52 +0000 Maxim Dounin Merge of r4698: X-Forwarded-For conditionals. stable-1.2
Mon, 02 Jul 2012 17:25:51 +0000 Maxim Dounin Merge of r4697: disabled gzip in OpenSSL prior to 1.0.0. stable-1.2
Mon, 02 Jul 2012 17:22:31 +0000 Maxim Dounin Merge of r4693: fixed "sendmsg() failed" alerts on HP-UX. stable-1.2
Mon, 02 Jul 2012 17:08:26 +0000 Maxim Dounin Merge of r4691: changed default alignment to 16. stable-1.2
Mon, 02 Jul 2012 16:59:34 +0000 Maxim Dounin Merge of r4690: conflicting wildcard server names fix. stable-1.2
Mon, 02 Jul 2012 16:56:53 +0000 Maxim Dounin Merge of r4688, r4689, r4706: stable-1.2
Mon, 02 Jul 2012 16:53:36 +0000 Maxim Dounin Merge of r4686, r4687: $status variable. stable-1.2
Mon, 02 Jul 2012 16:51:02 +0000 Maxim Dounin Merge of r4682, r4694, r4699, r4704, r4705: minor nits. stable-1.2
Mon, 02 Jul 2012 16:41:13 +0000 Maxim Dounin Merge of r4655, r4656, r4657, r4695, r4696: upstream changes. stable-1.2
Mon, 02 Jul 2012 16:23:14 +0000 Maxim Dounin Merge of r4654, r4672, r4684, r4685, r4692: resolver changes. stable-1.2
Mon, 02 Jul 2012 16:16:27 +0000 Maxim Dounin Merge of r4671: support for IPv6 literals in proxy_pass and so on. stable-1.2
Mon, 02 Jul 2012 16:11:02 +0000 Maxim Dounin Merge of r4653: ngx_inet.c code reduction. stable-1.2
Mon, 02 Jul 2012 15:51:02 +0000 Maxim Dounin Merge of r4652: ssl without buffer should not set c->buffered. stable-1.2
Mon, 02 Jul 2012 15:43:50 +0000 Maxim Dounin Merge of r4651: proxy_cookie_* fix. stable-1.2
Mon, 02 Jul 2012 15:41:31 +0000 Maxim Dounin Merge of r4648, r4649, r4650: memory leak with $geoip_org. stable-1.2
Mon, 02 Jul 2012 15:39:28 +0000 Maxim Dounin Merge of r4647: xslt reuse. stable-1.2
Mon, 02 Jul 2012 15:37:49 +0000 Maxim Dounin Merge of r4646: jemalloc 3.0.0 compatibility. stable-1.2
Mon, 02 Jul 2012 15:35:22 +0000 Maxim Dounin Merge of r4644: stable-1.2
Mon, 02 Jul 2012 15:33:35 +0000 Maxim Dounin Merge of r4643: stable-1.2
Mon, 02 Jul 2012 14:42:08 +0000 Maxim Dounin Merge of r4642: stable-1.2
Fri, 29 Jun 2012 20:33:26 +0000 Ruslan Ermilov map: strip final dot before looking up in a map of hostnames.
Fri, 29 Jun 2012 17:32:43 +0000 Maxim Dounin Merge of r4639, r4640: C++ fixes. stable-1.2
Fri, 29 Jun 2012 17:28:41 +0000 Maxim Dounin Merge of r4636, r4637, r4638: config sanity checks. stable-1.2
Fri, 29 Jun 2012 11:03:01 +0000 Ruslan Ermilov Version bump.
Tue, 26 Jun 2012 14:40:23 +0000 Maxim Dounin Merge of r4645: fixed warning during nginx.xs compilation. stable-1.2
Tue, 26 Jun 2012 13:46:53 +0000 Maxim Dounin release-1.3.2 tag
Tue, 26 Jun 2012 13:46:23 +0000 Maxim Dounin nginx-1.3.2-RELEASE release-1.3.2
Tue, 26 Jun 2012 12:31:40 +0000 Maxim Dounin Mp4: fixed build on win32 after r4689.
Tue, 26 Jun 2012 08:15:40 +0000 Ruslan Ermilov Added code to look up Google perftools in /opt/local/, for MacPorts.
Mon, 25 Jun 2012 18:09:38 +0000 Maxim Dounin Style.
Mon, 25 Jun 2012 15:41:17 +0000 Maxim Dounin Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. stable-1.2
Mon, 25 Jun 2012 15:40:29 +0000 Maxim Dounin Version bump. stable-1.2
Mon, 25 Jun 2012 15:35:27 +0000 Maxim Dounin Retagged release-1.2.1 properly. stable-1.2
Mon, 25 Jun 2012 15:30:17 +0000 Maxim Dounin Incorrect tag release-1.2.1 removed.
Mon, 25 Jun 2012 13:08:25 +0000 Ruslan Ermilov Fixed a harmless error in spelling of "Connection: close" when computing
Thu, 21 Jun 2012 11:02:22 +0000 Ruslan Ermilov Fixed compile-time conditionals used to detect if X-Forwarded-For support
Wed, 20 Jun 2012 12:55:28 +0000 Igor Sysoev Disabled gzip compression in OpenSSL prior to 1.0.0 version.
Tue, 19 Jun 2012 12:36:54 +0000 Ruslan Ermilov Added IPv6 support to ip_hash.
Mon, 18 Jun 2012 14:23:42 +0000 Maxim Dounin Upstream keepalive: "single" parameter deprecated.
Mon, 18 Jun 2012 14:12:03 +0000 Maxim Dounin Fixed return type of ngx_strerror_init().
Mon, 18 Jun 2012 14:11:29 +0000 Maxim Dounin Fixed "sendmsg() failed" alerts on HP-UX.
Mon, 18 Jun 2012 14:10:50 +0000 Maxim Dounin Fixed segfault with poll and resolver used.
Mon, 18 Jun 2012 14:09:54 +0000 Maxim Dounin Changed default alignment to 16.
Mon, 18 Jun 2012 14:06:00 +0000 Maxim Dounin Fixed handling of conflicting wildcard server names.
Mon, 18 Jun 2012 14:02:20 +0000 Maxim Dounin Mp4: fixed streaming if moov atom is at buffer edge.
Mon, 18 Jun 2012 14:01:18 +0000 Maxim Dounin Mp4: fixed non-keyframe seeks in some cases (ticket #175).
Mon, 18 Jun 2012 13:51:20 +0000 Andrey Belov Style fix.
Mon, 18 Jun 2012 13:43:44 +0000 Andrey Belov New core variable: $status.
Mon, 18 Jun 2012 12:46:05 +0000 Ruslan Ermilov When "resolver" is configured with a domain name, only the first
Mon, 18 Jun 2012 12:30:45 +0000 Ruslan Ermilov Fixed crash in ngx_resolver_cleanup_tree().
Mon, 18 Jun 2012 11:07:44 +0000 Ruslan Ermilov Version bump.
Fri, 08 Jun 2012 09:41:55 +0000 Ruslan Ermilov Fixed spelling of "endianness", and called it "byte ordering" in the
Tue, 05 Jun 2012 14:02:03 +0000 Maxim Dounin release-1.2.1 tag
Tue, 05 Jun 2012 14:01:45 +0000 Maxim Dounin nginx-1.2.1-RELEASE stable-1.2
Tue, 05 Jun 2012 13:52:37 +0000 Maxim Dounin Merge of r4674, r4675, r4676: win32 fixes. stable-1.2
Tue, 05 Jun 2012 13:47:50 +0000 Maxim Dounin release-1.3.1 tag
Tue, 05 Jun 2012 13:47:29 +0000 Maxim Dounin nginx-1.3.1-RELEASE release-1.3.1
Tue, 05 Jun 2012 13:38:27 +0000 Maxim Dounin Win32: uris with ":$" are now rejected.
Tue, 05 Jun 2012 13:37:29 +0000 Maxim Dounin Win32: normalization of trailing dot inside uri.
Tue, 05 Jun 2012 13:36:09 +0000 Maxim Dounin Win32: disallowed access to various non-canonical name variants.
Tue, 05 Jun 2012 13:17:05 +0000 Maxim Dounin Merge of r4632: updated openssl used for win32 builds. stable-1.2
Mon, 04 Jun 2012 14:23:27 +0000 Ruslan Ermilov Support for IPv6 literals and an optional port in resolver.
Mon, 04 Jun 2012 14:07:34 +0000 Maxim Dounin Support for IPv6 literals in proxy_pass and so on.
Mon, 04 Jun 2012 12:00:38 +0000 Maxim Dounin Merge of r4630: fixed c->sent with unbuffered ssl. stable-1.2
Mon, 04 Jun 2012 11:58:12 +0000 Maxim Dounin Merge of r4614, r4624-r4629, r4631: proxy recursive changes. stable-1.2
Mon, 04 Jun 2012 11:21:58 +0000 Maxim Dounin Merge of r4622, r4623: balancing changes. stable-1.2
Mon, 04 Jun 2012 11:15:46 +0000 Maxim Dounin Merge of r4621, r4641: filter_finalize fixes. stable-1.2
Mon, 04 Jun 2012 11:10:36 +0000 Maxim Dounin Merge of r4619: accept moderation on EMFILE/ENFILE. stable-1.2
Mon, 04 Jun 2012 11:07:19 +0000 Maxim Dounin Merge of r4618: rewrite escaping fix (ticket #162). stable-1.2
Mon, 04 Jun 2012 11:00:34 +0000 Maxim Dounin Merge of r4617: fastcgi padding fix. stable-1.2
Mon, 04 Jun 2012 10:54:48 +0000 Maxim Dounin Merge of r4616: r->state fix. stable-1.2
Mon, 04 Jun 2012 10:52:43 +0000 Maxim Dounin Merge of r4615: write handler reset in ngx_http_named_location(). stable-1.2
Mon, 04 Jun 2012 10:33:38 +0000 Maxim Dounin Merge of r4613: removed surplus condition. stable-1.2
Mon, 04 Jun 2012 10:27:00 +0000 Maxim Dounin Merge of r4612: proper subrequest handling in various modules. stable-1.2
Mon, 04 Jun 2012 10:15:55 +0000 Maxim Dounin Merge of r4611, r4620: resolver fixes. stable-1.2
Mon, 04 Jun 2012 10:00:39 +0000 Maxim Dounin Version bump. stable-1.2
Mon, 04 Jun 2012 00:00:28 +0000 Maxim Dounin Upstream: least_conn compilation fixes.
Sun, 03 Jun 2012 23:22:41 +0000 Maxim Dounin Upstream: weights support in ip_hash balancer.
Sun, 03 Jun 2012 23:21:26 +0000 Maxim Dounin Upstream: least_conn balancer module.
Sun, 03 Jun 2012 23:18:24 +0000 Maxim Dounin Resolver: fixed format specification.
Fri, 01 Jun 2012 11:35:09 +0000 Ruslan Ermilov Code reduction (no functional changes).
Wed, 30 May 2012 12:43:27 +0000 Valentin Bartenev Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()
Wed, 30 May 2012 12:30:03 +0000 Valentin Bartenev Fixed returned value handling from the cookie rewrite handler.
Tue, 29 May 2012 09:19:51 +0000 Ruslan Ermilov geoip: got rid of ugly casts when calling ngx_free().
Mon, 28 May 2012 14:20:04 +0000 Ruslan Ermilov Fixed broken build.
Mon, 28 May 2012 13:17:48 +0000 Ruslan Ermilov Fixed memory leak if $geoip_org variable was used.
Thu, 24 May 2012 07:35:12 +0000 Ruslan Ermilov Fixed the reuse of parsed DTDs and XSLTs.
Wed, 23 May 2012 15:07:01 +0000 Maxim Dounin Fixed compilation with -DNGX_DEBUG_MALLOC on FreeBSD 10.
Wed, 23 May 2012 10:36:12 +0000 Maxim Dounin Fixed warning during nginx.xs compilation.
Tue, 22 May 2012 13:12:14 +0000 Ruslan Ermilov Fixed potential null pointer dereference in ngx_resolver_create().
Mon, 21 May 2012 10:55:10 +0000 Ruslan Ermilov Removed historical and now redundant syntax pre-checks in ngx_parse_url().
Thu, 17 May 2012 18:10:34 +0000 Maxim Dounin Fixed core variables dynamic access after reconfiguration.
Thu, 17 May 2012 17:41:40 +0000 Maxim Dounin Fixed segfault with filter_finalize introduced in r4621 (1.3.0).
Thu, 17 May 2012 15:12:45 +0000 Valentin Bartenev Fixed building --with-cpp_test_module on some systems.
Thu, 17 May 2012 13:47:04 +0000 Valentin Bartenev Fixed the ngx_regex.h header file compatibility with C++.
Wed, 16 May 2012 13:27:04 +0000 Ruslan Ermilov Zero padded the returned and logged HTTP status code, and fixed possible
Wed, 16 May 2012 13:22:03 +0000 Ruslan Ermilov Capped the status code that may be returned with "return" and "try_files".
Wed, 16 May 2012 13:14:53 +0000 Ruslan Ermilov Added syntax checking of the second parameter of the "split_clients" directive.
Wed, 16 May 2012 13:09:39 +0000 Ruslan Ermilov Version bump.
Tue, 15 May 2012 14:24:09 +0000 Maxim Dounin release-1.3.0 tag
Tue, 15 May 2012 14:23:49 +0000 Maxim Dounin nginx-1.3.0-RELEASE release-1.3.0
Tue, 15 May 2012 14:20:06 +0000 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 15 May 2012 08:10:59 +0000 Ruslan Ermilov Fixed win32 build after changes in r4624.
Mon, 14 May 2012 16:30:33 +0000 Valentin Bartenev Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
Mon, 14 May 2012 15:52:37 +0000 Ruslan Ermilov Reverted previous attempt to fix complation warning introduced in
Mon, 14 May 2012 14:00:17 +0000 Ruslan Ermilov geoip: trusted proxies support and partial IPv6 support.
Mon, 14 May 2012 13:53:22 +0000 Ruslan Ermilov geo: chains of trusted proxies and partial IPv6 support.
Mon, 14 May 2012 13:15:22 +0000 Ruslan Ermilov Fixed compilation warning introduced in r4624.
Mon, 14 May 2012 12:41:03 +0000 Ruslan Ermilov realip: chains of trusted proxies and IPv6 support.
Mon, 14 May 2012 12:27:41 +0000 Ruslan Ermilov New function ngx_http_get_forwarded_addr() to look up real client address.
Mon, 14 May 2012 09:58:07 +0000 Maxim Dounin Upstream: fixed ip_hash rebalancing with the "down" flag.
Mon, 14 May 2012 09:57:20 +0000 Maxim Dounin Upstream: smooth weighted round-robin balancing.
Mon, 14 May 2012 09:48:05 +0000 Maxim Dounin Fixed possible request hang with filter finalization.
Mon, 14 May 2012 09:13:45 +0000 Maxim Dounin Resolver: protection from duplicate responses.
Fri, 11 May 2012 13:33:06 +0000 Maxim Dounin Accept moderation in case of EMFILE/ENFILE.
Fri, 11 May 2012 13:19:22 +0000 Maxim Dounin Rewrite: fixed escaping and possible segfault (ticket #162).
Fri, 11 May 2012 13:14:58 +0000 Maxim Dounin Fastcgi: fixed padding handling on fixed-size records.
Fri, 11 May 2012 13:09:24 +0000 Maxim Dounin Added r->state reset on fastcgi/scgi/uwsgi request start.
Fri, 04 May 2012 11:35:22 +0000 Maxim Dounin Added write event handler reset in ngx_http_named_location().
Sun, 29 Apr 2012 22:02:18 +0000 Ruslan Ermilov debug_connection: added the IPv6 and UNIX-domain socket support.
Fri, 27 Apr 2012 10:48:42 +0000 Valentin Bartenev Removed surplus condition.
Thu, 26 Apr 2012 13:06:27 +0000 Andrey Belov Allows particular modules to handle subrequests properly.
Thu, 26 Apr 2012 12:58:42 +0000 Ruslan Ermilov Fixed segmentation fault in ngx_resolver_create_name_query().
Thu, 26 Apr 2012 11:20:29 +0000 Maxim Dounin Version bump.
Thu, 26 Apr 2012 11:18:21 +0000 Maxim Dounin stable-1.2 branch stable-1.2
Mon, 23 Apr 2012 13:07:07 +0000 Maxim Dounin release-1.2.0 tag
Mon, 23 Apr 2012 13:06:47 +0000 Maxim Dounin nginx-1.2.0-RELEASE release-1.2.0
Mon, 23 Apr 2012 12:54:14 +0000 Maxim Dounin Version bump.
Mon, 23 Apr 2012 11:11:32 +0000 Igor Sysoev Fix of "%f" format handling.
Mon, 23 Apr 2012 11:05:21 +0000 Maxim Dounin Update openssl used for win32 builds.
Mon, 23 Apr 2012 10:40:01 +0000 Maxim Dounin Proxy: added ctx checking to input filters.
Sat, 21 Apr 2012 19:02:21 +0000 Maxim Dounin Image filter: compare aspect ratio more accurately during crop.
Thu, 19 Apr 2012 15:48:03 +0000 Maxim Dounin Fixed segfault with try_files (ticket #152).
Wed, 18 Apr 2012 14:47:10 +0000 Maxim Dounin Fixed master exit if there is no events section (ticket #150).
Wed, 18 Apr 2012 13:30:43 +0000 Ruslan Ermilov Don't silently ignore the last line of configuration file that
Tue, 17 Apr 2012 09:13:58 +0000 Maxim Dounin Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
Tue, 17 Apr 2012 09:13:15 +0000 Maxim Dounin IOV_MAX handling microoptimization.
Tue, 17 Apr 2012 09:10:50 +0000 Maxim Dounin Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain().
Mon, 16 Apr 2012 13:05:20 +0000 Maxim Dounin Fixed log->action after ssl handshake.
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
Thu, 12 Apr 2012 16:34:59 +0000 Maxim Dounin Version bump.
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
Tue, 13 Dec 2011 18:59:18 +0000 Maxim Dounin Merge of r4221, r4222: stable-1.0
Tue, 13 Dec 2011 18:46:07 +0000 Maxim Dounin Merge of r4217, r4218: stable-1.0
Tue, 13 Dec 2011 18:34:34 +0000 Maxim Dounin Merge of r4153: stable-1.0
Tue, 13 Dec 2011 18:30:15 +0000 Maxim Dounin Merge of r4144: stable-1.0
Tue, 13 Dec 2011 18:07:52 +0000 Maxim Dounin Merge of r4001, r4002, r4008: stable-1.0
Tue, 13 Dec 2011 17:58:18 +0000 Maxim Dounin Merge of r4000, r4014, r4265, r4321, r4342, r4343: stable-1.0
Tue, 13 Dec 2011 16:59:41 +0000 Maxim Dounin Version bump. stable-1.0
Mon, 12 Dec 2011 14:18:15 +0000 Maxim Dounin release-1.1.11 tag
Mon, 12 Dec 2011 14:17:49 +0000 Maxim Dounin nginx-1.1.11-RELEASE release-1.1.11
Mon, 12 Dec 2011 12:39:19 +0000 Maxim Dounin Fixed RELEASE target again.
Mon, 12 Dec 2011 11:00:17 +0000 Maxim Dounin Fixed RELEASE target to correctly call "release" one.
Mon, 12 Dec 2011 10:49:14 +0000 Maxim Dounin Cache: only complain on long locked entries.
Mon, 12 Dec 2011 10:47:48 +0000 Maxim Dounin Cache: handling of cache files with long headers.
Mon, 12 Dec 2011 10:46:43 +0000 Maxim Dounin Cache: obsolete code removed.
Mon, 12 Dec 2011 10:45:05 +0000 Ruslan Ermilov Renamed some constants to improve readability, no functional changes.
Mon, 12 Dec 2011 09:02:29 +0000 Valentin Bartenev Proxy: added variables and regexp support to the first parameter of
Sun, 11 Dec 2011 16:30:42 +0000 Maxim Dounin Microoptimization of sendfile(2) usage under FreeBSD.
Fri, 09 Dec 2011 16:17:12 +0000 Valentin Bartenev Fixed: some of $sent_http_* variables may contain header entries that actually
Fri, 09 Dec 2011 15:38:26 +0000 Valentin Bartenev Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38).
Fri, 09 Dec 2011 14:38:11 +0000 Valentin Bartenev Added the $https variable.
Fri, 09 Dec 2011 14:03:06 +0000 Valentin Bartenev SCGI: added "if_not_empty" flag support to the "scgi_param" directive.
Fri, 09 Dec 2011 13:47:04 +0000 Valentin Bartenev uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.
Fri, 09 Dec 2011 13:32:51 +0000 Valentin Bartenev FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive.
Fri, 09 Dec 2011 13:19:57 +0000 Valentin Bartenev Added the ngx_http_upstream_param_set_slot().
Tue, 06 Dec 2011 21:07:10 +0000 Ruslan Ermilov - Improved error message when parsing of the "buffer" parameter of the
Tue, 06 Dec 2011 15:49:40 +0000 Valentin Bartenev Removed unused function ngx_regex_capture_count().
Tue, 06 Dec 2011 13:23:37 +0000 Maxim Dounin Fix for read_head with try_files and open_file_cache.
Tue, 06 Dec 2011 13:22:32 +0000 Maxim Dounin Version bump.
Mon, 05 Dec 2011 08:06:15 +0000 Valentin Bartenev Added the "so_keepalive=" parameter to the "listen" directive.
Wed, 30 Nov 2011 10:01:11 +0000 Maxim Dounin release-1.1.10 tag
Wed, 30 Nov 2011 10:00:50 +0000 Maxim Dounin nginx-1.1.10-RELEASE release-1.1.10
Wed, 30 Nov 2011 07:36:09 +0000 Ruslan Ermilov Compute the repository root from the checkout.
Tue, 29 Nov 2011 17:27:13 +0000 Maxim Dounin Fixed AIO on Linux, broken in r4306.
Tue, 29 Nov 2011 17:25:31 +0000 Maxim Dounin Version bump.
Mon, 28 Nov 2011 15:15:14 +0000 Maxim Dounin release-1.1.9 tag
Mon, 28 Nov 2011 15:02:38 +0000 Maxim Dounin nginx-1.1.9-RELEASE release-1.1.9
Mon, 28 Nov 2011 11:01:42 +0000 Maxim Dounin Added (void) as we intentionally ignore returned values.
Mon, 28 Nov 2011 10:00:47 +0000 Maxim Dounin Allowed add_header for proxied 206 replies.
Mon, 28 Nov 2011 09:15:33 +0000 Valentin Bartenev Added support for IP-literal in the Host header and request line (ticket #1).
Fri, 25 Nov 2011 16:36:02 +0000 Maxim Dounin Added escaping of double quotes in ngx_escape_html().
Wed, 23 Nov 2011 14:09:19 +0000 Maxim Dounin Unlock of shared memory zones on process crash.
Wed, 23 Nov 2011 14:07:06 +0000 Maxim Dounin Fixed build without atomic operations.
Wed, 23 Nov 2011 13:55:38 +0000 Maxim Dounin Added shmtx interface to forcibly unlock mutexes.
Wed, 23 Nov 2011 10:22:44 +0000 Ruslan Ermilov Fixed "rotate" to always work when combined with "resize/crop".
Wed, 23 Nov 2011 10:16:30 +0000 Ruslan Ermilov Cosmetics.
Wed, 23 Nov 2011 07:22:15 +0000 Igor Sysoev Fix of mp4 module seeking.
Tue, 22 Nov 2011 17:02:21 +0000 Maxim Dounin Protection from stale write events in epoll.
Tue, 22 Nov 2011 16:27:45 +0000 Maxim Dounin Fixed segfault on ssl servers without cert with SNI (ticket #54).
Tue, 22 Nov 2011 13:26:44 +0000 Ruslan Ermilov Made it possible to build/install from the SVN checkout.
Mon, 21 Nov 2011 11:51:41 +0000 Maxim Konovalov o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
Mon, 21 Nov 2011 09:20:50 +0000 Maxim Konovalov svgz extension for compressed SVG added (close #56).
Mon, 21 Nov 2011 07:31:59 +0000 Ruslan Ermilov Fixed "keepalive_disable".
Fri, 18 Nov 2011 18:42:00 +0000 Maxim Konovalov FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
Fri, 18 Nov 2011 15:09:08 +0000 Maxim Dounin Upstream: don't cache unfinished responses.
Fri, 18 Nov 2011 14:41:01 +0000 Maxim Dounin Fixed flv header to match specification.
Wed, 16 Nov 2011 13:27:33 +0000 Ruslan Ermilov Silenced a warning for some compilers.
Wed, 16 Nov 2011 13:11:39 +0000 Ruslan Ermilov Now nginx uses TTL of a DNS response when calculating cache validity.
Wed, 16 Nov 2011 12:51:27 +0000 Valentin Bartenev Fixed incorrect counting the length of headers in a SCGI request.
Tue, 15 Nov 2011 20:35:41 +0000 Maxim Dounin Fixed handling of SIGWINCH/NOACCEPT signal.
Tue, 15 Nov 2011 20:33:37 +0000 Maxim Dounin Version bump.
Tue, 15 Nov 2011 08:24:10 +0000 Igor Sysoev release-1.0.10 tag stable-1.0
Tue, 15 Nov 2011 08:24:03 +0000 Igor Sysoev nginx-1.0.10-RELEASE stable-1.0 release-1.0.10
Mon, 14 Nov 2011 16:14:11 +0000 Igor Sysoev Merge of r4283: stable-1.0
Mon, 14 Nov 2011 16:13:15 +0000 Igor Sysoev Merge of r4280: stable-1.0
Mon, 14 Nov 2011 16:12:25 +0000 Igor Sysoev Merge of r4268: stable-1.0
Mon, 14 Nov 2011 15:53:35 +0000 Igor Sysoev Version bump. stable-1.0
Mon, 14 Nov 2011 15:38:02 +0000 Igor Sysoev release-1.1.8 tag
Mon, 14 Nov 2011 15:37:54 +0000 Igor Sysoev nginx-1.1.8-RELEASE release-1.1.8
Mon, 14 Nov 2011 14:59:00 +0000 Igor Sysoev Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Mon, 14 Nov 2011 14:42:48 +0000 Igor Sysoev Fix of "Content-Length" header of MP4 response if start argument was used.
Mon, 14 Nov 2011 14:16:51 +0000 Valentin Bartenev Added image/webp and video/webm MIME types.
Mon, 14 Nov 2011 14:04:42 +0000 Valentin Bartenev Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Mon, 14 Nov 2011 13:38:02 +0000 Maxim Dounin Reverted incorrect change in internal md5 (part of r3928).
Mon, 14 Nov 2011 13:26:18 +0000 Maxim Dounin Fixed fastcgi/scgi/uwsgi_param inheritance.
Mon, 14 Nov 2011 13:24:43 +0000 Maxim Dounin Separate functions to merge fastcgi/scgi/uwsgi params.
Mon, 14 Nov 2011 13:21:10 +0000 Maxim Dounin Fixed Upgrade header clearing with proxy_cache.
Mon, 14 Nov 2011 13:19:56 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_set_body.
Mon, 14 Nov 2011 13:18:15 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_cache (ticket #45).
Mon, 14 Nov 2011 09:12:15 +0000 Sergey Budnevitch Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Thu, 10 Nov 2011 16:25:08 +0000 Valentin Bartenev Limit zone: added the "limit_conn_zone" directive.
Thu, 10 Nov 2011 16:08:13 +0000 Valentin Bartenev Limit zone: support for multiple "limit_conn" limits.
Thu, 10 Nov 2011 15:51:55 +0000 Valentin Bartenev Limit zone: rbtree lookup moved to a separate function.
Thu, 10 Nov 2011 09:13:09 +0000 Ruslan Ermilov Changed error message to be more appropriate in the imaginary
Wed, 09 Nov 2011 14:50:33 +0000 Ruslan Ermilov Belatedly fixed language in 1.1.7 relnotes.
Wed, 09 Nov 2011 13:54:07 +0000 Igor Sysoev Fixed compression pointer processing in DNS response greater than 255 bytes.
Tue, 08 Nov 2011 13:48:23 +0000 Igor Sysoev Fix of "keepalive_disable" directive.
Tue, 08 Nov 2011 13:17:14 +0000 Igor Sysoev The "image_filter_sharpen" directive.
Tue, 01 Nov 2011 15:16:28 +0000 Igor Sysoev Ancient incomplete ngx_http_status_module removal.
Tue, 01 Nov 2011 15:10:46 +0000 Igor Sysoev Version bump.
Tue, 01 Nov 2011 14:51:26 +0000 Igor Sysoev release-1.0.9 tag stable-1.0
Tue, 01 Nov 2011 14:51:19 +0000 Igor Sysoev nginx-1.0.9-RELEASE stable-1.0 release-1.0.9
Tue, 01 Nov 2011 14:39:36 +0000 Igor Sysoev Surplus CHANGES line removal. stable-1.0
Tue, 01 Nov 2011 14:21:22 +0000 Igor Sysoev Merging r4236: stable-1.0
Tue, 01 Nov 2011 14:20:43 +0000 Igor Sysoev Merging r4210: stable-1.0
Tue, 01 Nov 2011 14:19:13 +0000 Igor Sysoev Merging r4209: stable-1.0
Tue, 01 Nov 2011 14:18:10 +0000 Igor Sysoev Merging r4198: stable-1.0
Tue, 01 Nov 2011 14:15:42 +0000 Igor Sysoev Merging r4189, r4197: stable-1.0
Tue, 01 Nov 2011 14:13:25 +0000 Igor Sysoev Merging r4195, r4196: stable-1.0
Tue, 01 Nov 2011 14:09:15 +0000 Igor Sysoev Merging r4193, r4194: stable-1.0
Tue, 01 Nov 2011 14:04:23 +0000 Igor Sysoev Merging r4158: stable-1.0
Tue, 01 Nov 2011 14:02:07 +0000 Igor Sysoev Merging r4190, r4232: stable-1.0
Tue, 01 Nov 2011 14:00:04 +0000 Igor Sysoev Merging r4179, r4182, r4212: stable-1.0
Tue, 01 Nov 2011 13:56:26 +0000 Igor Sysoev Merging r4155, r4219, r4220, r4230: stable-1.0
Tue, 01 Nov 2011 13:49:31 +0000 Igor Sysoev Merging r4151, r4152, r4177: stable-1.0
Tue, 01 Nov 2011 13:45:33 +0000 Igor Sysoev Merging r4147, r4148, r4149, r4150, r4207: stable-1.0
Tue, 01 Nov 2011 13:24:50 +0000 Igor Sysoev Merging r4132, r4134, r4143, r4183, r4191, r4199: stable-1.0
Tue, 01 Nov 2011 13:00:30 +0000 Igor Sysoev Merging r4034, r4186, r4187, r4229, r4235, r4237: stable-1.0
Tue, 01 Nov 2011 11:26:56 +0000 Igor Sysoev Merging r4020: stable-1.0
Tue, 01 Nov 2011 11:25:15 +0000 Igor Sysoev Merging r4017: stable-1.0
Tue, 01 Nov 2011 11:23:26 +0000 Igor Sysoev Merging r4013, r4200: stable-1.0
Tue, 01 Nov 2011 11:19:58 +0000 Igor Sysoev Merging r4009, r4133, r4184, r4201, r4202, r4203, r4204, r4205: stable-1.0
Tue, 01 Nov 2011 11:06:31 +0000 Igor Sysoev Merging r3992, r4192: stable-1.0
Tue, 01 Nov 2011 10:10:50 +0000 Igor Sysoev Version bump. stable-1.0
Mon, 31 Oct 2011 14:52:53 +0000 Igor Sysoev release-1.1.7 tag
Mon, 31 Oct 2011 14:52:46 +0000 Igor Sysoev nginx-1.1.7-RELEASE release-1.1.7
Mon, 31 Oct 2011 14:30:03 +0000 Igor Sysoev Silently ignoring a stale global SSL error left after disabled renegotiation.
Mon, 31 Oct 2011 10:38:20 +0000 Ruslan Ermilov Fixed documentation pointer.
Mon, 31 Oct 2011 09:57:14 +0000 Maxim Dounin Fixed segfault on configuration testing with ssl (ticket #37).
Mon, 31 Oct 2011 09:54:55 +0000 Maxim Dounin Event pipe: reduced number of file buffers used.
Mon, 31 Oct 2011 09:53:16 +0000 Maxim Dounin Event pipe: fixes for complex protocols.
Fri, 28 Oct 2011 15:24:31 +0000 Igor Sysoev Adding m4a and m4v MIME types (closed #42).
Wed, 26 Oct 2011 13:18:33 +0000 Ruslan Ermilov Revamped "configure --help" text.
Wed, 26 Oct 2011 08:16:59 +0000 Igor Sysoev Fix of building by Microsoft Visual C++ 10 compiler.
Tue, 25 Oct 2011 15:04:09 +0000 Igor Sysoev Decrease of log level of some SSL handshake errors.
Tue, 25 Oct 2011 13:48:43 +0000 Ruslan Ermilov Fixed port range checking.
Tue, 25 Oct 2011 13:48:05 +0000 Ruslan Ermilov Fixed range checking for the "somaxconn" sysctl.
Mon, 24 Oct 2011 16:09:05 +0000 Igor Sysoev Support of several servers in the "resolver" directive.
Mon, 24 Oct 2011 15:50:19 +0000 Igor Sysoev Using of junk value in slab allocator similar to modern FreeBSD values.
Mon, 24 Oct 2011 15:46:48 +0000 Igor Sysoev malloc() debugging on MacOSX.
Mon, 24 Oct 2011 12:59:01 +0000 Igor Sysoev FreeBSD's MALLOC_OPTIONS must be set before any malloc() call.
Fri, 21 Oct 2011 11:04:46 +0000 Maxim Dounin Fixed another return in unix ngx_write_chain_to_file().
Thu, 20 Oct 2011 12:40:26 +0000 Maxim Dounin Fixed unix ngx_write_chain_to_file() to return total bytes written.
Thu, 20 Oct 2011 07:12:45 +0000 Igor Sysoev Fixing conflict with SDK off_t definition.
Thu, 20 Oct 2011 07:00:04 +0000 Igor Sysoev Recent SDKs allow to build IPV6 only for Windows XP or above.
Mon, 17 Oct 2011 17:32:08 +0000 Maxim Dounin Fixed "expires @time" with unknown last modified time (ticket #32).
Mon, 17 Oct 2011 17:30:18 +0000 Maxim Dounin Fixed "expires @00h".
Mon, 17 Oct 2011 15:42:12 +0000 Igor Sysoev Removal of incomplete draft documentation processing.
Mon, 17 Oct 2011 15:39:59 +0000 Igor Sysoev Version bump.
Mon, 17 Oct 2011 15:10:31 +0000 Igor Sysoev release-1.1.6 tag
Mon, 17 Oct 2011 15:10:23 +0000 Igor Sysoev nginx-1.1.6-RELEASE release-1.1.6
Mon, 17 Oct 2011 15:09:34 +0000 Igor Sysoev Moving RELEASE target in more safe place.
Sat, 15 Oct 2011 21:42:03 +0000 Maxim Dounin Added clearing of modules' contexts in ngx_http_named_location().
Thu, 13 Oct 2011 13:56:41 +0000 Maxim Dounin Fixed utf8 decode (ticket #25).
Thu, 13 Oct 2011 12:43:22 +0000 Igor Sysoev Skipping location rewrite phase for server null location.
Wed, 12 Oct 2011 14:22:48 +0000 Maxim Dounin Better recheck of dead upstream servers.
Wed, 12 Oct 2011 13:28:03 +0000 Maxim Dounin Clear old Location header (if any) while adding a new one.
Wed, 12 Oct 2011 13:24:59 +0000 Maxim Dounin Wording fix, "many data" is incorrect.
Wed, 12 Oct 2011 09:36:21 +0000 Ruslan Ermilov Fixed two minor bugs in "types" parsing code.
Wed, 12 Oct 2011 09:34:53 +0000 Ruslan Ermilov Fixed grammar in a comment.
Wed, 12 Oct 2011 09:33:43 +0000 Ruslan Ermilov Replaced magic constants representing default values of some directives
Wed, 12 Oct 2011 09:27:34 +0000 Ruslan Ermilov Stylistic change in checking the boolean expression.
Wed, 12 Oct 2011 09:19:57 +0000 Igor Sysoev Preallocating exact number of default MIME types entries.
Wed, 12 Oct 2011 09:04:59 +0000 Ruslan Ermilov Fixed configuration summary and manpage contents for the special
Wed, 12 Oct 2011 07:20:20 +0000 Ruslan Ermilov Removed old warning that suggested to use "server_name_in_redirect off"
Tue, 11 Oct 2011 18:10:49 +0000 Maxim Dounin Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers.
Tue, 11 Oct 2011 18:01:38 +0000 Maxim Dounin Handling of Content-Encoding set from perl.
Tue, 11 Oct 2011 18:00:23 +0000 Maxim Dounin Fix for socket leak with "aio sendfile" and "limit_rate".
Tue, 11 Oct 2011 17:58:51 +0000 Maxim Dounin Fix for connection drops with AIO.
Tue, 11 Oct 2011 17:57:41 +0000 Maxim Dounin Autoindex: escape html in file names.
Tue, 11 Oct 2011 17:56:51 +0000 Maxim Dounin Autoindex: escape '?' in file names.
Tue, 11 Oct 2011 17:54:38 +0000 Maxim Dounin Improved access log escaping to better protect other software.
Tue, 11 Oct 2011 11:11:44 +0000 Igor Sysoev Fixing directive name in error message if types hash size is not enough.
Tue, 11 Oct 2011 10:12:44 +0000 Igor Sysoev Fixing mp4 module seeking on 32-bit platforms.
Mon, 10 Oct 2011 08:38:28 +0000 Ruslan Ermilov Fixed macro name.
Sun, 09 Oct 2011 06:49:54 +0000 Ruslan Ermilov The reference documentation is moving elsewhere.
Fri, 07 Oct 2011 12:15:20 +0000 Igor Sysoev Releasing memory of idle SSL connection. This saves about 34K per SSL
Fri, 07 Oct 2011 10:59:02 +0000 Igor Sysoev Disabling SSL compression. This saves about 300K per SSL connection.
Fri, 07 Oct 2011 10:41:13 +0000 Igor Sysoev Version bump.
Fri, 07 Oct 2011 08:03:16 +0000 Ruslan Ermilov Improved ngx_parse_time() code readability.
Fri, 07 Oct 2011 07:57:24 +0000 Ruslan Ermilov Tweaked error messages.
Thu, 06 Oct 2011 13:09:00 +0000 Igor Sysoev Adding repository path missed in r4179.
Wed, 05 Oct 2011 14:46:09 +0000 Igor Sysoev release-1.1.5 tag
Wed, 05 Oct 2011 14:44:11 +0000 Igor Sysoev nginx-1.1.5-RELEASE release-1.1.5
Wed, 05 Oct 2011 13:24:32 +0000 Igor Sysoev Adding RELEASE procedure in GNUmakefile.
Wed, 05 Oct 2011 13:13:25 +0000 Igor Sysoev Version bump.
Wed, 05 Oct 2011 10:14:21 +0000 Maxim Dounin Fixed cache bypass caching of non-cacheable replies (ticket #21).
Sat, 01 Oct 2011 06:00:49 +0000 Igor Sysoev release-1.0.8 tag stable-1.0
Sat, 01 Oct 2011 06:00:42 +0000 Igor Sysoev nginx-1.0.8-RELEASE stable-1.0 release-1.0.8
Sat, 01 Oct 2011 05:37:30 +0000 Igor Sysoev Merging r4089 missed in r4170 merge. stable-1.0
Sat, 01 Oct 2011 05:35:34 +0000 Igor Sysoev Version bump. stable-1.0
Fri, 30 Sep 2011 15:35:30 +0000 Igor Sysoev release-1.0.7 tag stable-1.0
Fri, 30 Sep 2011 15:35:23 +0000 Igor Sysoev nginx-1.0.7-RELEASE stable-1.0 release-1.0.7
Fri, 30 Sep 2011 15:13:47 +0000 Igor Sysoev Merging r4086, r4087, r4088, r4090, r4094, r4095, r4096, r4097, r4099, r4100, stable-1.0
Fri, 30 Sep 2011 14:36:19 +0000 Igor Sysoev Merging r3986, r4006, r4007, r4073: stable-1.0
Fri, 30 Sep 2011 14:30:01 +0000 Igor Sysoev Merging r4011, r4012, r4136: stable-1.0
Fri, 30 Sep 2011 14:20:52 +0000 Igor Sysoev Merging r4114, r4129: stable-1.0
Fri, 30 Sep 2011 14:18:58 +0000 Igor Sysoev Merging r4137: stable-1.0
Fri, 30 Sep 2011 14:12:53 +0000 Igor Sysoev Merging r4130, r4131, r4135: stable-1.0
Fri, 30 Sep 2011 14:09:44 +0000 Igor Sysoev Merging r4098: stable-1.0
Fri, 30 Sep 2011 14:06:08 +0000 Igor Sysoev Merging r4036, r4055, r4056, r4057, r4058, r4059, r4060, r4061, r4062, r4063, stable-1.0
Fri, 30 Sep 2011 13:57:44 +0000 Igor Sysoev Merging r4077, r4101, r4102: stable-1.0
Fri, 30 Sep 2011 13:42:59 +0000 Igor Sysoev Merging r4010, r4065: stable-1.0
Fri, 30 Sep 2011 13:36:33 +0000 Igor Sysoev Merging r3933, r4154: stable-1.0
Fri, 30 Sep 2011 13:24:49 +0000 Igor Sysoev Version bump. stable-1.0
Fri, 30 Sep 2011 11:53:27 +0000 Maxim Dounin Added uwsgi_buffering and scgi_buffering directives.
Fri, 30 Sep 2011 09:18:28 +0000 Igor Sysoev Using strtod() instead of atofp() to support a lot of digits after dot in
Thu, 29 Sep 2011 15:19:36 +0000 Igor Sysoev Fix of building on platforms with 32-bit off_t. (closed #23)
Tue, 27 Sep 2011 12:07:09 +0000 Maxim Dounin Fixed segmentation fault with empty config on Windows.
Tue, 27 Sep 2011 12:06:07 +0000 Maxim Dounin Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).
Tue, 27 Sep 2011 11:18:51 +0000 Maxim Dounin Better handling of late upstream creation.
Tue, 27 Sep 2011 11:17:11 +0000 Maxim Dounin Cache: fix for sending of stale responses.
Tue, 27 Sep 2011 11:15:35 +0000 Maxim Dounin Cache: fix for sending of empty responses.
Tue, 27 Sep 2011 11:14:02 +0000 Maxim Dounin Incorrect special case for "return 204" removed.
Tue, 27 Sep 2011 11:13:00 +0000 Maxim Dounin Fix for "return 202" not discarding body.
Tue, 27 Sep 2011 11:11:30 +0000 Maxim Dounin Fix for double content when return is used in error_page handler.
Tue, 27 Sep 2011 11:09:55 +0000 Maxim Dounin Fix for incorrect 201 replies from dav module.
Sun, 25 Sep 2011 20:04:20 +0000 Maxim Dounin Proxy: logging levels tuned, double logging fixed.
Sun, 25 Sep 2011 20:03:27 +0000 Maxim Dounin Proxy: whitespaces after chunk size allowed.
Sun, 25 Sep 2011 20:00:36 +0000 Maxim Dounin Upstream: clearing of u->peer.connection on close.
Fri, 23 Sep 2011 20:15:27 +0000 Ruslan Ermilov Fixed error message.
Tue, 20 Sep 2011 13:15:41 +0000 Ruslan Ermilov Fixed markup.
Tue, 20 Sep 2011 11:18:32 +0000 Igor Sysoev release-1.1.4 tag
Tue, 20 Sep 2011 11:18:24 +0000 Igor Sysoev nginx-1.1.4-RELEASE release-1.1.4
Tue, 20 Sep 2011 10:00:46 +0000 Maxim Dounin Fix of separate pool for upstream connections (r4117).
Tue, 20 Sep 2011 09:56:35 +0000 Maxim Dounin Fixed loss of chain links in ngx_event_pipe_read_upstream().
Tue, 20 Sep 2011 09:56:05 +0000 Maxim Dounin Fixed loss of chain links in fastcgi module.
Tue, 20 Sep 2011 09:55:27 +0000 Maxim Dounin Fix of cpu hog in event pipe.
Tue, 20 Sep 2011 07:30:09 +0000 Igor Sysoev The "worker_aio_requests" directive.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Mon, 19 Sep 2011 12:41:13 +0000 Ruslan Ermilov Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"
Mon, 19 Sep 2011 12:37:22 +0000 Ruslan Ermilov Overhauled diagnostic messages.
Fri, 16 Sep 2011 13:41:52 +0000 Igor Sysoev Fixing Linux AIO initiatialization: AIO operations are disabled if kernel
Fri, 16 Sep 2011 12:43:16 +0000 Igor Sysoev Fixing Linux AIO syscalls return value handling:
Fri, 16 Sep 2011 12:08:52 +0000 Maxim Dounin Trailing space fix.
Thu, 15 Sep 2011 19:28:18 +0000 Maxim Dounin Upstream keepalive module.
Thu, 15 Sep 2011 19:23:20 +0000 Maxim Dounin Proxy: basic HTTP/1.1 support (including keepalive).
Thu, 15 Sep 2011 19:22:35 +0000 Maxim Dounin Protocol version parsing in ngx_http_parse_status_line().
Thu, 15 Sep 2011 19:21:19 +0000 Maxim Dounin Upstream: Connection header processing.
Thu, 15 Sep 2011 19:20:08 +0000 Maxim Dounin Upstream: Transfer-Encoding header processing.
Thu, 15 Sep 2011 19:05:23 +0000 Maxim Dounin Keepalive support in fastcgi.
Thu, 15 Sep 2011 19:04:25 +0000 Maxim Dounin Keepalive support in memcached.
Thu, 15 Sep 2011 19:03:15 +0000 Maxim Dounin Upstream: keepalive flag.
Thu, 15 Sep 2011 19:00:47 +0000 Maxim Dounin Upstream: pipe length and input_filter_init in buffered mode.
Thu, 15 Sep 2011 18:43:19 +0000 Maxim Dounin Upstream: r->upstream->length type change to off_t.
Thu, 15 Sep 2011 18:33:43 +0000 Maxim Dounin Upstream: content_length_n API change.
Thu, 15 Sep 2011 18:21:24 +0000 Maxim Dounin Upstream: separate pool for peer connections.
Thu, 15 Sep 2011 18:12:58 +0000 Maxim Dounin Workaround for cpu hog on errors with cached connections.
Thu, 15 Sep 2011 16:03:17 +0000 Maxim Dounin API change: ngx_chain_update_chains() now requires pool.
Thu, 15 Sep 2011 15:25:42 +0000 Maxim Dounin Buffers reuse in chunked filter.
Thu, 15 Sep 2011 13:23:03 +0000 Igor Sysoev MP4 co64 atom support added.
Thu, 15 Sep 2011 08:59:38 +0000 Ruslan Ermilov Regenerated after previous commit.
Thu, 15 Sep 2011 08:59:13 +0000 Ruslan Ermilov Added ngx_http_mp4_module documentation.
Thu, 15 Sep 2011 08:33:25 +0000 Ruslan Ermilov Regenerated after previous commit.
Thu, 15 Sep 2011 08:24:33 +0000 Ruslan Ermilov - The module name is now also output as an HTML header.
Thu, 15 Sep 2011 05:15:16 +0000 Igor Sysoev Fix of struct field name.
Wed, 14 Sep 2011 15:26:11 +0000 Igor Sysoev Style fix.
Wed, 14 Sep 2011 15:25:46 +0000 Igor Sysoev Fixing building by gcc-4.7.
Wed, 14 Sep 2011 15:20:01 +0000 Igor Sysoev Version bump.
Wed, 14 Sep 2011 15:00:51 +0000 Igor Sysoev release-1.1.3 tag
Wed, 14 Sep 2011 15:00:43 +0000 Igor Sysoev nginx-1.1.3-RELEASE release-1.1.3
Wed, 14 Sep 2011 14:28:55 +0000 Igor Sysoev Fix of the previous commit: is_directio flag processing introduced in r4077
Wed, 14 Sep 2011 14:12:35 +0000 Igor Sysoev Bugfix: open_file_cache did not update file info on retest.
Wed, 14 Sep 2011 14:04:41 +0000 Igor Sysoev Skipping traks with unsupported media formats.
Wed, 14 Sep 2011 05:16:20 +0000 Igor Sysoev Fix of case when start sample does not reside on chunk boundary.
Tue, 13 Sep 2011 09:18:43 +0000 Ruslan Ermilov In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library
Mon, 12 Sep 2011 15:15:00 +0000 Igor Sysoev Fix of debug message format.
Mon, 12 Sep 2011 14:54:28 +0000 Igor Sysoev Fix of codec debug message.
Mon, 12 Sep 2011 14:46:06 +0000 Igor Sysoev Fix of error message.
Mon, 12 Sep 2011 13:06:22 +0000 Igor Sysoev Fix of error message.
Mon, 12 Sep 2011 09:50:33 +0000 Ruslan Ermilov Regenerate after previous commits.
Mon, 12 Sep 2011 09:49:56 +0000 Ruslan Ermilov - The "example" element can now contain sub-elements.
Mon, 12 Sep 2011 09:48:33 +0000 Ruslan Ermilov HTTP errors are now output as "code (text)".
Mon, 12 Sep 2011 09:38:04 +0000 Igor Sysoev mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.
Fri, 09 Sep 2011 11:56:49 +0000 Igor Sysoev bugfix of r4086: nginx could not be built without debug log.
Fri, 09 Sep 2011 11:13:55 +0000 Igor Sysoev Bugfix of r4086: directio was always enabled if mp4 file was sent as is.
Fri, 09 Sep 2011 10:25:43 +0000 Igor Sysoev "video/mp4" mime type added.
Fri, 09 Sep 2011 10:22:34 +0000 Igor Sysoev ngx_http_mp4_module
Thu, 08 Sep 2011 13:28:25 +0000 Ruslan Ermilov Regenerate after previous commits.
Thu, 08 Sep 2011 13:27:18 +0000 Ruslan Ermilov Cleaned up links.
Thu, 08 Sep 2011 13:26:37 +0000 Ruslan Ermilov Regenerate after previous commit.
Thu, 08 Sep 2011 13:26:06 +0000 Ruslan Ermilov Basic inter-document and external linking support.
Tue, 06 Sep 2011 13:43:04 +0000 Ruslan Ermilov Regenerate after previous commit.
Tue, 06 Sep 2011 13:42:40 +0000 Ruslan Ermilov Finished initial translation of the Core and HTTP Core modules.
Tue, 06 Sep 2011 10:42:17 +0000 Ruslan Ermilov Regenerate after previous commit.
Tue, 06 Sep 2011 10:41:44 +0000 Ruslan Ermilov New elements: "dq", "pathname"; new list type: "tag".
Mon, 05 Sep 2011 16:36:19 +0000 Maxim Dounin Bugfix: open_file_cache lost is_directio flag.
Mon, 05 Sep 2011 16:26:51 +0000 Igor Sysoev Version bump.
Mon, 05 Sep 2011 13:14:34 +0000 Igor Sysoev release-1.1.2 tag
Mon, 05 Sep 2011 13:14:27 +0000 Igor Sysoev nginx-1.1.2-RELEASE release-1.1.2
Mon, 05 Sep 2011 12:43:31 +0000 Maxim Dounin Bugfix: read event was not blocked after reading body.
Mon, 05 Sep 2011 09:58:31 +0000 Ruslan Ermilov Regenerate after previous commit.
Mon, 05 Sep 2011 09:58:00 +0000 Ruslan Ermilov Translate "types" and "underscores_in_headers" directives.
Mon, 05 Sep 2011 09:40:50 +0000 Ruslan Ermilov Regenerate HTML for the previous revision.
Mon, 05 Sep 2011 09:39:24 +0000 Ruslan Ermilov Initial English translation of Core and HTTP Core modules.
Mon, 05 Sep 2011 09:33:54 +0000 Ruslan Ermilov XSLT regeneration for the previous commit.
Mon, 05 Sep 2011 09:32:00 +0000 Ruslan Ermilov DTD and XSLS changes for modules.
Thu, 01 Sep 2011 15:10:41 +0000 Maxim Dounin Proper setting of read->eof in pipe code.
Thu, 01 Sep 2011 13:49:36 +0000 Maxim Dounin Proper SSL shutdown handling.
Thu, 01 Sep 2011 13:03:55 +0000 Igor Sysoev Now if client requests more ranges than "max_ranges" permits,
Wed, 31 Aug 2011 09:40:55 +0000 Igor Sysoev The "max_ranges" directive.
Wed, 31 Aug 2011 09:26:07 +0000 Igor Sysoev Style fix: removal of tabs introduced in the previous commit.
Tue, 30 Aug 2011 20:34:58 +0000 Igor Sysoev *) fix of r4060: start value should be tested after the "found" label;
Tue, 30 Aug 2011 14:25:35 +0000 Igor Sysoev Unsatisfiable range with start value greater than content length
Tue, 30 Aug 2011 13:07:33 +0000 Igor Sysoev ngx_http_range_parse() should be static.
Tue, 30 Aug 2011 13:06:12 +0000 Igor Sysoev Ranges processing small optimization.
Tue, 30 Aug 2011 13:01:55 +0000 Igor Sysoev Now unsatisfiable ranges are processed according to RFC 2616.
Tue, 30 Aug 2011 12:45:24 +0000 Igor Sysoev Ranges processing small optimization.
Tue, 30 Aug 2011 12:28:01 +0000 Igor Sysoev Style fix.
Mon, 29 Aug 2011 14:43:51 +0000 Igor Sysoev Fix of release date. stable-1.0
Mon, 29 Aug 2011 14:28:31 +0000 Igor Sysoev release-1.0.6 tag stable-1.0
Mon, 29 Aug 2011 14:28:23 +0000 Igor Sysoev nginx-1.0.6-RELEASE stable-1.0 release-1.0.6
Mon, 29 Aug 2011 14:13:46 +0000 Igor Sysoev Merge of r4016: stable-1.0
Mon, 29 Aug 2011 14:03:06 +0000 Igor Sysoev Getting rid of " <br/>" hacks. stable-1.0
Mon, 29 Aug 2011 14:02:15 +0000 Igor Sysoev CHANGES conversion from KOI8-R to UTF-8. stable-1.0
Mon, 29 Aug 2011 13:57:43 +0000 Igor Sysoev Merge of r3996, r3998, r4015, r4023, r4025, r4026, r4027: stable-1.0
Mon, 29 Aug 2011 13:11:47 +0000 Igor Sysoev Merge of r4018: stable-1.0
Mon, 29 Aug 2011 12:56:09 +0000 Igor Sysoev Merge of r3964, r3977, r3978: stable-1.0
Mon, 29 Aug 2011 12:50:35 +0000 Igor Sysoev Merge of r4004, r4005: stable-1.0
Mon, 29 Aug 2011 12:47:32 +0000 Igor Sysoev Merge of r4003: stable-1.0
Mon, 29 Aug 2011 12:45:03 +0000 Igor Sysoev Merge of r3982, r3984, r3985, r3991: stable-1.0
Mon, 29 Aug 2011 12:35:53 +0000 Igor Sysoev Merge of r3960, r3961, r3962, r3963, r3965: stable-1.0
Mon, 29 Aug 2011 10:39:23 +0000 Igor Sysoev Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995: stable-1.0
Mon, 29 Aug 2011 10:07:58 +0000 Igor Sysoev Merge of r3972, r3973, r3974: stable-1.0
Mon, 29 Aug 2011 09:51:56 +0000 Igor Sysoev Merge of r3966, r3967, r3968, r3969, r3970, r3971: stable-1.0
Mon, 29 Aug 2011 09:35:00 +0000 Igor Sysoev Merge of r4035: stable-1.0
Mon, 29 Aug 2011 09:30:22 +0000 Igor Sysoev Version bump. stable-1.0
Fri, 26 Aug 2011 09:42:50 +0000 Igor Sysoev Now if total size of all ranges is greater than source response size,
Thu, 25 Aug 2011 17:29:34 +0000 Igor Sysoev Cache size accounting fix: actual cache size on disk was less than
Tue, 23 Aug 2011 14:36:31 +0000 Maxim Dounin Better handling of various per-server ssl options with SNI.
Tue, 23 Aug 2011 14:22:34 +0000 Igor Sysoev Version bump.
Tue, 23 Aug 2011 13:39:22 +0000 Ruslan Ermilov Restore the lost negation.
Tue, 23 Aug 2011 13:35:02 +0000 Igor Sysoev Removing incomplete draft documentation from release tarball and zip.
Tue, 23 Aug 2011 13:29:47 +0000 Igor Sysoev Grammar fixes in CHANGES.
Tue, 23 Aug 2011 12:50:54 +0000 Igor Sysoev CHANGES conversion from KOI8-R to UTF-8.
Tue, 23 Aug 2011 10:18:35 +0000 Igor Sysoev Grammar fixes in CHANGES.
Tue, 23 Aug 2011 10:11:09 +0000 Igor Sysoev XSLT regeneration for the previous commit.
Tue, 23 Aug 2011 10:10:25 +0000 Igor Sysoev Traling spaces removal in text CHANGES files.
Tue, 23 Aug 2011 09:48:44 +0000 Igor Sysoev XSLT regeneration for r4023.
Tue, 23 Aug 2011 09:01:13 +0000 Ruslan Ermilov Get rid of " <br/>" hacks.
Tue, 23 Aug 2011 09:00:24 +0000 Ruslan Ermilov - support <br/> in the middle of input
Mon, 22 Aug 2011 13:56:14 +0000 Igor Sysoev release-1.1.1 tag
Mon, 22 Aug 2011 13:56:08 +0000 Igor Sysoev nginx-1.1.1-RELEASE release-1.1.1
Mon, 22 Aug 2011 12:34:48 +0000 Igor Sysoev SIGWINCH/NOACCEPT signal is disabled now in non-daemon mode.
Mon, 22 Aug 2011 10:16:49 +0000 Igor Sysoev The change in adaptive loader behaviour introduced in r3975:
Mon, 22 Aug 2011 10:07:27 +0000 Maxim Dounin Fix buffer overrun under Windows.
Sun, 21 Aug 2011 11:37:37 +0000 Maxim Dounin Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Fri, 19 Aug 2011 20:11:39 +0000 Maxim Dounin Fix ignored headers handling in fastcgi/scgi/uwsgi.
Fri, 19 Aug 2011 08:39:27 +0000 Ruslan Ermilov XSLT regeneration for r3998.
Fri, 19 Aug 2011 08:33:47 +0000 Ruslan Ermilov - Added missing dependencies for the CHANGES{,ru} targets.
Thu, 18 Aug 2011 21:48:13 +0000 Maxim Dounin Complain on invalid log levels.
Thu, 18 Aug 2011 17:04:52 +0000 Maxim Dounin Upstream: properly allocate memory for tried flags.
Thu, 18 Aug 2011 16:52:38 +0000 Maxim Dounin Fixing cpu hog with all upstream servers marked "down".
Thu, 18 Aug 2011 16:34:24 +0000 Maxim Dounin Fixing proxy_set_body and proxy_pass_request_body with SSL.
Thu, 18 Aug 2011 16:27:30 +0000 Igor Sysoev Fix names of the referer hash size directives introduced in r3940.
Thu, 18 Aug 2011 15:57:59 +0000 Maxim Dounin Rebuild manpage only if needed.
Thu, 18 Aug 2011 15:52:00 +0000 Maxim Dounin Fix body with request_body_in_single_buf.
Thu, 18 Aug 2011 15:27:57 +0000 Maxim Dounin Correctly set body if it's preread and there are extra data.
Thu, 18 Aug 2011 15:10:23 +0000 Maxim Dounin Lower optimization level for Sun Studio before 12.1.
Wed, 17 Aug 2011 08:35:54 +0000 Maxim Dounin Detect POSIX semaphores in librt on Solaris (ticket #3).
Sat, 13 Aug 2011 15:15:50 +0000 Maxim Dounin Configure: catch up with new Linux version numbering (ticket #5).
Wed, 10 Aug 2011 12:30:19 +0000 Ruslan Ermilov - Replaced explicit link to bugtracker with a support link
Wed, 10 Aug 2011 08:03:34 +0000 Ruslan Ermilov Mention our preferred way of accepting bug reports.
Tue, 09 Aug 2011 15:18:07 +0000 Ruslan Ermilov Don't ignore xmllint errors.
Tue, 09 Aug 2011 15:15:36 +0000 Ruslan Ermilov Regen after makefile changes.
Fri, 05 Aug 2011 13:42:37 +0000 Igor Sysoev using sed instead of perl
Fri, 05 Aug 2011 09:25:34 +0000 Igor Sysoev skeleton for documentation processing
Fri, 05 Aug 2011 09:00:19 +0000 Igor Sysoev update documentation build procedure
Fri, 05 Aug 2011 08:51:29 +0000 Igor Sysoev fix gzip quantity: "q=0." and "q=1." are valid values according to RFC
Thu, 04 Aug 2011 14:50:59 +0000 Igor Sysoev refactor gzip quantity introduced in r3981: it ignored "q=1.000"
Thu, 04 Aug 2011 11:12:30 +0000 Igor Sysoev A new fix for the case when ssl_session_cache defined, but ssl is not
Wed, 03 Aug 2011 16:01:36 +0000 Igor Sysoev removal of error message about %name log_format parameters,
Tue, 02 Aug 2011 12:43:01 +0000 Igor Sysoev fix typo introduced in r3985
Tue, 02 Aug 2011 12:39:38 +0000 Igor Sysoev bump version
Mon, 01 Aug 2011 14:47:46 +0000 Igor Sysoev release-1.1.0 tag
Mon, 01 Aug 2011 14:47:40 +0000 Igor Sysoev nginx-1.1.0-RELEASE release-1.1.0
Mon, 01 Aug 2011 14:38:09 +0000 Igor Sysoev fix r3981 again for case "Accept-Encoding: gzip"
Mon, 01 Aug 2011 13:52:54 +0000 Igor Sysoev always set timer in discard body handler, this fixes the cases
Mon, 01 Aug 2011 13:26:55 +0000 Igor Sysoev lingering_close "off|on|always"
Mon, 01 Aug 2011 13:08:03 +0000 Igor Sysoev do not send RST on normal lingering close read timeout,
Mon, 01 Aug 2011 11:21:46 +0000 Igor Sysoev fix r3981 for case "Accept-Encoding: gzip"
Mon, 01 Aug 2011 11:08:57 +0000 Igor Sysoev enable lingering close for pipelined requests
Mon, 01 Aug 2011 11:02:12 +0000 Igor Sysoev Accept-Encoding refactoring: "gzip; q=0" support
Sat, 30 Jul 2011 07:34:12 +0000 Igor Sysoev Accept-Encoding refactoring: test first the most common case "gzip,"
Sat, 30 Jul 2011 06:20:06 +0000 Igor Sysoev Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip
Sat, 30 Jul 2011 06:11:46 +0000 Igor Sysoev test length of proxy_pass with variables
Fri, 29 Jul 2011 15:33:03 +0000 Igor Sysoev update r3945 with more descriptive error message
Fri, 29 Jul 2011 15:15:16 +0000 Igor Sysoev copy OpenSSL-1.0.0d LICENSE for nginx/Windows zip
Fri, 29 Jul 2011 15:09:02 +0000 Igor Sysoev loader_files, loader_sleep, and loader_threshold
Mon, 25 Jul 2011 10:22:38 +0000 Igor Sysoev set correct configuration file values while adding path
Mon, 25 Jul 2011 09:45:00 +0000 Igor Sysoev rename ngx_http_file_cache_manager_sleep() to ngx_http_file_cache_loader_sleep()
Sun, 24 Jul 2011 20:04:47 +0000 Igor Sysoev do not close connection if cache file is too small: replace it with valid one
Sun, 24 Jul 2011 19:46:53 +0000 Igor Sysoev elimination of reading cache files by cache loader
Sun, 24 Jul 2011 19:43:52 +0000 Igor Sysoev fix r3968
Sun, 24 Jul 2011 17:36:26 +0000 Igor Sysoev update the previous commit:
Sun, 24 Jul 2011 16:47:31 +0000 Igor Sysoev The cache loader performs two tasks: inserting cache objects in inactivity
Sun, 24 Jul 2011 16:10:06 +0000 Igor Sysoev fuse two if's in one condition
Sun, 24 Jul 2011 16:06:24 +0000 Igor Sysoev style fix
Fri, 22 Jul 2011 16:30:17 +0000 Igor Sysoev do not try to reuse and save a SSL session for a peer created on the fly
Fri, 22 Jul 2011 13:30:16 +0000 Igor Sysoev finalizing with rc == 0 in unbuffered proxy mode caused nginx to wait
Fri, 22 Jul 2011 12:53:04 +0000 Igor Sysoev fix SSL connection issues on platforms with 32-bit off_t
Fri, 22 Jul 2011 10:43:50 +0000 Igor Sysoev fix build by gcc46 with -Wunused-value option
Wed, 20 Jul 2011 15:42:40 +0000 Igor Sysoev ECDHE support
Wed, 20 Jul 2011 12:59:24 +0000 Igor Sysoev MSIE export versions are rare now, so RSA 512 key is generated on demand
Wed, 20 Jul 2011 09:29:25 +0000 Igor Sysoev bump version: 1.1.0 development version
Tue, 19 Jul 2011 14:57:06 +0000 Igor Sysoev stable-1.0 branch stable-1.0
Tue, 19 Jul 2011 14:20:33 +0000 Igor Sysoev release-0.7.69 tag stable-0.7
Tue, 19 Jul 2011 14:20:25 +0000 Igor Sysoev nginx-0.7.69-RELEASE stable-0.7 release-0.7.69
Tue, 19 Jul 2011 14:16:58 +0000 Igor Sysoev copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip stable-0.7
Tue, 19 Jul 2011 14:15:50 +0000 Igor Sysoev merge r3945: stable-0.7
Tue, 19 Jul 2011 14:11:18 +0000 Igor Sysoev bump version stable-0.7
Tue, 19 Jul 2011 13:59:54 +0000 Igor Sysoev release-0.8.55 tag stable-0.8
Tue, 19 Jul 2011 13:59:47 +0000 Igor Sysoev nginx-0.8.55-RELEASE stable-0.8 release-0.8.55
Tue, 19 Jul 2011 13:54:09 +0000 Igor Sysoev copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip stable-0.8
Tue, 19 Jul 2011 13:52:56 +0000 Igor Sysoev merge r3945: stable-0.8
Tue, 19 Jul 2011 13:49:44 +0000 Igor Sysoev bump version stable-0.8
Tue, 19 Jul 2011 13:38:44 +0000 Igor Sysoev release-1.0.5 tag
Tue, 19 Jul 2011 13:38:37 +0000 Igor Sysoev nginx-1.0.5-RELEASE release-1.0.5
Tue, 19 Jul 2011 11:24:16 +0000 Igor Sysoev fix segfault if cache key is larger than upstream buffer size
Tue, 19 Jul 2011 11:21:50 +0000 Igor Sysoev $uid_reset
Tue, 19 Jul 2011 10:35:02 +0000 Igor Sysoev fix r3756: release lock to allow other process to delete cache node
Mon, 18 Jul 2011 15:00:05 +0000 Igor Sysoev fix building by MSVC
Tue, 28 Jun 2011 13:26:08 +0000 Igor Sysoev revert r3935 and fix "stalled cache updating" alert
Tue, 28 Jun 2011 10:40:44 +0000 Igor Sysoev referer_hash_max_size and referer_hash_bucket_size directives
Mon, 27 Jun 2011 15:47:51 +0000 Igor Sysoev use !aNULL to disable all anonymous cipher suites
Mon, 27 Jun 2011 15:34:44 +0000 Igor Sysoev bump version
Wed, 01 Jun 2011 09:29:59 +0000 Igor Sysoev release-1.0.4 tag
Wed, 01 Jun 2011 09:29:58 +0000 Igor Sysoev nginx-1.0.4-RELEASE release-1.0.4
Wed, 01 Jun 2011 08:02:34 +0000 Igor Sysoev fix "stalled cache updating" alert,
Tue, 31 May 2011 08:25:10 +0000 Igor Sysoev concatenate auto/os/features and auto/unix
Tue, 31 May 2011 08:20:16 +0000 Igor Sysoev delete unused auto/threads
Tue, 31 May 2011 08:17:27 +0000 Igor Sysoev Support POSIX semaphores on Linux.
Mon, 30 May 2011 14:24:17 +0000 Igor Sysoev revert r3875 since now map uses case sensetive regexes by default
Mon, 30 May 2011 12:36:17 +0000 Igor Sysoev change ngx_http_map_find(): use case sensitive regexes
Fri, 27 May 2011 13:30:53 +0000 Igor Sysoev fix building on FreeBSD 6 or earlier against system md5
Fri, 27 May 2011 10:00:46 +0000 Igor Sysoev make built-in ngx_md5_update() interface consistent with other implemenations
Thu, 26 May 2011 07:32:48 +0000 Igor Sysoev fix building --without-http_auth_basic_module,
Thu, 26 May 2011 07:31:40 +0000 Igor Sysoev bump version
Wed, 25 May 2011 14:55:11 +0000 Igor Sysoev release-1.0.3 tag
Wed, 25 May 2011 14:50:50 +0000 Igor Sysoev nginx-1.0.3-RELEASE release-1.0.3
Mon, 16 May 2011 14:54:50 +0000 Igor Sysoev "$apr1", "{PLAIN}", and "{SSHA}" password methods in auth basic module
Mon, 16 May 2011 14:01:23 +0000 Igor Sysoev fix testing IPv4 address mapped to IPv6, when only IPv6 access rules are defined
Mon, 16 May 2011 13:54:42 +0000 Igor Sysoev support IPv4 mapped to IPv6 in geo module
Mon, 16 May 2011 13:50:58 +0000 Igor Sysoev support IPv4 mapped to IPv6 in geoip module
Fri, 13 May 2011 10:06:56 +0000 Igor Sysoev fix debug logging
Fri, 13 May 2011 10:05:38 +0000 Igor Sysoev fix a broken cached response if bypass/no_cache directive values are different,
Wed, 11 May 2011 11:50:19 +0000 Igor Sysoev log "Abort trap" or similar messages
Wed, 11 May 2011 09:34:21 +0000 Igor Sysoev geoip_org
Wed, 11 May 2011 09:25:37 +0000 Igor Sysoev fix typo
Wed, 11 May 2011 09:19:48 +0000 Igor Sysoev bump version
Tue, 10 May 2011 12:27:53 +0000 Igor Sysoev release-1.0.2 tag
Tue, 10 May 2011 12:27:52 +0000 Igor Sysoev nginx-1.0.2-RELEASE release-1.0.2
Tue, 10 May 2011 12:04:57 +0000 Igor Sysoev gdImageCopyRotated() may images of even height or width
Tue, 10 May 2011 11:39:13 +0000 Igor Sysoev use POSIX semaphores in shmtx instead of sched_yield()
Wed, 04 May 2011 12:21:25 +0000 Igor Sysoev fix r3902
Wed, 04 May 2011 12:20:32 +0000 Igor Sysoev bump version
Tue, 03 May 2011 12:12:05 +0000 Igor Sysoev release-1.0.1 tag
Tue, 03 May 2011 12:12:04 +0000 Igor Sysoev nginx-1.0.1-RELEASE release-1.0.1
Tue, 03 May 2011 09:52:27 +0000 Igor Sysoev test zero value in an "if" directive consistently with predicates fixed in r3894
Sat, 23 Apr 2011 17:27:55 +0000 Igor Sysoev revert r3864, it may cause kernel panic on some kernels while working with IPv6
Sat, 23 Apr 2011 17:25:06 +0000 Igor Sysoev fix building by gcc 4.6 without --with-debug
Sat, 23 Apr 2011 13:15:56 +0000 Igor Sysoev fix r3822
Sat, 23 Apr 2011 13:11:17 +0000 Igor Sysoev style fix: remove trailing spaces
Fri, 22 Apr 2011 10:06:43 +0000 Igor Sysoev Use more precise stat.st_blocks to account cache size on Unix
Thu, 21 Apr 2011 10:07:07 +0000 Igor Sysoev allow to use $upstream_... variables in SSI
Tue, 19 Apr 2011 12:29:16 +0000 Igor Sysoev fix r3713
Sun, 17 Apr 2011 15:28:05 +0000 Igor Sysoev fix the previous commit
Fri, 15 Apr 2011 15:58:06 +0000 Igor Sysoev an internal MD5 implemenation
Fri, 15 Apr 2011 13:50:27 +0000 Igor Sysoev fix segfault in IPv6 parsing while processing invalid IPv4 address X.YYYY.Z
Fri, 15 Apr 2011 12:24:18 +0000 Igor Sysoev values starting with '0' were incorrectly assumed to be false
Fri, 15 Apr 2011 10:59:57 +0000 Igor Sysoev use MurmurHash2 for split_clients, because
Fri, 15 Apr 2011 10:59:24 +0000 Igor Sysoev ngx_murmur_hash2()
Fri, 15 Apr 2011 10:58:44 +0000 Igor Sysoev bump version
Tue, 12 Apr 2011 09:04:33 +0000 Igor Sysoev release-1.0.0 tag
Tue, 12 Apr 2011 09:04:32 +0000 Igor Sysoev nginx-1.0.0-RELEASE release-1.0.0
Tue, 12 Apr 2011 08:02:46 +0000 Igor Sysoev use memmove() in appropriate places
Mon, 11 Apr 2011 14:17:31 +0000 Igor Sysoev "satisfy any" disabled custom 401 error page
Fri, 08 Apr 2011 15:27:53 +0000 Igor Sysoev fix CPU hog in cache manager
Thu, 07 Apr 2011 09:12:30 +0000 Igor Sysoev fix "image_filter rotate 180" and crop case
Thu, 07 Apr 2011 09:08:52 +0000 Igor Sysoev bump version
Mon, 04 Apr 2011 12:50:24 +0000 Igor Sysoev release-0.9.7 tag
Mon, 04 Apr 2011 12:50:22 +0000 Igor Sysoev nginx-0.9.7-RELEASE release-0.9.7
Mon, 04 Apr 2011 12:26:53 +0000 Igor Sysoev reuse keepalive connections if there are no free worker connections
Mon, 04 Apr 2011 10:43:21 +0000 Igor Sysoev fix case when a host in fastcgi_pass, scgi_pass, and uwsgi_pass
Mon, 04 Apr 2011 09:57:32 +0000 Igor Sysoev image filter rotate
Mon, 04 Apr 2011 09:46:00 +0000 Igor Sysoev bump version
Mon, 21 Mar 2011 15:33:27 +0000 Igor Sysoev release-0.9.6 tag
Mon, 21 Mar 2011 15:33:26 +0000 Igor Sysoev nginx-0.9.6-RELEASE release-0.9.6
Mon, 21 Mar 2011 15:18:59 +0000 Igor Sysoev map tests values in low case only, so caseless regex has no sense
Wed, 16 Mar 2011 15:46:57 +0000 Igor Sysoev $time_iso8601 log variable
Wed, 16 Mar 2011 15:32:31 +0000 Igor Sysoev allow regex as "map" parameter
Mon, 21 Feb 2011 11:47:28 +0000 Igor Sysoev remove semicolon, because it is already in "nginx: " prefix
Mon, 21 Feb 2011 11:44:26 +0000 Igor Sysoev fix warnings
Mon, 21 Feb 2011 10:04:02 +0000 Igor Sysoev copy OpenSSL-0.9.8r LICENSE for nginx/Windows zip
Mon, 21 Feb 2011 10:03:28 +0000 Igor Sysoev bump version
Mon, 21 Feb 2011 09:43:59 +0000 Igor Sysoev release-0.9.5 tag
Mon, 21 Feb 2011 09:43:57 +0000 Igor Sysoev nginx-0.9.5-RELEASE release-0.9.5
Mon, 21 Feb 2011 08:57:02 +0000 Igor Sysoev fix xhtml mime type
Thu, 17 Feb 2011 15:01:16 +0000 Igor Sysoev fix u->one_addr handling in ngx_inet_resolve_host()
Thu, 17 Feb 2011 14:14:50 +0000 Igor Sysoev use backlog -1 on Linux
Thu, 17 Feb 2011 11:54:35 +0000 Igor Sysoev always test proxy_redirect with slash, this fixes a case when nginx uses
Fri, 11 Feb 2011 08:02:35 +0000 Igor Sysoev set current atime while setting mtime
Tue, 01 Feb 2011 16:18:55 +0000 Igor Sysoev fix "error_page 497 https://" case
Thu, 27 Jan 2011 12:51:59 +0000 Igor Sysoev utf8 parameter of geoip_country and geoip_city
Thu, 27 Jan 2011 12:43:11 +0000 Igor Sysoev bump version
Fri, 21 Jan 2011 11:05:58 +0000 Igor Sysoev release-0.9.4 tag
Fri, 21 Jan 2011 11:04:39 +0000 Igor Sysoev nginx-0.9.4-RELEASE release-0.9.4
Thu, 20 Jan 2011 15:31:24 +0000 Igor Sysoev server_name $hostname
Thu, 20 Jan 2011 15:29:53 +0000 Igor Sysoev style fix: remove trailing spaces
Thu, 20 Jan 2011 15:15:50 +0000 Igor Sysoev move setting conf->server_name in merge phase
Thu, 20 Jan 2011 13:06:21 +0000 Igor Sysoev use SwitchToThread() instead of Sleep(0), because the later
Thu, 20 Jan 2011 12:33:17 +0000 Igor Sysoev fix building on Fedora 14
Thu, 20 Jan 2011 12:23:00 +0000 Igor Sysoev fix large stderr handling without http cache
Thu, 20 Jan 2011 11:07:35 +0000 Igor Sysoev copy OpenSSL-0.9.8q LICENSE for nginx/Windows zip
Thu, 20 Jan 2011 10:37:58 +0000 Igor Sysoev introduce 494 code "Request Header Too Large"
Thu, 20 Jan 2011 10:18:12 +0000 Igor Sysoev 2011 year
Wed, 15 Dec 2010 14:10:33 +0000 Igor Sysoev use boolean expression instead of "if"
Tue, 14 Dec 2010 23:04:26 +0000 Igor Sysoev rename NGX_HTTP_OWN_CODES to NGX_HTTP_NGINX_CODES
Tue, 14 Dec 2010 22:54:04 +0000 Igor Sysoev bump version
Tue, 14 Dec 2010 19:48:04 +0000 Igor Sysoev release-0.7.68 tag stable-0.7
Tue, 14 Dec 2010 19:48:03 +0000 Igor Sysoev nginx-0.7.68-RELEASE stable-0.7 release-0.7.68
Tue, 14 Dec 2010 19:35:44 +0000 Igor Sysoev merge r3797: stable-0.7
Tue, 14 Dec 2010 19:34:29 +0000 Igor Sysoev merge r3681: stable-0.7
Tue, 14 Dec 2010 19:32:52 +0000 Igor Sysoev merge r3676: stable-0.7
Tue, 14 Dec 2010 19:29:57 +0000 Igor Sysoev SSL related fixes: stable-0.7
Tue, 14 Dec 2010 19:19:07 +0000 Igor Sysoev merge r3659, r3825, r3826: stable-0.7
Tue, 14 Dec 2010 19:15:08 +0000 Igor Sysoev set r->valid_unparsed_uri just after request line processing, stable-0.7
Tue, 14 Dec 2010 19:10:00 +0000 Igor Sysoev bump version stable-0.7
Tue, 14 Dec 2010 10:55:49 +0000 Igor Sysoev release-0.8.54 tag stable-0.8
Tue, 14 Dec 2010 10:55:48 +0000 Igor Sysoev nginx-0.8.54-RELEASE stable-0.8 release-0.8.54
Tue, 14 Dec 2010 10:41:22 +0000 Igor Sysoev merge r3825, r3826: stable-0.8
Tue, 14 Dec 2010 10:38:42 +0000 Igor Sysoev merge r3798, r3806, r3807: stable-0.8
Tue, 14 Dec 2010 10:35:06 +0000 Igor Sysoev merge r3797: stable-0.8
Tue, 14 Dec 2010 10:33:37 +0000 Igor Sysoev bump version stable-0.8
Mon, 13 Dec 2010 11:05:53 +0000 Igor Sysoev release-0.9.3 tag
Mon, 13 Dec 2010 11:05:52 +0000 Igor Sysoev nginx-0.9.3-RELEASE release-0.9.3
Mon, 13 Dec 2010 10:55:15 +0000 Igor Sysoev allow "env" to work in the single process mode
Sun, 12 Dec 2010 21:13:27 +0000 Igor Sysoev always run regex in server_name to get captures for IPv6 addresses,
Sun, 12 Dec 2010 21:10:59 +0000 Igor Sysoev test wildcard tail hash existance for IPv6 addresses,
Sun, 12 Dec 2010 20:11:31 +0000 Igor Sysoev style fix
Sat, 11 Dec 2010 10:59:26 +0000 Igor Sysoev remove semicolon, because it is already in "nginx: " prefix
Mon, 06 Dec 2010 14:51:20 +0000 Igor Sysoev test for maximum errno value, since Solaris has no sys_nerr
Mon, 06 Dec 2010 14:50:27 +0000 Igor Sysoev style fix
Mon, 06 Dec 2010 14:49:17 +0000 Igor Sysoev test for _sys_nerr only if sys_nerr was not found
Mon, 06 Dec 2010 14:40:40 +0000 Igor Sysoev bump version
Mon, 06 Dec 2010 11:36:31 +0000 Igor Sysoev release-0.9.2 tag
Mon, 06 Dec 2010 11:36:30 +0000 Igor Sysoev nginx-0.9.2-RELEASE release-0.9.2
Mon, 06 Dec 2010 11:17:03 +0000 Igor Sysoev remove SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG becuase of CVE-2010-4180
Mon, 06 Dec 2010 11:11:05 +0000 Igor Sysoev "If-Unmodified-Since" support
Thu, 02 Dec 2010 14:20:51 +0000 Igor Sysoev fix building by msvc8 introduced by the previous commit
Thu, 02 Dec 2010 10:05:41 +0000 Igor Sysoev fallback to accept() if accept4() is not implemented,
Wed, 01 Dec 2010 19:22:37 +0000 Igor Sysoev fix building by Cygwin: Cygwin defines _sys_nerr instead of sys_nerr,
Tue, 30 Nov 2010 13:26:21 +0000 Igor Sysoev bump version
Tue, 30 Nov 2010 13:10:33 +0000 Igor Sysoev release-0.9.1 tag
Tue, 30 Nov 2010 13:10:32 +0000 Igor Sysoev nginx-0.9.1-RELEASE release-0.9.1
Tue, 30 Nov 2010 12:56:29 +0000 Igor Sysoev add audio/ogg
Mon, 29 Nov 2010 19:41:53 +0000 Igor Sysoev fix comment
Mon, 29 Nov 2010 19:40:54 +0000 Igor Sysoev revert processing NGX_OK in rewrite phase changed in r3798,
Mon, 29 Nov 2010 19:39:26 +0000 Igor Sysoev bump version
Mon, 29 Nov 2010 15:29:32 +0000 Igor Sysoev release-0.9.0 tag
Mon, 29 Nov 2010 15:29:31 +0000 Igor Sysoev nginx-0.9.0-RELEASE release-0.9.0
Mon, 29 Nov 2010 15:23:06 +0000 Igor Sysoev add man page in release tarball and fix man building procedure
Mon, 29 Nov 2010 15:21:24 +0000 Igor Sysoev add the first release date
Mon, 29 Nov 2010 15:01:06 +0000 Igor Sysoev add "nginx: " prefix when logging to the stderr
Mon, 29 Nov 2010 15:00:02 +0000 Igor Sysoev move ngx_strerror_init() at the very start
Mon, 29 Nov 2010 14:01:17 +0000 Igor Sysoev revert processing NGX_OK and NGX_DONE in rewrite phase changed in r3634
Mon, 29 Nov 2010 09:23:25 +0000 Igor Sysoev allocate last zero byte in ngx_crypt()
Fri, 26 Nov 2010 13:58:28 +0000 Igor Sysoev style fix
Fri, 26 Nov 2010 13:36:36 +0000 Igor Sysoev fix building by icc8
Fri, 26 Nov 2010 12:40:56 +0000 Igor Sysoev keepalive_disable
Fri, 26 Nov 2010 12:25:51 +0000 Igor Sysoev allow variable as "map" value
Thu, 25 Nov 2010 15:36:24 +0000 Igor Sysoev use "\" to escape "default", "include", and "hostnames" values instead of "!"
Thu, 25 Nov 2010 15:24:29 +0000 Igor Sysoev allow empty value as "map" parameter
Thu, 25 Nov 2010 15:22:43 +0000 Igor Sysoev allow expressions in the first "map" parameter
Thu, 25 Nov 2010 14:12:31 +0000 Igor Sysoev add nginx.8 man page
Thu, 25 Nov 2010 11:04:03 +0000 Igor Sysoev use copied strerror() messages and autoconfigured sys_nerr value
Thu, 25 Nov 2010 10:15:04 +0000 Igor Sysoev Linux accept4() support
Wed, 24 Nov 2010 13:41:37 +0000 Igor Sysoev bump version
Wed, 24 Nov 2010 12:50:36 +0000 Igor Sysoev stable-0.8 branch stable-0.8
Mon, 18 Oct 2010 12:03:27 +0000 Igor Sysoev release-0.8.53 tag
Mon, 18 Oct 2010 12:03:26 +0000 Igor Sysoev nginx-0.8.53-RELEASE release-0.8.53
Mon, 18 Oct 2010 10:14:00 +0000 Igor Sysoev allow override redirect status in error_page
Thu, 14 Oct 2010 09:20:01 +0000 Igor Sysoev change order of limit_req lookup result processing
Wed, 13 Oct 2010 20:58:41 +0000 Igor Sysoev an excess was logged as 0.000 if requests were limited without delay:
Tue, 12 Oct 2010 12:18:39 +0000 Igor Sysoev always update an aio_senfile connection flag accodring to a current
Tue, 12 Oct 2010 12:11:11 +0000 Igor Sysoev update event flags after successful io_submit()
Tue, 12 Oct 2010 12:06:52 +0000 Igor Sysoev file AIO read may be posted inside loop
Mon, 11 Oct 2010 18:48:18 +0000 Igor Sysoev add default listen port at the end of server block parsing instead of
Fri, 08 Oct 2010 11:42:05 +0000 Igor Sysoev fix testing, the bug has been introduced in r3218
Mon, 04 Oct 2010 15:03:00 +0000 Igor Sysoev gzip_disable degradation
Mon, 04 Oct 2010 14:59:41 +0000 Igor Sysoev ngx_http_degraded()
Mon, 04 Oct 2010 13:50:09 +0000 Igor Sysoev bump version
Tue, 28 Sep 2010 06:59:59 +0000 Igor Sysoev release-0.8.52 tag
Tue, 28 Sep 2010 06:59:58 +0000 Igor Sysoev nginx-0.8.52-RELEASE release-0.8.52
Tue, 28 Sep 2010 06:50:52 +0000 Igor Sysoev nginx uses SSL mode for a listen socket with any option set,
Tue, 28 Sep 2010 06:46:58 +0000 Igor Sysoev bump version
Mon, 27 Sep 2010 13:08:41 +0000 Igor Sysoev release-0.8.51 tag
Mon, 27 Sep 2010 13:08:40 +0000 Igor Sysoev nginx-0.8.51-RELEASE release-0.8.51
Mon, 27 Sep 2010 11:48:12 +0000 Igor Sysoev allow duplicate listen ssl options
Mon, 27 Sep 2010 11:23:45 +0000 Igor Sysoev decrease resolver errors level to error
Wed, 15 Sep 2010 15:24:21 +0000 Igor Sysoev worker_rlimit_core should be off_t
Mon, 13 Sep 2010 12:44:43 +0000 Igor Sysoev fix typo
Mon, 06 Sep 2010 14:19:18 +0000 Igor Sysoev discard "secure_link_expires on|off"
Mon, 06 Sep 2010 11:07:07 +0000 Igor Sysoev bump version
Thu, 02 Sep 2010 14:59:19 +0000 Igor Sysoev release-0.8.50 tag
Thu, 02 Sep 2010 14:59:18 +0000 Igor Sysoev nginx-0.8.50-RELEASE release-0.8.50
Thu, 02 Sep 2010 14:37:16 +0000 Igor Sysoev new ngx_http_secure_link_module with secure_link, secure_link_md5, and
Thu, 02 Sep 2010 14:31:47 +0000 Igor Sysoev fix race condition if during reconfiguration two cache managers try
Thu, 02 Sep 2010 14:02:57 +0000 Igor Sysoev gzip_disable msie6 ignored other patterns
Thu, 02 Sep 2010 14:01:58 +0000 Igor Sysoev gzip_disable compiled always the first pattern only
Thu, 02 Sep 2010 13:54:28 +0000 Igor Sysoev gzip_disable msie6 did not inherited if nginx was built without PCRE
Thu, 02 Sep 2010 13:49:05 +0000 Igor Sysoev add "Global\" prefix for signal events
Thu, 02 Sep 2010 13:43:02 +0000 Igor Sysoev the -q switch
Thu, 26 Aug 2010 12:33:08 +0000 Igor Sysoev if a location is specified by regex, then always compile an "alias",
Wed, 25 Aug 2010 12:30:08 +0000 Igor Sysoev bump version
Mon, 09 Aug 2010 08:24:14 +0000 Igor Sysoev release-0.8.49 tag
Mon, 09 Aug 2010 08:24:13 +0000 Igor Sysoev nginx-0.8.49-RELEASE release-0.8.49
Fri, 06 Aug 2010 15:55:05 +0000 Igor Sysoev image_filter_jpeg_quality supports variables
Wed, 04 Aug 2010 13:34:23 +0000 Igor Sysoev zero fcn->updating after node allocation
Wed, 04 Aug 2010 12:55:27 +0000 Igor Sysoev error status codes could be cached for next request only,
Tue, 03 Aug 2010 18:38:08 +0000 Igor Sysoev we can free GeoIPRecord just after GeoIP_region_name_by_code(),
Tue, 03 Aug 2010 18:27:56 +0000 Igor Sysoev fix segfault, the bug has been introduced in r3738
Tue, 03 Aug 2010 18:24:18 +0000 Igor Sysoev bump version
Tue, 03 Aug 2010 15:10:57 +0000 Igor Sysoev release-0.8.48 tag
Tue, 03 Aug 2010 15:10:56 +0000 Igor Sysoev nginx-0.8.48-RELEASE release-0.8.48
Tue, 03 Aug 2010 15:01:34 +0000 Igor Sysoev $geoip_region_name
Tue, 03 Aug 2010 14:19:49 +0000 Igor Sysoev $geoip_dma_code and $geoip_area_code
Tue, 03 Aug 2010 13:35:48 +0000 Igor Sysoev fix fastcgi_split_path_info, if URI was not fully captured
Tue, 03 Aug 2010 12:59:14 +0000 Igor Sysoev *) make code consistent to fastcgi, etc
Tue, 03 Aug 2010 12:53:06 +0000 Igor Sysoev use NULL instead of 0
Tue, 03 Aug 2010 09:42:53 +0000 Igor Sysoev delete surplus assignment
Tue, 03 Aug 2010 09:24:25 +0000 Igor Sysoev inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside
Mon, 02 Aug 2010 15:28:04 +0000 Igor Sysoev ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf()
Mon, 02 Aug 2010 12:47:52 +0000 Igor Sysoev fix directive type
Mon, 02 Aug 2010 12:34:15 +0000 Igor Sysoev change logic slightly
Mon, 02 Aug 2010 12:32:33 +0000 Igor Sysoev change order
Mon, 02 Aug 2010 12:27:58 +0000 Igor Sysoev *) delete cache key node after a cache file removal
Fri, 30 Jul 2010 13:25:19 +0000 Igor Sysoev escape ";" in arguments
Fri, 30 Jul 2010 12:41:55 +0000 Igor Sysoev count cache key node usage for cached error statuses
Fri, 30 Jul 2010 10:20:08 +0000 Igor Sysoev do not free unused cache node if cache min_uses > 1,
Thu, 29 Jul 2010 15:40:03 +0000 Igor Sysoev return 415 on too big image in image filter
Thu, 29 Jul 2010 10:01:31 +0000 Igor Sysoev change default server_name_in_redirect value to off,
Thu, 29 Jul 2010 10:00:04 +0000 Igor Sysoev use an empty name as default server_name instread of hostname
Thu, 29 Jul 2010 09:55:54 +0000 Igor Sysoev allow server_name "" as the first name
Thu, 29 Jul 2010 09:30:15 +0000 Igor Sysoev decrease SSL handshake error level to info
Thu, 29 Jul 2010 09:10:12 +0000 Igor Sysoev copy OpenSSL-0.9.8o LICENSE for nginx/Windows zip
Thu, 29 Jul 2010 08:10:22 +0000 Igor Sysoev bump version
Wed, 28 Jul 2010 16:16:49 +0000 Igor Sysoev release-0.8.47 tag
Wed, 28 Jul 2010 16:16:48 +0000 Igor Sysoev nginx-0.8.47-RELEASE release-0.8.47
Wed, 28 Jul 2010 15:56:56 +0000 Igor Sysoev move debug logging inside ngx_http_file_cache_free()
Wed, 28 Jul 2010 15:51:50 +0000 Igor Sysoev fix $request_time for subrequests
Wed, 28 Jul 2010 15:49:34 +0000 Igor Sysoev several changes in cache cleanup handling:
Tue, 27 Jul 2010 19:11:17 +0000 Igor Sysoev fix r3708 and r3695: valid_sec is set only for caching error status codes
Tue, 27 Jul 2010 15:26:33 +0000 Igor Sysoev fix r3707: cache node should be freed be a response is not cached
Tue, 27 Jul 2010 13:04:13 +0000 Igor Sysoev fix typo
Tue, 27 Jul 2010 11:22:59 +0000 Igor Sysoev fix r3695: this commit
Mon, 19 Jul 2010 15:31:46 +0000 Igor Sysoev an intercepted error code was not cached
Mon, 19 Jul 2010 15:29:16 +0000 Igor Sysoev style fix
Mon, 19 Jul 2010 15:28:22 +0000 Igor Sysoev initialize r->cache->file.fd with NGX_INVALID_FILE
Mon, 19 Jul 2010 15:27:06 +0000 Igor Sysoev bump version
Mon, 19 Jul 2010 11:31:31 +0000 Igor Sysoev release-0.8.46 tag
Mon, 19 Jul 2010 11:31:30 +0000 Igor Sysoev nginx-0.8.46-RELEASE release-0.8.46
Mon, 19 Jul 2010 09:55:43 +0000 Igor Sysoev add warnings for proxy_no_cache and fastcgi_no_cache
Mon, 19 Jul 2010 09:36:04 +0000 Igor Sysoev proxy_cache_pass, fastcgi_cache_bypass, uwsgi_cache_bypass, scgi_cache_bypass
Fri, 16 Jul 2010 10:01:49 +0000 Igor Sysoev rename ngx_http_file_cache_create() to ngx_http_file_cache_new()
Thu, 15 Jul 2010 14:01:02 +0000 Igor Sysoev ngx_http_file_cache_create()
Thu, 15 Jul 2010 13:46:32 +0000 Igor Sysoev ngx_http_file_cache_name()
Thu, 15 Jul 2010 13:10:05 +0000 Igor Sysoev style fix
Thu, 15 Jul 2010 13:08:51 +0000 Igor Sysoev delete empty cache zone node if we could not get response to cache
Wed, 14 Jul 2010 11:29:19 +0000 Igor Sysoev fix scgi_no_cache and uwsgi_no_cache initialization
Wed, 14 Jul 2010 11:15:45 +0000 Igor Sysoev use ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Wed, 14 Jul 2010 11:13:59 +0000 Igor Sysoev ngx_http_test_predicates(), ngx_http_set_predicate_slot()
Wed, 14 Jul 2010 11:09:56 +0000 Igor Sysoev bump version
Tue, 13 Jul 2010 11:59:37 +0000 Igor Sysoev release-0.8.45 tag
Tue, 13 Jul 2010 11:59:36 +0000 Igor Sysoev nginx-0.8.45-RELEASE release-0.8.45
Tue, 13 Jul 2010 10:17:09 +0000 Igor Sysoev allow setfib=0
Mon, 12 Jul 2010 12:52:01 +0000 Igor Sysoev use xmlSAXHandler._private field to store xslt filter context
Thu, 08 Jul 2010 16:17:11 +0000 Igor Sysoev fix building by msvc7
Thu, 08 Jul 2010 15:57:36 +0000 Igor Sysoev stop ./configure on Win32 if no library sources was specified,
Thu, 08 Jul 2010 15:51:47 +0000 Igor Sysoev do not use prebuild OpenSSL Win32 libraries
Thu, 08 Jul 2010 14:02:09 +0000 Igor Sysoev fix typo
Thu, 08 Jul 2010 13:49:21 +0000 Igor Sysoev style fix
Wed, 07 Jul 2010 10:17:19 +0000 Igor Sysoev update r->buffered after processing SSI command,
Wed, 07 Jul 2010 10:09:44 +0000 Igor Sysoev bump version
Mon, 05 Jul 2010 15:23:56 +0000 Igor Sysoev release-0.8.44 tag
Mon, 05 Jul 2010 15:23:55 +0000 Igor Sysoev nginx-0.8.44-RELEASE release-0.8.44
Mon, 05 Jul 2010 13:49:16 +0000 Igor Sysoev listen setfib=X
Mon, 05 Jul 2010 13:45:10 +0000 Igor Sysoev fix case of partially matched patterns on buffer border in sub_filter
Mon, 05 Jul 2010 13:35:20 +0000 Igor Sysoev fix recognition of SSLv2 Client Hello Packet large than 255 bytes
Mon, 05 Jul 2010 13:02:25 +0000 Igor Sysoev try to use C99 variadic macros first:
Mon, 05 Jul 2010 12:47:35 +0000 Igor Sysoev fix building by owc12: GetLongPathName() is available since Win2K only
Sat, 03 Jul 2010 20:16:55 +0000 Igor Sysoev HP/UX uses EWOULDBLOCK instead of EAGAIN
Fri, 02 Jul 2010 10:05:40 +0000 Igor Sysoev do not use a cache headers set to hide
Fri, 02 Jul 2010 09:49:27 +0000 Igor Sysoev treat Set-Cookie as a header that forbids caching
Fri, 02 Jul 2010 09:28:50 +0000 Igor Sysoev update the previous commit
Fri, 02 Jul 2010 09:25:38 +0000 Igor Sysoev use shared ngx_http_upstream_ignore_headers_masks[]
Thu, 01 Jul 2010 12:56:32 +0000 Igor Sysoev bump version
Wed, 30 Jun 2010 15:11:44 +0000 Igor Sysoev release-0.8.43 tag
Wed, 30 Jun 2010 15:11:43 +0000 Igor Sysoev nginx-0.8.43-RELEASE release-0.8.43
Wed, 30 Jun 2010 14:42:15 +0000 Igor Sysoev remove r->zero_body unused since the previous commit
Wed, 30 Jun 2010 14:39:28 +0000 Igor Sysoev Fix processing
Wed, 30 Jun 2010 14:30:55 +0000 Igor Sysoev change logic introduced in r3649:
Wed, 30 Jun 2010 14:28:54 +0000 Igor Sysoev style fix: remove tabs
Wed, 30 Jun 2010 13:15:20 +0000 Igor Sysoev set uid values for main request only
Wed, 30 Jun 2010 12:01:56 +0000 Igor Sysoev fix IPv6 listen socket handling while reconfiguring
Wed, 30 Jun 2010 10:33:02 +0000 Igor Sysoev fix ngx_write_file() buf
Wed, 30 Jun 2010 10:13:51 +0000 Igor Sysoev test binary geo range base size
Wed, 30 Jun 2010 10:12:46 +0000 Igor Sysoev test the second binary geo range base existence
Wed, 30 Jun 2010 10:05:56 +0000 Igor Sysoev test binary geo ranges base only for ranges
Wed, 30 Jun 2010 10:02:05 +0000 Igor Sysoev test binary gep range base mtime
Tue, 29 Jun 2010 16:06:20 +0000 Igor Sysoev binary geo ranges base cache
Tue, 29 Jun 2010 15:18:50 +0000 Igor Sysoev ngx_create_file_mapping()
Tue, 29 Jun 2010 13:36:16 +0000 Igor Sysoev change duplicate default geo range processing
Fri, 25 Jun 2010 13:17:33 +0000 Igor Sysoev fix building without IPv6 after the previous commit
Fri, 25 Jun 2010 12:16:31 +0000 Igor Sysoev Now $uid_set may be used at any time, r2013 states the same is wrong.
Fri, 25 Jun 2010 12:06:37 +0000 Igor Sysoev make logic more clear
Fri, 25 Jun 2010 12:05:12 +0000 Igor Sysoev delete stale comments
Thu, 24 Jun 2010 15:26:05 +0000 Igor Sysoev eliminate a number of ranges: about 18,000 /16 networks are empty,
Thu, 24 Jun 2010 15:17:06 +0000 Igor Sysoev fix a bug when ngx_cpymem() returns a cast type:
Thu, 24 Jun 2010 13:16:19 +0000 Igor Sysoev break cycle early
Wed, 23 Jun 2010 16:34:54 +0000 Igor Sysoev style fix
Wed, 23 Jun 2010 15:31:33 +0000 Igor Sysoev change ngx_http_variable_value_node_t to more generic ngx_str_node_t
Wed, 23 Jun 2010 14:49:57 +0000 Igor Sysoev bump version
Mon, 21 Jun 2010 10:16:25 +0000 Igor Sysoev release-0.8.42 tag
Mon, 21 Jun 2010 10:16:24 +0000 Igor Sysoev nginx-0.8.42-RELEASE release-0.8.42
Fri, 18 Jun 2010 15:51:14 +0000 Igor Sysoev ngx_http_scgi_module
Fri, 18 Jun 2010 15:38:31 +0000 Igor Sysoev Test regex location if URI matches exactly to non-exact location.
Fri, 18 Jun 2010 15:17:07 +0000 Igor Sysoev use ngx_http_send_response() in empty_gif
Fri, 18 Jun 2010 15:16:18 +0000 Igor Sysoev add files missed in the previuos commit
Fri, 18 Jun 2010 15:15:20 +0000 Igor Sysoev return code text
Fri, 18 Jun 2010 15:08:44 +0000 Igor Sysoev ngx_http_send_response()
Fri, 18 Jun 2010 14:58:52 +0000 Igor Sysoev 303 See Other
Tue, 15 Jun 2010 15:30:00 +0000 Igor Sysoev style fix
Tue, 15 Jun 2010 15:27:06 +0000 Igor Sysoev fix r3628
Tue, 15 Jun 2010 15:21:37 +0000 Igor Sysoev make code more obviuos
Tue, 15 Jun 2010 15:15:06 +0000 Igor Sysoev use ngx_http_parse_status_line()
Tue, 15 Jun 2010 15:13:34 +0000 Igor Sysoev ngx_http_parse_status_line()
Tue, 15 Jun 2010 15:09:18 +0000 Igor Sysoev update the previous commit
Tue, 15 Jun 2010 14:30:13 +0000 Igor Sysoev support CGI-style response
Tue, 15 Jun 2010 12:45:33 +0000 Igor Sysoev style fix
Tue, 15 Jun 2010 12:41:13 +0000 Igor Sysoev bump version
Tue, 15 Jun 2010 09:55:01 +0000 Igor Sysoev release-0.7.67 tag stable-0.7
Tue, 15 Jun 2010 09:55:00 +0000 Igor Sysoev nginx-0.7.67-RELEASE stable-0.7 release-0.7.67
Tue, 15 Jun 2010 09:51:58 +0000 Igor Sysoev merge r3615: stable-0.7
Tue, 15 Jun 2010 09:50:55 +0000 Igor Sysoev bump version stable-0.7
Tue, 15 Jun 2010 09:45:07 +0000 Igor Sysoev release-0.8.41 tag
Tue, 15 Jun 2010 09:45:06 +0000 Igor Sysoev nginx-0.8.41-RELEASE release-0.8.41
Tue, 15 Jun 2010 09:31:19 +0000 Igor Sysoev allow spaces in URI
Mon, 14 Jun 2010 18:09:52 +0000 Igor Sysoev do not free() stack allocated buffer
Thu, 10 Jun 2010 11:08:28 +0000 Igor Sysoev PATCH method
Thu, 10 Jun 2010 08:17:16 +0000 Igor Sysoev allow Destination URL without host
Tue, 08 Jun 2010 19:33:53 +0000 Igor Sysoev delete empty Server and Date header used only in proxy mode
Tue, 08 Jun 2010 16:15:47 +0000 Igor Sysoev change variable names
Tue, 08 Jun 2010 15:25:48 +0000 Igor Sysoev install uwsgi_params
Tue, 08 Jun 2010 13:43:20 +0000 Igor Sysoev delete surplus flush
Tue, 08 Jun 2010 09:06:57 +0000 Igor Sysoev do not try to calculate procent sum if there was an error
Mon, 07 Jun 2010 14:37:56 +0000 Igor Sysoev delete useless code
Mon, 07 Jun 2010 14:33:50 +0000 Igor Sysoev fix rewritten Refresh header length
Mon, 07 Jun 2010 13:38:39 +0000 Igor Sysoev 202 Accepted status code
Mon, 07 Jun 2010 13:34:56 +0000 Igor Sysoev bump version
Mon, 07 Jun 2010 12:41:32 +0000 Igor Sysoev release-0.7.66 tag stable-0.7
Mon, 07 Jun 2010 12:41:31 +0000 Igor Sysoev nginx-0.7.66-RELEASE stable-0.7 release-0.7.66
Mon, 07 Jun 2010 12:38:33 +0000 Igor Sysoev release-0.8.40 tag
Mon, 07 Jun 2010 12:38:32 +0000 Igor Sysoev nginx-0.8.40-RELEASE release-0.8.40
Mon, 07 Jun 2010 12:27:06 +0000 Igor Sysoev merge r3528: stable-0.7
Mon, 07 Jun 2010 12:23:23 +0000 Igor Sysoev merge r3518, r3527: stable-0.7
Mon, 07 Jun 2010 12:17:10 +0000 Igor Sysoev merge r3502: stable-0.7
Mon, 07 Jun 2010 12:08:44 +0000 Igor Sysoev merge r3498, r3499: stable-0.7
Mon, 07 Jun 2010 11:55:20 +0000 Igor Sysoev merge r3489, r3493: stable-0.7
Mon, 07 Jun 2010 11:51:37 +0000 Igor Sysoev merge r3487, r3525: stable-0.7
Mon, 07 Jun 2010 11:49:03 +0000 Igor Sysoev merge r3488: stable-0.7
Mon, 07 Jun 2010 11:48:19 +0000 Igor Sysoev merge r3482: stable-0.7
Mon, 07 Jun 2010 11:46:43 +0000 Igor Sysoev merge r3515: stable-0.7
Mon, 07 Jun 2010 11:45:04 +0000 Igor Sysoev merge r3478: stable-0.7
Mon, 07 Jun 2010 10:37:58 +0000 Igor Sysoev merge r3477: stable-0.7
Mon, 07 Jun 2010 10:35:08 +0000 Igor Sysoev merge r3473, r3474, r3385, r3386, r3537: stable-0.7
Mon, 07 Jun 2010 10:26:50 +0000 Igor Sysoev merge r3464, r3500, r3501: stable-0.7
Mon, 07 Jun 2010 10:15:21 +0000 Igor Sysoev merge r3460: stable-0.7
Mon, 07 Jun 2010 10:14:11 +0000 Igor Sysoev merge r3459, r3571: stable-0.7
Mon, 07 Jun 2010 10:09:14 +0000 Igor Sysoev merge r3456, r3458, r3465: stable-0.7
Mon, 07 Jun 2010 10:04:13 +0000 Igor Sysoev merge r3457: stable-0.7
Mon, 07 Jun 2010 09:54:19 +0000 Igor Sysoev merge r3454, r3455, r3486, r3496, r3519, r3523: stable-0.7
Mon, 07 Jun 2010 09:36:33 +0000 Igor Sysoev merge r3452, r3462, r3471, r3472: stable-0.7
Mon, 07 Jun 2010 09:25:39 +0000 Igor Sysoev merge r3451, r3506: stable-0.7
Mon, 07 Jun 2010 09:19:10 +0000 Igor Sysoev merge r3412, r3485: stable-0.7
Mon, 07 Jun 2010 09:06:39 +0000 Igor Sysoev merge r3399: stable-0.7
Mon, 07 Jun 2010 09:05:18 +0000 Igor Sysoev merge r3394, r3395: stable-0.7
Mon, 07 Jun 2010 09:01:46 +0000 Igor Sysoev merge r3368, r3392: stable-0.7
Mon, 07 Jun 2010 08:51:48 +0000 Igor Sysoev merge r3318, r3449: stable-0.7
Fri, 04 Jun 2010 17:47:04 +0000 Igor Sysoev merge r3316, r3317, r3420, r3421, r3453: stable-0.7
Fri, 04 Jun 2010 17:38:59 +0000 Igor Sysoev bump version stable-0.7
Fri, 04 Jun 2010 16:05:55 +0000 Igor Sysoev fix "/dir/%3F../" and "/dir/%23../" cases
Fri, 04 Jun 2010 15:37:49 +0000 Igor Sysoev test default NTFS stream "::$DATA"
Fri, 04 Jun 2010 13:34:23 +0000 Igor Sysoev *) delete no longer used unix domain sockets
Fri, 04 Jun 2010 12:55:01 +0000 Igor Sysoev uwsgi cache
Fri, 04 Jun 2010 12:32:08 +0000 Igor Sysoev uwsgi_bind
Fri, 04 Jun 2010 12:26:27 +0000 Igor Sysoev allow uwsgi_param to override client headers using HTTP_ parameters
Fri, 04 Jun 2010 11:31:01 +0000 Igor Sysoev uwsgi_store
Fri, 04 Jun 2010 10:03:57 +0000 Igor Sysoev add uwsgi_param and client request headers debug logging
Fri, 04 Jun 2010 09:17:09 +0000 Igor Sysoev do not pass if-... headers for cacheable fastcgi responses
Thu, 03 Jun 2010 16:42:07 +0000 Igor Sysoev rename variable to conform to the next commit
Thu, 03 Jun 2010 14:50:59 +0000 Igor Sysoev use local headers_names array instead of stored in configuration
Thu, 03 Jun 2010 14:41:30 +0000 Igor Sysoev allow fastcgi_param to override client headers using HTTP_ parameters
Thu, 03 Jun 2010 13:49:59 +0000 Igor Sysoev add client request headers debug logging in fastcgi
Wed, 02 Jun 2010 15:08:29 +0000 Igor Sysoev remove the special static fastcgi_param values processing,
Tue, 01 Jun 2010 20:32:32 +0000 Igor Sysoev print default module temporary directory path in summary
Tue, 01 Jun 2010 20:27:03 +0000 Igor Sysoev style fix
Tue, 01 Jun 2010 20:24:30 +0000 Igor Sysoev improve uwsgi_string processing
Tue, 01 Jun 2010 20:23:14 +0000 Igor Sysoev delete unneeded declaration
Tue, 01 Jun 2010 20:21:56 +0000 Igor Sysoev delete unused ngx_http_uwsgi_add_variables()
Tue, 01 Jun 2010 20:19:57 +0000 Igor Sysoev improve uwsgi_modifierX processing:
Tue, 01 Jun 2010 19:57:52 +0000 Igor Sysoev remove LICENSE text
Tue, 01 Jun 2010 17:46:01 +0000 Igor Sysoev style fix
Tue, 01 Jun 2010 17:44:51 +0000 Igor Sysoev ./configure --http-uwsgi-temp-path=PATH
Tue, 01 Jun 2010 17:30:23 +0000 Igor Sysoev fix the previous commit when value is static string: remove the special
Tue, 01 Jun 2010 17:25:36 +0000 Igor Sysoev remove useless copy: key name should be just copied before value length
Tue, 01 Jun 2010 17:04:56 +0000 Igor Sysoev simplify binary little endian length processing
Tue, 01 Jun 2010 16:12:00 +0000 Igor Sysoev use ngx_str_set() and ngx_str_null()
Tue, 01 Jun 2010 16:10:05 +0000 Igor Sysoev fix copyrights
Tue, 01 Jun 2010 16:00:42 +0000 Igor Sysoev fix style, some names, and building by MSVC8
Tue, 01 Jun 2010 15:55:04 +0000 Igor Sysoev style fix: remove tabs and trailing spaces
Tue, 01 Jun 2010 15:53:11 +0000 Igor Sysoev import original ngx_http_uwsgi_module version
Tue, 01 Jun 2010 15:20:14 +0000 Igor Sysoev bump version
Mon, 31 May 2010 15:10:05 +0000 Igor Sysoev release-0.8.39 tag
Mon, 31 May 2010 15:10:04 +0000 Igor Sysoev nginx-0.8.39-RELEASE release-0.8.39
Mon, 31 May 2010 14:49:11 +0000 Igor Sysoev fix IPv6 and Unix domain sockets inheritance while online upgrade
Mon, 31 May 2010 14:44:17 +0000 Igor Sysoev fix building by ICC8, the bug had been introduced in r3476
Mon, 31 May 2010 14:41:54 +0000 Igor Sysoev fix handling an inherited alias in inclusive location
Thu, 27 May 2010 13:44:22 +0000 Igor Sysoev fix a try_files/alias case when alias uses captures and
Thu, 27 May 2010 13:24:19 +0000 Igor Sysoev do not add tested file to a location regex string,
Thu, 27 May 2010 13:15:24 +0000 Igor Sysoev fix the previous commit
Thu, 27 May 2010 13:09:09 +0000 Igor Sysoev improve debug logging: "try to use file/dir"
Thu, 27 May 2010 12:55:05 +0000 Igor Sysoev bump version
Mon, 24 May 2010 12:47:50 +0000 Igor Sysoev release-0.8.38 tag
Mon, 24 May 2010 12:47:49 +0000 Igor Sysoev nginx-0.8.38-RELEASE release-0.8.38
Mon, 24 May 2010 12:35:10 +0000 Igor Sysoev remove r->zero_in_uri
Mon, 24 May 2010 11:01:05 +0000 Igor Sysoev proxy_no_cache and fastcgi_no_cache
Mon, 24 May 2010 07:43:39 +0000 Igor Sysoev fix delay in limit_req
Sun, 23 May 2010 19:36:12 +0000 Igor Sysoev autodetect redirect if URI is rewritten to a string starting with $scheme
Thu, 20 May 2010 11:46:01 +0000 Igor Sysoev delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
Tue, 18 May 2010 16:24:56 +0000 Igor Sysoev allow to use $uid_got in SSI and perl module
Tue, 18 May 2010 16:20:02 +0000 Igor Sysoev bump version
Mon, 17 May 2010 06:08:53 +0000 Igor Sysoev release-0.8.37 tag
Mon, 17 May 2010 06:08:52 +0000 Igor Sysoev nginx-0.8.37-RELEASE release-0.8.37
Fri, 14 May 2010 12:18:44 +0000 Igor Sysoev fix SSI include stub for valid empty responses
Fri, 14 May 2010 12:04:58 +0000 Igor Sysoev do not cache response if it has "no-store" or "private"
Fri, 14 May 2010 09:56:37 +0000 Igor Sysoev ngx_str_set() and ngx_str_null()
Fri, 14 May 2010 09:55:33 +0000 Igor Sysoev use ngx_min() and ngx_max()
Fri, 14 May 2010 09:22:58 +0000 Igor Sysoev fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
Fri, 14 May 2010 09:02:10 +0000 Igor Sysoev ngx_http_split_clients_module
Fri, 14 May 2010 09:01:30 +0000 Igor Sysoev ngx_atofp()
Thu, 13 May 2010 13:58:18 +0000 Igor Sysoev remove unused ./configure define's
Thu, 13 May 2010 12:52:45 +0000 Igor Sysoev allow hash key values more than 255 bytes, it does not actually increase mean
Thu, 13 May 2010 10:22:48 +0000 Igor Sysoev style fix: remove blank line
Wed, 12 May 2010 15:56:54 +0000 Igor Sysoev style fix: remove blank line
Wed, 12 May 2010 13:13:11 +0000 Igor Sysoev fix rounding issues in %f format
Wed, 12 May 2010 13:12:31 +0000 Igor Sysoev use double in %f format to allow %.15f precision
Fri, 23 Apr 2010 09:53:52 +0000 Igor Sysoev Zimbra IMAP server may return only 4 bytes: "+ \r\n"
Fri, 23 Apr 2010 08:14:57 +0000 Igor Sysoev bump version
Thu, 22 Apr 2010 17:37:22 +0000 Igor Sysoev release-0.8.36 tag
Thu, 22 Apr 2010 17:37:21 +0000 Igor Sysoev nginx-0.8.36-RELEASE release-0.8.36
Thu, 22 Apr 2010 17:15:42 +0000 Igor Sysoev use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Thu, 22 Apr 2010 14:02:45 +0000 Igor Sysoev change processing variables accessed by SSI and perl module:
Thu, 22 Apr 2010 13:35:30 +0000 Igor Sysoev make $arg_ variables non-cacheable
Wed, 21 Apr 2010 16:01:52 +0000 Igor Sysoev do not log misleading errno in "not a regular file" error
Wed, 21 Apr 2010 15:59:36 +0000 Igor Sysoev use non-blocking open() not to hang on FIFO files, etc.
Wed, 21 Apr 2010 15:09:17 +0000 Igor Sysoev build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
Wed, 21 Apr 2010 14:58:21 +0000 Igor Sysoev do not store an encoded variable value as a new cached variable value
Tue, 06 Apr 2010 11:49:36 +0000 Igor Sysoev fix building without HTTP cache, the bug had been introduced in r3461
Fri, 02 Apr 2010 14:20:48 +0000 Igor Sysoev copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip
Fri, 02 Apr 2010 14:19:45 +0000 Igor Sysoev fix building OpenSSL-1.0.0 on 64-bit Linux:
Fri, 02 Apr 2010 14:18:23 +0000 Igor Sysoev bump version
Thu, 01 Apr 2010 15:44:12 +0000 Igor Sysoev release-0.8.35 tag
Thu, 01 Apr 2010 15:44:11 +0000 Igor Sysoev nginx-0.8.35-RELEASE release-0.8.35
Thu, 01 Apr 2010 15:18:29 +0000 Igor Sysoev MSVC8 compatibility with OpenSSL 1.0.0
Thu, 01 Apr 2010 15:16:22 +0000 Igor Sysoev revert partially r1555 and fix the error "memcached sent invalid trailer"
Thu, 01 Apr 2010 12:45:59 +0000 Igor Sysoev escape ampersand in argument while rewrite
Thu, 01 Apr 2010 10:19:02 +0000 Igor Sysoev change ngx_http_ssi_filter and ngx_http_charset_filter order
Thu, 01 Apr 2010 10:18:00 +0000 Igor Sysoev chunked_transfer_encoding
Wed, 31 Mar 2010 13:30:50 +0000 Igor Sysoev do not add a port in redirect if we listen on unix domain socket
Tue, 30 Mar 2010 15:04:41 +0000 Igor Sysoev fix typo
Tue, 30 Mar 2010 14:15:25 +0000 Igor Sysoev do not set file time in ngx_copy_file() if the time is -1,
Fri, 26 Mar 2010 21:17:26 +0000 Igor Sysoev fix comments
Fri, 26 Mar 2010 13:38:41 +0000 Igor Sysoev use "rep; nop" instead of "pause" on Solaris/amd64
Fri, 26 Mar 2010 11:27:32 +0000 Igor Sysoev fix a comment and a style fix
Thu, 25 Mar 2010 13:27:52 +0000 Igor Sysoev reset a parsing state to parse correctly an upstream response,
Thu, 25 Mar 2010 10:07:38 +0000 Igor Sysoev zlib 1.2.4 compatibility
Thu, 25 Mar 2010 09:10:10 +0000 Igor Sysoev *) introduce ngx_time_sigsafe_update() to update the error log time only
Sat, 13 Mar 2010 18:08:07 +0000 Igor Sysoev *) use previously cached GMT offset value to update time from a signal handler
Fri, 12 Mar 2010 14:31:47 +0000 Igor Sysoev do not update time in the timer signal handler,
Fri, 12 Mar 2010 11:15:26 +0000 Igor Sysoev use sys_errlist[] in signal handler instead
Wed, 10 Mar 2010 14:41:49 +0000 Igor Sysoev "proxy_redirect default" may not be used if a proxy_pass uses variables
Wed, 10 Mar 2010 14:37:18 +0000 Igor Sysoev fix proxy_redirect name in error message
Wed, 10 Mar 2010 13:51:47 +0000 Igor Sysoev fix segfault if there was non cached large FastCGI stderr output before header,
Wed, 10 Mar 2010 13:49:17 +0000 Igor Sysoev bump version
Wed, 03 Mar 2010 17:00:10 +0000 Igor Sysoev release-0.8.34 tag
Wed, 03 Mar 2010 17:00:09 +0000 Igor Sysoev nginx-0.8.34-RELEASE release-0.8.34
Wed, 03 Mar 2010 16:37:57 +0000 Igor Sysoev add 7z MIME type
Wed, 03 Mar 2010 16:23:14 +0000 Igor Sysoev add OpenSSL_add_all_algorithms(), this fixes the error
Wed, 03 Mar 2010 16:14:07 +0000 Igor Sysoev make $request_method non-cacheable
Wed, 03 Mar 2010 15:14:04 +0000 Igor Sysoev remove code disabled since 0.1.29 version
Wed, 03 Mar 2010 15:08:06 +0000 Igor Sysoev use a right "Location" header name, however, it did not harm,
Wed, 03 Mar 2010 10:43:38 +0000 Igor Sysoev fix cached FastCGI response with large stderr output before header
Wed, 03 Mar 2010 10:21:12 +0000 Igor Sysoev allow HTTPS referers
Wed, 03 Mar 2010 10:05:54 +0000 Igor Sysoev compare long file names in case-insensitive mode,
Tue, 02 Mar 2010 08:41:47 +0000 Igor Sysoev Set SSL session context for "ssl_session_cache none".
Thu, 25 Feb 2010 17:26:01 +0000 Igor Sysoev fix a geo range if the range includes two or more /16 networks
Fri, 19 Feb 2010 20:54:58 +0000 Igor Sysoev decrease SSL handshake error level to info
Fri, 19 Feb 2010 13:53:11 +0000 Igor Sysoev SSI %s timefmt has no timezone offset
Fri, 19 Feb 2010 13:42:59 +0000 Igor Sysoev use content type of the parent request in SSI stub block output
Thu, 18 Feb 2010 14:47:09 +0000 Igor Sysoev style fix: remove tabs
Mon, 15 Feb 2010 19:38:59 +0000 Igor Sysoev fix $upstream_http_ variable prefix length
Fri, 12 Feb 2010 09:48:04 +0000 Igor Sysoev delete surplus code
Fri, 12 Feb 2010 09:45:05 +0000 Igor Sysoev const char *fmt in ngx_conf_log_error()
Fri, 12 Feb 2010 09:40:46 +0000 Igor Sysoev delete ngx_http_perl_cleanup_t unused since r909
Fri, 12 Feb 2010 09:32:02 +0000 Igor Sysoev fix request counter for $r->sleep(), the bug was introduced in r3050
Fri, 12 Feb 2010 09:31:01 +0000 Igor Sysoev bump version
Mon, 01 Feb 2010 16:09:16 +0000 Igor Sysoev release-0.7.65 tag stable-0.7
Mon, 01 Feb 2010 16:09:15 +0000 Igor Sysoev nginx-0.7.65-RELEASE stable-0.7 release-0.7.65
Mon, 01 Feb 2010 15:56:45 +0000 Igor Sysoev merge r3406: stable-0.7
Mon, 01 Feb 2010 15:55:48 +0000 Igor Sysoev merge r3351, r3352: stable-0.7
Mon, 01 Feb 2010 15:54:02 +0000 Igor Sysoev merge r3309, r3314, r3315, r3380: stable-0.7
Mon, 01 Feb 2010 15:49:36 +0000 Igor Sysoev merge r3294, r3305: stable-0.7
Mon, 01 Feb 2010 15:46:14 +0000 Igor Sysoev merge r3137, r3198, r3199, r3353, r3370, r3371, r3398, r3399: stable-0.7
Mon, 01 Feb 2010 15:32:57 +0000 Igor Sysoev merge r3286: stable-0.7
Mon, 01 Feb 2010 15:20:43 +0000 Igor Sysoev merge r3283, r3284: stable-0.7
Mon, 01 Feb 2010 15:17:12 +0000 Igor Sysoev merge r3282: stable-0.7
Mon, 01 Feb 2010 15:06:25 +0000 Igor Sysoev merge r3138, r3139, r3157, r3158, r3159, r3164, r3165, stable-0.7
Mon, 01 Feb 2010 14:55:53 +0000 Igor Sysoev merge r3208, r3209: stable-0.7
Mon, 01 Feb 2010 14:52:25 +0000 Igor Sysoev merge r3201, r3204, r3411: stable-0.7
Mon, 01 Feb 2010 14:44:43 +0000 Igor Sysoev merge r3200: stable-0.7
Mon, 01 Feb 2010 14:42:38 +0000 Igor Sysoev merge r3163, r3213: stable-0.7
Mon, 01 Feb 2010 14:39:16 +0000 Igor Sysoev merge r3155, r3156, r3160, r969, r3191, r3197, r3358: stable-0.7
Mon, 01 Feb 2010 14:31:26 +0000 Igor Sysoev merge r3148, r3152, r3161: stable-0.7
Mon, 01 Feb 2010 14:24:20 +0000 Igor Sysoev merge r3147: stable-0.7
Mon, 01 Feb 2010 14:16:45 +0000 Igor Sysoev merge r3153, r3154, r3288, r3382: stable-0.7
Mon, 01 Feb 2010 14:04:20 +0000 Igor Sysoev merge r3039, r3145: stable-0.7
Mon, 01 Feb 2010 14:01:24 +0000 Igor Sysoev merge r2990, r3324, r3384, r3419: stable-0.7
Mon, 01 Feb 2010 13:53:14 +0000 Igor Sysoev merge r3408: stable-0.7
Mon, 01 Feb 2010 13:50:03 +0000 Igor Sysoev bump version stable-0.7
Mon, 01 Feb 2010 13:36:32 +0000 Igor Sysoev release-0.8.33 tag
Mon, 01 Feb 2010 13:36:31 +0000 Igor Sysoev nginx-0.8.33-RELEASE release-0.8.33
Mon, 01 Feb 2010 12:58:07 +0000 Igor Sysoev do not disable keepalive after POST requests for MSIE 7+
Mon, 01 Feb 2010 12:01:01 +0000 Igor Sysoev disable keepalive for Safari:
Fri, 29 Jan 2010 16:45:14 +0000 Igor Sysoev delete u->cleanup mark, this fixes large values in $upstream_response_time,
Thu, 28 Jan 2010 14:17:51 +0000 Igor Sysoev disable Win32 short file names
Thu, 28 Jan 2010 14:09:28 +0000 Igor Sysoev skip URI trailing spaces under Win32
Thu, 28 Jan 2010 08:33:24 +0000 Igor Sysoev Fix segfault when while discarding body a write event handler is called,
Thu, 28 Jan 2010 08:22:45 +0000 Igor Sysoev bump version
Mon, 11 Jan 2010 15:35:45 +0000 Igor Sysoev release-0.8.32 tag
Mon, 11 Jan 2010 15:35:44 +0000 Igor Sysoev nginx-0.8.32-RELEASE release-0.8.32
Mon, 11 Jan 2010 15:14:23 +0000 Igor Sysoev allow a chunked body for 201 responses
Mon, 11 Jan 2010 13:39:24 +0000 Igor Sysoev fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string
Mon, 11 Jan 2010 11:21:46 +0000 Igor Sysoev named captures worked for two names only
Mon, 11 Jan 2010 11:01:02 +0000 Igor Sysoev add context to a resolver log
Fri, 01 Jan 2010 14:53:56 +0000 Igor Sysoev 2010 year
Fri, 25 Dec 2009 15:43:40 +0000 Igor Sysoev use "localhost" in "Host" header line, if unix socket is used in "auth_http"
Fri, 25 Dec 2009 15:00:08 +0000 Igor Sysoev fix negative time in "Cache-Control" if "expires modified" sets time in the past
Fri, 25 Dec 2009 14:57:10 +0000 Igor Sysoev bump version
Wed, 23 Dec 2009 15:44:32 +0000 Igor Sysoev release-0.8.31 tag
Wed, 23 Dec 2009 15:44:31 +0000 Igor Sysoev nginx-0.8.31-RELEASE release-0.8.31
Wed, 23 Dec 2009 15:31:16 +0000 Igor Sysoev allow to handle 301/302 in error_page
Wed, 23 Dec 2009 14:46:45 +0000 Igor Sysoev fix a cached zero-length body case
Wed, 23 Dec 2009 14:22:17 +0000 Igor Sysoev fix typo
Tue, 22 Dec 2009 17:33:03 +0000 Igor Sysoev $geoip_city_continent_code, $geoip_latitude, $geoip_longitude
Tue, 22 Dec 2009 16:41:34 +0000 Igor Sysoev fix the "If-None-Match" header name
Tue, 22 Dec 2009 15:29:56 +0000 Igor Sysoev fix building by gcc 4.x with -O2/3/s in some Linux distributions:
Tue, 22 Dec 2009 15:15:45 +0000 Igor Sysoev fix building by gcc 4.4 with -O2/3/s:
Tue, 22 Dec 2009 13:03:49 +0000 Igor Sysoev force image filter conversion if JPEG application data consume more than 5%
Tue, 22 Dec 2009 10:45:29 +0000 Igor Sysoev style fix
Mon, 21 Dec 2009 21:56:48 +0000 Igor Sysoev fix building by gcc 4.x with -O2/3/s in some Linux distributions:
Mon, 21 Dec 2009 17:51:30 +0000 Igor Sysoev do not add NGX_GCC_OPT twice: it is added later with -W
Thu, 17 Dec 2009 14:25:46 +0000 Igor Sysoev fix caseless locations, the bug had been introduced in r3326
Thu, 17 Dec 2009 12:45:13 +0000 Igor Sysoev test degradation parameters
Thu, 17 Dec 2009 12:25:46 +0000 Igor Sysoev fix r3331:
Thu, 17 Dec 2009 10:05:39 +0000 Igor Sysoev fix Win32 error message when an temporary file replaces an existent file:
Wed, 16 Dec 2009 14:59:33 +0000 Igor Sysoev bump version
Tue, 15 Dec 2009 14:34:10 +0000 Igor Sysoev release-0.8.30 tag
Tue, 15 Dec 2009 14:34:09 +0000 Igor Sysoev nginx-0.8.30-RELEASE release-0.8.30
Tue, 15 Dec 2009 13:54:41 +0000 Igor Sysoev add conf/fastcgi.conf
Tue, 15 Dec 2009 13:47:02 +0000 Igor Sysoev fix Win32 error messages when an temporary file replaces an existent file:
Wed, 09 Dec 2009 06:37:41 +0000 Igor Sysoev default large_client_header_buffers' buffer size should be 8K as compatible
Tue, 08 Dec 2009 12:53:54 +0000 Igor Sysoev print libatomic configure summary
Mon, 07 Dec 2009 15:41:57 +0000 Igor Sysoev backout r3315 and test r->header_only last, since it's not actually
Mon, 07 Dec 2009 15:32:38 +0000 Igor Sysoev fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms
Mon, 07 Dec 2009 15:13:46 +0000 Igor Sysoev fix double free(), introduced in r3268
Wed, 02 Dec 2009 13:03:54 +0000 Igor Sysoev remove stale comment
Wed, 02 Dec 2009 13:02:43 +0000 Igor Sysoev bump version
Mon, 30 Nov 2009 13:28:13 +0000 Igor Sysoev release-0.8.29 tag
Mon, 30 Nov 2009 13:28:12 +0000 Igor Sysoev nginx-0.8.29-RELEASE release-0.8.29
Mon, 30 Nov 2009 13:15:10 +0000 Igor Sysoev support "*" in gzip_types, ssi_types, etc
Mon, 30 Nov 2009 11:26:24 +0000 Igor Sysoev chmod unix listen domain socket to 0666
Sun, 29 Nov 2009 20:49:29 +0000 Igor Sysoev log proxied HTTP/0.9 responses status as "009"
Sun, 29 Nov 2009 20:48:01 +0000 Igor Sysoev fix handling cached HTTP/0.9 response
Sun, 29 Nov 2009 20:39:32 +0000 Igor Sysoev fix server_name regex named captures given by "?P<...>"
Fri, 27 Nov 2009 22:02:04 +0000 Igor Sysoev test invalid --with-ld-opt in right place
Fri, 27 Nov 2009 22:00:39 +0000 Igor Sysoev atomic operations test-run
Wed, 25 Nov 2009 18:03:59 +0000 Igor Sysoev update comments
Wed, 25 Nov 2009 17:56:53 +0000 Igor Sysoev fix comment
Wed, 25 Nov 2009 17:55:25 +0000 Igor Sysoev libatomic_ops support
Wed, 25 Nov 2009 17:34:35 +0000 Igor Sysoev GCC 4.1 builtin atomic operations
Wed, 25 Nov 2009 17:04:00 +0000 Igor Sysoev bump version
Mon, 23 Nov 2009 15:53:13 +0000 Igor Sysoev release-0.8.28 tag
Mon, 23 Nov 2009 15:53:12 +0000 Igor Sysoev nginx-0.8.28-RELEASE release-0.8.28
Mon, 23 Nov 2009 15:46:21 +0000 Igor Sysoev add NGX_PROCESS_HELPER process status
Mon, 23 Nov 2009 14:09:57 +0000 Igor Sysoev decrease SSL handshake error level to info
Mon, 23 Nov 2009 13:13:58 +0000 Igor Sysoev fix building without PCRE, the bug had been introduced in r3326
Mon, 23 Nov 2009 13:09:33 +0000 Igor Sysoev bump version
Tue, 17 Nov 2009 16:53:18 +0000 Igor Sysoev release-0.8.27 tag
Tue, 17 Nov 2009 16:53:17 +0000 Igor Sysoev nginx-0.8.27-RELEASE release-0.8.27
Tue, 17 Nov 2009 16:46:27 +0000 Igor Sysoev a cache manager thread handle was overwritten by a cache loader thread handle,
Tue, 17 Nov 2009 10:31:39 +0000 Igor Sysoev add comment from r2716 commit message
Tue, 17 Nov 2009 10:28:12 +0000 Igor Sysoev use global perl variable in perl_destruct()/perl_free()
Tue, 17 Nov 2009 10:24:45 +0000 Igor Sysoev fix pcre allocation on Win32, the bug had been introduced in r3326
Tue, 17 Nov 2009 09:59:45 +0000 Igor Sysoev bump version
Mon, 16 Nov 2009 19:25:38 +0000 Igor Sysoev release-0.8.26 tag
Mon, 16 Nov 2009 19:25:37 +0000 Igor Sysoev nginx-0.8.26-RELEASE release-0.8.26
Mon, 16 Nov 2009 19:11:38 +0000 Igor Sysoev evaluate maximum captures size on configuration phase
Mon, 16 Nov 2009 19:10:45 +0000 Igor Sysoev fix captures in "rewrite", the bug had been introduced in r3326
Mon, 16 Nov 2009 16:00:52 +0000 Igor Sysoev fix building without --with-debug, introduced in r3328
Mon, 16 Nov 2009 16:00:12 +0000 Igor Sysoev bump version
Mon, 16 Nov 2009 15:29:47 +0000 Igor Sysoev release-0.7.64 tag stable-0.7
Mon, 16 Nov 2009 15:29:46 +0000 Igor Sysoev nginx-0.7.64-RELEASE stable-0.7 release-0.7.64
Mon, 16 Nov 2009 15:24:39 +0000 Igor Sysoev r3301 merge: stable-0.7
Mon, 16 Nov 2009 15:22:03 +0000 Igor Sysoev r3141 merge: stable-0.7
Mon, 16 Nov 2009 15:16:47 +0000 Igor Sysoev r3313 merge: stable-0.7
Mon, 16 Nov 2009 15:13:02 +0000 Igor Sysoev r3140, r3144, r3298, r3299, r3300, r3307, r3308 merge: stable-0.7
Mon, 16 Nov 2009 15:00:13 +0000 Igor Sysoev r3117, r3123, r3229 merge: stable-0.7
Mon, 16 Nov 2009 14:52:22 +0000 Igor Sysoev bump version stable-0.7
Mon, 16 Nov 2009 13:47:11 +0000 Igor Sysoev release-0.8.25 tag
Mon, 16 Nov 2009 13:47:10 +0000 Igor Sysoev nginx-0.8.25-RELEASE release-0.8.25
Mon, 16 Nov 2009 13:22:10 +0000 Igor Sysoev backout r3325: postpone filter is a body only filter
Mon, 16 Nov 2009 12:50:10 +0000 Igor Sysoev align to minimum of a page and a pool sizes
Mon, 16 Nov 2009 12:48:41 +0000 Igor Sysoev ngx_min()
Mon, 16 Nov 2009 12:47:44 +0000 Igor Sysoev large allocation should not be aligned to a page size
Mon, 16 Nov 2009 12:46:05 +0000 Igor Sysoev add alignment in debug log
Mon, 16 Nov 2009 12:20:00 +0000 Igor Sysoev ngx_http_degradation_module
Mon, 16 Nov 2009 12:19:02 +0000 Igor Sysoev regex named captures
Mon, 16 Nov 2009 12:13:17 +0000 Igor Sysoev remove subrequest test in range header, chunked, and header filters: they
Sun, 15 Nov 2009 11:36:12 +0000 Igor Sysoev allow "proxy_pass http://$backend" without URI part
Sun, 15 Nov 2009 09:16:58 +0000 Igor Sysoev fix posix_fadvise() error handling
Sun, 15 Nov 2009 09:03:08 +0000 Igor Sysoev update allocation error messages
Sun, 15 Nov 2009 08:56:40 +0000 Igor Sysoev fix posix_memalign() error handling
Fri, 13 Nov 2009 20:41:41 +0000 Igor Sysoev ngx_regex_exec() calling optimiztion:
Fri, 13 Nov 2009 19:59:54 +0000 Igor Sysoev style fix: lcf > clcf
Thu, 12 Nov 2009 15:50:34 +0000 Igor Sysoev do not log error if $r->variable was not found
Thu, 12 Nov 2009 14:24:22 +0000 Igor Sysoev add MSIE padding for Chrome too
Thu, 12 Nov 2009 14:23:18 +0000 Igor Sysoev r->chrome
Thu, 12 Nov 2009 13:44:16 +0000 Igor Sysoev test frequent r->header_only before three response status
Thu, 12 Nov 2009 13:41:56 +0000 Igor Sysoev refactor gzip_vary handling
Wed, 11 Nov 2009 21:12:41 +0000 Igor Sysoev nginx sent gzipped responses to clients those do not support gzip,
Wed, 11 Nov 2009 21:06:36 +0000 Igor Sysoev bump version
Wed, 11 Nov 2009 14:53:18 +0000 Igor Sysoev release-0.8.24 tag
Wed, 11 Nov 2009 14:53:17 +0000 Igor Sysoev nginx-0.8.24-RELEASE release-0.8.24
Wed, 11 Nov 2009 14:32:49 +0000 Igor Sysoev remove "Content-Encoding: gzip" in 304 response
Wed, 11 Nov 2009 14:29:20 +0000 Igor Sysoev use ngx_resolver_alloc() instead of ngx_resolver_calloc()
Wed, 11 Nov 2009 14:27:24 +0000 Igor Sysoev fix resolving an empty name (".")
Wed, 11 Nov 2009 13:41:16 +0000 Igor Sysoev fix "set_real_ip_from unix:" inheritance
Wed, 11 Nov 2009 12:32:06 +0000 Igor Sysoev fix building without --with-debug, introduced in r3294
Wed, 11 Nov 2009 12:30:36 +0000 Igor Sysoev bump version
Wed, 11 Nov 2009 11:05:23 +0000 Igor Sysoev release-0.8.23 tag
Wed, 11 Nov 2009 11:05:22 +0000 Igor Sysoev nginx-0.8.23-RELEASE release-0.8.23
Wed, 11 Nov 2009 10:59:07 +0000 Igor Sysoev disable SSL renegotiation (CVE-2009-3555)
Mon, 09 Nov 2009 19:15:11 +0000 Igor Sysoev *) fix resolving an empty name ("."),
Mon, 09 Nov 2009 18:04:05 +0000 Igor Sysoev fix "PTR ." case in address resolver
Mon, 09 Nov 2009 17:45:56 +0000 Igor Sysoev fix segfault in resolver:
Thu, 05 Nov 2009 17:10:48 +0000 Igor Sysoev cf->conf_file->file.name.data may be uninitialized, if an allocation failed;
Thu, 05 Nov 2009 17:09:02 +0000 Igor Sysoev delete useless statement
Thu, 05 Nov 2009 13:12:30 +0000 Igor Sysoev export aio presence knowledge to prevent using "aio sendfile",
Wed, 04 Nov 2009 19:41:08 +0000 Igor Sysoev Fix a bug introduced in r2032: After a child process has read a terminate
Wed, 04 Nov 2009 18:36:43 +0000 Igor Sysoev allow to inherit unix domain sockets while online upgrade
Wed, 04 Nov 2009 11:37:06 +0000 Igor Sysoev allow to work single "set_real_ip_from unix:"
Wed, 04 Nov 2009 11:20:54 +0000 Igor Sysoev bump version
Tue, 03 Nov 2009 18:52:38 +0000 Igor Sysoev release-0.8.22 tag
Tue, 03 Nov 2009 18:52:37 +0000 Igor Sysoev nginx-0.8.22-RELEASE release-0.8.22
Tue, 03 Nov 2009 18:12:20 +0000 Igor Sysoev fix segfault if there is single large_client_header_buffers
Tue, 03 Nov 2009 16:29:47 +0000 Igor Sysoev posix_fadvise64() had been implemented in Linux 2.5.60
Tue, 03 Nov 2009 16:28:21 +0000 Igor Sysoev use setproctitle("%s", title)
Tue, 03 Nov 2009 16:04:07 +0000 Igor Sysoev fix segfault if no rules are defined, introduced in r3279
Tue, 03 Nov 2009 15:38:33 +0000 Igor Sysoev fix segfault in SSL if limit_rate is used
Tue, 03 Nov 2009 15:05:38 +0000 Igor Sysoev fix segfault if $limit_rate was logged
Tue, 03 Nov 2009 14:57:27 +0000 Igor Sysoev fix "if (!-x ...)"
Tue, 03 Nov 2009 14:41:56 +0000 Igor Sysoev fix directive name in error message: "set_realip_from" to "set_real_ip_from"
Tue, 03 Nov 2009 13:45:22 +0000 Igor Sysoev fix directive name in error message: "realip_from" to "set_realip_from"
Tue, 03 Nov 2009 13:42:45 +0000 Igor Sysoev IPv6 support in ngx_http_access_module
Tue, 03 Nov 2009 13:42:25 +0000 Igor Sysoev ngx_ptocidr() supports IPv6
Tue, 03 Nov 2009 12:44:55 +0000 Igor Sysoev make ngx_inet6_ntop() non-static
Mon, 02 Nov 2009 17:12:09 +0000 Igor Sysoev optimize some cycles:
Mon, 02 Nov 2009 16:46:07 +0000 Igor Sysoev set_real_ip_from unix:
Mon, 02 Nov 2009 16:24:27 +0000 Igor Sysoev support IPv6 addresses in Real IP headers
Mon, 02 Nov 2009 16:11:06 +0000 Igor Sysoev change ngx_parse_addr() interface
Mon, 02 Nov 2009 15:24:02 +0000 Igor Sysoev proxy_bind, fastcgi_bind, and memcached_bind
Mon, 02 Nov 2009 15:20:42 +0000 Igor Sysoev ngx_parse_addr()
Mon, 02 Nov 2009 15:14:17 +0000 Igor Sysoev rename ngx_peer_addr_t to ngx_addr_t
Mon, 02 Nov 2009 14:32:46 +0000 Igor Sysoev use sin6_addr.s6_addr instead of "(u_char *) & .sin6_addr"
Mon, 02 Nov 2009 13:51:10 +0000 Igor Sysoev replace inet_addr() with ngx_inet_addr()
Mon, 02 Nov 2009 12:58:30 +0000 Igor Sysoev use ngx_inet6_addr()
Mon, 02 Nov 2009 12:50:00 +0000 Igor Sysoev ngx_inet6_addr()
Mon, 02 Nov 2009 12:41:56 +0000 Igor Sysoev style fix
Sun, 01 Nov 2009 19:29:49 +0000 Igor Sysoev delete unused field c->local_socklen
Fri, 30 Oct 2009 19:42:12 +0000 Igor Sysoev remove a broken 0.1.x to 0.2+ upgrade procedure
Fri, 30 Oct 2009 19:18:21 +0000 Igor Sysoev do not unlink unix domain socket file while online upgrade
Fri, 30 Oct 2009 19:16:50 +0000 Igor Sysoev unlink unix domain socket file after testing
Thu, 29 Oct 2009 15:53:50 +0000 Igor Sysoev fix segfaults if no listen directive was set in default server {} block:
Wed, 28 Oct 2009 10:47:00 +0000 Igor Sysoev style fix
Wed, 28 Oct 2009 10:45:40 +0000 Igor Sysoev fix segfault if http {} block is empty, the bug had been introduced in r3218
Wed, 28 Oct 2009 10:31:06 +0000 Igor Sysoev bump version
Mon, 26 Oct 2009 17:57:37 +0000 Igor Sysoev release-0.7.63 tag stable-0.7
Mon, 26 Oct 2009 17:57:36 +0000 Igor Sysoev nginx-0.7.63-RELEASE stable-0.7 release-0.7.63
Mon, 26 Oct 2009 17:46:25 +0000 Igor Sysoev merge r3185: stable-0.7
Mon, 26 Oct 2009 17:45:55 +0000 Igor Sysoev merge r3162, r3183: stable-0.7
Mon, 26 Oct 2009 17:40:07 +0000 Igor Sysoev merge r3079: stable-0.7
Mon, 26 Oct 2009 17:37:18 +0000 Igor Sysoev merge r2976: stable-0.7
Mon, 26 Oct 2009 17:34:43 +0000 Igor Sysoev merge r3055, r3136: stable-0.7
Mon, 26 Oct 2009 17:32:17 +0000 Igor Sysoev merge r3024, r3025, r3028, r3033, r3034, r3035, r3036: stable-0.7
Mon, 26 Oct 2009 17:23:49 +0000 Igor Sysoev merge r3017, r3018, r3019, r3020, r3021, r3022, r3023, r3196: stable-0.7
Mon, 26 Oct 2009 17:13:44 +0000 Igor Sysoev merge r3004, r3005, r3006: stable-0.7
Mon, 26 Oct 2009 17:09:27 +0000 Igor Sysoev merge r3001, r3007, r3013: stable-0.7
Mon, 26 Oct 2009 16:56:49 +0000 Igor Sysoev merge r2999, r3118, r3134, r3135: stable-0.7
Mon, 26 Oct 2009 16:53:34 +0000 Igor Sysoev merge r2995, r2996, r2997, r2998, r3003, r3141, r3210, r3211, r3232: stable-0.7
Mon, 26 Oct 2009 16:42:19 +0000 Igor Sysoev merge r2993: stable-0.7
Mon, 26 Oct 2009 16:38:44 +0000 Igor Sysoev merge r2986, r2992, r3032: stable-0.7
Mon, 26 Oct 2009 16:30:34 +0000 Igor Sysoev merge r2973, r2974, r3184, r3192, r3186, r3187: stable-0.7
Mon, 26 Oct 2009 16:22:24 +0000 Igor Sysoev merge r2972, r2994, r3133, r3142, r3143, r3174, r3175, r3176: stable-0.7
Mon, 26 Oct 2009 16:06:11 +0000 Igor Sysoev merge r2920, r2934, r3116, r3119: stable-0.7
Mon, 26 Oct 2009 15:54:29 +0000 Igor Sysoev merge r2903, r2911, r2912, r3002: stable-0.7
Mon, 26 Oct 2009 15:46:59 +0000 Igor Sysoev merge r2908: stable-0.7
Mon, 26 Oct 2009 15:37:54 +0000 Igor Sysoev merge r2890, r2891, r2892: stable-0.7
Mon, 26 Oct 2009 15:32:50 +0000 Igor Sysoev bump version stable-0.7
Mon, 26 Oct 2009 14:09:26 +0000 Igor Sysoev release-0.8.21 tag
Mon, 26 Oct 2009 14:09:25 +0000 Igor Sysoev nginx-0.8.21-RELEASE release-0.8.21
Mon, 26 Oct 2009 12:00:37 +0000 Igor Sysoev fix r3211
Mon, 26 Oct 2009 11:43:32 +0000 Igor Sysoev http listen unix domain sockets