| Age | Commit message (Expand) | Author |
| 2021-05-18 | Fix MAC address getter convenience function in C API | Joseph Henry |
| 2021-05-13 | Add better port binding controls | Joseph Henry |
| 2021-05-12 | Fix socket initialization error on Windows | Joseph Henry |
| 2021-05-06 | Code style fixes | github-actions |
| 2021-05-06 | Commented out pthread_setname_np to address portability concern #116 | Joseph Henry |
| 2021-05-02 | Update Python bindings to 1.4.0 API (WIP) | Joseph Henry |
| 2021-04-30 | Reduce number of compile-time warnings | 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-27 | Merge branch 'master' of https://github.com/GermanAizek/libzt into GermanAize... | Joseph Henry |
| 2021-03-26 | Fixed memleak, optimize and refactor code | GermanAizek |
| 2021-03-24 | Update C API: Add functions that simplify wrapper generation | Joseph Henry |
| 2021-03-16 | Bugfix: Check argument types and encodings in zts_py_send() | Joseph Henry |
| 2021-03-01 | Improvements to language binding facilities | Joseph Henry |
| 2021-02-24 | Improvements to language binding facilities. Add custom signal handler | Joseph Henry |
| 2021-02-02 | Fix various minor compile-time warnings | Joseph Henry |
| 2021-01-30 | Add prototype key management API | Joseph Henry |
| 2021-01-04 | Add C# P/INVOKE wrapper and client/server example | Joseph Henry |
| 2020-11-29 | Support for creating .xcframework | Evan Olcott |
| 2020-05-30 | Change event code numbering scheme, fix Windows startup bug, fix zts_free(), ... | Joseph Henry |
| 2020-05-29 | Fixing Android/Java crash on boot due to missing init method (#70) | rossmc7 |
| 2020-05-07 | Fix struct name in zts_get_rfc_*_addr | Lann Martin |
| 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 | Add Ad-hoc network ID convenience function to control interface | 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-18 | Minor changes for Windows build | 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 | Added ZTS_ERR_GENERAL, also minor updates to JNI layer | Joseph Henry |
| 2019-03-11 | RX/TX improvements, build process improvements | 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 | #ifdef'd out niceness setter for Android | Joseph Henry |
| 2019-02-27 | Added _change_nice(), and options in src/Options.h | Joseph Henry |
| 2019-02-26 | Removed stray debug line | 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-14 | Android build fixes | Joseph Henry |
| 2019-02-14 | Unfinished callback improvements, consolidated netif4 and netif6 | 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 |