summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Upstream: fixed u->headers_in.headers allocation error handling.Sergey Kandaurov4-0/+6
2017-05-15Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov1-15/+68
2017-05-15Access: simplified rule parser code.Ruslan Ermilov1-13/+7
2017-04-20Gzip static: use an appropriate error on memory allocation failure.Sergey Kandaurov1-1/+1
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov6-10/+21
2017-04-18Sub filter: restored ngx_http_set_ctx() at the proper place.Sergey Kandaurov1-2/+2
2017-04-18SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov3-0/+3
2017-04-11Added support for the "308 Permanent Redirect" (ticket #877).Simon Leblanc2-0/+3
2017-04-12Use ngx_calloc_buf() where appropriate.Ruslan Ermilov7-10/+10
2017-03-24Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora4-0/+4
2017-03-31Slice filter: prevented slice redirection (ticket #1219).Roman Arutyunyan1-1/+11
2017-03-28Slice filter: allowed at most one subrequest at a time.Roman Arutyunyan1-12/+16
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin2-8/+2
2017-04-02Perl: fixed delaying subrequests.Maxim Dounin2-6/+11
2017-04-02Limit req: fixed delaying subrequests.Maxim Dounin1-1/+4
2017-03-28Fixed ngx_open_cached_file() error handling.Sergey Kandaurov2-3/+8
2017-03-07Access log: removed dead ev->timedout check in flush timer handler.Maxim Dounin1-14/+1
2017-03-02Added missing static specifiers.Eran Kornblau4-4/+4
2017-02-13Gzip: free chain links on the hot path (ticket #1046).Maxim Dounin1-6/+16
2017-02-10Slice filter: fetch slices in cloned subrequests.Roman Arutyunyan1-1/+4
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan4-0/+44
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev1-10/+3
2016-12-24Win32: fixed some warnings reported by Borland C.Maxim Dounin1-2/+2
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov2-12/+6
2016-12-15Access log: support for json escaping.Valentin Bartenev1-6/+77
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