summaryrefslogtreecommitdiff
path: root/src/Service.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-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-18Minor changes for Windows buildJoseph Henry
2019-05-03Replaced ZT_FAST_MEMCPY with memcpy in Service.cppJoseph Henry
2019-03-11RX/TX improvements, build process improvementsJoseph Henry
2019-03-07Set _incomingPacketConcurrency to 1Joseph Henry
2019-03-04Updated build script, minor shuffling of code to prevent naming conflictsJoseph Henry
2019-02-21Fixed memory leak in callback message handling codeJoseph Henry
2019-02-14Unfinished callback improvements, consolidated netif4 and netif6Joseph Henry
2019-02-07Added a lock-free queue to lwIP driver for RX packet processing. Added checks...Joseph Henry
2019-02-07Added options for enabling and disabling network caching. Also modified tap p...Joseph Henry
2019-02-06Re-work of thread modelJoseph Henry