Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-01Fixed SSL logging with lingering close.Maxim Dounin
2021-03-24Cancel keepalive and lingering close on EOF better (ticket #2145).Sergey Kandaurov
2021-02-11Reuse of connections in lingering close.Maxim Dounin
2021-01-19Core: removed post_accept_timeout.Maxim Dounin
2020-12-10Removed extra allocation for r->uri.Maxim Dounin
2020-12-10Fixed parsing of absolute URIs with empty path (ticket #2079).Maxim Dounin
2020-12-08SSL: fixed SSL shutdown on lingering close.Ruslan Ermilov
2020-11-06SSL: fixed non-working SSL shutdown on lingering close.Ruslan Ermilov
2020-11-06Removed dead code from ngx_http_set_keepalive().Ruslan Ermilov
2020-10-22SSL: ssl_reject_handshake directive (ticket #195).Maxim Dounin
2020-09-24SSL: abort handshake on SSL_set_SSL_CTX() errors.Sergey Kandaurov
2020-08-10SSL: disabled sending shutdown after ngx_http_test_reading().Maxim Dounin
2020-08-06Added size check to ngx_http_alloc_large_header_buffer().Maxim Dounin
2020-05-22SSL: client certificate validation with OCSP (ticket #1534).Roman Arutyunyan
2020-02-28Simplified subrequest finalization.Roman Arutyunyan
2020-03-02Fixed premature background subrequest finalization.Dmitry Volyntsev
2020-02-27Disabled connection reuse while in SSL handshake.Sergey Kandaurov
2020-02-20Disabled duplicate "Host" headers (ticket #1724).Maxim Dounin
2020-02-20Removed "Transfer-Encoding: identity" support.Maxim Dounin
2020-02-20Disabled multiple Transfer-Encoding headers.Maxim Dounin
2019-03-05SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin
2019-03-03SSL: server name callback changed to return fatal errors.Maxim Dounin
2019-03-03SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin
2019-02-25SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin
2019-02-25Style.Maxim Dounin
2018-10-02SSL: fixed segfault on renegotiation (ticket #1646).Maxim Dounin
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin
2018-09-10Lingering close changed to handle NGX_AGAIN.Maxim Dounin
2018-07-16SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin
2018-07-12Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov
2018-06-07Added r->schema.Ruslan Ermilov
2018-06-07Removed extraneous check while processing request line.Ruslan Ermilov
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin
2018-02-15Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov
2018-01-30SSL: using default server context in session remove (closes #1464).Sergey Kandaurov
2017-11-20Fixed worker_shutdown_timeout in various cases.Maxim Dounin
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora
2017-05-29Fixed background requests with asynchronous operations.Roman Arutyunyan
2017-05-29SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov
2017-05-25Background subrequests for cache updates.Roman Arutyunyan
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov
2017-04-03Fixed type.hucongcong
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin
2017-03-24Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).Maxim Dounin
2017-03-07Converted hc->busy/hc->free to use chain links.Maxim Dounin
2017-02-02SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).Maxim Dounin