Commit Graph

1178 Commits

Author SHA1 Message Date
heri16
fcc8dcfd6c small bug fix 2020-08-05 17:25:55 +08:00
heri16
80861c1126 add libzt.createConnection() 2020-08-04 22:02:56 +08:00
heri16
590ee0c655 1st working version of node example 2020-08-04 17:28:22 +08:00
heri16
087d8a820c first commit of node example 2020-08-04 05:06:59 +08:00
Joseph Henry
37c01e18cf Change event code numbering scheme, fix Windows startup bug, fix zts_free(), remove vestigial API functions, update documentation 2020-05-30 18:29:04 -07:00
Joseph Henry
2ae7ebb0fe Minor tweak to example 2020-05-29 12:16:03 -07:00
Joseph Henry
5d2147921c Merge branch 'master' of https://github.com/zerotier/libzt 2020-05-29 11:27:23 -07:00
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
2020-05-29 11:24:22 -07:00
Joseph Henry
f0d6330735 Update C++, Objective-C and Swift examples 2020-05-28 18:32:39 -07:00
Joseph Henry
be9af71238 Adjust formatting of CMakeLists.txt 2020-05-28 14:31:43 -07:00
Joseph Henry
58d9ac8eea Add non-blocking socket examples 2020-05-28 14:20:58 -07:00
Joseph Henry
31771cb805 Add documentation to examples section 2020-05-28 14:18:43 -07:00
Joseph Henry
8dc2b3b4f2 Update ios/macos framework modulemap and reference in CMakeLists 2020-05-28 13:58:39 -07:00
Joseph Henry
af186f1cb2 Update copyright year in version.rc.in 2020-05-28 13:55:20 -07:00
Joseph Henry
a2cbea6dee Merge branch 'master' of https://github.com/zerotier/libzt 2020-05-11 10:21:23 -07:00
joseph-henry
58ebf438d0 Merge pull request #67 from lann/master
Fix struct name in zts_get_*_addr
2020-05-11 10:13:28 -07:00
Lann Martin
a708c72dfa Fix struct name in zts_get_rfc_*_addr 2020-05-07 22:56:54 -04:00
Joseph Henry
676ddd15d4 Change default MTU to 2800 2020-05-06 20:24:58 -07:00
Joseph Henry
c4af6bc74f Merge branch 'master' of https://github.com/zerotier/libzt 2020-05-05 14:37:13 -07:00
Joseph Henry
112d66ea20 Fix non-blocking behavior of sockets (removal of a portion of the old compatibility layer) 2020-05-05 14:35:22 -07:00
joseph-henry
98a09f1415 Merge pull request #58 from mgrddsj/patch-1
Fix a minor typo in the Java demo.
2020-05-01 22:27:45 -07:00
Joseph Henry
db0f801f07 Update documentation 2020-05-01 21:42:26 -07:00
Joseph Henry
3852e1f85f Update Objective-C and Swift examples 2020-05-01 19:45:56 -07:00
Joseph Henry
aad11cfa4d Fix documentation 2020-05-01 19:26:34 -07:00
Joseph Henry
a0b50530d3 Add portability and consistency fixes for C API, remove cruft, slight internal restructuring 1.3.3 2020-05-01 19:15:38 -07:00
Joseph Henry
2c709277b9 Remove erroneously added old example 1.3.2 2020-04-20 23:54:48 -07:00
Joseph Henry
a207ab1f6a Update examples for Windows compatibility (plus some extra tidbits) 2020-04-20 23:51:43 -07:00
Joseph Henry
894d3bf415 Fix (some) Windows compiler warnings 2020-04-20 23:50:21 -07:00
Joseph Henry
925ee3a144 Update cmake generator script for Windows (visual studio 16 2019) 2020-04-20 23:48:22 -07:00
Joseph Henry
18fd449c84 Update lwIP to forked and patched version supporting 6PLANE addressing 2020-04-17 21:41:24 -07:00
Joseph Henry
3b0d8e81a0 Update distribution script to output new directory/documentation structure 2020-04-17 19:36:48 -07:00
Joseph Henry
8e770b5355 Update JNI error codes to match new scheme 2020-04-17 19:35:46 -07:00
Joseph Henry
c794eb3514 Add README.pdf 2020-04-17 18:04:22 -07:00
Joseph Henry
a35cd211e1 Modify README.md for better exportability to PDF 2020-04-17 18:03:39 -07:00
Joseph Henry
b8849b9ede Fix header section of README.md 2020-04-17 11:47:03 -07:00
Joseph Henry
907a2e8417 Add Ad-hoc network ID convenience function to control interface 2020-04-17 11:37:46 -07:00
Joseph Henry
9eefbd55d3 Improve documentation and error reporting 2020-04-17 11:35:43 -07:00
Joseph Henry
7c736e45af Add updated examples 2020-04-17 10:48:53 -07:00
Joseph Henry
d7be0b7052 Remove outdated examples 2020-04-17 10:32:43 -07:00
Joseph Henry
41c8f019a0 Remove old WindowsCppApp example 2020-04-16 12:26:50 -07:00
Joseph Henry
2b60ab27ea Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address computation 2020-04-15 16:08:40 -07:00
Joseph Henry
51dfa84ba9 Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1 2020-04-13 23:38:06 -07:00
Joseph Henry
50960b15b3 Update ZTO subproject commit to 28df0c2e, (1.2.99 to 1.4.6) 2020-04-06 14:41:44 -07:00
SleepyJesse
04d31e8295 Fix a minor typo in the Java demo. 2020-02-14 12:16:32 +08:00
Joseph Henry
e9e1f8920d Naming convention tweaks for SWIG wrapper compatibility 2019-07-02 10:14:39 -07:00
Joseph Henry
92a627eed9 Added SWIG wrapper paths to CMakeLists.txt 2019-06-28 12:18:52 -07:00
Joseph Henry
3e0c7a265c Added SWIG language wrapper generator section to dist.sh 2019-06-28 09:28:31 -07:00
Joseph Henry
d489d50a18 Added NATPMP_EXPORTS to libnatpmp targets 2019-06-25 16:26:49 -07:00
Joseph Henry
b1c4b59c80 Updated ZeroTierOne submodule revision to 1.2.99 (1.4.0pre) 2019-06-24 15:03:45 -07:00
Joseph Henry
fe30716143 Added arm64-v8a, x86, x86_64 ABIs to build.gradle 2019-06-24 13:59:58 -07:00