Joseph Henry
|
608c81fba6
|
Convert spaces to tabs in dist.sh
|
5 years ago |
Joseph Henry
|
bdebc8c02b
|
Remove old C# callback code
|
5 years ago |
joseph-henry
|
caa11a406d
|
Merge pull request #92 from podcast-studio-development/evanolcott/apple-port
Improved .xcframework creation
|
5 years ago |
Evan Olcott
|
9d5482a38c
|
Updated Makefile for xcframework
|
5 years ago |
Evan Olcott
|
8741ca6570
|
Merge branch 'master' into evanolcott/apple-port
|
5 years ago |
Podcast Studio Development
|
41c28a9f40
|
Merge pull request #2 from zerotier/master
Keep up-to-date
|
5 years ago |
Evan Olcott
|
eee7ef6a16
|
Improved method to build xcframeworks
|
5 years ago |
Evan Olcott
|
48347fec95
|
First SPM support attempt
|
5 years ago |
joseph-henry
|
352ee4ef5c
|
Merge pull request #91 from podcast-studio-development/evanolcott/xcframeworks
Support for creating .xcframework
|
5 years ago |
Evan Olcott
|
efabfafd5d
|
Applied correct booleans
|
5 years ago |
Evan Olcott
|
e94ca31944
|
Tweaks to Xcode project settings
* Made certain that the result would be a module
* Removed an unnecessary #include that caused errors when included in a project
|
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 |
Podcast Studio Development
|
2eed94a90b
|
Merge pull request #1 from zerotier/master
Merge upstream
|
5 years ago |
joseph-henry
|
6f164199d0
|
Merge pull request #86 from lUNuXl/master
Fixed host_jar target broken by previous refactoring of java example
|
5 years ago |
Joseph Henry
|
e304a89ddb
|
Add check for netif before use in VirtualTap - Fixes bug mentioned in ticket #85
|
6 years ago |
Joseph Henry
|
b021e82078
|
Fix zts_allow_*_caching() bug that prevents user from properly setting value before node startup
|
6 years ago |
Bartłomiej Mazurski
|
8e06feef7d
|
Fixed host_jar target broken by previous refactoring of java example
|
6 years ago |
joseph-henry
|
af26d56097
|
Merge pull request #84 from lUNuXl/master
Improved java example
|
6 years ago |
Bartłomiej Mazurski
|
e503bf7a61
|
Improved java example
|
6 years ago |
joseph-henry
|
d43b92f3e9
|
Merge pull request #76 from heri16/node
Add Node JS example
|
6 years ago |
Joseph Henry
|
96d25e4712
|
Add minor bit of documentation to zts_send to address ticket #74
|
6 years ago |
heri16
|
57f7799e4f
|
Update README
|
6 years ago |
heri16
|
42ab8c2aee
|
major rewrite to handle schemantics
|
6 years ago |
heri16
|
58c4cb9e7d
|
make libzt.a position_independent_code
|
6 years ago |
heri16
|
fcc8dcfd6c
|
small bug fix
|
6 years ago |
heri16
|
80861c1126
|
add libzt.createConnection()
|
6 years ago |
heri16
|
590ee0c655
|
1st working version of node example
|
6 years ago |
heri16
|
087d8a820c
|
first commit of node example
|
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 |
Joseph Henry
|
2ae7ebb0fe
|
Minor tweak to example
|
6 years ago |
Joseph Henry
|
5d2147921c
|
Merge branch 'master' of https://github.com/zerotier/libzt
|
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 |
Joseph Henry
|
f0d6330735
|
Update C++, Objective-C and Swift examples
|
6 years ago |
Joseph Henry
|
be9af71238
|
Adjust formatting of CMakeLists.txt
|
6 years ago |
Joseph Henry
|
58d9ac8eea
|
Add non-blocking socket examples
|
6 years ago |
Joseph Henry
|
31771cb805
|
Add documentation to examples section
|
6 years ago |
Joseph Henry
|
8dc2b3b4f2
|
Update ios/macos framework modulemap and reference in CMakeLists
|
6 years ago |
Joseph Henry
|
af186f1cb2
|
Update copyright year in version.rc.in
|
6 years ago |
Joseph Henry
|
a2cbea6dee
|
Merge branch 'master' of https://github.com/zerotier/libzt
|
6 years ago |
joseph-henry
|
58ebf438d0
|
Merge pull request #67 from lann/master
Fix struct name in zts_get_*_addr
|
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
|
c4af6bc74f
|
Merge branch 'master' of https://github.com/zerotier/libzt
|
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
|
98a09f1415
|
Merge pull request #58 from mgrddsj/patch-1
Fix a minor typo in the Java demo.
|
6 years ago |
Joseph Henry
|
db0f801f07
|
Update documentation
|
6 years ago |
Joseph Henry
|
3852e1f85f
|
Update Objective-C and Swift examples
|
6 years ago |
Joseph Henry
|
aad11cfa4d
|
Fix documentation
|
6 years ago |
Joseph Henry
|
a0b50530d3
|
Add portability and consistency fixes for C API, remove cruft, slight internal restructuring
|
6 years ago |
Joseph Henry
|
2c709277b9
|
Remove erroneously added old example
|
6 years ago |