summaryrefslogtreecommitdiff
path: root/src/Controls.cpp
AgeCommit message (Expand)Author
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