summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-08Map: the "volatile" parameter.Ruslan Ermilov1-1/+14
2016-12-08Map: simplified "map" block parser.Ruslan Ermilov1-1/+2
2016-12-07Perl: added PERL_SET_INTERP().Maxim Dounin1-0/+8
2016-11-22Mp4: fixed setting wrong mdat atom size in very rare cases.hucongcong1-1/+3
2016-12-05SSL: $ssl_curves (ticket #1088).Maxim Dounin1-0/+3
2016-12-05SSL: $ssl_ciphers (ticket #870).Maxim Dounin1-0/+3
2016-12-05SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin1-0/+9
2016-11-10Range filter: only initialize ctx->ranges in main request.hucongcong1-6/+6
2016-11-02Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev4-0/+48
2016-11-01Perl: fixed optimization in SSI command handler.Maxim Dounin1-1/+1
2016-10-31Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov4-16/+8
2016-10-31Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov4-4/+4
2016-10-27Mp4: introduced custom version of ngx_atofp().Maxim Dounin1-14/+60
2016-10-16Proxy: support variables for proxy_method directive.Dmitry Lazurkin1-6/+10
2016-10-21SSL: RFC2253 compliant $ssl_client_s_dn and $ssl_client_i_dn.Dmitry Volyntsev1-0/+6
2016-10-21Image filter: support for WebP.Valentin Bartenev1-5/+159
2016-10-14Upstream: handling of proxy_set_header at http level.Maxim Dounin4-0/+56
2016-10-14Proxy: do not create conf->headers_source when not needed.Maxim Dounin1-15/+10
2016-10-06Realip: fixed duplicate processing on redirects (ticket #1098).Maxim Dounin1-4/+4
2016-10-03Addition filter: set last_in_chain flag when clearing last_buf.Roman Arutyunyan1-0/+1
2016-10-03Do not set last_buf flag in subrequests.Roman Arutyunyan2-2/+3
2016-09-22Upstream: max_conns.Ruslan Ermilov3-0/+23
2016-09-22Upstream: removed the quick recovery mechanism.Ruslan Ermilov1-6/+0
2016-09-22Upstream: style.Maxim Dounin2-2/+0
2016-09-20Perl: pass additional linker options to perl module.Konstantin Pavlov1-0/+2
2016-09-16Upstream hash: fixed missing upstream name initialization.Vladimir Homutov1-0/+1
2016-09-01Realip: fixed uninitialized memory access.Roman Arutyunyan1-1/+1
2016-08-25Geo: fixed indentation.Sergey Kandaurov1-5/+5
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-18Geo: fixed access to already freed memory.Valentin Bartenev1-1/+6
2016-08-08Simplified extraction of current time.Ruslan Ermilov2-16/+8
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov2-3/+3
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-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-37/+2
2016-06-15SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert3-27/+7
2016-05-23Realip: detect duplicate real_ip_header directive.Ruslan Ermilov1-0/+4
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-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-1/+1
2016-05-19SSL: support for multiple curves (ticket #885).Maxim Dounin1-1/+1
2016-05-19SSL: support for multiple certificates (ticket #814).Maxim Dounin2-17/+34
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin1-0/+6
2016-05-12Map: support of complex values in resulting strings.Dmitry Volyntsev1-59/+67
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan5-5/+5
2016-04-11FastCGI: skip special bufs in buffered request body chain.Valentin Bartenev1-0/+5
2016-04-11Fixed typos.Alessandro Ghedini1-2/+2