log src/core/ngx_connection.h @ 9274:46ecad404a29 default tip

age author description
Fri, 01 Mar 2024 05:42:12 +0300 Maxim Dounin Syslog: introduced ngx_syslog_send() error logging moderation.
Mon, 14 Aug 2023 09:21:27 +0400 Roman Arutyunyan QUIC: path MTU discovery.
Wed, 29 Mar 2023 11:14:25 +0400 Sergey Kandaurov Merged with the default branch. quic
Mon, 14 Feb 2022 10:14:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 29 Dec 2021 15:17:26 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 16 Apr 2021 19:35:55 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Fri, 13 Nov 2020 15:11:27 +0000 Sergey Kandaurov Core: reduced diff to the default branch. quic
Tue, 10 Nov 2020 19:40:00 +0000 Roman Arutyunyan QUIC: renamed c->qs to c->quic. quic
Tue, 10 Nov 2020 18:38:42 +0000 Roman Arutyunyan QUIC: got rid of the c->quic field. quic
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Do not close QUIC sockets in ngx_close_listening_sockets(). quic
Thu, 12 Mar 2020 16:54:43 +0300 Vladimir Homutov HTTP/QUIC interface reworked. quic
Fri, 28 Feb 2020 13:09:51 +0300 Sergey Kandaurov Initial QUIC support in http. quic
Thu, 02 Feb 2023 23:38:48 +0300 Maxim Dounin Lingering close for connections with pipelined requests.
Thu, 03 Feb 2022 01:44:38 +0300 Maxim Dounin HTTP/2: made it possible to flush response headers (ticket #1743).
Mon, 27 Dec 2021 19:48:33 +0300 Maxim Dounin Simplified sendfile(SF_NODISKIO) usage.
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HTTP_SSL.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_THREADS.
Mon, 03 Oct 2016 15:58:30 +0300 Ruslan Ermilov Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.
Mon, 03 Oct 2016 15:58:29 +0300 Maxim Dounin Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Wed, 29 Jun 2016 14:30:00 +0300 Ruslan Ermilov Removed unused flag accept_context_updated from ngx_event_t.
Mon, 23 May 2016 18:44:21 +0300 Dmitry Volyntsev Added the $proxy_protocol_port variable.
Fri, 20 May 2016 17:02:04 +0300 Ruslan Ermilov Belatedly changed the ngx_create_listening() prototype.
Thu, 28 Apr 2016 16:30:19 +0300 Ruslan Ermilov Removed unused flag unexpected_eof from ngx_connection_t.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Fri, 11 Sep 2015 20:13:06 +0300 Valentin Bartenev The HTTP/2 implementation (RFC 7240, 7241).
Tue, 11 Aug 2015 16:28:55 +0300 Valentin Bartenev Core: idle connections now closed only once on exiting.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed ngx_connection_t.lock.
Sat, 14 Mar 2015 17:37:30 +0300 Valentin Bartenev Added support for offloading Linux sendfile() in thread pools.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Mon, 17 Mar 2014 17:41:24 +0400 Roman Arutyunyan Added server-side support for PROXY protocol v1 (ticket #355).
Tue, 14 Jan 2014 16:24:45 +0400 Valentin Bartenev SPDY: body filter was replaced by c->send_chain() function.
Sat, 04 Jan 2014 03:31:58 +0400 Maxim Dounin Allowed up to two EBUSY errors from sendfile().
Mon, 09 Dec 2013 10:14:51 +0400 Ruslan Ermilov Core: keep the length of the local sockaddr.
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Mon, 30 Jul 2012 12:27:06 +0000 Ruslan Ermilov Core: ipv6only is now on by default.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 05 Dec 2011 08:06:15 +0000 Valentin Bartenev Added the "so_keepalive=" parameter to the "listen" directive.
Mon, 04 Apr 2011 12:26:53 +0000 Igor Sysoev reuse keepalive connections if there are no free worker connections
Mon, 05 Jul 2010 13:49:16 +0000 Igor Sysoev listen setfib=X
Sun, 01 Nov 2009 19:29:49 +0000 Igor Sysoev delete unused field c->local_socklen
Sun, 30 Aug 2009 09:52:39 +0000 Igor Sysoev aio sendfile
Mon, 22 Jun 2009 09:50:51 +0000 Igor Sysoev merge r2889: stable-0.6
Mon, 25 May 2009 15:38:36 +0000 Igor Sysoev keepalive_requests
Mon, 18 May 2009 12:12:06 +0000 Igor Sysoev ngx_connection_local_sockaddr()