summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-28Stream: set module.Pavel Pautov2-0/+13
2020-07-13HTTP/3: renamed ngx_http_v3.c to ngx_http_v3_encode.c.Roman Arutyunyan1-1/+1
2020-07-21QUIC: added "quic" listen parameter in Stream.Roman Arutyunyan2-0/+17
2020-07-21QUIC: added "quic" listen parameter.Roman Arutyunyan3-4/+20
2020-06-01Compatibility with BoringSSL master branch.Sergey Kandaurov1-0/+12
2020-05-01Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL.Sergey Kandaurov1-1/+1
2020-04-30Configure: unbreak with old OpenSSL, --with-http_v3_module added.Sergey Kandaurov3-18/+48
2020-03-18Refactored HTTP/3 parser.Roman Arutyunyan1-1/+3
2020-03-18Extracted transport part of the code into separate file.Vladimir Homutov1-3/+5
2020-03-16Split transport and crypto parts into separate files.Vladimir Homutov1-2/+4
2020-03-13HTTP/3.Roman Arutyunyan3-2/+24
2020-02-28QUIC add_handshake_data callback, varint routines.Sergey Kandaurov1-1/+2
2020-02-28Initial QUIC support in http.Sergey Kandaurov1-1/+2
2020-02-28HTTP UDP layer, QUIC support autotest.Sergey Kandaurov1-0/+9