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
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
2017-05-29Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin
2017-05-15Configure: recent Sun C versions.Maxim Dounin
2017-05-15Configure: disabled gcc atomics with Sun C (ticket #1261).Maxim Dounin
2017-05-15Configure: style.Maxim Dounin
2017-04-11Set UDP datagram source address (ticket #1239).Roman Arutyunyan
2017-04-17Enabled IPV6_RECVPKTINFO / IPV6_PKTINFO on macOS.Sergey Kandaurov
2017-03-16Configure: fixed --without_http.Ruslan Ermilov
2017-03-16Configure: fixed build with --with-stream.Ruslan Ermilov
2017-02-01Configure: removed execute bit from auto/unix.Sergey Kandaurov
2016-12-24Win32: compatiblity with OpenSSL 1.1.0.Maxim Dounin
2016-12-16Configure: detect nginx version for nginx.pm at make time.Ruslan Ermilov
2016-12-07Perl: removed special environment handling for the perl module.Maxim Dounin
2016-11-21Configure: honor dependencies of dynamic modules.Maxim Dounin
2016-10-21Image filter: support for WebP.Valentin Bartenev
2016-10-04Configure: removed the --with-ipv6 option.Maxim Dounin
2016-10-03Modules compatibility: --with-compat configure option.Maxim Dounin
2016-09-20Perl: pass additional linker options to perl module.Konstantin Pavlov
2016-09-15Stream: ssl_preread module.Vladimir Homutov