summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Browser: style.Ruslan Ermilov1-24/+21
2017-07-21Mirror: "off" paramater of the "mirror" directive.Roman Arutyunyan1-2/+43
2017-07-20Mirror module.Roman Arutyunyan1-0/+223
2017-07-20Precontent phase.Roman Arutyunyan1-0/+404
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan3-0/+6
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev2-6/+6
2017-07-11Range filter: avoid negative range start.Maxim Dounin1-1/+1
2017-07-11Range filter: protect from total size overflows.Maxim Dounin1-0/+4
2017-03-15Proxy: split configured header names and values.Piotr Sikora1-106/+59
2017-06-27Range filter: allowed ranges on empty files (ticket #1031).Maxim Dounin1-0/+3
2017-03-24Headers filter: added "add_trailer" directive.Piotr Sikora1-22/+142
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora1-27/+125
2017-06-14Gzip: fixed style in $gzip_ratio variable handler.Ruslan Ermilov1-4/+4
2017-06-07Userid: ngx_http_get_indexed_variable() error handling.Sergey Kandaurov1-0/+4
2017-06-07SSI: return NGX_ERROR when timefmt memory allocation failed.Sergey Kandaurov1-1/+1
2017-05-31Headers filter: style.Piotr Sikora1-2/+2
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