summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Proxy: simplified conditions of using unparsed uri.Roman Arutyunyan1-4/+2
2017-11-28Upstream keepalive: clean read delayed flag in stored connections.Roman Arutyunyan1-0/+1
2017-12-04Autoindex: discard request body (ticket #1439).Maxim Dounin1-0/+6
2017-11-18Gzip: support for a zlib variant from Intel.Maxim Dounin1-5/+33
2017-11-16Xslt: fixed parameters parsing (ticket #1416).Ruslan Ermilov1-2/+13
2017-10-27SSI: fixed type.hucongcong1-8/+7
2017-11-09FastCGI: adjust buffer position when parsing incomplete records.Maxim Dounin1-0/+1
2017-10-05Upstream hash: reordered peer checks.Maxim Dounin1-7/+7
2017-10-05Upstream hash: limited number of tries in consistent case.Maxim Dounin1-3/+7
2017-09-22Do not use the obsolete NGX_SOCKADDRLEN macro.Ruslan Ermilov1-1/+1
2017-09-18Removed more remnants of the old pthread implementation.Ruslan Ermilov1-55/+15
2017-08-22Secure link: fixed stack buffer overflow.Roman Arutyunyan1-2/+1
2017-08-22SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin1-0/+4
2017-08-10Range filter: changed type for total length to off_t.Maxim Dounin1-8/+9
2017-08-10Style.Maxim Dounin2-5/+5
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov1-1/+1
2017-08-09Style.Sergey Kandaurov1-0/+1
2017-08-04Upstream: copy peer data in shared memory.Ruslan Ermilov1-8/+69
2017-08-04Referer: fixed $invalid_referer.Ruslan Ermilov1-14/+25
2017-08-01Upstream zone: store peers->name and its data in shared memory.Ruslan Ermilov1-0/+18
2017-08-01Variables: macros for null variables.Ruslan Ermilov8-8/+8
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