1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00
Commit Graph

80 Commits

Author SHA1 Message Date
f320908e9e AppVeyor: add configuration file 2018-04-20 11:38:26 +02:00
7d17749bae BuildAll.cmd: correctly start BuildUtil.exe, check if required software exists and exit in case of error 2018-04-20 11:38:11 +02:00
3a2144ce78 vpnweb: add atlthunk.lib to the dependencies
VpnWebControl.obj : error LNK2019: unresolved external symbol "void __stdcall ATL::__FreeStdCallThunk(void *)" (?__FreeStdCallThunk@ATL@@YGXPAX@Z) referenced in function "public: static void __cdecl ATL::_stdcallthunk::operator delete(void *)" (??3_stdcallthunk@ATL@@SAXPAX@Z)

VpnWebControl.obj : error LNK2019: unresolved external symbol "void * __stdcall ATL::__AllocStdCallThunk(void)" (?__AllocStdCallThunk@ATL@@YGPAXXZ) referenced in function "public: static void * __cdecl ATL::_stdcallthunk::operator new(unsigned int)" (??2_stdcallthunk@ATL@@SAPAXI@Z)
2018-04-20 11:38:03 +02:00
66ca7d8fac Add Windows Driver Kit 7.1.0 directories to projects requiring ATL/MFC 2018-04-20 11:37:37 +02:00
69d132e997 Fix a deadlock when Run() to create a process. Child forked will inherit
state of global mutex which may be in intermidiate taken status by one of
threads of the parent, then in child process it tries to get this mutex
and is always pending. One example of mutex is malloc_lock, and there are more.
2018-04-16 10:37:22 +00:00
1e17c9bcfd v4.21-9613-beta 2016-04-24 23:49:31 +09:00
c0c1b914db v4.20-9608-rtm 2016-04-18 01:52:49 +09:00
17e624ac26 v4.19-9605-beta 2016-03-06 23:16:01 +09:00
d3a1b26413 v4.19-9599-beta 2015-10-19 21:30:51 +09:00
4e862a7e40 v4.19-9582-beta 2015-10-06 20:18:00 +09:00
3c8abd60ed v4.19-9578-beta 2015-09-15 16:19:45 +09:00
9a82b3c65c v4.19-9577-beta 2015-09-15 14:22:53 +09:00
4b65e251f2 v4.18-9570-rtm 2015-07-26 19:39:40 +09:00
860f743dd7 v4.17-9566-beta 2015-07-17 00:31:57 +09:00
ff49706373 v4.17-9562-beta 2015-05-31 19:02:35 +09:00
7785c41f38 v4.15-9546-beta 2015-04-05 03:39:48 +09:00
983c19c043 v4.15-9539-beta 2015-04-04 05:58:09 +09:00
18b120e5f7 v4.15-9538-beta 2015-03-27 20:52:15 +09:00
1f645c9816 v4.15-9537-beta 2015-03-26 18:01:02 +09:00
64fd19e6f8 v4.14-9529-beta 2015-02-02 18:54:00 +09:00
3305046721 v4.13-9525-beta 2015-02-02 12:33:23 +09:00
ef4c0d5866 v4.13-9524-beta 2015-01-31 03:28:09 +09:00
06a72040a3 v4.13-9522-beta 2015-01-30 22:30:34 +09:00
75f9836ce5 v4.12-9514-beta 2014-11-18 12:05:48 +09:00
2b3a4d0b75 v4.11-9506-beta 2014-10-23 01:00:30 +09:00
10d4b2c43d v4.10-9505-beta 2014-10-04 00:09:23 +09:00
16b713b98d v4.10-9473-beta 2014-07-12 03:00:27 +09:00
9f7d8578a7 v4.10-9472-beta 2014-07-12 02:06:20 +09:00
ee8d609030 Merge pull request #64 from ahrefs/master
update debian packaging, install init script
2014-07-11 22:59:26 +09:00
efa56effde update debian packaging, install init script 2014-06-17 11:55:24 +08:00
f75a2c2a12 v4.09-9451-beta 2014-06-09 11:57:10 +09:00
ea38eef377 v4.08-9449-rtm 2014-06-08 16:40:44 +09:00
719ee999d6 v4.07-9448-rtm 2014-06-06 06:53:20 +09:00
7839d2939e v4.06-9437-beta 2014-04-09 11:30:07 +09:00
a3a4ad0b0a v4.06-9436-beta 2014-04-09 09:35:00 +09:00
a22f8216ae Merge pull request #45 from sahal/master
A few minor fixes
2014-04-08 22:26:37 +09:00
0f49c92c31 missed a pair of quotation marks 2014-04-01 14:52:52 +00:00
759e4789f6 One can now launch the script from any location, not just debian/ 2014-04-01 14:46:02 +00:00
358357db1e -z instead of -e for non-files 2014-03-31 07:43:37 +00:00
19ca16ef2b Merge pull request #42 from sahal/master
This version is more logical and less ugly
2014-03-30 21:32:36 +09:00
8508f7c594 This version is more logical, less ugly, and incorporates and as described in the Debian manual. 2014-03-30 10:56:27 +00:00
d8fc11d0ff Merge pull request #41 from sahal/master
quick and dirty (emphasis on dirty) debian changelog generator
2014-03-29 17:14:51 +09:00
86b5ea39cb quick and dirty (emphasis on dirty) debian changelog generator for SoftEtherVPN 2014-03-29 07:11:07 +00:00
16d73ccb57 v4.06-9435-beta 2014-03-26 12:38:30 +09:00
e61fca4d9d v4.06-9433-beta 2014-03-21 14:07:45 +09:00
dc5d3ee2ae v4.06-9432-beta 2014-03-20 17:05:40 +09:00
cf2a6a42bc v4.06-9430-beta 2014-03-20 05:45:05 +09:00
dcd9b94381 Merge pull request #34 from nattoheaven/osxtune
Several Fixes for OS X
2014-03-19 20:30:42 +09:00
d2d61b2da5 Merge pull request #30 from yfdyh000/patch-1
Update strtable_cn.stb
2014-03-19 20:25:52 +09:00
4c48388b12 Several Tunings for OS X 2014-03-12 08:06:21 +09:00