You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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. 11 years ago
..
ServiceBase.cpp C++ service base stuff taken from MS public domain example project and modified slightly. 12 years ago
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. 12 years ago
ServiceInstaller.cpp Windows service works now! 12 years ago
ServiceInstaller.h Windows service work, remove old installer... not sure exactly what we're going to use. 12 years ago
ZeroTierOne.aps Windows build fixes and installer work... 12 years ago
ZeroTierOne.rc Windows build fixes and installer work... 12 years ago
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. 11 years ago
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. 11 years ago
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. 11 years ago
ZeroTierOneService.h Clean old update code out of Windows service wrapper. 11 years ago
resource.h Windows build fixes and installer work... 12 years ago