Commit graph

84 commits

Author SHA1 Message Date
anders_k
5c78d6fafe Try to work around the mingw-w64 kernel32:OpenThreadToken library issue
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7192 212acab6-be3b-0410-9dea-997c60f758d6
2020-06-29 23:08:12 +00:00
anders_k
460b3f59a9 Initial groundwork for ARM64 support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7001 212acab6-be3b-0410-9dea-997c60f758d6
2018-06-03 21:00:53 +00:00
anders_k
7650898389 Added note about not supporting HTTPS in NSISdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6838 212acab6-be3b-0410-9dea-997c60f758d6
2017-01-30 20:04:31 +00:00
anders_k
d74c5acdcd Incomplete support for Z (size_t) logiclib integer tests and other minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6713 212acab6-be3b-0410-9dea-997c60f758d6
2016-03-07 14:34:21 +00:00
anders_k
1c1d1d5e12 Fixed all VS2015 warnings except C4577 ('noexcept' used with no exception handling mode specified)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6627 212acab6-be3b-0410-9dea-997c60f758d6
2015-10-30 03:55:30 +00:00
anders_k
286edd20c4 * Basic System::Call support when compiling with 64-bit MinGW/GCC toolchain
* Win64 fixes


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6607 212acab6-be3b-0410-9dea-997c60f758d6
2015-09-17 14:30:07 +00:00
anders_k
873e860f57 MakeNSISW now uses WinInet when checking for updates
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6604 212acab6-be3b-0410-9dea-997c60f758d6
2015-09-07 21:31:50 +00:00
anders_k
d799ee53d7 Basic Win64 support (MSVC)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6439 212acab6-be3b-0410-9dea-997c60f758d6
2014-02-08 00:13:52 +00:00
anders_k
e63fa6c53b Win64 fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6413 212acab6-be3b-0410-9dea-997c60f758d6
2013-09-06 23:48:59 +00:00
kichik
f64ebe16b3 use wsock32 instead of ws2_32.dll for windows 95 support. it still works perfectly fine on even windows 7, thanks to export forwarding. but not it will also work on windows 95 pre-ie, if that still exists out there...
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6353 212acab6-be3b-0410-9dea-997c60f758d6
2013-05-18 08:24:38 +00:00
anders_k
c6f149764d Unicode NSISdl needs to call CreateFileW
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6349 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-17 00:40:24 +00:00
anders_k
2d99d7ad3e Removed unused variables and fixed GCC warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6259 212acab6-be3b-0410-9dea-997c60f758d6
2012-09-08 02:50:09 +00:00
anders_k
0617c9d3e7 Changed SetWindowLong to SetWindowLongPtr and removed WNDPROC related casts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6180 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-19 15:41:45 +00:00
anders_k
cf4e5cf132 Fix a lot of MinGW/GCC warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6168 212acab6-be3b-0410-9dea-997c60f758d6
2011-11-09 18:12:57 +00:00
wizou
cdf7735a77 Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6037 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-26 17:18:17 +00:00
wizou
752d7d239a Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
Compiler output is identical before & after this step

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
2010-03-24 17:22:56 +00:00
kichik
9fd7d4ef36 fixed bug #2892444 - missing license file (jnetlib.h), it's all zlib
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6003 212acab6-be3b-0410-9dea-997c60f758d6
2009-12-05 21:23:57 +00:00
pabs3
eff14a4702 Install the pluginapi stuff in a subdirectory.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5922 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-04 14:08:31 +00:00
kichik
79da5e1cb5 renamed plugin.* to pluginapi.*
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5856 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:49:26 +00:00
kichik
4ba8da04fd switch to plugin.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5832 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:18:43 +00:00
kichik
8f7c0e3679 simplified myatoi64()
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5200 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-14 10:29:26 +00:00
kichik
3aa59a650a cl still complained about about not all control paths returning a value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5180 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 13:03:22 +00:00
kichik
e2554e819a mingw doesn't like __int64 left alone (probably #define'd instead typedef'ed)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5179 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:32:26 +00:00
kichik
60707d3aa8 nothing was returned for cl=0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5178 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:27:56 +00:00
kichik
7f9517d542 missing division to show kb
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5177 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:19:41 +00:00
kichik
d748e470d8 fixed bug #1744091 - NSISdl shows negative values with buggy apache
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5176 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:14:21 +00:00
kichik
acc4233b41 applied patch #1723131 - NSISdl doesn't handle files over 2GB and patch #1656076 - make NSISdl more "translator-friendly"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5175 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:09:40 +00:00
kichik
165aa0b8dd there should be a space in the remaining translation string
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5174 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-27 11:00:48 +00:00
kichik
5e314f1c0f fixed bug #1713562 - NSISdl doesn't finish download after content-length bytes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5154 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-23 15:59:24 +00:00
kichik
a236239cff fixed bug #1713560 - NSISdl 100% CPU usage during DNS resolution
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5146 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-05 20:20:58 +00:00
pabs3
747ad310e5 Kill some compiler warnings under Linux and mingw32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4994 212acab6-be3b-0410-9dea-997c60f758d6
2007-03-11 15:58:46 +00:00
kichik
c94460fefc max_cache_entries isn't used anywhere
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4717 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 14:27:50 +00:00
kichik
78b996033a fixed random dns errors caused by synchronization issues with m_thread_kill
for more details: http://forums.winamp.com/showthread.php?s=&threadid=247723


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4716 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 14:26:47 +00:00
kichik
de26b43716 applied patch #1465378 - Speed up NSISdl downloads
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4643 212acab6-be3b-0410-9dea-997c60f758d6
2006-04-07 10:38:23 +00:00
kichik
67d892ed05 only report a successful download, if the downloading actually got past the headers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4560 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-08 20:36:49 +00:00
kichik
fc8348b5a5 fixed bug #1445735 - WinProxy headers not read by NSISdl
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4559 212acab6-be3b-0410-9dea-997c60f758d6
2006-03-08 20:25:56 +00:00
kichik
7c4de9c74d handle /NOIEPROXY, even if /PROXY is used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4341 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:24:01 +00:00
kichik
e6673d6f0e added information about /PROXY
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4340 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:16:05 +00:00
kichik
3be7d0d9e3 applied patch #1334166 - nsisdl: /PROXY switch
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4338 212acab6-be3b-0410-9dea-997c60f758d6
2005-10-21 14:05:53 +00:00
kichik
9929eb7120 use True/False instead of 1/0
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4270 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-17 08:50:41 +00:00
kichik
f8062527fa typos (thanks Jamyn!)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4264 212acab6-be3b-0410-9dea-997c60f758d6
2005-09-16 11:27:51 +00:00
kichik
d0743b2ced added extern "C" to DllMain so gcc will find it (patch #1255671)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4218 212acab6-be3b-0410-9dea-997c60f758d6
2005-08-11 15:56:43 +00:00
kichik
03467c358d distribute License.txt
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4090 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-19 11:42:28 +00:00
kichik
9704cb3a99 delete [] x is more correct, although it doesn't really matter with our implementation of new and delete
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4065 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-13 19:39:36 +00:00
kichik
d7592d0f84 replaced by scons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4047 212acab6-be3b-0410-9dea-997c60f758d6
2005-05-21 16:21:32 +00:00
kichik
9345eb2005 cppused = 1 so stdlib is included when needed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4039 212acab6-be3b-0410-9dea-997c60f758d6
2005-05-21 13:05:16 +00:00
kichik
53fa1d20ac install and distribute examples, contribs and documentation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4005 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-30 18:04:55 +00:00
kichik
4a77cdc9fe less code in SConscripts, more shared code in SConstruct
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3986 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-22 16:51:00 +00:00
kichik
b604cdfe3f new build system using SCons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3969 212acab6-be3b-0410-9dea-997c60f758d6
2005-04-16 18:48:50 +00:00
kichik
ccf2bb96a5 applied patch #1164307 - Fixes to allow building Contrib/ on debian (minus Makefiles)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3923 212acab6-be3b-0410-9dea-997c60f758d6
2005-03-17 21:26:59 +00:00