Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
AgeCommit message (Expand)Author
2022-04-29Configure: recognize arm64 machine name as a synonym for aarch64.Sergey Kandaurov
2022-01-26Core: added autotest for UDP segmentation offloading.Vladimir Homutov
2022-01-25Core: the ngx_event_udp.h header file.Vladimir Homutov
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin
2021-12-25PCRE2 library support.Maxim Dounin
2021-12-25Configure: simplified PCRE compilation.Maxim Dounin
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin
2021-03-05Mail: realip module.Maxim Dounin
2021-03-01Introduced strerrordesc_np() support.Maxim Dounin
2021-03-01Improved maximum errno detection.Maxim Dounin
2021-02-20Configure: marked top-level make targets as phony.Ruslan Ermilov
2020-11-19Core: "-e" command line option.Igor Ippolitov
2020-11-10Configure: shared sources for addon modules.Maxim Dounin
2020-11-10Configure: initialization of NGX_ADDON_SRCS.Maxim Dounin
2020-11-10Configure: style.Maxim Dounin
2020-08-29Stream: set module.Pavel Pautov
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin
2019-05-08Unconditional compilation of the postpone filter.Roman Arutyunyan
2019-04-04Win32: defined pdb path.Maxim Dounin
2019-01-30Configure: added explicit ngx_binext to the linker output argument.Sergey Kandaurov
2019-01-24Win32: enabled both select and poll on Windows by default.Maxim Dounin
2019-01-24Win32: added WSAPoll() support.Maxim Dounin
2019-01-24Win32: properly enabled select on Windows.Maxim Dounin
2018-07-24Configure: fixed compiler warnings with "-Wall -Wextra".Sergey Kandaurov
2018-06-15Upstream: ngx_http_upstream_random module.Vladimir Homutov
2018-06-01Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.Roman Arutyunyan
2018-04-24Configure: fixed clang version detection (closes #1539).Ruslan Ermilov
2018-03-22Configure: restored "no-threads" in OpenSSL builds.Maxim Dounin
2018-03-22Configure: fixed static compilation with OpenSSL 1.1.1.Maxim Dounin
2018-03-19Configure: added gRPC module help message.Sergey Kandaurov
2018-03-17The gRPC proxy module.Maxim Dounin
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin
2018-03-01Core: ngx_current_msec now uses monotonic time if available.Maxim Dounin
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov
2017-12-19Fixed capabilities version.Roman Arutyunyan
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh
2017-12-11Configure: set default cacheline size to 64 for aarch64 platforms.Debayan Ghosh
2017-12-07Configure: fixed SO_BINDANY comment.Maxim Dounin
2017-12-07Configure: moved IP_BIND_ADDRESS_NO_PORT test.Maxim Dounin
2017-11-23Configure: fixed clang detection on MINIX.Maxim Dounin
2017-07-20Mirror module.Roman Arutyunyan
2017-07-20Precontent phase.Roman Arutyunyan
2017-07-19Configure: fixed PCRE requirement check by ngx_http_rewrite_module.Samuel Martin
2017-06-06Configure: use .exe for binaries for all win32 compilers.Orgad Shaneh
2017-06-06Configure: fix compilation on MSYS2 / MinGW64.Orgad Shaneh
2017-06-02Configure: enabled rpath for NetBSD.Sergey Kandaurov
2017-06-01Configure: disabled IP_PKTINFO feature on certain platforms.Roman Arutyunyan