Commit Graph

944 Commits

Author SHA1 Message Date
Joseph Henry
b51efe44c4 Added export/install section to CMakeLists.txt 2019-04-18 11:45:28 -07:00
Joseph Henry
54c6003fce Minor improvement to wrap() function in dist.sh 2019-04-11 14:22:55 -07:00
Joseph Henry
2898aa5a2a Updated Android example 2019-04-10 16:40:37 -07:00
Joseph Henry
17af1deeaa Updated documentation, removed unnecessary include 2019-04-10 16:39:18 -07:00
Joseph Henry
94d221a055 Bugfix for JNI version of zts_restart() 2019-03-27 17:09:30 -07:00
Joseph Henry
e8553c9907 Added zts_get_protocol_stats(), zts_restart(), updated API documentation 2019-03-27 15:08:27 -07:00
Joseph Henry
3e978c153f Improvements to build script 2019-03-25 14:09:10 -07:00
Joseph Henry
06059946cf Updated ExampleAndroidApp 2019-03-18 17:39:48 -07:00
Joseph Henry
7829c046c1 Updated examples/java 2019-03-18 17:16:05 -07:00
Joseph Henry
9b9e36e067 Added *.aar and *.keystore to .gitignore 2019-03-18 16:47:34 -07:00
Joseph Henry
0099f94f79 Added hours and minutes to build timestamp 2019-03-18 16:47:04 -07:00
Joseph Henry
38545ebe27 Deleted AAR left in build directory 2019-03-18 16:46:34 -07:00
Joseph Henry
dc01b78e97 Promoted dist.sh to top-level directory, updated .gitignore 2019-03-18 16:26:27 -07:00
Joseph Henry
630c3d6331 Moved Java sources to src/java 2019-03-18 16:08:18 -07:00
Joseph Henry
bfddbc930d Added ports/java project directory 2019-03-18 14:28:40 -07:00
Joseph Henry
698e95c032 Added convenience functions (for Android) to build-script 2019-03-18 14:25:38 -07:00
Joseph Henry
3cbc1017eb Added ZTS_ERR_GENERAL, also minor updates to JNI layer 2019-03-18 14:23:34 -07:00
Joseph Henry
c91eba4fc6 Updated documentation 2019-03-18 14:22:02 -07:00
Joseph Henry
679008c78f Removed Java sources from ports/android (will henceforth be copied from src/java for each build) 2019-03-17 14:54:40 -07:00
Joseph Henry
dd916f0194 Added Threading and Error section to API.md, minor build script additions 2019-03-15 15:05:11 -07:00
Joseph Henry
cab1898f1f Trimmed down .gitignore 2019-03-15 11:14:51 -07:00
Joseph Henry
a70feb5ec0 Build script improvements (merging, wrapping), added build-specific clean targets 2019-03-14 17:02:18 -07:00
Joseph Henry
2039f2b098 Added API.md for dist 2019-03-14 12:49:58 -07:00
Joseph Henry
8edd447571 Added submodule status output to Makefile 2019-03-12 19:34:41 -07:00
Joseph Henry
d26f851c01 Build script improvements for linux 2019-03-12 16:28:25 -07:00
Joseph Henry
795a9f082b Build script now emits libztcore.a along with traditional libzt.a 2019-03-12 14:15:12 -07:00
Joseph Henry
52c718ff9f Decreased MTU to 1500, increased TCP_WND to 0xffff0, tweaked window scaling factor 2019-03-11 21:49:51 -07:00
Joseph Henry
5e662dc498 Removed activity from AAR build 2019-03-11 17:18:11 -07:00
Joseph Henry
320253517b RX/TX improvements, build process improvements 2019-03-11 17:17:35 -07:00
Joseph Henry
ed7f93a57f Added lwIP 2.1.2 errno patch 2019-03-08 16:15:05 -08:00
Joseph Henry
80da08f625 Removed old tests 2019-03-08 12:15:13 -08:00
Joseph Henry
38fe99dc61 Minor changes to CMakeLists. Corrected JNI check, and changed release optimization flags to -O3 2019-03-08 11:53:09 -08:00
Joseph Henry
f0c06fac3c Minor change to target groupings in Makefile 2019-03-08 11:15:45 -08:00
Joseph Henry
3792683cc6 Set _incomingPacketConcurrency to 1 2019-03-07 10:59:50 -08:00
Joseph Henry
3b967c1a12 Updated build script, minor shuffling of code to prevent naming conflicts 2019-03-04 18:04:37 -08:00
Joseph Henry
9ccb05698f Updated Xcode-Bridging-Header.h 2019-02-28 20:10:03 -08:00
Joseph Henry
0afa8e41fa Minor update to control api (and JNI). zts_start, zts_stop return int 2019-02-28 15:47:49 -08:00
Joseph Henry
916b9605a3 Set TCP_RCV_SCALE to 3 and increased TCP_WND from 0xffff to 0x7fff8 2019-02-28 11:47:19 -08:00
Joseph Henry
305829d0e5 #ifdef'd out niceness setter for Android 2019-02-28 11:45:54 -08:00
Joseph Henry
41d6457711 #ifdef'ed out netif callback functions 2019-02-27 19:20:01 -08:00
Joseph Henry
055d8acb25 Added _change_nice(), and options in src/Options.h 2019-02-27 18:37:00 -08:00
Joseph Henry
0c06006ab1 Increased LWIP_DRIVER_LOOP_INTERVAL to 250 ms, other minor changes 2019-02-27 18:25:29 -08:00
Joseph Henry
8d3c300538 Set verbosity to default OFF in CMakeLists.txt 2019-02-27 18:17:20 -08:00
Joseph Henry
019e569713 Updated ZeroTier.java to match recent API changes 2019-02-26 16:39:39 -08:00
Joseph Henry
9a8dc5c8ea Removed stray debug line 2019-02-26 13:50:04 -08:00
Joseph Henry
dabdfa4d4d Updated ZT1 with patch to reduce node online/offline event reporting from 500s to (500/16)=~31s 2019-02-26 13:45:14 -08:00
Joseph Henry
52846b34aa Increased ARP_TABLE_SIZE from 3 to 64 2019-02-26 13:41:14 -08:00
Joseph Henry
bc32549dde Improved zts_get_*_status() functions. Added new error code ZTS_ERR_NO_RESULT 2019-02-26 13:40:04 -08:00
Joseph Henry
362f6769b2 Bug fix for callbacks, minor netif driver tweak, minor Makefile tweak 2019-02-25 14:52:19 -08:00
Joseph Henry
884425fc5b Fixed memory leak in callback message handling code 2019-02-21 14:06:29 -08:00