summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_handler.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-14Stream: virtual servers.Roman Arutyunyan1-3/+7
2023-05-14Stream: removed QUIC support.Roman Arutyunyan1-19/+0
2021-09-29Stream: fixed segfault when using SSL certificates with variables.Sergey Kandaurov1-17/+15
2021-06-23QUIC: fixed client certificates verification in stream.Vladimir Homutov1-0/+4
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-10-01QUIC: moved ssl configuration pointer to quic configuration.Vladimir Homutov1-6/+2
2020-07-21QUIC: eliminated connection handler argument in ngx_quic_run().Roman Arutyunyan1-1/+1
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan1-0/+21
2016-09-15Stream: phases.Roman Arutyunyan1-166/+26
2016-09-15Stream: filters.Roman Arutyunyan1-0/+4
2016-09-01Stream: realip module.Dmitry Volyntsev1-0/+9
2016-09-06Stream: allow using the session context inside handlers.Dmitry Volyntsev1-21/+16
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev1-0/+94
2016-09-06Stream: postpone session initialization under accept mutex.Dmitry Volyntsev1-3/+38
2016-09-05Stream: log module.Vladimir Homutov1-0/+8
2016-08-11Stream: the $status variable.Roman Arutyunyan1-12/+34
2016-08-26Stream: the $session_time variable.Vladimir Homutov1-0/+5
2016-07-04Stream: variables and script.Vladimir Homutov1-0/+9
2016-03-18Stream: additional logging for UDP.Vladimir Homutov1-3/+5
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-2/+5
2015-08-13Stream: fixed potential error log buffer overrun.Vladimir Homutov1-1/+3
2015-08-10Stream: the "tcp_nodelay" directive.Vladimir Homutov1-0/+19
2015-06-18Stream: connection limiting module.Vladimir Homutov1-0/+9
2015-06-04Stream: access module.Vladimir Homutov1-12/+25
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-1/+1
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+296