Commit Graph

  • 1e12e7fa1d Variables $connection and $connection_requests. Maxim Dounin 2012-10-29 17:17:59 +0000
  • 7b3731862b Resolver: added missing memory allocation error handling. Maxim Dounin 2012-10-24 14:07:08 +0000
  • 09dca40b33 ngx_http_keepalive_handler() is now trying to not keep c->buffer's memory for idle connections. Valentin Bartenev 2012-10-23 14:36:18 +0000
  • f7b32c479d Core: the "auto" parameter of the "worker_processes" directive. Andrey Belov 2012-10-23 09:08:41 +0000
  • 106dbc8d76 Removed conditional compilation from waitpid() error test. Maxim Dounin 2012-10-18 14:48:33 +0000
  • 27b7eb17d0 Gunzip: fixed r->gzip_ok check. Maxim Dounin 2012-10-18 14:27:40 +0000
  • 0d7a7e91cf OCSP stapling: properly check if there is ssl.ctx. Maxim Dounin 2012-10-05 11:09:14 +0000
  • 82989420ad Variable $bytes_sent. Maxim Dounin 2012-10-03 15:25:36 +0000
  • a707811a31 Log: $apache_bytes_sent removed. Maxim Dounin 2012-10-03 15:25:06 +0000
  • c846871ce1 SSL: the "ssl_verify_client" directive parameter "optional_no_ca". Maxim Dounin 2012-10-03 15:24:08 +0000
  • f8cc8969d5 Version bump. Maxim Dounin 2012-10-03 15:22:18 +0000
  • fedc43df15 release-1.3.7 tag Maxim Dounin 2012-10-02 13:33:58 +0000
  • 242b85ff40 nginx-1.3.7-RELEASE release-1.3.7 Maxim Dounin 2012-10-02 13:33:37 +0000
  • 7eea509776 OCSP stapling: build fixes. Maxim Dounin 2012-10-01 13:54:13 +0000
  • bec2cc5286 OCSP stapling: ssl_stapling_verify directive. Maxim Dounin 2012-10-01 12:53:11 +0000
  • 3ebbb7d521 OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used. Maxim Dounin 2012-10-01 12:51:27 +0000
  • 1a07a7f2de OCSP stapling: log error data in ngx_ssl_error(). Maxim Dounin 2012-10-01 12:50:36 +0000
  • 872563a64d OCSP stapling: check Content-Type. Maxim Dounin 2012-10-01 12:48:54 +0000
  • 74ad4494a6 OCSP stapling: loading OCSP responses. Maxim Dounin 2012-10-01 12:47:55 +0000
  • f7ec295fb4 OCSP stapling: the ngx_event_openssl_stapling.c file. Maxim Dounin 2012-10-01 12:42:43 +0000
  • 85c920a0cd OCSP stapling: ssl_stapling_file support. Maxim Dounin 2012-10-01 12:41:08 +0000
  • 3648ba7db8 OCSP stapling: ssl_trusted_certificate directive. Maxim Dounin 2012-10-01 12:39:36 +0000
  • 6a0f47e079 Resolver: cached addresses are returned with random rotation now. Maxim Dounin 2012-09-28 18:28:38 +0000
  • 8be233c8f2 Correct plural form for "path" in the whole source base. Andrey Belov 2012-09-28 13:49:26 +0000
  • b33a316883 Made sure to initialize the entire ngx_file_t structure. Andrey Belov 2012-09-28 13:15:11 +0000
  • 52b59ebc74 SSL: added version checks for ssl compression workaround. Maxim Dounin 2012-09-27 18:01:06 +0000
  • f4f72f9fb5 SSL: fixed compression workaround to remove all methods. Maxim Dounin 2012-09-27 17:59:59 +0000
  • 181d58f9c9 Configure: additional test for ExtUtils::Embed perl module presence. Andrey Belov 2012-09-27 15:01:57 +0000
  • 8a1a54b0d6 Configure: help updated to list upstream keepalive and least_conn. Maxim Dounin 2012-09-26 16:39:38 +0000
  • 927643e3e9 Added clearing of cpu_affinity after process spawn. Maxim Dounin 2012-09-26 16:25:12 +0000
  • f4473147e5 Version bump. Maxim Dounin 2012-09-26 15:52:06 +0000
  • d7c1c21da8 release-1.2.4 tag Maxim Dounin 2012-09-25 13:43:03 +0000
  • a841b3ab2c nginx-1.2.4-RELEASE release-1.2.4 Maxim Dounin 2012-09-25 13:42:43 +0000
  • 83ec7bdbf3 Stable: removed gunzip module from win32 helper target. Maxim Dounin 2012-09-25 10:41:22 +0000
  • b9efe317d4 Merge of r4835, r4841: improved welcome and 50x error pages. Maxim Dounin 2012-09-24 19:14:17 +0000
  • 9e5528f244 Merge of r4833: limit req: fix of rbtree node insertion. Maxim Dounin 2012-09-24 19:11:45 +0000
  • 21ccde77f5 Merge of r4829: fixed strict aliasing with ipv6 (ticket #201). Maxim Dounin 2012-09-24 19:06:48 +0000
  • adceda60bd Merge of r4828: "include" with wildcards in map and types blocks. Maxim Dounin 2012-09-24 19:05:02 +0000
  • 892410148f Merge of r4817: geo: fixed handling of ranges without default set. Maxim Dounin 2012-09-24 19:02:16 +0000
  • 2953f4aa39 Merge of r4815: map: fixed optimization of variables as values. Maxim Dounin 2012-09-24 19:00:02 +0000
  • 9288e6587b Merge of r4813, r4814, r4818, r4819, r4820, r4823: mail fixes. Maxim Dounin 2012-09-24 18:58:13 +0000
  • 191e31938e Merge of r4785, r4795, r4811, r4812, r4816, r4822: coverity. Maxim Dounin 2012-09-24 18:54:28 +0000
  • f8c0690d37 Merge of r4784: fixed the -p parameter handling. Maxim Dounin 2012-09-24 18:50:25 +0000
  • 90c3d53146 Merge of r4842: fixed make macros to use parentheses. Maxim Dounin 2012-09-24 18:46:50 +0000
  • ae5736bfa4 Merge of r4779, r4840, r4843, r4844: win32 changes. Maxim Dounin 2012-09-24 18:37:14 +0000
  • ce750db233 Merge of r4778, r4782, r4783, r4824, r4830, r4834: minor fixes. Maxim Dounin 2012-09-24 18:34:04 +0000
  • 649cd3b401 Merge of r4777, r4780, r4831, r4832: release process changes. Maxim Dounin 2012-09-24 18:30:26 +0000
  • bd0a1916dd Version bump. Maxim Dounin 2012-09-24 18:24:07 +0000
  • b7e4607387 release-1.3.6 tag Maxim Dounin 2012-09-12 10:41:56 +0000
  • 3b80194f50 nginx-1.3.6-RELEASE release-1.3.6 Maxim Dounin 2012-09-12 10:41:36 +0000
  • 6fa37a6c3b Updated zlib used for win32 builds. Maxim Dounin 2012-09-11 13:36:34 +0000
  • f5e90ce368 Helper target "win32" to run configure for win32 builds. Maxim Dounin 2012-09-11 13:17:31 +0000
  • 27b9435343 Configure: fixed make macros to use parentheses instead of braces. Maxim Dounin 2012-09-11 12:43:59 +0000
  • a8742ab5f1 Improved 50x error page. Valentin Bartenev 2012-09-11 12:37:04 +0000
  • 8522a2a707 Configure: provide inflate() when building zlib on win32. Maxim Dounin 2012-09-11 12:35:30 +0000
  • 4b948b49aa Gunzip: removed nginx.h leftover include. Maxim Dounin 2012-09-11 01:13:23 +0000
  • 90bd33e8eb Gunzip filter import. Maxim Dounin 2012-09-10 16:52:47 +0000
  • 86aee85d2e Gzip static: "always" parameter in "gzip_static" directive. Maxim Dounin 2012-09-10 16:48:25 +0000
  • 23a959615e Memcached: memcached_gzip_flag directive. Maxim Dounin 2012-09-10 16:43:49 +0000
  • 604f4e6cdc Improved welcome page. Valentin Bartenev 2012-09-07 13:24:46 +0000
  • 5867c81fe6 Write filter: replaced unneeded loop with one to free chains. Maxim Dounin 2012-09-05 15:06:47 +0000
  • 605a0ab2e1 Limit req: fix of rbtree node insertion on hash collisions. Valentin Bartenev 2012-09-03 12:55:50 +0000
  • 7ee8de668c Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru. Ruslan Ermilov 2012-08-30 16:08:13 +0000
  • 440ab7aec1 Converted DOS-style newlines. Ruslan Ermilov 2012-08-30 16:05:43 +0000
  • 9d6d33a561 Fixed overflow if ngx_slab_alloc() is called with very big "size" argument. Ruslan Ermilov 2012-08-30 15:09:21 +0000
  • d469482cda Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses (closes #201). Ruslan Ermilov 2012-08-30 14:58:11 +0000
  • da4ffd8955 Fixed the "include" directive. Ruslan Ermilov 2012-08-28 13:31:01 +0000
  • 43f6163063 Version bump. Ruslan Ermilov 2012-08-27 14:21:41 +0000
  • f68158ca0a release-1.3.5 tag Maxim Dounin 2012-08-21 13:05:26 +0000
  • 237e06d92f nginx-1.3.5-RELEASE release-1.3.5 Maxim Dounin 2012-08-21 13:05:02 +0000
  • c22b87b2e4 Radix tree preallocation fix. Maxim Dounin 2012-08-18 23:17:58 +0000
  • 83e35f6f22 Whitespace fix. Maxim Dounin 2012-08-18 23:04:39 +0000
  • b69f284383 Mark logically dead code with corresponding comment. Andrey Belov 2012-08-17 15:35:50 +0000
  • 572bca7b83 Mp4: removed restriction to avc1/mp4a formats (ticket #194). Maxim Dounin 2012-08-17 11:02:35 +0000
  • 53b8514f2d Mail: fixed handling of AF_UNIX addresses in "listen". Ruslan Ermilov 2012-08-17 05:21:28 +0000
  • ff3236e7a7 Removed a stale "AF_INET only" comment. Ruslan Ermilov 2012-08-17 05:14:19 +0000
  • f12c7563e2 Mail: fixed sorting of listen addresses (ticket #187). Ruslan Ermilov 2012-08-17 05:08:42 +0000
  • 5425263436 Geo: fixed handling of ranges without default set. Maxim Dounin 2012-08-16 13:01:41 +0000
  • 89bd5f038a Crypt: fixed handling of corrupted SSHA entries in password file. Maxim Dounin 2012-08-16 12:05:58 +0000
  • 3587e2be23 Map: fixed optimization of variables as values. Maxim Dounin 2012-08-16 10:58:18 +0000
  • 9aac01a76e mail_core: don't let the well-known port in the "listen" directive to override the already set "protocol". Ruslan Ermilov 2012-08-15 11:30:24 +0000
  • 89ad2e91e5 Corrected the directive name in the ngx_mail_auth_http_module error message. Ruslan Ermilov 2012-08-15 11:17:55 +0000
  • 86dd5bde45 Added three missing checks for NULL after ngx_array_push() calls. Valentin Bartenev 2012-08-08 12:03:46 +0000
  • 2af80d5fab Explicitly ignore returned value from close() in ngx_event_core_init_conf(). Andrey Belov 2012-08-07 13:57:04 +0000
  • c925a2afeb release-1.2.3 tag Maxim Dounin 2012-08-07 12:36:19 +0000
  • fe3b78f0d4 nginx-1.2.3-RELEASE release-1.2.3 Maxim Dounin 2012-08-07 12:35:56 +0000
  • 67dbb8b8d0 Merge of r4739: s/ngx_shmtx_destory/ngx_shmtx_destroy/. Maxim Dounin 2012-08-06 18:09:23 +0000
  • 567dc0b265 Merge of r4775: updated PCRE used for win32 builds. Maxim Dounin 2012-08-06 17:38:12 +0000
  • 6087743fe2 Merge of r4771: ngx_http_find_virtual_server() fix. Maxim Dounin 2012-08-06 17:36:30 +0000
  • cfef618a6f Merge of r4770: hide_headers/pass_headers inheritance fix. Maxim Dounin 2012-08-06 17:34:08 +0000
  • 6145efaef4 Merge of r4769: better diagnostics for directives in wrong context. Maxim Dounin 2012-08-06 17:31:32 +0000
  • 5ac59c235d Merge of r4766, r4767: ngx_http_upstream_add() changes. Maxim Dounin 2012-08-06 17:20:01 +0000
  • 23778a20c9 Merge of r4765: reduced the number of preprocessor directives. Maxim Dounin 2012-08-06 17:15:23 +0000
  • f3959db1e7 Merge of r4764: debug_connection with a domain name change. Maxim Dounin 2012-08-06 17:13:20 +0000
  • 8dd36f4aaf Merge of r4763: added the Clang compiler support. Maxim Dounin 2012-08-06 17:10:35 +0000
  • 20ce4fcbbf Merge of r4760, r4761: -Wmissing-prototypes. Maxim Dounin 2012-08-06 17:07:28 +0000
  • a24d4d23f7 Merge of r4759, r4762, r4768: configure minor fixes. Maxim Dounin 2012-08-06 17:03:01 +0000
  • 7ca2e6d24e Merge of r4758: win32: fixed cpu hog after process startup failure. Maxim Dounin 2012-08-06 16:24:22 +0000
  • 09c6ff334e Merge of r4757: debugging messages in limit_conn. Maxim Dounin 2012-08-06 16:19:35 +0000
  • 66e9525e84 Explicitly ignore returned value from unlink() in ngx_open_tempfile(). Andrey Belov 2012-08-06 16:06:59 +0000