]> git.kaiwu.me - nginx.git/commit
Stream: port from NGINX+.
authorRuslan Ermilov <ru@nginx.com>
Mon, 20 Apr 2015 10:05:11 +0000 (13:05 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 20 Apr 2015 10:05:11 +0000 (13:05 +0300)
commitc799c82faad507e5f6082669b02f14d332f23a61
tree39a38e1f2995952d24e7beef216c77963aaa7a30
parenta2dac51398b4442437bccbdf01c103ae958600a7
Stream: port from NGINX+.
20 files changed:
auto/make
auto/modules
auto/options
auto/sources
src/core/ngx_log.c
src/core/ngx_log.h
src/stream/ngx_stream.c [new file with mode: 0644]
src/stream/ngx_stream.h [new file with mode: 0644]
src/stream/ngx_stream_core_module.c [new file with mode: 0644]
src/stream/ngx_stream_handler.c [new file with mode: 0644]
src/stream/ngx_stream_proxy_module.c [new file with mode: 0644]
src/stream/ngx_stream_ssl_module.c [new file with mode: 0644]
src/stream/ngx_stream_ssl_module.h [new file with mode: 0644]
src/stream/ngx_stream_upstream.c [new file with mode: 0644]
src/stream/ngx_stream_upstream.h [new file with mode: 0644]
src/stream/ngx_stream_upstream_hash_module.c [new file with mode: 0644]
src/stream/ngx_stream_upstream_least_conn_module.c [new file with mode: 0644]
src/stream/ngx_stream_upstream_round_robin.c [new file with mode: 0644]
src/stream/ngx_stream_upstream_round_robin.h [new file with mode: 0644]
src/stream/ngx_stream_upstream_zone_module.c [new file with mode: 0644]