Commit Graph

107 Commits

Author SHA1 Message Date
Joseph Henry
b36a213d47 Added LIBZT_SANITIZE option, removed APIFILES from lwIP build 2017-09-11 16:59:52 -07:00
Joseph Henry
8b379e08b2 Added lwIP stack debug flag passthrough (e.g. NS_DEBUG=1) 2017-09-11 11:44:17 -07:00
Joseph Henry
142c27091c Added new unit tests and time-sync code for subtests, recvfrom() fixes 2017-09-05 16:51:07 -07:00
Joseph Henry
ec323c9842 Added basic DNS functionality, fixed stack smashing bug, organizational improvements 2017-08-30 14:13:13 -07:00
Joseph Henry
f1381e3cfa Updated makefiles, locations of sample apps 2017-08-17 14:35:14 -07:00
Joseph Henry
7d551d6198 Renamed SocketTap to VirtualTap and Connection to VirtualSocket to prevent confusion 2017-08-15 18:15:06 -07:00
Joseph Henry
cf83b450c3 Makefile fix for macOS 2017-08-15 13:35:16 -07:00
Joseph Henry
55cb39bfc0 Removed makefile error ignore flags 2017-08-15 11:51:17 -07:00
Joseph Henry
7d146f1797 Makefile tweak, copy pico module object files to obj 2017-08-14 16:07:30 -07:00
Joseph Henry
ad17909f06 Build tweaks, better flag handling across makefiles 2017-08-14 15:53:53 -07:00
Joseph Henry
8e192c0ee8 Managed Routes now supported, with automatic add/remove 2017-08-14 11:25:44 -07:00
Joseph Henry
7e30474ee4 Implemented barebones VL2 SOCK_RAW functionality, moved ZT core helper functions from OneService to libzt 2017-08-02 14:39:21 -07:00
Joseph Henry
7293c94e43 Added default network stack (picoTCP) and default protocol versions to makefile 2017-07-26 16:55:59 -07:00
Joseph Henry
b105ddb060 Removed old linger code, formatting fixes, other minor adjustments 2017-07-26 02:12:28 -07:00
Joseph Henry
4e36fe28d5 BSD-license-compatible, and NO_STACK build variants 2017-07-25 23:40:24 -07:00
Joseph Henry
494ec2508c Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for more efficient RX/TX 2017-07-12 11:44:31 -07:00
Joseph Henry
f13f06ae70 Added ZeroTierOne as a submodule 2017-06-26 02:46:59 -07:00
Joseph Henry
ab7e9d0091 Updated selftest and echotest, also added a few scripts 2017-06-22 18:22:39 -07:00
Joseph Henry
d3351dd2ce README updates, misc filename changes, debug trace fixes, introduction of libzt moniker 2017-06-14 16:53:59 -07:00
Joseph Henry
8a204c7755 IPV4 and IPV6 enabled by default in builds 2017-06-14 13:44:45 -07:00
Joseph Henry
3793b23229 fixed connect/accept behaviour, added to selftest, renamed BSD makefile 2017-06-11 20:24:11 -07:00
Joseph Henry
4a14442d08 updated TESTING.md 2017-06-05 17:36:47 -07:00
Joseph Henry
19839eeac9 updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved selftest 2017-06-05 14:26:06 -07:00
Joseph Henry
f2514dbc65 updated macOS makefile 2017-05-30 13:58:07 -07:00
Joseph Henry
dcdc13204c wider selftest coverage 2017-05-05 16:46:07 -07:00
Joseph Henry
307d164938 updated core to 1.2.4, fixed pico_device init bug 2017-05-04 15:33:33 -07:00
Joseph Henry
890e32e88b added java example 2017-05-04 13:06:39 -07:00
Joseph Henry
10aea0eef1 default -O3 in static build 2017-05-01 18:14:10 -07:00
Joseph Henry
6a25abb757 various bug fixes 2017-04-21 14:56:42 -07:00
Joseph Henry
76abb3e0a2 improved testing and connection handling 2017-04-20 13:39:46 -07:00
Joseph Henry
c65b609fb4 spring cleaning 2017-04-14 17:23:28 -07:00
Joseph Henry
3052f55d12 Added SocketTap multiplexing logic 2017-04-07 17:56:05 -07:00
Joseph Henry
08cca3c7aa dynamic loading of network stack no longer needed 2017-04-06 19:16:01 -07:00
Joseph Henry
997f12a592 removed all contents 2017-04-06 19:14:04 -07:00
Joseph Henry
52d01b9e85 minor tweaks for build warnings on linux 2017-03-21 12:00:19 -07:00
Joseph Henry
692d516098 added peer-related accessors to zts_* API 2017-03-20 10:15:35 -07:00
Joseph Henry
1b362d3228 removed conflict markers from merge 2017-03-19 23:21:44 -07:00
Joseph Henry
48f2aaf6ca merging recent upgrades into master 2017-03-19 22:47:51 -07:00
Joseph Henry
905a822b05 fixed vtable discrepency 2017-03-07 13:18:07 -08:00
Joseph Henry
fe9803eba5 removed signatures file 2017-03-07 11:54:42 -08:00
Joseph Henry
9016bc8385 updated ZTO version 2017-03-07 11:08:02 -08:00
Joseph Henry
ce42dd4815 corrected stack library object file in makefile 2017-03-06 14:37:34 -08:00
Joseph Henry
889430e820 removed reference to build.h, fixed osx_static_lib build target 2017-03-02 10:50:46 -08:00
Joseph Henry
2741508520 macOS static lib build target update, minor android/unity3d updates 2016-12-20 12:57:59 -08:00
Joseph Henry
7393c80ae6 Minor, build target updates 2016-12-19 10:07:33 -08:00
Joseph Henry
306278bdf7 updated unit tests, makefile targets 2016-12-16 13:04:01 -08:00
Joseph Henry
76e8c2e187 added language and platform checks for recvfrom/sendto address castings 2016-12-14 16:23:23 -08:00
Joseph Henry
f40e2ef93f build target updates 2016-12-08 15:44:53 -08:00
Joseph Henry
c7d3fb5d75 updated docs 2016-12-08 13:14:12 -08:00
Joseph Henry
e640cd016b picotcp udp updates 2016-12-05 10:28:02 -08:00