summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-07-12Gzip: use zlib to write header and trailer.Ilya Leoshkevich1-117/+7
2019-07-12Perl: named locations in $r->internal_redirect().Maxim Dounin1-6/+12
2019-07-12Perl: expect escaped URIs in $r->internal_redirect().Maxim Dounin3-13/+9
2019-07-12Perl: additional ctx->header_sent checks.Maxim Dounin2-0/+25
2019-07-12Perl: avoid returning 500 if header was already sent.Maxim Dounin3-0/+7
2019-07-12Perl: avoid redirects on errors.Maxim Dounin1-0/+2
2019-07-12Perl: disabled unrelated calls from variable handlers.Maxim Dounin3-0/+50
2019-07-12Perl: protection against duplicate $r->sleep() calls.Maxim Dounin1-0/+8
2019-07-12Perl: handling of allocation errors.Maxim Dounin1-25/+51
2019-07-12Perl: propagate errors.Maxim Dounin3-7/+90
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-05-23Upstream hash: fall back to round-robin if hash key is empty.Niklas Keller1-2/+2
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-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin4-8/+12
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin1-1/+1
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin1-1/+1
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin1-0/+5
2019-02-25SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin2-4/+115
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-11-21Mp4: fixed possible pointer overflow on 32-bit platforms.Maxim Dounin1-1/+8