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