summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Version bump.Ruslan Ermilov1-2/+2
2016-05-18Stream: return module.Roman Arutyunyan1-0/+207
2016-06-29Stream: SSL-related variables.Vladimir Homutov1-1/+114
2016-06-29Stream: got rid of pseudo variables.Vladimir Homutov3-92/+124
2016-06-29Stream: map module.Vladimir Homutov1-0/+574
2016-06-14Stream: core module variables.Vladimir Homutov1-0/+350
2016-07-04Stream: variables and script.Vladimir Homutov8-57/+1845
2016-06-15Stream: added preconfiguration step.Vladimir Homutov11-2/+27
2016-07-02Sub filter: eliminate unnecessary buffering.Roman Arutyunyan1-4/+37
2016-07-02Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan1-31/+52
2016-06-30Internal md5 and sha1 implementations are now always used.Maxim Dounin5-75/+0
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov3-11/+2
2016-06-27Style.Roman Arutyunyan1-10/+10
2016-06-22HTTP/2: style.Piotr Sikora1-6/+4
2016-06-22Style.Roman Arutyunyan1-1/+0
2016-06-22Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().Roman Arutyunyan1-1/+1
2016-06-20Fixed build on MSVC.Roman Arutyunyan2-2/+2
2016-06-20Stream: set SO_REUSEADDR for UDP upstream sockets.Roman Arutyunyan1-1/+25
2016-06-20Stream: support for $remote_port in proxy_bind.Roman Arutyunyan1-9/+20
2016-06-20Upstream: support for port in proxy_bind and friends.Roman Arutyunyan2-3/+5
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan15-317/+90
2016-06-20Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.Andrei Belov1-0/+26
2016-06-15SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert8-62/+40
2016-06-16HTTP/2: fixed the "http request count is zero" alert.Valentin Bartenev1-0/+1
2016-06-16HTTP/2: avoid adding Content-Length for requests without body.Valentin Bartenev1-2/+4
2016-06-16HTTP/2: prevented double termination of a stream.Valentin Bartenev1-0/+5
2016-06-16HTTP/2: fixed a segfault while processing unbuffered upload.Valentin Bartenev1-4/+0
2016-06-09An internal SHA1 implementation.Maxim Dounin3-13/+319
2016-06-08Fixed spelling.Otto Kekäläinen1-1/+1
2016-06-07Fixed an error log message.Valentin Bartenev1-1/+1
2016-06-07Version bump.Sergey Kandaurov1-2/+2
2016-05-31Core: skip special buffers on writing (ticket #981).Maxim Dounin1-0/+5
2016-05-24HTTP/2: unbreak build on MSVC.Valentin Bartenev1-1/+1
2016-05-24Version bump.Valentin Bartenev1-2/+2
2016-05-24Fixed build on MSVC.Maxim Dounin1-2/+2
2016-05-24HTTP/2: implemented preread buffer for request body (closes #959).Valentin Bartenev4-43/+146
2016-05-23Realip: detect duplicate real_ip_header directive.Ruslan Ermilov1-0/+4
2016-05-23Realip: port support in X-Real-IP and X-Forwarded-For.Dmitry Volyntsev3-1/+84
2016-05-23Realip: take client port from PROXY protocol header.Dmitry Volyntsev1-0/+22
2016-05-23Added the $realip_remote_port variable.Dmitry Volyntsev1-4/+71
2016-05-23Added the $proxy_protocol_port variable.Dmitry Volyntsev3-4/+69
2016-05-23Renamed "u" to "sockaddr" in listen options types.Maxim Dounin9-46/+48
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov12-88/+60
2016-05-23Stream: fixed duplicate listen address detection.Ruslan Ermilov1-17/+20
2016-05-20Use ngx_cmp_sockaddr() where appropriate.Ruslan Ermilov6-136/+16
2016-05-20HTTP/2: the "421 Misdirected Request" response (closes #848).Valentin Bartenev4-9/+23
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov2-2/+3
2016-05-19SSL: removed default DH parameters.Maxim Dounin1-45/+0
2016-05-19SSL: support for multiple curves (ticket #885).Maxim Dounin4-8/+51
2016-05-19SSL: style.Maxim Dounin1-4/+4