summaryrefslogtreecommitdiff
path: root/src/Sockets.cpp
AgeCommit message (Expand)Author
2022-01-03Include sys/endian.h in Sockets.cpp for Androidstaphen
2021-05-19Code style enforcementgithub-actions
2021-05-19Correctly handle IPv6 unspecified address in C APIJoseph Henry
2021-05-17Add NetworkStream to C# wrapper. Fix errno bug in C# wrapperJoseph Henry
2021-05-11Slight re-org of event system and fix bug in zts_util_ipstr_to_saddrJoseph Henry
2021-05-05Slight re-org of C API naming conventionJoseph 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-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-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-14Split Java portion of socket API into its own fileJoseph Henry
2021-03-14Change error behavior: Return ZTS_ERR_SERVICE in all cases before checking an...Joseph Henry
2021-03-13Remove non-standard API function accept4()Joseph Henry
2021-03-01Improvements to language binding facilitiesJoseph Henry
2021-02-24Improvements to language binding facilities. Add custom signal handlerJoseph Henry
2021-02-04Update license header datesJoseph Henry
2021-02-02Fix various minor compile-time warningsJoseph Henry
2020-05-30Change event code numbering scheme, fix Windows startup bug, fix zts_free(), ...Joseph Henry
2020-05-05Fix non-blocking behavior of sockets (removal of a portion of the old compati...Joseph Henry
2020-05-01Add portability and consistency fixes for C API, remove cruft, slight interna...1.3.3Joseph Henry
2020-04-17Improve documentation and error reportingJoseph Henry
2020-04-13Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1Joseph Henry
2019-06-11Minor build fixes for WindowsJoseph 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-06Re-work of thread modelJoseph Henry