Joseph Henry
31e94d4bbb
Remove debug traces from C# wrapper
5 years ago
Joseph Henry
b821aee0a5
Save reference to managed callback in C# wrapper. Fixes event bug.
5 years ago
Joseph Henry
49047e2391
Make Node singleton members static. Fixes UB in C# event logic
5 years ago
Joseph Henry
eac36f781d
Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper
5 years ago
Joseph Henry
5d404034c3
Add better port binding controls
5 years ago
Joseph Henry
64fe1d015d
Fix compile-time errors for C# binding on Windows
5 years ago
github-actions
c4b9518361
Code style fixes
5 years ago
Joseph Henry
fa34fb62e6
Minor Windows build fixes
5 years ago
Joseph Henry
9151f4471c
Slight re-org of C API naming convention
5 years ago
Joseph Henry
6f42338f6e
Update C# bindings to 1.4.0 API
5 years ago
Joseph Henry
6638f20003
Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements
5 years ago
Joseph Henry
ea71b85627
Minor Windows build fixes
5 years ago
Joseph Henry
2c5c1a6a5f
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
5 years ago
Joseph Henry
2a515822c8
Remove networking functions that can be found elsewhere
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
66da0495a4
Change C# wrapper extension from cxx to cpp
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
a6297b33e2
Add NuGet package and build scripts
5 years ago
Joseph Henry
59545833e6
Update license header dates
5 years ago
Joseph Henry
38ea47212d
Restructure packaging directories. Move C# bindings, minor compilation fix.
5 years ago