summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-08-23Remove vestigial version fileJoseph Henry
2023-08-18add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_anyBrenton Bostick
2023-08-03Add missing zts_init_set_low_bandwidth_modeJoseph Henry
2023-07-24Port over TCP relay functionality from ZeroTier OneJoseph Henry
2023-05-25Fix typos ZTS_CENRTAL_MAX_URL_LEN -> ZTS_CENTRAL_MAX_URL_LENBrenton Bostick
2023-02-21Fix ZTS_MAX_PEER_NETWORK_PATHS to equal ZTO submodulejanvanbouwel
2021-12-06Fix copy-and-paste errors mentioned in ticket #129Joseph Henry
2021-05-20Update documentation links in READMEsJoseph Henry
2021-05-19Make socket exceptions more specific to match Python semanticsJoseph Henry
2021-05-19Add address getter method to Python wrapperJoseph Henry
2021-05-19Minor changes to documentation comments to make parser happyJoseph Henry
2021-05-17Add NetworkStream to C# wrapper. Fix errno bug in C# wrapperJoseph Henry
2021-05-13Add better port binding controlsJoseph Henry
2021-05-05Slight re-org of C API naming conventionJoseph Henry
2021-05-02Update Python bindings to 1.4.0 API (WIP)Joseph Henry
2021-04-29Adjust nomenclature. Add more C API extension functionsJoseph Henry
2021-04-26Format according to new ZeroTier standardJoseph Henry
2021-04-26Add zts_core_query_ and world sub-APIs. Adjust event subsystemJoseph Henry
2021-04-22Code style fixesgithub-actions
2021-04-22Expand C API and simplify NodeServiceJoseph Henry
2021-04-17Applied styling rules from .clang-formatJoseph Henry
2021-03-26Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvementsJoseph Henry
2021-03-24Update C API: Add functions that simplify wrapper generationJoseph Henry
2021-03-20Replace manual csc.exe invokation with dotnet project (for NuGet build)Joseph Henry
2021-03-16Bugfix: Check argument types and encodings in zts_py_send()Joseph Henry
2021-03-16Buildfix: Missing type specifierJoseph Henry
2021-03-16Expose lwIP's DNS API in zts_* API. Fix preprocessor build bugJoseph Henry
2021-03-15Remove networking functions that can be found elsewhereJoseph Henry
2021-03-14Improve Central APIJoseph Henry
2021-03-13Remove non-standard API function accept4()Joseph Henry
2021-03-05Implement more of the Python language binding. Minor adjustments to PyPI packageJoseph Henry
2021-03-01Improvements to language binding facilitiesJoseph Henry
2021-02-24Improvements to language binding facilities. Add custom signal handlerJoseph Henry
2021-02-16Move C API documentation to include directoryJoseph Henry
2021-02-02Fix various minor compile-time warningsJoseph Henry
2021-02-01Restructure packaging directories. Move C# bindings, minor compilation fix.Joseph Henry
2021-01-30Add prototype key management APIJoseph Henry
2021-01-05Minor preprocessor adjustment in ZeroTierSockets.hJoseph Henry
2021-01-04Add preprocessor check in ZeroTierSockets.h for inclusion of integer definiti...Joseph Henry
2020-12-01Tweaks to Xcode project settingsEvan Olcott
2020-10-21Fix zts_allow_*_caching() bug that prevents user from properly setting value ...Joseph Henry
2020-09-04Add minor bit of documentation to zts_send to address ticket #74Joseph Henry
2020-05-30Change event code numbering scheme, fix Windows startup bug, fix zts_free(), ...Joseph Henry
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-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-06-24Added arm64-v8a, x86, x86_64 ABIs to build.gradleJoseph Henry