Commit Graph

630 Commits

Author SHA1 Message Date
Joseph Henry
33f9d2b86e Added target for MSVC DLLs for use in Visual Studio 2017-10-11 15:22:31 -07:00
Joseph Henry
81ebd38ebc Updated .gitignore for Visual Studio file 2017-10-11 15:21:21 -07:00
Joseph Henry
b45304b16d Added untested DLL target for Windows 2017-10-10 17:43:29 -07:00
Joseph Henry
a9059f0fe5 Updated ZTO submodule for Windows build tweak 2017-10-10 15:02:32 -07:00
Joseph Henry
0e0cf22aa3 Temporarily commented out thread-safe version of zts_gethostbyname(), added -fpermissive to Makefile for MinGW Windows build 2017-10-10 14:59:55 -07:00
Joseph Henry
d7b3b20696 Fixed signed comparison warnings in ztproxy when compiling under Windows 2017-10-10 14:28:50 -07:00
Joseph Henry
efb9890d3e Merge branch 'master' into dev 2017-10-10 14:22:13 -07:00
Joseph Henry
08b7ccb921 Added return values to zts_start() and zts_simple_start(). Also Fixed signed comparison warnings in ztproxy when compiling under Windows 2017-10-10 14:20:20 -07:00
Joseph Henry
9b9aa108c2 Added includes for various interface-related Windows defines 2017-10-10 13:05:08 -07:00
Joseph Henry
e3e22c35f1 Fixed typo 2017-10-10 13:02:21 -07:00
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
d3b2908f58 Compliation warning fix for ztproxy 2017-10-09 01:09:12 -07:00
Joseph Henry
e60dedf0da Removed stack libary targets from Jenkinsfile 2017-10-09 00:43:44 -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