This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-zerotierone
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-zerotierone
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
0d9f33dc4f14b7339d1893e79772a8e49b4821eb
zhangyang-zerotierone
/
windows
/
ZeroTierOne
History
Adam Ierymenko
0d9f33dc4f
Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch.
2015-11-13 12:14:28 -08:00
..
resource.h
Windows build fixes and installer work...
2014-01-20 16:16:01 -08:00
ServiceBase.cpp
C++ service base stuff taken from MS public domain example project and modified slightly.
2014-02-05 16:37:50 -08:00
ServiceBase.h
More Windows service work... it builds! Now to do a new installer and test. Also fix a Windows compile warning in Switch.cpp.
2014-02-06 23:12:12 -08:00
ServiceInstaller.cpp
Windows service works now!
2014-02-27 16:28:55 -08:00
ServiceInstaller.h
Windows service work, remove old installer... not sure exactly what we're going to use.
2014-02-06 22:06:27 -08:00
ZeroTierOne.aps
Windows build fixes and installer work...
2014-01-20 16:16:01 -08:00
ZeroTierOne.rc
Windows build fixes and installer work...
2014-01-20 16:16:01 -08:00
ZeroTierOne.vcxproj
Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch.
2015-11-13 12:14:28 -08:00
ZeroTierOne.vcxproj.filters
Fix: (1) Windows stack overflow due to buffer too large in peer deserialize, (2) clean up some other stuff seen during debugging and reduce the sizes of some buffers due to Windows small stack size, (3) remove a redundant try/catch.
2015-11-13 12:14:28 -08:00
ZeroTierOneService.cpp
(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses.
2015-09-24 16:21:36 -07:00
ZeroTierOneService.h
Clean old update code out of Windows service wrapper.
2015-05-20 20:21:20 -07:00