summaryrefslogtreecommitdiffhomepage
path: root/src/stream (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-06Stream: delete proxy connection timer after SSL handshake.Ruslan Ermilov1-0/+4
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin2-7/+6
2015-08-13Stream: fixed potential error log buffer overrun.Vladimir Homutov1-1/+3
2015-08-12Style.Vladimir Homutov1-1/+1
2015-08-10Stream: the "tcp_nodelay" directive.Vladimir Homutov4-2/+52
2015-07-30Stream: deprecated proxy_downstream_buffer, proxy_upstream_buffer.Roman Arutyunyan1-0/+23
2015-07-29Style.Roman Arutyunyan1-2/+1
2015-07-29Stream: added proxy_buffer_size to set the size of data buffers.Roman Arutyunyan1-23/+11
2015-07-16Fixed strict aliasing warnings with old GCC versions.Ruslan Ermilov1-1/+1
2015-07-14Stream: renamed rate limiting directives.Roman Arutyunyan1-14/+14
2015-07-02Stream: fixed possible integer overflow in rate limiting.Valentin Bartenev1-1/+1
2015-07-02Stream: fixed MSVC compilation warning.Roman Arutyunyan1-1/+1
2015-06-25Stream: upstream "connected" flag.Roman Arutyunyan2-5/+7
2015-06-23Stream: upstream and downstream limit rates.Roman Arutyunyan2-15/+111
2015-06-23Stream: common handler for upstream and downstream.Roman Arutyunyan1-25/+18
2015-06-18Stream: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL.Piotr Sikora1-0/+2
2015-06-16Upstream: fixed shared upstreams on win32.Ruslan Ermilov2-12/+32
2015-06-18Stream: connection limiting module.Vladimir Homutov3-0/+642
2015-06-16Disabled duplicate http, mail, and stream blocks.Vladimir Homutov1-0/+4
2015-06-16Stream: client-side PROXY protocol.Roman Arutyunyan2-2/+119
2015-06-16Stream: the "proxy_bind" directive.Vladimir Homutov1-0/+57
2015-06-04Stream: access module.Vladimir Homutov3-12/+480
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov9-0/+30
2015-06-08Stream: listen backlog=.Ruslan Ermilov3-0/+17
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov3-75/+49
2015-06-05Stream: fixed "reuseport" to actually work.Ruslan Ermilov2-0/+10
2015-05-25Disabled SSLv3 by default (ticket #653).Maxim Dounin2-4/+3
2015-05-20Upstream: report to error_log when max_fails is reached.Ruslan Ermilov1-0/+5
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin3-0/+19
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin1-7/+1
2015-05-18Upstream hash: consistency across little/big endianness.Sergey Kandaurov1-4/+15
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov3-12/+2
2015-04-22Stream: prevent repeated event notifications after eof.Roman Arutyunyan1-1/+4
2015-04-22Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov1-42/+56
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov1-22/+8
2015-04-20Stream: port from NGINX+.Ruslan Ermilov14-0/+5925