Commit Graph

  • 050f74b751 Make macros safe. Gleb Smirnoff 2013-07-05 11:42:25 +0400
  • 523191ec89 Upstream: updated list of ngx_event_connect_peer() return values. Ruslan Ermilov 2013-07-03 12:04:13 +0400
  • dd3e13eef0 Core: consolidated log-related code. Vladimir Homutov 2013-06-28 17:24:54 +0400
  • f41c91511d Version bump. Maxim Dounin 2013-07-02 20:05:49 +0400
  • dfb8b2b7bb release-1.5.2 tag Maxim Dounin 2013-07-02 16:28:51 +0400
  • 652f6c227b nginx-1.5.2-RELEASE release-1.5.2 Maxim Dounin 2013-07-02 16:28:50 +0400
  • 88fc0f793e Fixed ngx_http_parse_chunked() minimal length calculation. Maxim Dounin 2013-06-28 13:55:05 +0400
  • 982f4de9f0 Fixed build on Linux with x32 ABI. Maxim Dounin 2013-06-26 15:47:27 +0400
  • 11ff177a9f Core: support several "error_log" directives. Vladimir Homutov 2013-06-20 20:47:39 +0400
  • 02cc52554f Simplified ngx_list_create(). Ruslan Ermilov 2013-06-19 08:55:08 +0400
  • c974bd7936 Valgrind: another complaint about uninitialized bytes. Tatsuhiko Kubo 2013-06-12 00:41:24 +0900
  • 420e41ef09 SPDY: fixed code style, no functional changes. Valentin Bartenev 2013-06-13 16:28:42 +0400
  • aac7f7f464 Core: moved initialization of log level. Vladimir Homutov 2013-06-13 14:50:10 +0400
  • de2ec2c650 SPDY: pass through the full status when available. Jim Radford 2013-06-07 13:16:00 -0700
  • ddece08218 Perl: fixed r->header_in("Cookie") (ticket #351). Maxim Dounin 2013-06-10 14:35:00 +0400
  • dc5c6928fb Fixed debug logging in ngx_http_parse_complex_uri(). Maxim Dounin 2013-06-05 19:45:08 +0400
  • 2b356db155 Mail: fixed possible uninitialized memory access. Maxim Dounin 2013-06-05 19:44:23 +0400
  • 40c4e7b73c Valgrind: supressed complaints about uninitialized bytes. Maxim Dounin 2013-06-05 19:44:22 +0400
  • 6b95320cf7 Valgrind: sigaction() failure now ignored. Maxim Dounin 2013-06-05 19:44:20 +0400
  • f6650479c3 Status: the "last_in_chain" flag must be set. Valentin Bartenev 2013-06-05 16:22:40 +0400
  • ba4b4991d1 SPDY: use proper macros for value length and headers counter. Valentin Bartenev 2013-06-05 02:13:52 +0400
  • d37a0a2c7a Version bump. Maxim Dounin 2013-06-04 19:38:20 +0400
  • 26489b16e5 Core: fixed handling of "stderr" in error_log. Vladimir Homutov 2013-06-04 11:27:36 +0400
  • 9db2eddd8a Core: fixed stderr redirection on win32 in ngx_reopen_files(). Vladimir Homutov 2013-06-03 16:54:28 +0400
  • 43b2e07b96 release-1.5.1 tag Maxim Dounin 2013-06-04 17:21:52 +0400
  • 9a96419622 nginx-1.5.1-RELEASE release-1.5.1 Maxim Dounin 2013-06-04 17:21:52 +0400
  • e5817135b5 Updated zlib used for win32 builds. Maxim Dounin 2013-06-04 16:16:51 +0400
  • a80cb81604 Win32: accept_mutex now always disabled (ticket #362). Maxim Dounin 2013-05-31 14:59:26 +0400
  • 2342d86951 OCSP stapling: fixed incorrect debug level. Ruslan Ermilov 2013-05-31 13:30:37 +0400
  • de381f7266 Access: support for UNIX-domain client addresses (ticket #359). Ruslan Ermilov 2013-05-30 18:23:05 +0400
  • 641662e340 Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. Maxim Dounin 2013-05-29 19:18:22 +0400
  • 1a983a0c05 Upstream: http_403 support in proxy_next_upstream (and friends). Maxim Dounin 2013-05-27 16:54:09 +0400
  • cc3c0ce870 Xslt: xslt_last_modified directive. Maxim Dounin 2013-05-24 22:28:09 +0400
  • af7e2a9185 Sub filter: sub_filter_last_modified directive. Maxim Dounin 2013-05-24 22:27:30 +0400
  • 55fcadcfa2 SSI: ssi_last_modified directive. Maxim Dounin 2013-05-24 22:27:23 +0400
  • c8702948db Core: strengthen configuration syntax checker. Valentin Bartenev 2013-05-23 20:30:27 +0400
  • 2c0ea0fcc8 Memcached: stricten header validation. Ruslan Ermilov 2013-05-23 16:26:10 +0400
  • 3be6cc9b2f Use "void" for functions with empty parameter list. Sergey Kandaurov 2013-05-23 15:47:58 +0400
  • c4a044cc50 Configure: fixed test of OS X atomic(3). Ruslan Ermilov 2013-05-23 10:23:21 +0400
  • 407c831116 Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. Piotr Sikora 2013-05-21 18:45:07 -0700
  • c3d20f52d0 Style: remove unnecessary references to HTTP from non-HTTP modules. Piotr Sikora 2013-05-21 18:43:43 -0700
  • 4fd486e68c Referer module: added $invalid_referer to variables hash. Maxim Dounin 2013-05-22 22:31:53 +0400
  • a1ab0dde4a Upstream: fixed fail_timeout and max_fails > 1. Maxim Dounin 2013-05-21 21:47:50 +0400
  • 8889e00f33 release-1.2.9 tag stable-1.2 Maxim Dounin 2013-05-13 14:43:06 +0400
  • 319966a476 nginx-1.2.9-RELEASE release-1.2.9 Maxim Dounin 2013-05-13 14:41:51 +0400
  • 2265b3c2b9 Fixed chunk size parsing. Maxim Dounin 2013-05-13 13:19:28 +0400
  • 0826eca58e Version bump. Maxim Dounin 2013-05-13 13:18:31 +0400
  • ae341c36ab Request body: fixed r->count increment on allocation failure. Maxim Dounin 2013-05-11 18:49:19 +0400
  • 79f0766f35 SSL: fixed c->read->ready handling in ngx_ssl_recv(). Maxim Dounin 2013-11-29 17:16:06 +0400
  • a2d1c5f3b7 Win32: plugged memory leak. Maxim Dounin 2013-10-31 18:23:49 +0400
  • 97a782b045 Version bump. Maxim Dounin 2014-02-06 20:49:12 +0400
  • 458cca890f release-1.4.4 tag Maxim Dounin 2013-11-19 15:25:24 +0400
  • 37c4ed61ef nginx-1.4.4-RELEASE release-1.4.4 Maxim Dounin 2013-11-19 15:25:24 +0400
  • 822a148df5 Proper backtracking after space in a request line. Ruslan Ermilov 2013-11-19 06:57:58 +0400
  • 491d3e76fc Version bump. Maxim Dounin 2013-11-19 15:23:03 +0400
  • 41a1c0240e release-1.4.3 tag Maxim Dounin 2013-10-08 16:07:14 +0400
  • e6181edce3 nginx-1.4.3-RELEASE release-1.4.3 Maxim Dounin 2013-10-08 16:07:13 +0400
  • 2638cef719 Mail: fixed segfault with ssl/starttls at mail{} level and no cert. Maxim Dounin 2013-09-30 22:10:13 +0400
  • 9f97a0c4f9 Mail: fixed overrun of allocated memory (ticket #411). Maxim Dounin 2013-09-30 22:10:08 +0400
  • 2554b2842c Core: fix misallocation at ngx_crypt_apr1 (ticket #412). Markus Linnala 2013-09-20 17:57:21 +0300
  • 8e69bbf44e Win32: $request_time fixed. Maxim Dounin 2013-09-04 20:48:30 +0400
  • b5656b31f1 Fixed try_files with empty argument (ticket #390). Maxim Dounin 2013-08-23 22:18:39 +0400
  • 6db33c712b Autoindex: improved ngx_de_info() error handling. Sergey Kandaurov 2013-07-30 11:43:21 +0400
  • 30091e8b38 Autoindex: return NGX_ERROR on error if headers were sent. Sergey Kandaurov 2013-07-30 11:43:21 +0400
  • 6f05c095a8 SPDY: fixed segfault with "client_body_in_file_only" enabled. Valentin Bartenev 2013-07-24 22:24:25 +0400
  • c32e9ab954 Version bump. Maxim Dounin 2013-10-07 20:30:03 +0400
  • 8bff7901f9 release-1.4.2 tag Maxim Dounin 2013-07-17 16:51:21 +0400
  • 4f72a78112 nginx-1.4.2-RELEASE release-1.4.2 Maxim Dounin 2013-07-17 16:51:21 +0400
  • 4151983735 Perl: fixed r->header_in("Cookie") (ticket #351). Maxim Dounin 2013-06-10 14:35:00 +0400
  • 35152b9c8d Updated zlib used for win32 builds. Maxim Dounin 2013-06-04 16:16:51 +0400
  • 7dc6290ef6 Win32: accept_mutex now always disabled (ticket #362). Maxim Dounin 2013-05-31 14:59:26 +0400
  • 93b61fad80 Upstream: fixed fail_timeout and max_fails > 1. Maxim Dounin 2013-05-21 21:47:50 +0400
  • 4ca32c31a0 OCSP stapling: fix error logging of successful OCSP responses. Piotr Sikora 2013-05-16 15:37:13 -0700
  • 2b1779b916 Mail: missing ngx_ssl_ecdh_curve() call. F. da Silva 2013-05-10 16:53:45 +0200
  • 8ef3374a5a Fixed error logging. Sergey Kandaurov 2013-05-21 17:30:19 +0400
  • 76c1d58a46 Upstream: slightly optimized ngx_http_upstream_process_header(). Ruslan Ermilov 2013-05-21 12:54:27 +0400
  • 5b57d01365 Upstream: made the assignment more obvious. Ruslan Ermilov 2013-05-21 12:54:26 +0400
  • 1b10a9adf8 OCSP stapling: fix error logging of successful OCSP responses. Piotr Sikora 2013-05-16 15:37:13 -0700
  • 8597218f38 Mail: removed surplus ngx_close_connection() call. Filipe Da Silva 2013-05-09 10:54:28 +0200
  • c9c4e39be6 Upstream keepalive: slightly simplified code. Ruslan Ermilov 2013-05-15 15:04:49 +0400
  • 26dc3f37c3 Removed vestiges of SVN. Ruslan Ermilov 2013-04-25 17:41:45 +0400
  • 307b617712 Proxy: $proxy_internal_body_length fixed. Maxim Dounin 2013-05-11 21:12:24 +0400
  • abef0366e9 Fixed build with --with-mail_ssl_module. Maxim Dounin 2013-05-11 18:49:30 +0400
  • 1901e10d19 Perl: extra "return" removed. Maxim Dounin 2013-05-11 18:48:56 +0400
  • 8d096180d2 Version bump. Maxim Dounin 2013-07-12 14:24:07 +0400
  • ce489c0bd3 release-1.4.1 tag Maxim Dounin 2013-05-06 14:21:38 +0400
  • 45b587fdc7 nginx-1.4.1-RELEASE release-1.4.1 Maxim Dounin 2013-05-06 14:20:27 +0400
  • 4997de8005 Fixed chunk size parsing. Maxim Dounin 2013-05-06 14:03:24 +0400
  • 243ecc69cd Version bump. Maxim Dounin 2013-05-06 14:18:46 +0400
  • a9b6b0c90a stable-1.4 branch Maxim Dounin 2013-05-06 02:12:30 +0400
  • 1f415d6fb9 Removed vestiges of SVN. Ruslan Ermilov 2013-04-25 17:41:45 +0400
  • 330ebdc8fe Proxy: clear script engine used to calculate lengths. Maxim Dounin 2013-05-15 12:23:44 +0400
  • 885861b683 Fixed lingering_time check. Maxim Dounin 2013-05-13 17:39:45 +0400
  • dcdf9eed8d Upstream: allow to intercept responses with status 300. Ruslan Ermilov 2013-05-13 14:10:22 +0400
  • b5fd7d5041 PCRE: retain input pattern for all regular expressions. Piotr Sikora 2013-05-02 03:26:36 -0700
  • a38455a7f3 Proxy: $proxy_internal_body_length fixed. Maxim Dounin 2013-05-11 21:12:24 +0400
  • 9564f6513b Mp4: indentation and style, no functional changes. Maxim Dounin 2013-05-11 18:49:49 +0400
  • c3dea40b45 Added r->limit_rate_after. Maxim Dounin 2013-05-11 18:49:42 +0400
  • 9cff79927a Fixed build with --with-mail_ssl_module. Maxim Dounin 2013-05-11 18:49:30 +0400
  • ff724933c2 Request body: fixed r->count increment on allocation failure. Maxim Dounin 2013-05-11 18:49:19 +0400