summaryrefslogtreecommitdiff
path: root/src/Controls.cpp
AgeCommit message (Expand)Author
2021-05-18Fix MAC address getter convenience function in C APIJoseph Henry
2021-05-13Add better port binding controlsJoseph Henry
2021-05-12Fix socket initialization error on WindowsJoseph Henry
2021-05-06Code style fixesgithub-actions
2021-05-06Commented out pthread_setname_np to address portability concern #116Joseph Henry
2021-05-02Update Python bindings to 1.4.0 API (WIP)Joseph Henry
2021-04-30Reduce number of compile-time warningsJoseph 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-22Expand C API and simplify NodeServiceJoseph Henry
2021-04-17Applied styling rules from .clang-formatJoseph Henry
2021-03-27Merge branch 'master' of https://github.com/GermanAizek/libzt into GermanAize...Joseph Henry
2021-03-26Fixed memleak, optimize and refactor codeGermanAizek
2021-03-24Update C API: Add functions that simplify wrapper generationJoseph Henry
2021-03-16Bugfix: Check argument types and encodings in zts_py_send()Joseph Henry
2021-03-01Improvements to language binding facilitiesJoseph Henry
2021-02-24Improvements to language binding facilities. Add custom signal handlerJoseph Henry
2021-02-02Fix various minor compile-time warningsJoseph Henry
2021-01-30Add prototype key management APIJoseph Henry
2021-01-04Add C# P/INVOKE wrapper and client/server exampleJoseph Henry
2020-11-29Support for creating .xcframeworkEvan Olcott
2020-05-30Change event code numbering scheme, fix Windows startup bug, fix zts_free(), ...Joseph Henry
2020-05-29Fixing Android/Java crash on boot due to missing init method (#70)rossmc7
2020-05-07Fix struct name in zts_get_rfc_*_addrLann Martin
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-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-18Minor changes for Windows buildJoseph 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-18Added ZTS_ERR_GENERAL, also minor updates to JNI layerJoseph Henry
2019-03-11RX/TX improvements, build process improvementsJoseph 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-28#ifdef'd out niceness setter for AndroidJoseph Henry
2019-02-27Added _change_nice(), and options in src/Options.hJoseph Henry
2019-02-26Removed stray debug lineJoseph 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-14Android build fixesJoseph Henry
2019-02-14Unfinished callback improvements, consolidated netif4 and netif6Joseph Henry
2019-02-06Moved lwIP initialization from tap to zts_start for faster startupJoseph Henry
2019-02-06Re-work of thread modelJoseph Henry