summaryrefslogtreecommitdiffhomepage
path: root/src/stream (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin3-3/+3
2016-09-29Introduced the NGX_COMPAT macro.Ruslan Ermilov2-0/+6
2016-09-29Modules compatibility: down flag promoted to a bitmask.Maxim Dounin1-1/+1
2016-09-29Modules compatibility: upstream config field.Maxim Dounin2-0/+3
2016-09-29Modules compatibility: status fields.Maxim Dounin1-0/+2
2016-09-29Modules compatibility: health check fields.Maxim Dounin1-1/+3
2016-09-29Modules compatibility: slow start fields.Maxim Dounin2-0/+3
2016-09-29Stream: style.Ruslan Ermilov1-0/+2
2016-09-22Upstream: max_conns.Ruslan Ermilov6-1/+51
2016-09-22Upstream: removed the quick recovery mechanism.Ruslan Ermilov2-12/+0
2016-09-22Upstream: introduced u->upstream.Maxim Dounin2-0/+3
2016-09-22Upstream: style.Maxim Dounin3-3/+0
2016-07-25Upstream: style, ngx_http_upstream_rr_peer_t.next moved.Maxim Dounin1-2/+2
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-09-16Upstream hash: fixed missing upstream name initialization.Vladimir Homutov1-0/+1
2016-09-15Stream ssl_preread: removed internal macro.Vladimir Homutov1-6/+6
2016-09-15Stream: ssl_preread module.Vladimir Homutov1-0/+448
2016-09-15Stream: preread phase.Vladimir Homutov3-1/+145
2016-09-15Stream: phases.Roman Arutyunyan9-183/+425
2016-09-15Stream: filters.Roman Arutyunyan7-100/+471
2016-09-08Stream: increase default value for proxy_protocol_timeout to 30s.Dmitry Volyntsev1-1/+1
2016-09-01Stream: realip module.Dmitry Volyntsev3-0/+352
2016-09-06Stream: allow using the session context inside handlers.Dmitry Volyntsev1-21/+16
2016-09-06Stream: $proxy_protocol_addr and $proxy_protocol_port.Dmitry Volyntsev1-0/+50
2016-09-06Stream: the "proxy_protocol" parameter of the "listen" directive.Dmitry Volyntsev4-1/+122
2016-09-06Stream: postpone session initialization under accept mutex.Dmitry Volyntsev2-3/+42
2016-09-05Stream: log module.Vladimir Homutov5-0/+1554
2016-09-02Stream: upstream response time variables.Vladimir Homutov3-0/+103
2016-09-02Stream: $upstream_bytes_sent and $upstream_bytes_received.Vladimir Homutov3-2/+78
2016-09-02Stream: the $upstream_addr variable.Vladimir Homutov4-2/+116
2016-08-11Stream: the $status variable.Roman Arutyunyan5-57/+112
2016-08-26Stream: the $protocol variable.Vladimir Homutov1-0/+19
2016-08-26Stream: the $session_time variable.Vladimir Homutov3-0/+41
2016-08-26Stream: the $bytes_received variable.Vladimir Homutov1-4/+13
2016-08-23Geo: fixed warnings when removing nonexistent ranges.Ruslan Ermilov1-7/+3
2016-08-23Geo: fixed insertion of ranges specified in descending order.Ruslan Ermilov1-3/+8
2016-08-23Geo: fixed removing a range in certain cases.Ruslan Ermilov1-1/+1
2016-08-23Geo: fixed overflow when iterating over ranges.Ruslan Ermilov1-2/+10
2016-08-17Ensure "listen" exists in a mail or stream server (ticket #1049).Roman Arutyunyan2-0/+13
2016-08-18Fixed wrong type of the "line" field.Roman Arutyunyan1-1/+1
2016-08-18Geo: fixed access to already freed memory.Valentin Bartenev1-1/+6
2016-07-26Stream: fixed build without stream_ssl_module (ticket #1032).Vladimir Homutov1-2/+2
2016-07-06Fixed regex captures handling without PCRE.Vladimir Homutov1-6/+8
2016-06-14Stream: variables in proxy_pass and proxy_ssl_name.Vladimir Homutov4-53/+476
2016-07-12Stream: split_clients module.Vladimir Homutov1-0/+244
2016-06-30Stream: geo module.Vladimir Homutov1-0/+1572
2016-07-12Stream: geoip module.Vladimir Homutov1-0/+814
2016-07-12Stream: style.Vladimir Homutov7-7/+7
2016-07-07Stream: resolver.Vladimir Homutov2-0/+63