summaryrefslogtreecommitdiffhomepage
path: root/misc (follow)
AgeCommit message (Collapse)AuthorFilesLines
9 daysUpdated OpenSSL used for win32 buildsSergey Kandaurov1-1/+1
2026-03-10Updated zlib used for win32 builds.Sergey Kandaurov1-1/+1
2026-02-03Updated OpenSSL and PCRE used for win32 builds.Roman Arutyunyan1-2/+2
2026-01-26Misc: revised GitHub documentation in generated ZIP archive.Sergey Kandaurov1-4/+1
Now all GitHub .md files will reside in the docs directory. While expicitly listing all files might be better for clarity, this eliminates the need to touch "zip" target every such time. This includes a recently added SUPPORT.md in 367113670.
2025-10-08Updated OpenSSL and PCRE used for win32 builds.Sergey Kandaurov1-2/+2
2025-09-15Updated link to xslscript.Sergey Kandaurov1-1/+1
2025-08-13Updated OpenSSL used for win32 builds.Sergey Kandaurov1-1/+1
2025-06-25Win32: fixed PCRE license for nginx/Windows zip.Sergey Kandaurov1-1/+1
2025-06-24Updated OpenSSL and PCRE used for win32 builds.Sergey Kandaurov1-2/+2
2025-06-24Win32: skip OpenSSL dependency generation to conserve time.Sergey Kandaurov1-1/+2
Disabling the build dependency feature is safe assuming that nginx/Windows release zip is always built from a clean tree. This allows to speed up total build time by around 40%. As it may not be suitable in general, the option resides here and not in configure.
2025-01-30Misc: moved documentation in generated ZIP archive.Sergey Kandaurov1-0/+3
The recently added GitHub files now reside in the docs directory.
2024-10-02Updated OpenSSL used for win32 builds.Sergey Kandaurov1-1/+1
2024-09-20Added new primary README.md file.Michael Vernik1-1/+1
2024-08-30Moved LICENSE and README to root.Roman Arutyunyan1-2/+0
2024-08-30Switched GNUmakefile from hg to git.Roman Arutyunyan1-5/+5
2024-08-12Updated OpenSSL used for win32 builds.Sergey Kandaurov1-1/+1
2024-02-14Updated OpenSSL and zlib used for win32 builds.Sergey Kandaurov1-2/+2
2023-10-23Updated OpenSSL and zlib used for win32 builds.Maxim Dounin1-2/+2
2023-08-15Updated OpenSSL used for win32 builds.Maxim Dounin1-2/+2
2023-04-17Added stream modules realip and ssl_preread to win32 builds.Sergey Kandaurov1-0/+2
2023-03-28Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-12-13Updated OpenSSL and zlib used for win32 builds.Maxim Dounin1-2/+2
2022-07-19Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-06-21Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2022-06-20Misc: win32 sources now preserved in release tarballs.Maxim Dounin1-6/+0
This makes it possible to build nginx under Windows from release tarballs instead of using source code repository.
2022-05-24Updated OpenSSL and zlib used for win32 builds.Maxim Dounin1-2/+2
2021-12-28Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin1-2/+2
2021-08-31Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-03-30Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-03-09Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-12-15Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-09-29Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-05-25Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-04-14Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2020-03-03Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2019-09-24Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-06-25Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-04-16Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2019-04-04Win32: avoid using CFLAGS, just add define instead.Maxim Dounin1-2/+1
With CFLAGS set as in 7da71a7b141a, OpenSSL compilation drops various non-important compiler options. To avoid this, a define is added instead - OpenSSL is smart enough to recognize -D... in Configure arguments.
2019-04-04Win32: preserving binary compatibility with Windows XP - Vista.Sergey Kandaurov1-1/+2
OpenSSL 1.1.0 and above uses BCrypt if available (Windows 7 or higher). This results in an unusable binary on older Windows versions, when building with newer Windows SDK (such as 7.0A). Using CFLAGS to define _WIN32_WINNT allows to set a desired ABI and make sure the binary works with Windows XP. To not mix with other potential CFLAGS uses, it is set in GNUmakefile.
2019-04-04Win32: skip building OpenSSL tests to conserve time and space.Sergey Kandaurov1-1/+1
When building OpenSSL 1.1.1b, as used for win32 builds, with tests it takes about twice as long and near ~1GB of additional disk space. Using "no-tests" OpenSSL configuration option allows to skip them. Since such an option is supported since OpenSSL 1.1.1 only, it is residing here and not in configure.
2019-02-26Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-01-24Win32: properly enabled select on Windows.Maxim Dounin1-1/+0
Previously, select was compiled in by default, but the NGX_HAVE_SELECT macro was not set, resulting in iocp being used by default unless the "--with-select_module" configure option was explicitly specified. Since the iocp module is not finished and does not work properly, this effectively meant that the "--with-select_module" option was mandatory. With the change NGX_HAVE_SELECT is properly set, making "--with-select_module" optional. Accordingly, it is removed from misc/GNUmakefile win32 target.
2018-11-27Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2018-08-28Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2018-04-03Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin1-2/+2
2017-12-26Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2017-11-21Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2017-08-08Updated PCRE used for win32 builds.Maxim Dounin1-1/+1
2017-05-30Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1