| Age | Commit message (Expand) | Author |
| 2020-05-01 | Add portability and consistency fixes for C API, remove cruft, slight interna...1.3.3 | Joseph Henry |
| 2020-04-20 | Fix (some) Windows compiler warnings | Joseph Henry |
| 2020-04-17 | Update JNI error codes to match new scheme | Joseph Henry |
| 2020-04-17 | Add Ad-hoc network ID convenience function to control interface | Joseph Henry |
| 2020-04-17 | Improve documentation and error reporting | Joseph Henry |
| 2020-04-15 | Add network and peer caching toggles to API, fix 6PLANE and RFC4193 address c... | Joseph Henry |
| 2020-04-13 | Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1 | Joseph Henry |
| 2019-07-02 | Naming convention tweaks for SWIG wrapper compatibility | Joseph Henry |
| 2019-06-24 | Added arm64-v8a, x86, x86_64 ABIs to build.gradle | Joseph Henry |
| 2019-06-18 | Minor changes for Windows build | Joseph Henry |
| 2019-06-11 | Minor build fixes for Windows | Joseph Henry |
| 2019-05-03 | Replaced ZT_FAST_MEMCPY with memcpy in Service.cpp | Joseph Henry |
| 2019-04-10 | Updated documentation, removed unnecessary include | Joseph Henry |
| 2019-03-27 | Bugfix for JNI version of zts_restart() | Joseph Henry |
| 2019-03-27 | Added zts_get_protocol_stats(), zts_restart(), updated API documentation | Joseph Henry |
| 2019-03-18 | Moved Java sources to src/java | Joseph Henry |
| 2019-03-18 | Added ZTS_ERR_GENERAL, also minor updates to JNI layer | Joseph Henry |
| 2019-03-11 | Decreased MTU to 1500, increased TCP_WND to 0xffff0, tweaked window scaling f... | Joseph Henry |
| 2019-03-11 | RX/TX improvements, build process improvements | Joseph Henry |
| 2019-03-07 | Set _incomingPacketConcurrency to 1 | Joseph Henry |
| 2019-03-04 | Updated build script, minor shuffling of code to prevent naming conflicts | Joseph Henry |
| 2019-02-28 | Minor update to control api (and JNI). zts_start, zts_stop return int | Joseph Henry |
| 2019-02-28 | Set TCP_RCV_SCALE to 3 and increased TCP_WND from 0xffff to 0x7fff8 | Joseph Henry |
| 2019-02-28 | #ifdef'd out niceness setter for Android | Joseph Henry |
| 2019-02-27 | #ifdef'ed out netif callback functions | Joseph Henry |
| 2019-02-27 | Added _change_nice(), and options in src/Options.h | Joseph Henry |
| 2019-02-27 | Increased LWIP_DRIVER_LOOP_INTERVAL to 250 ms, other minor changes | Joseph Henry |
| 2019-02-26 | Removed stray debug line | Joseph Henry |
| 2019-02-26 | Increased ARP_TABLE_SIZE from 3 to 64 | Joseph Henry |
| 2019-02-26 | Improved zts_get_*_status() functions. Added new error code ZTS_ERR_NO_RESULT | Joseph Henry |
| 2019-02-25 | Bug fix for callbacks, minor netif driver tweak, minor Makefile tweak | Joseph Henry |
| 2019-02-21 | Fixed memory leak in callback message handling code | Joseph Henry |
| 2019-02-20 | Enabled LWIP_TCPIP_CORE_LOCKING_INPUT and updated ethernet driver accordingly... | Joseph Henry |
| 2019-02-20 | Added argument checks to VirtualTap::put() | Joseph Henry |
| 2019-02-14 | Turned off DEBUGs in lwipopts.h | Joseph Henry |
| 2019-02-14 | TCP Performance tuning of lwIP | Joseph Henry |
| 2019-02-14 | Android build fixes | Joseph Henry |
| 2019-02-14 | Unfinished callback improvements, consolidated netif4 and netif6 | Joseph Henry |
| 2019-02-07 | Added ZTS_EVENT_NETWORK_DOWN to tap destructor | Joseph Henry |
| 2019-02-07 | Added a lock-free queue to lwIP driver for RX packet processing. Added checks... | Joseph Henry |
| 2019-02-07 | Added options for enabling and disabling network caching. Also modified tap p... | Joseph Henry |
| 2019-02-06 | Moved lwIP initialization from tap to zts_start for faster startup | Joseph Henry |
| 2019-02-06 | Re-work of thread model | Joseph Henry |
| 2019-01-31 | Improved callback logic. Simplified lwip driver. | Joseph Henry |
| 2019-01-27 | Bugfix for hang in VirtualTap after calling getRoutes() and attempting to lea... | Joseph Henry |
| 2019-01-27 | Upgraded lwIP stack to 2.1.2 | Joseph Henry |
| 2019-01-26 | Fixed bug that caused packets to be fed into multipl netifs when joined to tw... | Joseph Henry |
| 2019-01-25 | Switch to MEM_LIBC_MALLOC usage in lwIP. Added event callbacks. Use of finer-... | Joseph Henry |
| 2019-01-14 | Improved reliability and performance, better startup and shutdown semantics, ... | Joseph Henry |
| 2018-10-18 | Fix for memory corruption seen on Windows -- For ticket #36 | Joseph Henry |