Joseph Henry
575cfc364e
Remove non-standard API function accept4()
5 years ago
Joseph Henry
07a5830302
Add Python extension module wrapper code
5 years ago
MoogleTroupe
5ba67d918d
fix GC issue in c#
...
Store a reference to the unmanaged delegate so that the c# garbage collector doesn't wipe it out which causes a hard crash since the unmanaged dll is still referencing it.
5 years ago
Joseph Henry
dd6cf48d61
Run Python language bindings and example code through a linter and formatter
5 years ago
Joseph Henry
5072d993b1
Implement more of the Python language binding. Minor adjustments to PyPI package
5 years ago
Joseph Henry
62354e142e
Improvements to language binding facilities
5 years ago
Joseph Henry
66da0495a4
Change C# wrapper extension from cxx to cpp
5 years ago
Joseph Henry
64a0d5d0d7
Add working Python wrapper and examples (WIP)
5 years ago
Joseph Henry
7a82ef4a03
Improvements to language binding facilities. Add custom signal handler
5 years ago
Joseph Henry
e6b439acb5
Update C# wrapper
5 years ago
Joseph Henry
02a401bf7f
Update C# wrapper (Namespace restructure, API additions, memory leak fix)
5 years ago
Joseph Henry
a6fc3e44b8
Remove WIP Java example wrapper
5 years ago
Joseph Henry
a6297b33e2
Add NuGet package and build scripts
5 years ago
Joseph Henry
59545833e6
Update license header dates
5 years ago
Joseph Henry
b8cfadde0e
Fix various minor compile-time warnings
5 years ago
Joseph Henry
38ea47212d
Restructure packaging directories. Move C# bindings, minor compilation fix.
5 years ago
Joseph Henry
3544eab41d
Add prototype key management API
5 years ago
Joseph Henry
026d91dedf
Remove block that generates authtoken (vestigial leftover from OneService)
5 years ago
Joseph Henry
097fc5d7f0
Add prototype Central API wrapper
5 years ago
Joseph Henry
04066dbc22
Remove errant file
5 years ago
Joseph Henry
8313ed5a9f
e7no7nVRFItg
5 years ago
Joseph Henry
706f493f2d
Fix bug that resulted in peer caching data being written to disk even with not allowed
5 years ago
Joseph Henry
4122110cea
Add C# P/INVOKE wrapper and client/server example
5 years ago
Evan Olcott
abbe7957c7
Support for creating .xcframework
...
* `make macOS` builds a universal framework
* `make xcframework` builds an .xcframework containing frameworks for macOS (universal), iOS, and iOS Simulator
* Addresses a compiler warning
5 years ago
Joseph Henry
e304a89ddb
Add check for netif before use in VirtualTap - Fixes bug mentioned in ticket #85
5 years ago
Joseph Henry
b021e82078
Fix zts_allow_*_caching() bug that prevents user from properly setting value before node startup
6 years ago
Joseph Henry
37c01e18cf
Change event code numbering scheme, fix Windows startup bug, fix zts_free(), remove vestigial API functions, update documentation
6 years ago
rossmc7
3f1e9f00d1
Fixing Android/Java crash on boot due to missing init method ( #70 )
...
* adding extern c to library methods to fix JNI crash on init
* changed style to use ifdef cplusplus
6 years ago
Lann Martin
a708c72dfa
Fix struct name in zts_get_rfc_*_addr
6 years ago
Joseph Henry
676ddd15d4
Change default MTU to 2800
6 years ago
Joseph Henry
112d66ea20
Fix non-blocking behavior of sockets (removal of a portion of the old compatibility layer)
6 years ago
Joseph Henry
a0b50530d3
Add portability and consistency fixes for C API, remove cruft, slight internal restructuring
6 years ago
Joseph Henry
894d3bf415
Fix (some) Windows compiler warnings
6 years ago
Joseph Henry
8e770b5355
Update JNI error codes to match new scheme
6 years ago
Joseph Henry
907a2e8417
Add Ad-hoc network ID convenience function to control interface
6 years ago
Joseph Henry
9eefbd55d3
Improve documentation and error reporting
6 years ago
Joseph Henry
2b60ab27ea
Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address computation
6 years ago
Joseph Henry
51dfa84ba9
Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1
6 years ago
Joseph Henry
e9e1f8920d
Naming convention tweaks for SWIG wrapper compatibility
7 years ago
Joseph Henry
fe30716143
Added arm64-v8a, x86, x86_64 ABIs to build.gradle
7 years ago
Joseph Henry
17e5b8172d
Minor changes for Windows build
7 years ago
Joseph Henry
dcfd4b032a
Minor build fixes for Windows
7 years ago
Joseph Henry
e727dfefb2
Replaced ZT_FAST_MEMCPY with memcpy in Service.cpp
7 years ago
Joseph Henry
17af1deeaa
Updated documentation, removed unnecessary include
7 years ago
Joseph Henry
94d221a055
Bugfix for JNI version of zts_restart()
7 years ago
Joseph Henry
e8553c9907
Added zts_get_protocol_stats(), zts_restart(), updated API documentation
7 years ago
Joseph Henry
630c3d6331
Moved Java sources to src/java
7 years ago
Joseph Henry
3cbc1017eb
Added ZTS_ERR_GENERAL, also minor updates to JNI layer
7 years ago
Joseph Henry
52c718ff9f
Decreased MTU to 1500, increased TCP_WND to 0xffff0, tweaked window scaling factor
7 years ago
Joseph Henry
320253517b
RX/TX improvements, build process improvements
7 years ago