summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Perl: reworked perl module to pass ctx instead of request.Maxim Dounin3-94/+114
2019-07-11Perl: removed unneeded NGX_DONE test.Maxim Dounin1-5/+0
2019-06-17Perl: disabled not_modified filter (ticket #1786).Maxim Dounin1-0/+2
2019-06-05Limit req: limit_req_dry_run directive.Roman Arutyunyan1-4/+25
2019-06-03Upstream: background cache update before cache send (ticket #1782).Roman Arutyunyan1-11/+8
2019-05-23Upstream hash: fall back to round-robin if hash key is empty.Niklas Keller1-2/+2
2017-08-04Cache: reset c->body_start when reading a variant on Vary mismatch.Sergey Kandaurov2-1/+4
2020-09-02HTTP/2: rejecting invalid stream identifiers with PROTOCOL_ERROR.Sergey Kandaurov1-3/+31
2020-07-29Cache: ignore stale-if-error for 4xx and 5xx codes.Roman Arutyunyan1-1/+1
2016-04-11SSL: removed OpenSSL 0.9.7 compatibility.Sergey Kandaurov1-4/+1
2019-05-13Range filter: fixed duplicate last buffers.Maxim Dounin1-4/+4
2019-05-13Range filter: fixed loss of incoming chain links.Maxim Dounin1-9/+45
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov6-44/+57
2019-04-24Added ngx_http_set_complex_value_size_slot().Ruslan Ermilov2-0/+69
2019-03-15Multiple addresses in "listen".Roman Arutyunyan3-54/+60
2019-03-05SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin1-6/+6
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin4-8/+12
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin1-7/+22
2019-03-03SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin1-6/+6
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin2-2/+2
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin1-1/+1
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin2-1/+7
2019-02-25SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin4-23/+224
2019-02-25Style.Maxim Dounin1-0/+1
2019-02-11Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong1-1/+1
2019-01-17Added the ngx_http_test_required_predicates() function.Vladimir Homutov2-0/+30
2018-12-25Autoindex: fixed possible integer overflow on 32-bit systems.Vladimir Homutov1-24/+42
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin2-3/+1
2018-12-24Userid: using stub for AF_UNIX addresses.Sergey Kandaurov1-0/+7
2018-12-14Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin1-0/+13
2018-12-13Upstream: implemented $upstream_bytes_sent.Ruslan Ermilov2-0/+16
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan3-1/+15
2018-11-26Negative size buffers detection.Maxim Dounin1-4/+36
2018-11-21Mp4: fixed possible pointer overflow on 32-bit platforms.Maxim Dounin1-1/+8
2018-11-21Limit req: "delay=" parameter.Maxim Dounin1-10/+22
2018-11-21Limit req: fixed error message wording.Maxim Dounin1-1/+1
2018-11-21Upstream: revised upstream response time variables.Vladimir Homutov2-15/+19
2018-11-21Upstream: removed unused ngx_http_upstream_t.timeout field.Vladimir Homutov1-2/+0
2018-11-06gRPC: limited allocations due to ping and settings frames.Maxim Dounin1-0/+15
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov2-3/+11
2018-11-06HTTP/2: flood detection.Ruslan Ermilov2-1/+12
2018-11-06Mp4: fixed reading 64-bit atoms.Roman Arutyunyan1-0/+7
2018-10-31Cache: improved keys zone size error reporting.Maxim Dounin1-12/+21
2018-10-31Cache: fixed minimum cache keys zone size limit.Maxim Dounin1-1/+1
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov8-0/+71
2018-10-02SSL: fixed segfault on renegotiation (ticket #1646).Maxim Dounin1-1/+5
2018-09-24Cache: status must be less then 599 in *_cache_valid directives.Gena Makhomed1-1/+1
2018-09-19Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma2-35/+35
2018-09-21Rewrite: removed r->err_status special handling (ticket #1634).Maxim Dounin1-9/+1
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin2-28/+40