| Age | Commit message (Expand) | Author |
| 2021-05-06 | Code style fixes | github-actions |
| 2021-05-06 | Commented out pthread_setname_np to address portability concern #116 | Joseph Henry |
| 2021-04-30 | Reduce number of compile-time warnings (continued) | Joseph Henry |
| 2021-04-29 | Adjust nomenclature. Add more C API extension functions | Joseph Henry |
| 2021-04-26 | Format according to new ZeroTier standard | Joseph Henry |
| 2021-04-26 | Add zts_core_query_ and world sub-APIs. Adjust event subsystem | Joseph Henry |
| 2021-04-22 | Expand C API and simplify NodeService | Joseph Henry |
| 2021-04-17 | Applied styling rules from .clang-format | Joseph Henry |
| 2021-03-26 | Fixed memleak, optimize and refactor code | GermanAizek |
| 2021-03-13 | Bugfix: calling zts_free() before zts_start() would enter infinite loop | Joseph Henry |
| 2021-02-04 | Update license header dates | Joseph Henry |
| 2021-02-02 | Fix various minor compile-time warnings | Joseph Henry |
| 2020-11-19 | Add check for netif before use in VirtualTap - Fixes bug mentioned in ticket #85 | Joseph Henry |
| 2020-05-30 | Change event code numbering scheme, fix Windows startup bug, fix zts_free(), ... | Joseph Henry |
| 2020-05-06 | Change default MTU to 2800 | Joseph Henry |
| 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 |