This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-libzt
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-libzt
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
6638f20003ac4659935b75c6dd0ea04e18ed1809
zhangyang-libzt
/
src
History
Joseph Henry
6638f20003
Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements
2021-03-26 16:33:22 -07:00
..
bindings
Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements
2021-03-26 16:33:22 -07:00
Central.cpp
Improve Central API
2021-03-14 01:01:04 -08:00
Controls.cpp
Update C API: Add functions that simplify wrapper generation
2021-03-24 12:20:39 -07:00
Debug.hpp
Update license header dates
2021-02-04 11:03:55 -08:00
Events.cpp
Remove out-of-place includes for signal handler functions
2021-03-19 22:33:15 -07:00
Events.hpp
Improvements to language binding facilities. Add custom signal handler
2021-02-24 01:25:15 -08:00
lwipopts.h
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
2021-03-16 00:31:45 -07:00
NodeService.cpp
Improvements to language binding facilities. Add custom signal handler
2021-02-24 01:25:15 -08:00
NodeService.hpp
Add prototype key management API
2021-01-30 13:53:49 -08:00
README.md
Restructure packaging directories. Move C# bindings, minor compilation fix.
2021-02-01 17:59:21 -08:00
Signals.cpp
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
2021-03-16 00:31:45 -07:00
Signals.hpp
Bugfix: Check argument types and encodings in zts_py_send()
2021-03-16 23:30:14 -07:00
Sockets.cpp
Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements
2021-03-26 16:33:22 -07:00
VirtualTap.cpp
Bugfix: calling zts_free() before zts_start() would enter infinite loop
2021-03-13 22:30:33 -08:00
VirtualTap.hpp
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
2021-03-16 00:31:45 -07:00
README.md
C++ Source
C API is exposed via
include/ZeroTierSockets.h
bindings/
Contains the source for wrappers in various languages. See
examples/
for their usage.