summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-08-04Fix https://github.com/zerotier/libzt/issues/242Brenton Bostick
2021-05-19Add address getter method to Python wrapperJoseph Henry
2021-05-19Format Python code with (black)Joseph Henry
2021-05-18Add ZeroTierDatagramSocket and ZeroTierServerSocket to Java wrapperJoseph Henry
2021-05-17Add NetworkStream to C# wrapper. Fix errno bug in C# wrapperJoseph Henry
2021-05-13Code style fixesgithub-actions
2021-05-13Add better port binding controlsJoseph Henry
2021-05-05Update C API selftestJoseph Henry
2021-05-02Update Python bindings to 1.4.0 API (WIP)Joseph Henry
2021-04-30Update C# bindings to 1.4.0 APIJoseph Henry
2021-04-29Update C API selftestJoseph Henry
2021-04-29Add WIP Java language bindingsJoseph Henry
2021-04-22Expand C API and simplify NodeServiceJoseph 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-16Better random number generation in selftestJoseph Henry
2021-03-16Add tests to selftestJoseph Henry
2021-02-16Rename selftestJoseph Henry
2021-01-29Add newline to CI test/error.cpp to make my IDE happyJoseph Henry
2021-01-26Add simple test for CI build workflowJoseph Henry
2020-04-17Remove outdated examplesJoseph Henry
2019-06-18Updated example simple.cpp for WindowsJoseph Henry
2019-05-15Added Homebrew blurb, fixed test example, removed patches from MakefileJoseph Henry
2019-05-01Updated README.md and test/Joseph Henry
2019-02-06Re-work of thread modelJoseph Henry
2018-07-27Updated lwip.patch for Linux compatibility, CMakeLists.txt, and fixed other m...Joseph Henry
2018-07-19Removed cruft from projectJoseph Henry
2018-02-21Fixed some debug trace format specifiers to reduce compile-time warnings (rou...Joseph Henry
2018-02-12Changed debug configs for testing open file bug on LinuxJoseph Henry
2018-02-07Added zts_set_service_port()Joseph Henry
2018-01-31Typojoseph.henry
2018-01-31cmake build script fixes, and fixes for selftest's winsock2 callsJoseph Henry
2018-01-31Windows cmake build updatesjoseph.henry
2018-01-30tweaks for Windows cmake buildjoseph.henry
2018-01-08Updated copyright for 2018Joseph Henry
2018-01-08Uncommented test sections in selftestJoseph Henry
2017-12-19Fixed type in selftestJoseph Henry
2017-12-19Fixed typo in selftestJoseph Henry
2017-12-15Officially deprecated old Makefile in favor of CMakeJoseph Henry
2017-12-14Updated tests/examplesJoseph Henry
2017-12-14Updated create_test_identities.shJoseph Henry
2017-12-14Removed references to DNS functionality in selftestJoseph Henry
2017-11-29Commented out a few things to silence warningsJoseph Henry
2017-11-21zts_* API updates, unfinished lwIP tweaksJoseph Henry
2017-11-21Updated bindingsJoseph Henry
2017-11-13Added test identity generation scriptJoseph Henry
2017-11-13Added identity generation section for testingJoseph Henry
2017-11-10Removed test.conf from testJoseph Henry
2017-11-10Removed .conf file from test/carolJoseph Henry
2017-11-06Windows build fixesJoseph Henry