| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-12 | Updated OpenSSL used for win32 builds. | Sergey Kandaurov | 1 | -1/+1 | |
| 2024-02-14 | Updated OpenSSL and zlib used for win32 builds. | Sergey Kandaurov | 1 | -2/+2 | |
| 2023-10-23 | Updated OpenSSL and zlib used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2023-08-15 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2023-04-17 | Added stream modules realip and ssl_preread to win32 builds. | Sergey Kandaurov | 1 | -0/+2 | |
| 2023-03-28 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2022-12-13 | Updated OpenSSL and zlib used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2022-07-19 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2022-06-21 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2022-06-20 | Misc: win32 sources now preserved in release tarballs. | Maxim Dounin | 1 | -6/+0 | |
| This makes it possible to build nginx under Windows from release tarballs instead of using source code repository. | |||||
| 2022-05-24 | Updated OpenSSL and zlib used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2021-12-28 | Updated OpenSSL and PCRE used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2021-08-31 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2021-03-30 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2021-03-09 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2020-12-15 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2020-09-29 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2020-05-25 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2020-04-14 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2020-03-03 | Updated PCRE used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2019-09-24 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2019-06-25 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2019-04-16 | Updated PCRE used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2019-04-04 | Win32: avoid using CFLAGS, just add define instead. | Maxim Dounin | 1 | -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-04 | Win32: preserving binary compatibility with Windows XP - Vista. | Sergey Kandaurov | 1 | -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-04 | Win32: skip building OpenSSL tests to conserve time and space. | Sergey Kandaurov | 1 | -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-26 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2019-01-24 | Win32: properly enabled select on Windows. | Maxim Dounin | 1 | -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-27 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2018-08-28 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2018-04-03 | Updated OpenSSL and PCRE used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2017-12-26 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2017-11-21 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2017-08-08 | Updated PCRE used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2017-05-30 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2017-03-21 | Added HTTP/2 to win32 builds. | Maxim Dounin | 1 | -0/+1 | |
| 2017-01-27 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2017-01-24 | Updated zlib and PCRE used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2016-12-24 | Win32: added a variable to specify compiler. | Maxim Dounin | 1 | -1/+2 | |
| This allows to set a different one from command line when needed. For example, to configure nginx with gcc as a compiler one could use "make -f misc/GNUmakefile win32 CC=gcc". | |||||
| 2016-10-11 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2016-10-04 | Configure: removed the --with-ipv6 option. | Maxim Dounin | 1 | -2/+1 | |
| IPv6 now compiled-in automatically if support is found. If there is a need to disable it for some reason, --with-cc-opt="-DNGX_HAVE_INET6=0" can be used for this. | |||||
| 2016-07-05 | Updated PCRE used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2016-05-24 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2016-03-31 | Removed the prototype mysql module. | Ruslan Ermilov | 1 | -2/+0 | |
| 2016-03-29 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2016-02-13 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
| 2015-12-07 | Updated OpenSSL and PCRE used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| 2015-12-07 | Added slice module to win32 builds. | Maxim Dounin | 1 | -0/+1 | |
| 2015-08-17 | Updated OpenSSL used for win32 builds. | Maxim Dounin | 1 | -2/+2 | |
| Note that as of OpenSSL 1.0.0, the "ms\do_ms" script (previously documented to be used if one doesn't want to use the assembly language files) tries to use MASM. Additionally, OpenSSL 1.0.2 finally broke MASM support. To fix this, we now explicitly use "no-asm" in OpenSSL options. | |||||
| 2015-07-14 | Updated PCRE used for win32 builds. | Maxim Dounin | 1 | -1/+1 | |
