914 Commits (80da08f625af44e920a091accf2efebf3f25f9bf)
 

Author SHA1 Message Date
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
Joseph Henry 0b287dbcab TCP Performance tuning of lwIP 7 years ago
Joseph Henry 8b4921432e Android build fixes 7 years ago
Joseph Henry 0d0acfbf2a Updated lwip-contrib patch 7 years ago
Joseph Henry 8843bbc3fb Updated submodules 7 years ago
Joseph Henry a43d1d04e8 Unfinished callback improvements, consolidated netif4 and netif6 7 years ago
Joseph Henry c8e6662d24 Added ZTS_EVENT_NETWORK_DOWN to tap destructor 7 years ago
Joseph Henry 1f8d3030c8 Added a lock-free queue to lwIP driver for RX packet processing. Added checks to force strict ordering of callback events 7 years ago
Joseph Henry 52a7e9229e Added options for enabling and disabling network caching. Also modified tap polling interval 7 years ago
Joseph Henry 4de1068b57 Moved lwIP initialization from tap to zts_start for faster startup 7 years ago
Joseph Henry ef8689b0b8 Updated submodules and patches 7 years ago
Joseph Henry 2fdcf025e1 Re-work of thread model 7 years ago
Joseph Henry 292fcdda2c Improved callback logic. Simplified lwip driver. 7 years ago
Joseph Henry d715ebd461 Bugfix for hang in VirtualTap after calling getRoutes() and attempting to leave(), bugfix for potential memory leak if packet was rejected from stack 7 years ago
Joseph Henry 2fde6158ed Upgraded lwIP stack to 2.1.2 7 years ago
Joseph Henry f6a3155f08 Fixed bug that caused packets to be fed into multipl netifs when joined to two or more networks 7 years ago
Joseph Henry 068013d0f7 Switch to MEM_LIBC_MALLOC usage in lwIP. Added event callbacks. Use of finer-grained locks in RX logic. CRCs disabled on inbound packets 7 years ago
Joseph Henry 2ac133b435 Removed files from attic/ 7 years ago
Joseph Henry 270fc76b25 Updated lwIP patch to support improved shutdown semantics, updated ZT1 submodule reference 7 years ago
Joseph Henry 4e0c00aaff Improved reliability and performance, better startup and shutdown semantics, HTTP control plane is now disabled by default 7 years ago
Joseph Henry 8826b317c1 Commented out NotNeeded paths in CMakeLists.txt to silence Windows build errors 8 years ago
Joseph Henry 5bccd78080 Fix for memory corruption seen on Windows -- For ticket #36 8 years ago
Joseph Henry 70cb227665 Fixed debug flags for Windows builds 8 years ago
Joseph Henry 2f904ccdc6 Small README edit 8 years ago
Joseph Henry 24e74a8fc8 Fixed bad RX frame buffer math. Fixed RX frame dropping block. Pbufs are now properly preserved for application reading - Ticket #31 8 years ago