summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-1/+8
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-11/+11
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-8/+1
2015-06-16Disabled duplicate http, mail, and stream blocks.Vladimir Homutov1-0/+4
2015-06-09Stream: added postconfiguration method to stream modules.Vladimir Homutov1-0/+14
2015-06-08Stream: listen backlog=.Ruslan Ermilov1-0/+2
2015-06-08Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.Ruslan Ermilov1-46/+28
2015-06-05Stream: fixed "reuseport" to actually work.Ruslan Ermilov1-0/+7
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+4
2015-05-20Simplified ngx_http_init_listening().Maxim Dounin1-7/+1
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-1/+1
2015-04-20Stream: port from NGINX+.Ruslan Ermilov1-0/+557