| 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-13 | Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1 | Joseph Henry |
| 2019-06-11 | Minor build fixes for Windows | Joseph Henry |
| 2019-04-10 | Updated documentation, removed unnecessary include | Joseph Henry |
| 2019-03-04 | Updated build script, minor shuffling of code to prevent naming conflicts | Joseph Henry |
| 2019-02-25 | Bug fix for callbacks, minor netif driver tweak, minor Makefile tweak | 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 | 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 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-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-07-31 | Fixed Windows high CPU utilization bug | Joseph Henry |
| 2018-07-19 | Removed cruft from project | Joseph Henry |
| 2018-02-21 | Fixed some debug trace format specifiers to reduce compile-time warnings (rou... | Joseph Henry |
| 2018-02-21 | Fixed some debug trace format specifiers to reduce compile-time warnings | Joseph Henry |
| 2018-01-30 | tweaks for Windows cmake build | joseph.henry |
| 2018-01-08 | Updated copyright for 2018 | Joseph Henry |
| 2017-12-15 | Officially deprecated old Makefile in favor of CMake | Joseph Henry |
| 2017-11-21 | zts_* API updates, unfinished lwIP tweaks | Joseph Henry |
| 2017-11-13 | Commented out debug statement in VirtualTap | Joseph Henry |
| 2017-11-06 | Preparation for C--, removed classes, namespaces, advanced build options are ... | Joseph Henry |
| 2017-10-10 | More fixes for Windows support | Joseph Henry |
| 2017-10-09 | Windows Support | Joseph Henry |
| 2017-09-29 | Stubbed out experimental raw drivers | Joseph Henry |
| 2017-09-27 | Added comment syntax for doxygen, fixed build flag which produced unnecessari... | Joseph Henry |
| 2017-09-27 | Introduction of sequential-API build variant, better thread safety (lwIP only) | Joseph Henry |
| 2017-09-22 | Consolidated tcp_write() logic in picoTCP driver, updated tcp_closure/tcp_shu... | Joseph Henry |
| 2017-09-19 | Fixed lwIP driver thread model violation (tcp_close() was being called by app... | Joseph Henry |
| 2017-09-18 | Added multithreaded unit tests to selftest, standardization pass: conditional... | Joseph Henry |
| 2017-09-17 | Fixed memory leak in VirtualTap. Used unique_ptr instead of new/delete pair | Joseph Henry |
| 2017-09-15 | Stubbed out some of the more obscure socket options for both drivers | Joseph Henry |
| 2017-09-14 | standardization pass: conditional statement spacing, removed NULL shorthand m... | Joseph Henry |
| 2017-09-13 | standardization pass: trim_right (trailing whitespaces) | Joseph Henry |
| 2017-09-13 | Added differentiation of LIBZT_DEBUG and NS_DEBUG flags, other minor tweaks | Joseph Henry |
| 2017-09-11 | Replaced get_pico_socket() with more generic code. Added checksum note in lib... | Joseph Henry |
| 2017-09-08 | Added selectable TCP_WRITE_FLAG_COPY mode on a per-socket basis, updated lwIP... | Joseph Henry |
| 2017-09-08 | Added more safety checks to del_virtual_socket(), new zts_shutdown() implemen... | Joseph Henry |
| 2017-09-07 | tcp_received() fix | Joseph Henry |
| 2017-09-06 | Further improvements to selftest, lwIP driver updates | Joseph Henry |
| 2017-08-30 | Added basic DNS functionality, fixed stack smashing bug, organizational impro... | Joseph Henry |
| 2017-08-25 | Fixed potential stack corruption with sprintf | Piotr Sarna |
| 2017-08-24 | picotcp stack driver edge case bug fixes | Joseph Henry |
| 2017-08-18 | Improvements to selftest, closure bug addressed | Joseph Henry |