nginx/src/http
Maxim Dounin 751bdd3bb2 Events: moved sockets cloning to ngx_event_init_conf().
Previously, listenings sockets were not cloned if the worker_processes
directive was specified after "listen ... reuseport".

This also simplifies upcoming configuration check on the number
of worker connections, as it needs to know the number of listening
sockets before cloning.
2018-07-12 19:50:02 +03:00
..
modules gRPC: clearing buffers in ngx_http_grpc_get_buf(). 2018-07-02 19:02:08 +03:00
v2 HTTP/2: use scheme from original request for pushes (closes #1549). 2018-06-07 20:04:22 +03:00
ngx_http_cache.h Cache: increased cache header Vary and ETag lengths to 128. 2017-02-10 17:49:19 +03:00
ngx_http_config.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_http_copy_filter_module.c Copy filter: wake up subrequests after aio operations. 2017-03-28 18:15:42 +03:00
ngx_http_core_module.c Added r->schema. 2018-06-07 20:01:41 +03:00
ngx_http_core_module.h SSL: detect "listen ... ssl" without certificates (ticket #178). 2018-04-24 15:29:01 +03:00
ngx_http_file_cache.c Cache: fixed cache valid slot to reject incorrect statuses. 2018-04-18 16:11:41 +03:00
ngx_http_header_filter_module.c Don't pretend we support HTTP major versions >1 as HTTP/1.1. 2017-04-25 23:39:13 +03:00
ngx_http_parse.c Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986. 2018-05-24 12:06:35 +03:00
ngx_http_postpone_filter_module.c Postpone filter: prevented uninitialized r->out. 2018-03-01 18:38:39 +03:00
ngx_http_request_body.c HTTP/2: reduced difference to HTTP/1.x in reading request body. 2017-04-24 14:17:13 +03:00
ngx_http_request.c Allow resetting connections closed by "return 444" (ticket #905). 2018-07-12 12:50:20 +03:00
ngx_http_request.h Added r->schema. 2018-06-07 20:01:41 +03:00
ngx_http_script.c Silenced -Wcast-function-type warnings (closes #1546). 2018-05-07 09:54:37 +00:00
ngx_http_script.h Win32: support 64-bit compilation with MSVC. 2016-12-24 18:01:14 +03:00
ngx_http_special_response.c Don't pretend we support HTTP major versions >1 as HTTP/1.1. 2017-04-25 23:39:13 +03:00
ngx_http_upstream_round_robin.c Upstream: added the ngx_http_upstream_resolved_t.name field. 2016-10-31 18:33:33 +03:00
ngx_http_upstream_round_robin.h Modules compatibility: compatibility with NGX_HTTP_SSL. 2016-10-10 18:44:17 +03:00
ngx_http_upstream.c Upstream: fixed tcp_nopush with gRPC. 2018-07-02 19:03:04 +03:00
ngx_http_upstream.h Upstream: u->conf->preserve_output flag. 2018-03-17 23:04:23 +03:00
ngx_http_variables.c Improved code readablity. 2018-03-07 18:28:12 +03:00
ngx_http_variables.h Variables: macros for null variables. 2017-08-01 14:28:33 +03:00
ngx_http_write_filter_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_http.c Events: moved sockets cloning to ngx_event_init_conf(). 2018-07-12 19:50:02 +03:00
ngx_http.h Modules compatibility: http2. 2016-10-03 15:58:22 +03:00