summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Fixed double close of non-regular files in flv and mp4.Maxim Dounin2-12/+0
2020-12-10Removed extra allocation for r->uri.Maxim Dounin1-1/+1
2020-12-10Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin3-2/+26
2020-12-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov3-4/+4
2020-11-27Upstream: excluded down servers from the next_upstream tries.Ruslan Ermilov4-6/+36
2020-11-26Version bump.Ruslan Ermilov1-2/+2
2020-11-18gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.Pavel Pautov1-0/+1
2020-11-19Core: "-e" command line option.Igor Ippolitov5-16/+56
2020-11-09Request body: removed error assumption (ticket #2058).Maxim Dounin1-2/+3
2020-11-09Request body: improved logging.Maxim Dounin1-0/+3
2020-11-06SSL: fixed non-working SSL shutdown on lingering close.Ruslan Ermilov3-17/+65
2020-11-06Removed dead code from ngx_http_set_keepalive().Ruslan Ermilov1-7/+0
2020-10-28Core: added format specifiers to output binary data as hex.Vladimir Homutov4-67/+86
2020-11-05Version bump.Vladimir Homutov1-2/+2
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin5-42/+104
2020-10-22Stream: proxy_ssl_conf_command directive.Maxim Dounin1-0/+34
2020-10-22Upstream: proxy_ssl_conf_command and friends.Maxim Dounin3-0/+104
2020-10-22SSL: ssl_conf_command directive.Maxim Dounin8-0/+176
2020-10-22Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.Maxim Dounin3-7/+11
2020-10-13Cpp test: added stream.Ruslan Ermilov1-0/+2
2020-10-08Limit req: unlocking of nodes on complex value errors.Maxim Dounin1-15/+27
2020-10-03Mail: proxy_smtp_auth directive.Maxim Dounin2-4/+87
2020-10-03Version bump.Maxim Dounin1-2/+2
2020-09-29Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.Maxim Dounin1-1/+3
2020-09-29Userid: userid_flags fixup.Maxim Dounin1-7/+9
2020-09-28Resolver: improved error messages (ticket #2024).Maxim Dounin1-16/+16
2020-09-28Userid: userid_flags directive to set cookie flags.Maxim Dounin1-0/+72
2020-09-27Proxy: added the "proxy_cookie_flags" directive.Ruslan Ermilov1-30/+552
2020-09-27Proxy: changed interface of some internal functions.Ruslan Ermilov1-32/+30
2020-09-27Proxy: strengthen syntax checking for some directives.Ruslan Ermilov1-12/+20
2020-08-28Stream: set module.Pavel Pautov1-0/+226
2020-09-24SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov1-1/+4
2020-09-23HTTP/2: run posted requests after reading body.Maxim Dounin1-0/+4
2020-09-23HTTP/2: fixed segfault on DATA frames after 400 errors.Maxim Dounin1-0/+7
2020-09-16SSL: disabled shutdown when there are buffered data.Maxim Dounin1-1/+1
2020-09-16SSL: disabled shutdown after connection errors.Maxim Dounin1-1/+1
2020-09-16SSL: fixed event handling during shutdown.Maxim Dounin1-0/+7
2020-09-16SSL: workaround for incorrect SSL_write() errors in OpenSSL 1.1.1.Maxim Dounin1-0/+12
2020-09-09Cache: keep c->body_start when Vary changes (ticket #2029).Sergey Kandaurov2-1/+3
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
2020-08-14Version bump.Roman Arutyunyan1-2/+2
2020-08-10Core: reusing connections in advance.Maxim Dounin1-6/+5
2020-08-10Core: added a warning about reusing connections.Maxim Dounin2-0/+14
2020-08-10SSL: disabled sending shutdown after ngx_http_test_reading().Maxim Dounin1-0/+6
2020-08-10HTTP/2: fixed c->timedout flag on timed out connections.Maxim Dounin1-0/+1
2020-08-10SSL: fixed shutdown handling.Maxim Dounin1-31/+48
2020-08-06Request body: optimized handling of small chunks.Maxim Dounin1-0/+25
2020-08-06Request body: allowed large reads on chunk boundaries.Maxim Dounin1-8/+113