summaryrefslogtreecommitdiffhomepage
path: root/auto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin1-0/+12
2019-05-08Unconditional compilation of the postpone filter.Roman Arutyunyan2-18/+2
2019-04-04Win32: defined pdb path.Maxim Dounin1-1/+1
2019-01-30Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov1-1/+1
2019-01-24Win32: enabled both select and poll on Windows by default.Maxim Dounin1-7/+1
2019-01-24Win32: added WSAPoll() support.Maxim Dounin2-0/+2
2019-01-24Win32: properly enabled select on Windows.Maxim Dounin1-0/+1
2018-07-24Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov4-5/+10
2018-06-15Upstream: ngx_http_upstream_random module.Vladimir Homutov2-0/+31
2018-06-01Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan1-0/+1
2018-04-24Configure: fixed clang version detection (closes #1539).Ruslan Ermilov1-1/+2
2018-03-22Configure: restored "no-threads" in OpenSSL builds.Maxim Dounin1-1/+1
2018-03-22Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin3-7/+16
2018-03-19Configure: added gRPC module help message.Sergey Kandaurov1-0/+1
2018-03-17The gRPC proxy module.Maxim Dounin2-0/+13
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin1-0/+1
2018-03-01Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin1-0/+24
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov1-0/+1
2017-12-19Fixed capabilities version.Roman Arutyunyan1-1/+1
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan1-2/+3
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan1-0/+31
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh1-0/+10
2017-12-11Configure: set default cacheline size to 64 for aarch64 platforms.Debayan Ghosh1-0/+5
2017-12-07Configure: fixed SO_BINDANY comment.Maxim Dounin1-1/+1
2017-12-07Configure: moved IP_BIND_ADDRESS_NO_PORT test.Maxim Dounin1-11/+11
2017-11-23Configure: fixed clang detection on MINIX.Maxim Dounin2-2/+6
2017-07-20Mirror module.Roman Arutyunyan2-0/+14
2017-07-20Precontent phase.Roman Arutyunyan1-0/+11
2017-07-19Configure: fixed PCRE requirement check by ngx_http_rewrite_module.Samuel Martin1-1/+1
2017-06-06Configure: use .exe for binaries for all win32 compilers.Orgad Shaneh4-3/+1
2017-06-06Configure: fix compilation on MSYS2 / MinGW64.Orgad Shaneh1-1/+1
2017-06-02Configure: enabled rpath for NetBSD.Sergey Kandaurov1-0/+8
2017-06-01Configure: disabled IP_PKTINFO feature on certain platforms.Roman Arutyunyan1-1/+4
2017-05-29Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin2-14/+12
2017-05-15Configure: recent Sun C versions.Maxim Dounin1-1/+4
2017-05-15Configure: disabled gcc atomics with Sun C (ticket #1261).Maxim Dounin1-15/+19
2017-05-15Configure: style.Maxim Dounin1-1/+1