summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-29Merged with the default branch.Sergey Kandaurov5-100/+221
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin1-5/+3
2021-12-25PCRE2 library support.Maxim Dounin4-43/+223
2021-12-25Configure: simplified PCRE compilation.Maxim Dounin1-65/+8
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov2-2/+8
2021-12-24Merged with the default branch.Ruslan Ermilov2-8/+8
2021-12-09QUIC: removed configure time test for BPF sockhash.Ruslan Ermilov1-14/+1
2021-12-09QUIC: configure cleanup.Ruslan Ermilov3-45/+32
2021-12-07HTTP/3: renamed files.Roman Arutyunyan1-4/+4
2021-12-06HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.Roman Arutyunyan2-19/+3
2021-09-27Configure: fixed QUIC support test.Ruslan Ermilov1-23/+22
2021-09-27Configure: check for QUIC 0-RTT support at compile time.Ruslan Ermilov1-9/+0
2021-09-21Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES.Ruslan Ermilov1-1/+1
2021-09-21Configure: ordered directories.Ruslan Ermilov1-2/+2
2021-09-21Configure: simplified condition.Ruslan Ermilov1-3/+0
2021-09-14Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough.Ruslan Ermilov1-3/+1
2021-09-09Changed the OpenSSL QUIC support detection.Ruslan Ermilov1-1/+1
2021-08-05QUIC: better ordering in auto/modules.Vladimir Homutov1-20/+20
2021-08-05HTTP/3: got rid of HTTP/2 module dependency.Vladimir Homutov1-3/+6
2021-07-15QUIC: added support for segmentation offloading.Vladimir Homutov1-0/+21
2021-07-12Core: the ngx_event_udp.h header file.Vladimir Homutov1-1/+2
2021-05-05HTTP/3: moved session initialization to a separate file.Roman Arutyunyan1-1/+2
2021-05-05HTTP/3: separate header files for existing source files.Roman Arutyunyan1-1/+4
2021-04-29QUIC: connection migration.Vladimir Homutov1-2/+4
2021-04-14QUIC: separate files for SSL library interfaces.Vladimir Homutov1-0/+2
2021-04-13QUIC: separate files for tokens related processing.Vladimir Homutov1-0/+2
2021-04-13QUIC: separate files for output and ack related processing.Vladimir Homutov1-2/+6
2021-04-13QUIC: separate files for stream related processing.Vladimir Homutov1-2/+4
2021-04-13QUIC: separate files for frames related processing.Vladimir Homutov1-0/+2
2021-04-13QUIC: separate files for connection id related processing.Vladimir Homutov1-0/+2
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2-23/+25
2021-04-16Merged with the default branch.Sergey Kandaurov2-23/+25
2021-03-31QUIC: distinct files for connection migration.Vladimir Homutov1-2/+4
2021-03-31QUIC: separate header for ngx_quic_connection_t.Vladimir Homutov1-1/+2
2021-03-10Merged with the default branch.Sergey Kandaurov4-26/+24
2021-03-05Mail: realip module.Maxim Dounin1-0/+6
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin1-6/+22
2021-03-01Improved maximum errno detection.Maxim Dounin1-28/+0
2021-02-20Configure: marked top-level make targets as phony.Ruslan Ermilov2-0/+4
2020-12-25QUIC: ngx_quic_bpf module.Vladimir Homutov3-0/+61
2020-12-15Core: added interface to linux bpf() system call.Vladimir Homutov2-0/+28
2020-12-25QUIC: ngx_quic_module.Vladimir Homutov1-10/+18
2020-12-25QUIC: moved all quic sources into src/event/quic.Vladimir Homutov3-8/+9
2020-11-27HTTP/3: introduced ngx_http_v3_filter.Roman Arutyunyan1-0/+13
2020-11-19Core: "-e" command line option.Igor Ippolitov1-0/+4
2020-11-24Merged with the default branch.Sergey Kandaurov4-8/+55
2020-11-10Configure: shared sources for addon modules.Maxim Dounin3-3/+45
2020-11-10Configure: initialization of NGX_ADDON_SRCS.Maxim Dounin1-0/+1
2020-11-10Configure: style.Maxim Dounin1-5/+5
2020-10-01Merged with the default branch.Sergey Kandaurov2-0/+13