summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14QUIC: path MTU discovery.Roman Arutyunyan1-1/+2
2023-03-29Merged with the default branch.Sergey Kandaurov1-0/+1
2023-02-02Lingering close for connections with pipelined requests.Maxim Dounin1-0/+1
2022-02-14Merged with the default branch.Sergey Kandaurov1-0/+1
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin1-0/+1
2021-12-29Merged with the default branch.Sergey Kandaurov1-1/+1
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-1/+1
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin1-0/+1
2021-04-16Merged with the default branch.Sergey Kandaurov1-0/+1
2021-02-17Merged with the default branch.Sergey Kandaurov1-2/+0
2021-01-19Core: removed post_accept_timeout.Maxim Dounin1-2/+0
2020-11-13Core: reduced diff to the default branch.Sergey Kandaurov1-4/+4
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-1/+1
2020-11-10QUIC: got rid of the c->quic field.Roman Arutyunyan1-1/+0
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan1-1/+4
2020-06-23Do not close QUIC sockets in ngx_close_listening_sockets().Sergey Kandaurov1-0/+1
2020-03-12HTTP/QUIC interface reworked.Vladimir Homutov1-0/+1
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-3/+4
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan1-2/+1
2018-07-12Events: moved sockets cloning to ngx_event_init_conf().Maxim Dounin1-1/+1
2018-06-04Stream: udp streams.Roman Arutyunyan1-0/+5
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-0/+1
2016-10-10Modules compatibility: compatibility with NGX_HTTP_SSL.Maxim Dounin1-1/+1
2016-10-10Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.Maxim Dounin1-1/+1
2016-10-10Modules compatibility: compatibility with NGX_THREADS.Maxim Dounin1-1/+1
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov1-3/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin1-1/+1
2016-06-29Removed unused flag accept_context_updated from ngx_event_t.Ruslan Ermilov1-4/+0
2016-05-23Added the $proxy_protocol_port variable.Dmitry Volyntsev1-0/+1
2016-05-20Belatedly changed the ngx_create_listening() prototype.Ruslan Ermilov1-1/+1
2016-04-28Removed unused flag unexpected_eof from ngx_connection_t.Ruslan Ermilov1-1/+0
2016-03-30Style.Ruslan Ermilov1-11/+11
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-0/+4
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-1/+1
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev1-0/+1
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+7
2015-04-25Core: the ngx_set_connection_log() macro.Vladimir Homutov1-0/+11
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov1-4/+0
2015-03-14Added support for offloading Linux sendfile() in thread pools.Valentin Bartenev1-0/+4
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-1/+1
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-2/+0
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+2
2014-01-14SPDY: body filter was replaced by c->send_chain() function.Valentin Bartenev1-0/+3
2014-01-04Allowed up to two EBUSY errors from sendfile().Maxim Dounin1-0/+1
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov1-0/+1
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+4
2013-03-07Removed c->single_connection flag.Valentin Bartenev1-1/+0
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1