938 Commits (3e978c153f806a18336cf567decb87315a6ff6a9)
 

Author SHA1 Message Date
Joseph Henry 3e978c153f Improvements to build script 7 years ago
Joseph Henry 06059946cf Updated ExampleAndroidApp 7 years ago
Joseph Henry 7829c046c1 Updated examples/java 7 years ago
Joseph Henry 9b9e36e067 Added *.aar and *.keystore to .gitignore 7 years ago
Joseph Henry 0099f94f79 Added hours and minutes to build timestamp 7 years ago
Joseph Henry 38545ebe27 Deleted AAR left in build directory 7 years ago
Joseph Henry dc01b78e97 Promoted dist.sh to top-level directory, updated .gitignore 7 years ago
Joseph Henry 630c3d6331 Moved Java sources to src/java 7 years ago
Joseph Henry bfddbc930d Added ports/java project directory 7 years ago
Joseph Henry 698e95c032 Added convenience functions (for Android) to build-script 7 years ago
Joseph Henry 3cbc1017eb Added ZTS_ERR_GENERAL, also minor updates to JNI layer 7 years ago
Joseph Henry c91eba4fc6 Updated documentation 7 years ago
Joseph Henry 679008c78f Removed Java sources from ports/android (will henceforth be copied from src/java for each build) 7 years ago
Joseph Henry dd916f0194 Added Threading and Error section to API.md, minor build script additions 7 years ago
Joseph Henry cab1898f1f Trimmed down .gitignore 7 years ago
Joseph Henry a70feb5ec0 Build script improvements (merging, wrapping), added build-specific clean targets 7 years ago
Joseph Henry 2039f2b098 Added API.md for dist 7 years ago
Joseph Henry 8edd447571 Added submodule status output to Makefile 7 years ago
Joseph Henry d26f851c01 Build script improvements for linux 7 years ago
Joseph Henry 795a9f082b Build script now emits libztcore.a along with traditional libzt.a 7 years ago
Joseph Henry 52c718ff9f Decreased MTU to 1500, increased TCP_WND to 0xffff0, tweaked window scaling factor 7 years ago
Joseph Henry 5e662dc498 Removed activity from AAR build 7 years ago
Joseph Henry 320253517b RX/TX improvements, build process improvements 7 years ago
Joseph Henry ed7f93a57f Added lwIP 2.1.2 errno patch 7 years ago
Joseph Henry 80da08f625 Removed old tests 7 years ago
Joseph Henry 38fe99dc61 Minor changes to CMakeLists. Corrected JNI check, and changed release optimization flags to -O3 7 years ago
Joseph Henry f0c06fac3c Minor change to target groupings in Makefile 7 years ago
Joseph Henry 3792683cc6 Set _incomingPacketConcurrency to 1 7 years ago
Joseph Henry 3b967c1a12 Updated build script, minor shuffling of code to prevent naming conflicts 7 years ago
Joseph Henry 9ccb05698f Updated Xcode-Bridging-Header.h 7 years ago
Joseph Henry 0afa8e41fa Minor update to control api (and JNI). zts_start, zts_stop return int 7 years ago
Joseph Henry 916b9605a3 Set TCP_RCV_SCALE to 3 and increased TCP_WND from 0xffff to 0x7fff8 7 years ago
Joseph Henry 305829d0e5 #ifdef'd out niceness setter for Android 7 years ago
Joseph Henry 41d6457711 #ifdef'ed out netif callback functions 7 years ago
Joseph Henry 055d8acb25 Added _change_nice(), and options in src/Options.h 7 years ago
Joseph Henry 0c06006ab1 Increased LWIP_DRIVER_LOOP_INTERVAL to 250 ms, other minor changes 7 years ago
Joseph Henry 8d3c300538 Set verbosity to default OFF in CMakeLists.txt 7 years ago
Joseph Henry 019e569713 Updated ZeroTier.java to match recent API changes 7 years ago
Joseph Henry 9a8dc5c8ea Removed stray debug line 7 years ago
Joseph Henry dabdfa4d4d Updated ZT1 with patch to reduce node online/offline event reporting from 500s to (500/16)=~31s 7 years ago
Joseph Henry 52846b34aa Increased ARP_TABLE_SIZE from 3 to 64 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 19be36611d Enabled LWIP_TCPIP_CORE_LOCKING_INPUT and updated ethernet driver accordingly, improved RX 7 years ago
Joseph Henry 1cd0056ada Added argument checks to VirtualTap::put() 7 years ago
Joseph Henry 23bd427155 Fixed typo in ZeroTierSocket.java 7 years ago
Joseph Henry 1b033242ce Added latest Android Java port 7 years ago
Joseph Henry e40c3f5527 Patched ZeroTierOne to disable outgoing frame compression 7 years ago
Joseph Henry 34b84a0b3c Turned off DEBUGs in lwipopts.h 7 years ago