Joseph Henry
|
22f80797b8
|
Fix socket initialization error on Windows
|
5 years ago |
github-actions
|
8d554e88c5
|
Code style fixes
|
5 years ago |
Joseph Henry
|
0890e2608f
|
Commented out pthread_setname_np to address portability concern #116
|
5 years ago |
Joseph Henry
|
6a77f0092f
|
Update Python bindings to 1.4.0 API (WIP)
|
5 years ago |
Joseph Henry
|
6763ced6f5
|
Reduce number of compile-time warnings
|
5 years ago |
Joseph Henry
|
016b0ffc0e
|
Adjust nomenclature. Add more C API extension functions
|
5 years ago |
Joseph Henry
|
a247552df1
|
Format according to new ZeroTier standard
|
5 years ago |
Joseph Henry
|
c456a87f97
|
Add zts_core_query_ and world sub-APIs. Adjust event subsystem
|
5 years ago |
Joseph Henry
|
43350691b5
|
Expand C API and simplify NodeService
|
5 years ago |
Joseph Henry
|
a5121b1e3c
|
Applied styling rules from .clang-format
|
5 years ago |
GermanAizek
|
ac1a1b1d2b
|
Fixed memleak, optimize and refactor code
|
5 years ago |
Joseph Henry
|
9cd5fdee7b
|
Update C API: Add functions that simplify wrapper generation
|
5 years ago |
Joseph Henry
|
73e26c1a79
|
Bugfix: Check argument types and encodings in zts_py_send()
|
5 years ago |
Joseph Henry
|
62354e142e
|
Improvements to language binding facilities
|
5 years ago |
Joseph Henry
|
7a82ef4a03
|
Improvements to language binding facilities. Add custom signal handler
|
5 years ago |
Joseph Henry
|
b8cfadde0e
|
Fix various minor compile-time warnings
|
5 years ago |
Joseph Henry
|
3544eab41d
|
Add prototype key management API
|
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
|
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
|
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
|
907a2e8417
|
Add Ad-hoc network ID convenience function to control interface
|
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
|
17e5b8172d
|
Minor changes for Windows build
|
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
|
3cbc1017eb
|
Added ZTS_ERR_GENERAL, also minor updates to JNI layer
|
7 years ago |
Joseph Henry
|
320253517b
|
RX/TX improvements, build process improvements
|
7 years ago |
Joseph Henry
|
3b967c1a12
|
Updated build script, minor shuffling of code to prevent naming conflicts
|
7 years ago |
Joseph Henry
|
0afa8e41fa
|
Minor update to control api (and JNI). zts_start, zts_stop return int
|
7 years ago |
Joseph Henry
|
305829d0e5
|
#ifdef'd out niceness setter for Android
|
7 years ago |
Joseph Henry
|
055d8acb25
|
Added _change_nice(), and options in src/Options.h
|
7 years ago |
Joseph Henry
|
9a8dc5c8ea
|
Removed stray debug line
|
7 years ago |
Joseph Henry
|
bc32549dde
|
Improved zts_get_*_status() functions. Added new error code ZTS_ERR_NO_RESULT
|
7 years ago |
Joseph Henry
|
362f6769b2
|
Bug fix for callbacks, minor netif driver tweak, minor Makefile tweak
|
7 years ago |
Joseph Henry
|
884425fc5b
|
Fixed memory leak in callback message handling code
|
7 years ago |
Joseph Henry
|
8b4921432e
|
Android build fixes
|
7 years ago |
Joseph Henry
|
a43d1d04e8
|
Unfinished callback improvements, consolidated netif4 and netif6
|
7 years ago |
Joseph Henry
|
4de1068b57
|
Moved lwIP initialization from tap to zts_start for faster startup
|
7 years ago |
Joseph Henry
|
2fdcf025e1
|
Re-work of thread model
|
7 years ago |