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
ef6604229c164296c9082983973d87eab7b51f5d
zhangyang-libzt
/
src
History
Joseph Henry
f601602cdb
Resolved conflict for PR
#167
2022-01-11 17:43:27 -08:00
..
bindings
Resolved conflict for PR
#167
2022-01-11 17:43:27 -08:00
Central.cpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Controls.cpp
Use lowercase when including Windows headers
2021-12-29 16:23:32 -05:00
Debug.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.cpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Events.hpp
Use lowercase when including Windows headers
2021-12-29 16:23:32 -05: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
Merge branch 'lowercase-windows-headers' of
https://github.com/StephenCWills/libzt
into StephenCWills-lowercase-windows-headers
2022-01-11 09:51:25 -08:00
NodeService.hpp
Merge branch 'lowercase-windows-headers' of
https://github.com/StephenCWills/libzt
into StephenCWills-lowercase-windows-headers
2022-01-11 09:51:25 -08:00
README.md
Restructure packaging directories. Move C# bindings, minor compilation fix.
2021-02-01 17:59:21 -08:00
Signals.cpp
Remove unnecessary include to
fix
#115
2021-05-06 00:56:44 -07:00
Signals.hpp
Update Python bindings to 1.4.0 API (WIP)
2021-05-02 21:30:21 -07:00
Sockets.cpp
Include sys/endian.h in Sockets.cpp for Android
2022-01-03 17:43:16 -05:00
Utilities.cpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
Utilities.hpp
Adjust nomenclature. Add more C API extension functions
2021-04-29 14:03:15 -07:00
VirtualTap.cpp
Use lowercase when including Windows headers
2021-12-29 16:23:32 -05:00
VirtualTap.hpp
Reduce number of compile-time warnings
2021-04-30 15:36:46 -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.