Commit Graph

  • 980a0d60a1 Version bump. Maxim Dounin 2012-08-06 16:06:36 +0000
  • 50cb5ca3a5 Merge of r4756: fixed listen addresses sorting (ticket #187) Maxim Dounin 2012-08-06 16:03:56 +0000
  • 5f4fbaf71c Merge of r4754: synchronized the license text. Maxim Dounin 2012-08-06 15:52:02 +0000
  • 1c1cccf673 Merge of r4741: fixed "make" used instead of "${MAKE}". Maxim Dounin 2012-08-06 15:47:15 +0000
  • b3f5ddf875 Merge of r4740: fixed $request_length for pipelined requests. Maxim Dounin 2012-08-06 15:45:44 +0000
  • c14faaa687 Merge of r4738: struct flock initialization. Maxim Dounin 2012-08-06 15:31:49 +0000
  • 003a2e0ab9 Merge of r4737: r->uri_changed in a named location fix. Maxim Dounin 2012-08-06 15:20:03 +0000
  • 7886114506 Merge of r4736: typo fixed. Maxim Dounin 2012-08-06 14:58:36 +0000
  • 51130c8663 Merge of r4713: map hostnames fix (ticket #182). Maxim Dounin 2012-08-06 14:04:06 +0000
  • 42a75bba53 Resolver: fixed possible memory leak in ngx_resolver_create(). Maxim Dounin 2012-08-06 10:48:09 +0000
  • 8ed4929a26 Fixed the -p parameter handling. Ruslan Ermilov 2012-08-03 12:52:32 +0000
  • 25197b3229 Fixed possible use of old cached times if runtime went backwards. Maxim Dounin 2012-08-03 09:10:39 +0000
  • d053bacb9c Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined. Maxim Dounin 2012-08-03 09:07:30 +0000
  • beaed67996 Whitespace fix. Maxim Dounin 2012-08-03 09:00:25 +0000
  • 49e6d2c95f Removed the need in Perl to generate ZIP archive of nginx/Windows. Ruslan Ermilov 2012-08-02 14:58:36 +0000
  • c722e8a5bf Win32: fixed build with Visual Studio 2005 Express. Maxim Dounin 2012-08-02 12:53:07 +0000
  • 1c42128e50 Reorder checks in ngx_shared_memory_add() for more consistent error messages. Andrey Belov 2012-08-01 14:37:08 +0000
  • bfae21175a Simplified makefile that builds CHANGES. Ruslan Ermilov 2012-07-31 21:49:23 +0000
  • 15ab0460ce Version bump. Ruslan Ermilov 2012-07-31 21:47:56 +0000
  • eb9c2cb602 Updated PCRE used for win32 builds. Ruslan Ermilov 2012-07-31 13:13:52 +0000
  • 208bc3e5ee release-1.3.4 tag Ruslan Ermilov 2012-07-31 12:38:57 +0000
  • 4cc5f14b0c nginx-1.3.4-RELEASE release-1.3.4 Ruslan Ermilov 2012-07-31 12:38:37 +0000
  • deaf22d220 Core: ipv6only is now on by default. Ruslan Ermilov 2012-07-30 12:27:06 +0000
  • 9c8f3d86b4 ngx_http_find_virtual_server() should return NGX_DECLINED if virtual server not found. Valentin Bartenev 2012-07-30 11:42:03 +0000
  • 21be49ae59 Upstream: hide_headers/pass_headers inheritance fix. Maxim Dounin 2012-07-30 10:35:26 +0000
  • 1c31039d1e Improved diagnostics when a directive is specified in the wrong context. Ruslan Ermilov 2012-07-29 19:59:06 +0000
  • 7f3a352e5a Removed extraneous GCC warning flags. Ruslan Ermilov 2012-07-29 19:45:30 +0000
  • 45d2ae646b Slight optimization in ngx_http_upstream_add(): replaced an expression known to be constant with the constant value. Ruslan Ermilov 2012-07-29 19:44:09 +0000
  • b163010872 ngx_http_upstream_add() should return NULL if an error occurs. Ruslan Ermilov 2012-07-29 19:38:25 +0000
  • 01f07bde7e Reduced the number of preprocessor directives. Ruslan Ermilov 2012-07-26 14:47:42 +0000
  • cfe194ef59 When "debug_connection" is configured with a domain name, only the first resolved address was used. Now all addresses will be used. Ruslan Ermilov 2012-07-24 17:40:06 +0000
  • a6c9e09476 Added the Clang compiler support. Ruslan Ermilov 2012-07-24 15:17:03 +0000
  • 9911ea4cd0 Made sure to run configure in a "C" locale. Ruslan Ermilov 2012-07-24 15:16:09 +0000
  • 2d60cd7efa Added a commented out -Wmissing-prototypes to CFLAGS. Ruslan Ermilov 2012-07-24 15:13:34 +0000
  • 1efcca36cc Fixed compilation with -Wmissing-prototypes. Ruslan Ermilov 2012-07-24 15:09:54 +0000
  • 7e72000482 Replaced a number of "else if" with "elif". Ruslan Ermilov 2012-07-24 15:00:42 +0000
  • 9d5f5a0c76 Win32: fixed cpu hog after process startup failure. Maxim Dounin 2012-07-23 16:37:24 +0000
  • 54ab41f27b Fixed debugging messages to account that limit_zone was renamed to limit_conn. Ruslan Ermilov 2012-07-20 08:21:59 +0000
  • 1fd21c48bb Fixed sorting of listen addresses so that wildcard address is always at the end (closes #187). Failure to do so could result in several listen sockets to be created instead of only one listening on wildcard address. Ruslan Ermilov 2012-07-17 04:47:34 +0000
  • e30a8f90fc Version bump. Ruslan Ermilov 2012-07-17 04:42:38 +0000
  • d087c1111d Synchronized the license text with the FreeBSD's bsd-style-copyright. Ruslan Ermilov 2012-07-10 12:40:35 +0000
  • 9d517c0ceb release-1.3.3 tag Maxim Dounin 2012-07-10 12:20:30 +0000
  • f1ce73a5b3 nginx-1.3.3-RELEASE release-1.3.3 Maxim Dounin 2012-07-10 12:20:10 +0000
  • e3acbc6bbb Entity tags: empty etags handling in If-Range. Maxim Dounin 2012-07-09 17:04:37 +0000
  • 1b77858ac5 Entity tags: the "etag" directive. Maxim Dounin 2012-07-09 14:53:42 +0000
  • eb7c38a49a Entity tags: set for static respones. Maxim Dounin 2012-07-09 00:13:06 +0000
  • 8b00c87c38 Entity tags: handling in add_header. Maxim Dounin 2012-07-07 21:24:01 +0000
  • c96c4196f3 Entity tags: clear on entity changes. Maxim Dounin 2012-07-07 21:22:27 +0000
  • 9c17e4cb66 Entity tags: support in If-Range header. Maxim Dounin 2012-07-07 21:21:15 +0000
  • 13eb6898aa Entity tags: basic support in not modified filter. Maxim Dounin 2012-07-07 21:20:27 +0000
  • a9456d55ab Not modified filter: tests separated from actions. Maxim Dounin 2012-07-07 21:18:30 +0000
  • 4199620461 Added Last-Modified parsing in add_header. Maxim Dounin 2012-07-07 21:16:51 +0000
  • 63d7ab16ff Fixed If-Range with unknown last modified time. Maxim Dounin 2012-07-07 21:16:21 +0000
  • 8aaf9d35b7 Configure: fixed "make" used instead of "${MAKE}". Maxim Dounin 2012-07-07 09:35:30 +0000
  • 3d87bcf9ae Corrected $request_length calculation for pipelined requests. Andrey Belov 2012-07-06 04:27:06 +0000
  • bbfc96c703 Fixed typo in a function name. Ruslan Ermilov 2012-07-03 13:06:40 +0000
  • 2219c566d7 Made sure to initialize the entire "struct flock" allocated on stack. Ruslan Ermilov 2012-07-03 13:05:18 +0000
  • 3484e6d21c Reset r->uri_changed in a named location (ticket #184). Maxim Dounin 2012-07-03 11:30:05 +0000
  • a89762fe9c Typo fixed. Maxim Dounin 2012-07-03 11:28:54 +0000
  • 94fdcd5e65 release-1.2.2 tag Maxim Dounin 2012-07-03 10:48:54 +0000
  • fab212dd0a nginx-1.2.2-RELEASE release-1.2.2 Maxim Dounin 2012-07-03 10:48:31 +0000
  • 92486bd9cc Merge of r4698: X-Forwarded-For conditionals. Maxim Dounin 2012-07-02 17:41:52 +0000
  • d4ee957632 Merge of r4697: disabled gzip in OpenSSL prior to 1.0.0. Maxim Dounin 2012-07-02 17:25:51 +0000
  • 37cf05e2af Merge of r4693: fixed "sendmsg() failed" alerts on HP-UX. Maxim Dounin 2012-07-02 17:22:31 +0000
  • a6633971fb Merge of r4691: changed default alignment to 16. Maxim Dounin 2012-07-02 17:08:26 +0000
  • 63c3d48168 Merge of r4690: conflicting wildcard server names fix. Maxim Dounin 2012-07-02 16:59:34 +0000
  • 02f8e0ecd3 Merge of r4688, r4689, r4706: Maxim Dounin 2012-07-02 16:56:53 +0000
  • c7fcd1e78a Merge of r4686, r4687: $status variable. Maxim Dounin 2012-07-02 16:53:36 +0000
  • 7138ca1704 Merge of r4682, r4694, r4699, r4704, r4705: minor nits. Maxim Dounin 2012-07-02 16:51:02 +0000
  • eaf3544e15 Merge of r4655, r4656, r4657, r4695, r4696: upstream changes. Maxim Dounin 2012-07-02 16:41:13 +0000
  • bb612f1336 Merge of r4654, r4672, r4684, r4685, r4692: resolver changes. Maxim Dounin 2012-07-02 16:23:14 +0000
  • cd8c055e4a Merge of r4671: support for IPv6 literals in proxy_pass and so on. Maxim Dounin 2012-07-02 16:16:27 +0000
  • 3a017984d6 Merge of r4653: ngx_inet.c code reduction. Maxim Dounin 2012-07-02 16:11:02 +0000
  • fb6e7626f6 Merge of r4652: ssl without buffer should not set c->buffered. Maxim Dounin 2012-07-02 15:51:02 +0000
  • 6d92e76271 Merge of r4651: proxy_cookie_* fix. Maxim Dounin 2012-07-02 15:43:50 +0000
  • 0b23391686 Merge of r4648, r4649, r4650: memory leak with $geoip_org. Maxim Dounin 2012-07-02 15:41:31 +0000
  • 049447b267 Merge of r4647: xslt reuse. Maxim Dounin 2012-07-02 15:39:28 +0000
  • ef03533f89 Merge of r4646: jemalloc 3.0.0 compatibility. Maxim Dounin 2012-07-02 15:37:49 +0000
  • ac12c5f882 Merge of r4644: Maxim Dounin 2012-07-02 15:35:22 +0000
  • ab2ca17064 Merge of r4643: Maxim Dounin 2012-07-02 15:33:35 +0000
  • e5ae5b6890 Merge of r4642: Maxim Dounin 2012-07-02 14:42:08 +0000
  • f9c03b49eb map: strip final dot before looking up in a map of hostnames. (closes #182) Ruslan Ermilov 2012-06-29 20:33:26 +0000
  • 917e4ab3fb Merge of r4639, r4640: C++ fixes. Maxim Dounin 2012-06-29 17:32:43 +0000
  • 71b7e2294a Merge of r4636, r4637, r4638: config sanity checks. Maxim Dounin 2012-06-29 17:28:41 +0000
  • 56cb80834c Version bump. Ruslan Ermilov 2012-06-29 11:03:01 +0000
  • a4b7871ac7 Merge of r4645: fixed warning during nginx.xs compilation. Maxim Dounin 2012-06-26 14:40:23 +0000
  • 5daba78f9c release-1.3.2 tag Maxim Dounin 2012-06-26 13:46:53 +0000
  • 59b946a939 nginx-1.3.2-RELEASE release-1.3.2 Maxim Dounin 2012-06-26 13:46:23 +0000
  • a83578384c Mp4: fixed build on win32 after r4689. Maxim Dounin 2012-06-26 12:31:40 +0000
  • 835ad6b98b Added code to look up Google perftools in /opt/local/, for MacPorts. Ruslan Ermilov 2012-06-26 08:15:40 +0000
  • c6d5225e5b Style. Maxim Dounin 2012-06-25 18:09:38 +0000
  • e9bc178bd9 Fixed misc/GNUmakefile to properly tag on stable-1.2 branch. Maxim Dounin 2012-06-25 15:41:17 +0000
  • 1917d87527 Version bump. Maxim Dounin 2012-06-25 15:40:29 +0000
  • a1d0934b53 Retagged release-1.2.1 properly. Maxim Dounin 2012-06-25 15:35:27 +0000
  • 3669f43449 Incorrect tag release-1.2.1 removed. Maxim Dounin 2012-06-25 15:30:17 +0000
  • 8c861f06c8 Fixed a harmless error in spelling of "Connection: close" when computing the response header length. Ruslan Ermilov 2012-06-25 13:08:25 +0000
  • 42444811b9 Fixed compile-time conditionals used to detect if X-Forwarded-For support is needed. Ruslan Ermilov 2012-06-21 11:02:22 +0000
  • 992a4d11da Disabled gzip compression in OpenSSL prior to 1.0.0 version. This saves about 522K per connection. Igor Sysoev 2012-06-20 12:55:28 +0000
  • 36a931aba6 Added IPv6 support to ip_hash. Ruslan Ermilov 2012-06-19 12:36:54 +0000
  • 29844cd55c Upstream keepalive: "single" parameter deprecated. Maxim Dounin 2012-06-18 14:23:42 +0000