log src/core/ngx_core.h @ 9125:31c8c1a713bc

age author description
Tue, 14 Sep 2021 12:09:13 +0300 Ruslan Ermilov Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. quic
Tue, 15 Dec 2020 15:23:07 +0300 Vladimir Homutov Core: added interface to linux bpf() system call. quic
Fri, 13 Nov 2020 15:11:29 +0000 Sergey Kandaurov Core: hide "struct ngx_quic_connection_s" and further reduce diffs. quic
Wed, 22 Jul 2020 14:48:49 +0300 Sergey Kandaurov QUIC: fixed bulding perl module by reducing header pollution. quic
Thu, 30 Apr 2020 15:47:43 +0300 Sergey Kandaurov Configure: unbreak with old OpenSSL, --with-http_v3_module added. quic
Wed, 18 Mar 2020 12:58:27 +0300 Vladimir Homutov Extracted transport part of the code into separate file. quic
Mon, 16 Mar 2020 19:00:47 +0300 Vladimir Homutov Split transport and crypto parts into separate files. 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
Mon, 21 Oct 2019 18:06:19 +0300 Roman Arutyunyan Core: moved PROXY protocol fields out of ngx_connection_t.
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
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_THREADS.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: dlopen() support.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.