summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-27Proxy: strengthen syntax checking for some directives.Ruslan Ermilov1-12/+20
2020-09-15SSL: added the "ssl_keys_file" directive.Vladimir Homutov2-0/+23
2020-10-01Merged with the default branch.Sergey Kandaurov2-73/+677
2020-10-01QUIC: moved ssl configuration pointer to quic configuration.Vladimir Homutov1-0/+5
2020-09-30QUIC: added stateless reset support.Vladimir Homutov1-1/+12
2020-08-18Merged with the default branch.Roman Arutyunyan3-6/+28
2020-07-27FastCGI: fixed zero size buf alerts on extra data (ticket #2018).Maxim Dounin1-6/+22
2020-07-22Xslt: disabled ranges.Roman Arutyunyan1-0/+1
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan1-0/+1
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan3-8/+394
2020-07-13Merged with the default branch.Sergey Kandaurov6-30/+298
2020-07-09Slice filter: clear original Accept-Ranges.Roman Arutyunyan1-0/+5
2020-07-06gRPC: generate error when response size is wrong.Maxim Dounin1-1/+38
2020-07-06FastCGI: protection from responses with wrong length.Maxim Dounin1-14/+106
2020-07-06Upstream: drop extra data sent by upstream.Maxim Dounin2-0/+72
2020-07-06Proxy: style.Maxim Dounin1-2/+2
2020-07-06Proxy: detection of data after final chunk.Maxim Dounin1-1/+30
2020-07-06Proxy: drop extra data sent by upstream.Maxim Dounin1-9/+43
2020-07-06Memcached: protect from too long responses.Maxim Dounin1-3/+6
2020-06-15Correctly flush request body to uwsgi with SSL.Quantum1-0/+1
2020-05-26Merged with the default branch.Sergey Kandaurov3-10/+175
2020-05-22OCSP: certificate status cache.Roman Arutyunyan2-1/+94
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan2-5/+62
2020-04-23gRPC: WINDOW_UPDATE after END_STREAM handling (ticket #1797).Ruslan Ermilov1-1/+2
2020-04-23gRPC: RST_STREAM(NO_ERROR) handling (ticket #1792).Ruslan Ermilov1-5/+19
2020-04-14Merged with the default branch.Sergey Kandaurov1-19/+18
2020-03-27Chunked response body in HTTP/3.Roman Arutyunyan1-13/+45
2020-03-23Support for HTTP/3 ALPN.Roman Arutyunyan1-2/+10
2020-03-18Moved setting QUIC methods to runtime.Roman Arutyunyan2-15/+0
2020-03-13Auth basic: explicitly zero out password buffer.Ruslan Ermilov1-19/+18
2020-02-28Cleanup.Sergey Kandaurov1-3/+0
2020-02-28Initial QUIC support in http.Sergey Kandaurov2-1/+27
2020-02-26Mp4: fixed possible chunk offset overflow.Roman Arutyunyan1-11/+64
2020-01-17gRPC: variables support in the "grpc_pass" directive.Vladimir Homutov1-38/+190
2019-12-23Dav: added checks for chunked to body presence conditions.Maxim Dounin1-3/+5
2019-12-16Rewrite: disallow empty replacements.Ruslan Ermilov1-0/+5
2019-12-16Fixed request finalization in ngx_http_index_handler().Ruslan Ermilov1-1/+1
2019-12-16Saved some memory allocations.Ruslan Ermilov2-28/+7
2019-12-16Dav: fixed Location in successful MKCOL response.Ruslan Ermilov1-1/+2
2019-12-05Upstream keepalive: clearing of c->data in cached connections.Maxim Dounin1-0/+1
2019-11-18Limit conn: added shared context.Roman Arutyunyan1-47/+43
2019-11-18Limit conn: $limit_conn_status variable.Roman Arutyunyan1-3/+73
2019-11-19Limit conn: limit_conn_dry_run directive.Roman Arutyunyan1-1/+23
2019-11-06Limit req: $limit_req_status variable.Roman Arutyunyan1-4/+75
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan1-4/+3
2019-09-16SSL: fixed ssl_verify_client error message.Sergey Kandaurov1-1/+1
2019-07-31Gzip: fixed "zero size buf" alerts after ac5a741d39cf.Maxim Dounin1-4/+11
2019-07-18Xslt: fixed potential buffer overflow with null character.Maxim Dounin1-4/+2
2019-07-18SSI: avoid potential buffer overflow.Maxim Dounin1-2/+2
2019-07-17Perl: removed unused variable, forgotten in 975d7ab37b39.Maxim Dounin1-1/+0