Joseph Henry
31e94d4bbb
Remove debug traces from C# wrapper
2021-05-26 11:16:18 -07:00
Joseph Henry
b821aee0a5
Save reference to managed callback in C# wrapper. Fixes event bug.
2021-05-25 18:35:58 -07:00
Joseph Henry
49047e2391
Make Node singleton members static. Fixes UB in C# event logic
2021-05-24 14:52:07 -07:00
Joseph Henry
eac36f781d
Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper
2021-05-17 21:28:15 -07:00
Joseph Henry
5d404034c3
Add better port binding controls
2021-05-13 14:17:08 -07:00
Joseph Henry
64fe1d015d
Fix compile-time errors for C# binding on Windows
2021-05-11 14:34:22 -07:00
github-actions
c4b9518361
Code style fixes
2021-05-06 07:06:35 +00:00
Joseph Henry
fa34fb62e6
Minor Windows build fixes
2021-05-05 19:55:47 -07:00
Joseph Henry
9151f4471c
Slight re-org of C API naming convention
2021-05-05 16:19:27 -07:00
Joseph Henry
6f42338f6e
Update C# bindings to 1.4.0 API
2021-04-30 21:54:34 -07:00
Joseph Henry
6638f20003
Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements
2021-03-26 16:33:22 -07:00
Joseph Henry
ea71b85627
Minor Windows build fixes
2021-03-19 22:57:21 -07:00
Joseph Henry
2c5c1a6a5f
Expose lwIP's DNS API in zts_* API. Fix preprocessor build bug
2021-03-16 00:31:45 -07:00
Joseph Henry
2a515822c8
Remove networking functions that can be found elsewhere
2021-03-15 01:59:18 -07:00
Joseph Henry
58ad7fafc0
Merge refactored dev into master
2021-03-12 20:32:08 -08:00
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.
2021-03-09 20:52:24 -05:00
Joseph Henry
66da0495a4
Change C# wrapper extension from cxx to cpp
2021-03-01 21:39:36 -08:00
Joseph Henry
e6b439acb5
Update C# wrapper
2021-02-16 21:56:44 -08:00
Joseph Henry
02a401bf7f
Update C# wrapper (Namespace restructure, API additions, memory leak fix)
2021-02-16 00:14:26 -08:00
Joseph Henry
a6297b33e2
Add NuGet package and build scripts
2021-02-05 15:58:48 -08:00
Joseph Henry
59545833e6
Update license header dates
2021-02-04 11:03:55 -08:00
Joseph Henry
38ea47212d
Restructure packaging directories. Move C# bindings, minor compilation fix.
2021-02-01 17:59:21 -08:00