Commit Graph

618 Commits

Author SHA1 Message Date
Joseph Henry
99dcce6d8b Fixed signed comparison warnings in ztproxy when compiling under Windows 2017-10-10 12:48:37 -07:00
Joseph Henry
427f87db91 More fixes for Windows support 2017-10-10 12:41:36 -07:00
Joseph Henry
2f59773b26 Updated ZTO submobule to f2c69ede for CancelSynchronousIo omission in Thread.hpp 2017-10-10 12:30:44 -07:00
Joseph Henry
27dddb2f45 Added WSAStartup() and WSACleanup() calls to zts_start() and zts_stop() 2017-10-10 12:23:42 -07:00
Joseph Henry
f9754d8216 zts_start initialization order fix for ztproxy. Was creating Phy instance before calling WSAStartup on Windows 2017-10-10 12:22:57 -07:00
Joseph Henry
35aa1820ef Fixed signed comparison warnings when compiling under Windows 2017-10-10 12:15:10 -07:00
Joseph Henry
29e31dd60a Fixes for Unix-like builds after introduction of Windows code 2017-10-10 11:40:14 -07:00
Joseph Henry
2900f1f995 Windows Support 2017-10-09 17:56:40 -07:00
Joseph Henry
06a09edd6d Reduced Housekeeping interval from 5 seconds to 3 seconds 2017-10-09 00:08:00 -07:00
Joseph Henry
7301c8c405 Added untested DNS client code 2017-10-09 00:07:31 -07:00
Joseph Henry
0319f8a894 SDK_JNI 2017-09-29 17:05:21 -07:00
Joseph Henry
6a5c73eec2 Documentation update 2017-09-29 16:36:42 -07:00
Joseph Henry
2d70336ee4 A patch for a patch, formatting in selftest.cpp 2017-09-29 16:25:26 -07:00
Joseph Henry
a4b0457c58 lwIP IPv6 build fix 2017-09-29 16:10:24 -07:00
Joseph Henry
53e73ed1d4 Split up build targets in makefile 2017-09-29 16:00:02 -07:00
Joseph Henry
c0aac699e7 Stubbed out experimental raw drivers 2017-09-29 15:37:50 -07:00
Joseph Henry
bac18b8d7c Temporarily removed picoTCP targets from Jenkinsfile 2017-09-29 15:35:38 -07:00
Joseph Henry
7c303b69fd Touched up ztproxy a little 2017-09-29 15:31:44 -07:00
Joseph Henry
af7a164f30 Removed debug lines from ZT1Service functions 2017-09-29 13:26:36 -07:00
Joseph Henry
2b09c57b45 Added reset() to RingBuffer 2017-09-29 13:25:56 -07:00
Joseph Henry
cb8e6b94d8 Fixed libzt lwip_select typo 2017-09-29 13:25:11 -07:00
Joseph Henry
11f13a7eff Added comments to ZTService functions 2017-09-29 13:24:38 -07:00
Joseph Henry
f3625aad9d Update to Makefile for ztproxy build 2017-09-29 13:17:42 -07:00
Joseph Henry
048e3ca7e3 Performance upgrades to ztproxy 2017-09-29 13:16:50 -07:00
Joseph Henry
bddc08c69d Added unit test for zts_select() to selftest 2017-09-29 11:43:29 -07:00
Joseph Henry
1afb2308b6 Added comment syntax for doxygen, fixed build flag which produced unnecessarily-large binaries, removed trailing whitespace 2017-09-27 13:42:27 -07:00
Joseph Henry
5f1e9fe795 Introduction of sequential-API build variant, better thread safety (lwIP only) 2017-09-27 02:29:04 -07:00
Joseph Henry
e4620e4c85 Consolidated tcp_write() logic in picoTCP driver, updated tcp_closure/tcp_shutdown logic in picoTCP driver, stubbed out more doxygen comments 2017-09-22 14:14:14 -07:00
Joseph Henry
a99edf2077 Stubbed-out doxygen comments 2017-09-22 13:52:58 -07:00
Joseph Henry
842105f931 Updated FAQ, removed from docs 2017-09-22 13:33:31 -07:00
Joseph Henry
b80dc83bd8 Added THREAD_ID to debug traces 2017-09-21 23:21:10 -07:00
Joseph Henry
83b641dd77 Added build timestamps for logging 2017-09-21 23:20:06 -07:00
Joseph Henry
82aff7ebb4 Added test api documentation (to test markdown rendering) 2017-09-19 12:19:12 -07:00
Joseph Henry
bbc713d9e2 Changed references to vs->state to use guarded getters and setters in picoTCP driver 2017-09-19 11:27:37 -07:00
Joseph Henry
109162841d Updated Makefile to fix build error on NO_STACK configurations 2017-09-19 11:18:01 -07:00
Joseph Henry
5e320fb950 Fixed lwIP driver thread model violation (tcp_close() was being called by application thread) 2017-09-19 10:52:59 -07:00
Joseph Henry
91eb869e02 Upgraded lwIP to 2.0.3 2017-09-19 10:50:17 -07:00
Joseph Henry
4991c85598 Added TCP_DEBUG_TMR to lessen lwIP debug trace clutter 2017-09-18 12:08:18 -07:00
Joseph Henry
3a82d4bada Minor tweaks to Makefile for ZeroTier::Utils in selftest, make-liblwip.mk for warning suppression 2017-09-18 12:06:45 -07:00
Joseph Henry
055a58ac63 Added multithreaded unit tests to selftest, standardization pass: conditional statement spacing 2017-09-18 11:58:41 -07:00
Joseph Henry
5ec6f1846b Fixed uninitialized memory warning before write() 2017-09-17 23:26:38 -07:00
Joseph Henry
ed51f41b47 Fixed memory leak in VirtualTap. Used unique_ptr instead of new/delete pair 2017-09-17 23:13:33 -07:00
Joseph Henry
854dbd7947 Removed old objects file. Has been moved into single Makefile 2017-09-17 23:11:25 -07:00
Joseph Henry
c84b398a32 Consolidated platform-specific makefiles into a single Makefile 2017-09-17 23:10:10 -07:00
Joseph Henry
60800d14ba Build fix, missing include for RLIMIT_NOFILE 2017-09-15 19:55:27 -07:00
Joseph Henry
f7112da490 Added prototype for future socket option unit tests 2017-09-15 19:47:31 -07:00
Joseph Henry
23b615b39a Slightly updated macOS makefile, temporarily reverted linux makefile 2017-09-15 19:46:51 -07:00
Joseph Henry
11dcc1e959 Stubbed out some of the more obscure socket options for both drivers 2017-09-15 19:45:49 -07:00
Joseph Henry
87af06a834 Adjusted debug macros for simplicity 2017-09-15 19:31:23 -07:00
Joseph Henry
88efcf984a Updated release notes, lwip architecture port files 2017-09-15 19:30:48 -07:00