Commit Graph

  • 4b768adc2e nginx-1.9.2-RELEASE release-1.9.2 Maxim Dounin 2015-06-16 17:49:39 +0300
  • c9089c2de8 Polished the recent change to the manpage. Ruslan Ermilov 2015-06-16 16:52:13 +0300
  • 9bd637659a Documentation: added -T option description to the man page. Vladimir Homutov 2015-06-16 16:28:56 +0300
  • 4e83d3f7b5 Core: store and dump processed configuration. Vladimir Homutov 2015-05-14 18:54:27 +0300
  • 42c32b733b Core: added support for writing to stdout. Vladimir Homutov 2015-06-16 15:47:40 +0300
  • 4404c3fd6d Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read. Roman Arutyunyan 2015-06-16 13:45:19 +0300
  • 3ed1b3b5b0 Stream: client-side PROXY protocol. Roman Arutyunyan 2015-06-16 13:45:16 +0300
  • f50f83a2cf Stream: the "proxy_bind" directive. Vladimir Homutov 2015-06-16 09:02:45 +0300
  • ff0e31d7c7 Updated OpenSSL used for win32 builds. Maxim Dounin 2015-06-15 20:20:12 +0300
  • cb3dcbb81e OCSP stapling: avoid sending expired responses (ticket #425). Maxim Dounin 2015-06-11 20:42:39 +0300
  • 9984f3053f Moved ngx_http_parse_time() to core, renamed accordingly. Maxim Dounin 2015-06-11 20:42:31 +0300
  • dd41bfd47a Removed unused ngx_http_get_time() declaration. Maxim Dounin 2015-06-11 20:42:24 +0300
  • 93874766db Configure: added gcc5 to the list of known GCC versions. Valentin Bartenev 2015-06-10 19:18:20 +0300
  • 72125c7a22 Configure: search OpenSSL in a bunch of standard places. Ruslan Ermilov 2015-06-10 12:25:45 +0300
  • 76be6f5d70 Configure: moved NGX_SBIN_PATH variable initialization. Ruslan Ermilov 2015-06-10 12:25:31 +0300
  • 8ab1aa612d Stream: access module. Vladimir Homutov 2015-06-04 13:04:12 +0300
  • d56b84b783 Stream: added postconfiguration method to stream modules. Vladimir Homutov 2015-06-09 13:00:45 +0300
  • c81d7ec158 Mail: listen backlog=. Ruslan Ermilov 2015-06-08 23:13:56 +0300
  • 60c654ddf5 Stream: listen backlog=. Ruslan Ermilov 2015-06-08 23:13:33 +0300
  • b72a7b0df3 Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t. Ruslan Ermilov 2015-06-08 23:11:58 +0300
  • bfbd0aabd4 Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t. Ruslan Ermilov 2015-06-08 23:11:42 +0300
  • 14ddadb9ac Stream: fixed "reuseport" to actually work. Ruslan Ermilov 2015-06-05 23:03:13 +0300
  • 413158330a Added the REQUEST_SCHEME parameter. Maxim Dounin 2015-06-05 22:23:26 +0300
  • f5d79ffb82 Upstream keepalive: reduced diffs to the plus version of nginx. Roman Arutyunyan 2015-06-04 23:46:44 +0300
  • e041efc306 Style. Maxim Dounin 2015-06-05 17:10:34 +0300
  • 99b2c89404 Event pipe: call ngx_handle_read_event() with a proper flags type. Sergey Kandaurov 2015-06-03 19:12:26 +0300
  • af50336263 Fixed misspellings of the word "dependencies". Ruslan Ermilov 2015-06-03 08:23:35 +0300
  • 66f6ba5c95 Fixed excessive memory usage while parsing configuration. Valentin Bartenev 2015-06-01 21:08:56 +0300
  • b65cfbb3bb Fixed spelling in change logs. Valentin Bartenev 2015-06-01 16:58:07 +0300
  • 087c31e8b2 Fixed bullying style of comments. Ruslan Ermilov 2015-05-29 09:26:33 +0300
  • 3de18022d8 Version bump. Ruslan Ermilov 2015-05-29 09:26:27 +0300
  • a6f016caba release-1.9.1 tag Maxim Dounin 2015-05-26 16:49:51 +0300
  • dd22b2acb8 nginx-1.9.1-RELEASE release-1.9.1 Maxim Dounin 2015-05-26 16:49:50 +0300
  • 724f0f028e Disabled SSLv3 by default (ticket #653). Maxim Dounin 2015-05-25 17:58:20 +0300
  • 226647e397 Configure: GNU Hurd properly recognized. Maxim Dounin 2015-05-25 17:58:13 +0300
  • b4619182bb Fixed reuseport with accept_mutex. Maxim Dounin 2015-05-21 19:39:11 +0300
  • 941a6995d7 Upstream: report to error_log when max_fails is reached. Ruslan Ermilov 2015-05-20 22:44:00 +0300
  • f7f1607bf2 The "reuseport" option of the "listen" directive. Maxim Dounin 2015-05-20 15:51:56 +0300
  • d5c34785bc Simplified ngx_http_init_listening(). Maxim Dounin 2015-05-20 15:51:28 +0300
  • 68b3d28c55 Introduced worker number, ngx_worker. Maxim Dounin 2015-05-20 15:51:21 +0300
  • e58321a4ca Configure: style. Maxim Dounin 2015-05-20 15:51:13 +0300
  • 9275dc19e6 Core: properly initialized written bytes counter in memory log. Valentin Bartenev 2015-05-19 19:27:07 +0300
  • 3670726bd3 Upstream hash: consistency across little/big endianness. Sergey Kandaurov 2015-05-18 16:05:44 +0300
  • 4b9b16d27d Upstream: $upstream_connect_time. Ruslan Ermilov 2015-05-16 01:32:27 +0300
  • b070e2d713 Upstream: times to obtain header/response are stored as ngx_msec_t. Ruslan Ermilov 2015-05-16 01:31:04 +0300
  • b55cd3f876 Events: ngx_event_t size reduction by grouping bit fields. Igor Sysoev 2015-05-15 17:15:33 +0300
  • 26e32aaa9c Events: made a failure to create a notification channel non-fatal. Ruslan Ermilov 2015-05-06 17:04:00 +0300
  • 91df4f0746 Events: made a failure to create a notification channel non-fatal. Ruslan Ermilov 2015-05-06 17:04:00 +0300
  • 1a4ea1acc7 Configure: handle deprecated options. Ruslan Ermilov 2015-04-29 14:59:02 +0300
  • 80781f15b4 Removed the deprecated "imap" directive. Ruslan Ermilov 2015-04-29 13:53:24 +0300
  • 3468015e12 Removed the deprecated "so_keepalive" directive. Ruslan Ermilov 2015-04-29 13:53:08 +0300
  • ea2f4d9175 Removed deprecated HTTP directives. Ruslan Ermilov 2015-04-29 13:52:49 +0300
  • 3ceffb53fe Removed the deprecated "connections" directive. Ruslan Ermilov 2015-04-29 13:52:37 +0300
  • 89ad9ea309 Fixed overflow detection in ngx_inet_addr(). Valentin Bartenev 2015-04-28 18:55:03 +0300
  • 8568baef1f Version bump. Valentin Bartenev 2015-04-28 18:54:48 +0300
  • c1aa9a229c release-1.9.0 tag Maxim Dounin 2015-04-28 18:31:18 +0300
  • 94dcfa5fe1 nginx-1.9.0-RELEASE release-1.9.0 Maxim Dounin 2015-04-28 18:31:17 +0300
  • 30cf7772a8 Added stream module to win32 builds. Maxim Dounin 2015-04-27 18:51:18 +0300
  • 2ec8cfcd7d Win32: shared memory base addresses and remapping. Maxim Dounin 2015-04-27 18:25:42 +0300
  • 153dbf3877 Win32: fixed shm.handle loss on reload. Maxim Dounin 2015-04-27 03:44:30 +0300
  • c8aa659e45 Core: fixed nginx_shared_zone name. Maxim Dounin 2015-04-27 03:44:03 +0300
  • 9a31e9faab Merge proxy_protocol setting of listen directives. Roman Arutyunyan 2015-04-24 10:54:06 +0300
  • d82cf1a8cd Version bump. Maxim Dounin 2016-01-25 19:32:58 +0300
  • 0c2eacd05d release-1.8.0 tag Maxim Dounin 2015-04-21 17:11:58 +0300
  • 79ec842eca nginx-1.8.0-RELEASE release-1.8.0 Maxim Dounin 2015-04-21 17:11:58 +0300
  • 0b0ba16e51 Core: ensure that ngx_config.h is always included first. Sergey Kandaurov 2015-04-16 18:18:37 +0300
  • 15334c981a Stable branch. Maxim Dounin 2015-04-16 17:00:52 +0300
  • 53730bfa37 release-1.6.3 tag stable-1.6 Maxim Dounin 2015-04-07 18:57:56 +0300
  • b55d3bba57 nginx-1.6.3 changes fix release-1.6.3 Maxim Dounin 2015-04-07 18:51:37 +0300
  • fcec8f84d5 release-1.6.3 tag Maxim Dounin 2015-04-07 17:58:54 +0300
  • 00ae644456 nginx-1.6.3-RELEASE Maxim Dounin 2015-04-07 17:58:54 +0300
  • fc1b41ded9 Updated OpenSSL used for win32 builds. Maxim Dounin 2015-03-23 02:44:41 +0300
  • 405b7f3429 Overflow detection in ngx_http_parse_chunked(). Ruslan Ermilov 2015-03-17 00:26:27 +0300
  • dabbd1f6a6 Overflow detection in ngx_http_range_parse(). Ruslan Ermilov 2015-03-17 00:26:24 +0300
  • 166a3a13a4 Overflow detection in ngx_inet_addr(). Ruslan Ermilov 2015-03-17 00:26:22 +0300
  • 7523e71888 Core: overflow detection in ngx_parse_time() (ticket #732). Ruslan Ermilov 2015-03-17 00:26:20 +0300
  • ea13aadd30 Refactored ngx_parse_time(). Ruslan Ermilov 2015-03-17 00:26:18 +0300
  • d5d9d70920 Core: overflow detection in number parsing functions. Ruslan Ermilov 2015-03-17 00:26:15 +0300
  • 44a2b97bd2 Core: expose maximum values of time_t and ngx_int_t. Ruslan Ermilov 2015-03-17 00:24:34 +0300
  • 0071fbb9e6 Core: fixed potential buffer overrun when initializing hash. Maxim Dounin 2015-02-24 18:37:14 +0300
  • 4e010c2834 Mail: error_log support. Vladimir Homutov 2015-02-20 15:31:37 +0300
  • df555ffce6 Core: the ngx_set_connection_log() macro. Vladimir Homutov 2015-04-25 22:44:02 +0300
  • d61f21c5e8 Merge proxy_protocol setting of listen directives. Roman Arutyunyan 2015-04-24 10:54:06 +0300
  • 3180f84b60 Removed the "worker_rlimit_sigpending" directive. Ruslan Ermilov 2015-04-23 14:26:11 +0300
  • 33b8e5bc06 Removed the obsolete rtsig module. Ruslan Ermilov 2015-04-23 14:17:40 +0300
  • c1882d9f3f Removed the obsolete aio module. Ruslan Ermilov 2015-04-22 18:57:32 +0300
  • 39386c951c Stream: prevent repeated event notifications after eof. Roman Arutyunyan 2015-04-22 19:55:04 +0300
  • 25ddb49dbe Upstream: allow multiple upstreams to use the same shared zone. Ruslan Ermilov 2015-04-22 18:37:34 +0300
  • 958d4a0b1f Memcached: enabled ranges. Martin Mlynář 2015-04-21 21:04:36 +0200
  • 673941f81d Upstream: simplified ip_hash and hash peer selection code. Ruslan Ermilov 2015-04-21 19:09:04 +0300
  • b6517ea696 Fixed building --with-stream when precompiled headers are used. Sergey Kandaurov 2015-04-20 17:36:51 +0300
  • 1ff5515e70 Limit req: removed check for unknown limit_req_zone. Sergey Kandaurov 2015-04-20 16:54:41 +0300
  • 06ff117986 Core: allow shared memory size to be declared after a reference. Sergey Kandaurov 2015-04-20 16:53:04 +0300
  • c799c82faa Stream: port from NGINX+. Ruslan Ermilov 2015-04-20 13:05:11 +0300
  • a2dac51398 Upstream: fixed unlocked access to peer->conns. Ruslan Ermilov 2015-04-19 22:41:09 +0300
  • 9b411460f9 Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32. Ruslan Ermilov 2015-03-26 14:20:51 +0300
  • bfd2db83a7 Removed NGX_OLD_THREADS from select and poll modules. Ruslan Ermilov 2015-03-26 14:20:07 +0300
  • 64c5df4b62 Removed "worker_threads" and "thread_stack_size" directives. Ruslan Ermilov 2015-03-26 14:15:17 +0300
  • 324e389e17 Removed unused thread-local-storage code. Ruslan Ermilov 2015-03-26 14:15:15 +0300
  • 2b0d2f0583 Removed ngx_threaded and related code. Ruslan Ermilov 2015-03-26 14:15:13 +0300