401 Commits (706f493f2da8138dbc01f238cb653a5cdecd25c3)

Author SHA1 Message Date
Joseph Henry 706f493f2d
Fix bug that resulted in peer caching data being written to disk even with not allowed 5 years ago
Joseph Henry 4122110cea
Add C# P/INVOKE wrapper and client/server example 5 years ago
Evan Olcott abbe7957c7 Support for creating .xcframework 5 years ago
Joseph Henry e304a89ddb Add check for netif before use in VirtualTap - Fixes bug mentioned in ticket #85 5 years ago
Joseph Henry b021e82078 Fix zts_allow_*_caching() bug that prevents user from properly setting value before node startup 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
rossmc7 3f1e9f00d1
Fixing Android/Java crash on boot due to missing init method (#70) 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 112d66ea20 Fix non-blocking behavior of sockets (removal of a portion of the old compatibility layer) 6 years ago
Joseph Henry a0b50530d3 Add portability and consistency fixes for C API, remove cruft, slight internal restructuring 6 years ago
Joseph Henry 894d3bf415 Fix (some) Windows compiler warnings 6 years ago
Joseph Henry 8e770b5355 Update JNI error codes to match new scheme 6 years ago
Joseph Henry 907a2e8417 Add Ad-hoc network ID convenience function to control interface 6 years ago
Joseph Henry 9eefbd55d3 Improve documentation and error reporting 6 years ago
Joseph Henry 2b60ab27ea Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address computation 6 years ago
Joseph Henry 51dfa84ba9 Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1 6 years ago
Joseph Henry e9e1f8920d Naming convention tweaks for SWIG wrapper compatibility 7 years ago
Joseph Henry fe30716143 Added arm64-v8a, x86, x86_64 ABIs to build.gradle 7 years ago
Joseph Henry 17e5b8172d Minor changes for Windows build 7 years ago
Joseph Henry dcfd4b032a Minor build fixes for Windows 7 years ago
Joseph Henry e727dfefb2 Replaced ZT_FAST_MEMCPY with memcpy in Service.cpp 7 years ago
Joseph Henry 17af1deeaa Updated documentation, removed unnecessary include 7 years ago
Joseph Henry 94d221a055 Bugfix for JNI version of zts_restart() 7 years ago
Joseph Henry e8553c9907 Added zts_get_protocol_stats(), zts_restart(), updated API documentation 7 years ago
Joseph Henry 630c3d6331 Moved Java sources to src/java 7 years ago
Joseph Henry 3cbc1017eb Added ZTS_ERR_GENERAL, also minor updates to JNI layer 7 years ago
Joseph Henry 52c718ff9f Decreased MTU to 1500, increased TCP_WND to 0xffff0, tweaked window scaling factor 7 years ago
Joseph Henry 320253517b RX/TX improvements, build process improvements 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 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 9a8dc5c8ea Removed stray debug line 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 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 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