summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-06Preparation for C--, removed classes, namespaces, advanced build options are ...Joseph Henry
2017-10-20Updated READMEJoseph Henry
2017-10-19Added basic synchronization code to network-based selftestJoseph Henry
2017-10-16Modification to blocking bahavior of zts_start, is now settable. Improved add...Joseph Henry
2017-10-16Minor change to API (renamed get_device_id to get_id). More complete Scala bi...Joseph Henry
2017-10-16Minor update to selftestJoseph Henry
2017-10-12Build fix for nativetestJoseph Henry
2017-10-12Updated examples, added READMEs for Windows projectsJoseph Henry
2017-10-12Updated zts_start* API naming conventionJoseph Henry
2017-09-29A patch for a patch, formatting in selftest.cppJoseph Henry
2017-09-29lwIP IPv6 build fixJoseph Henry
2017-09-29Added unit test for zts_select() to selftestJoseph Henry
2017-09-27Added comment syntax for doxygen, fixed build flag which produced unnecessari...Joseph Henry
2017-09-27Introduction of sequential-API build variant, better thread safety (lwIP only)Joseph Henry
2017-09-22Consolidated tcp_write() logic in picoTCP driver, updated tcp_closure/tcp_shu...Joseph Henry
2017-09-18Minor tweaks to Makefile for ZeroTier::Utils in selftest, make-liblwip.mk for...Joseph Henry
2017-09-18Added multithreaded unit tests to selftest, standardization pass: conditional...Joseph Henry
2017-09-15Added prototype for future socket option unit testsJoseph Henry
2017-09-14Upgraded lwIP to 2.0.2-STABLEJoseph Henry
2017-09-14standardization pass: conditional statement spacing, removed NULL shorthand m...Joseph Henry
2017-09-13Added standardization target for code style, fixed LWIP_DEBUG redefinition wa...Joseph Henry
2017-09-12Added repeat feature to selftestJoseph Henry
2017-09-12Added code quality and standardization profile (for use with Vera++). Increas...Joseph Henry
2017-09-08Added selectable TCP_WRITE_FLAG_COPY mode on a per-socket basis, updated lwIP...Joseph Henry
2017-09-08Added more safety checks to del_virtual_socket(), new zts_shutdown() implemen...Joseph Henry
2017-09-07tcp_received() fixJoseph Henry
2017-09-06Further improvements to selftest, lwIP driver updatesJoseph Henry
2017-09-05Added new unit tests and time-sync code for subtests, recvfrom() fixesJoseph Henry
2017-08-30Added basic DNS functionality, fixed stack smashing bug, organizational impro...Joseph Henry
2017-08-24tap initialization patchJoseph Henry
2017-08-24added client/server test fileJoseph Henry
2017-08-24picotcp stack driver edge case bug fixesJoseph Henry
2017-08-18Improvements to selftest, closure bug addressedJoseph Henry
2017-08-17Updated makefiles, locations of sample appsJoseph Henry
2017-08-15Renamed SocketTap to VirtualTap and Connection to VirtualSocket to prevent co...Joseph Henry
2017-08-15Added test item to selftest.cpp listJoseph Henry
2017-08-14Managed Routes now supported, with automatic add/removeJoseph Henry
2017-08-08Updated selftestJoseph Henry
2017-08-02Normalized indentation for entire project to TABSJoseph Henry
2017-08-02Implemented barebones VL2 SOCK_RAW functionality, moved ZT core helper functi...Joseph Henry
2017-07-26Added layer2 SOCK_RAW example code and stubsJoseph Henry
2017-07-26Removed old linger code, formatting fixes, other minor adjustmentsJoseph Henry
2017-07-25BSD-license-compatible, and NO_STACK build variantsJoseph Henry
2017-07-17Added minor feature request: zts_poll/zts_selectJoseph Henry
2017-07-13Minor changes to selftest, updated TESTING readme, removed old test personali...Joseph Henry
2017-07-12Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for...Joseph Henry
2017-06-22Updated selftest and echotest, also added a few scriptsJoseph Henry
2017-06-16significant upgrade to selftest, added echotest, better checks for data in qu...Joseph Henry
2017-06-14README updates, misc filename changes, debug trace fixes, introduction of lib...Joseph Henry
2017-06-14bug fixes for ztproxy testJoseph Henry