Joseph Henry
|
b0e8e5a235
|
Renamed C++ example visual studio project
|
2017-10-12 13:28:04 -07:00 |
|
Joseph Henry
|
2b417bb7bd
|
Added minimal example csharp (C#) visual studio project
|
2017-10-12 13:26:52 -07:00 |
|
Joseph Henry
|
e1fb09c3fb
|
Added .dll and .lib to .gitignore
|
2017-10-12 13:25:32 -07:00 |
|
Joseph Henry
|
0cb141e1d3
|
Updated Windows DLL version info resource file
|
2017-10-12 12:13:04 -07:00 |
|
Joseph Henry
|
9a2b689b51
|
Added STRIP to Windows DLL build to reduce executable size
|
2017-10-12 12:12:24 -07:00 |
|
Joseph Henry
|
9473b6f74a
|
Updated zts_start* API naming convention
|
2017-10-12 12:07:33 -07:00 |
|
Joseph Henry
|
b78662dd9b
|
Fixed zts_simple_start() bug that caushed crash before ID generation
|
2017-10-12 10:34:53 -07:00 |
|
Joseph Henry
|
6b76028016
|
Fixed references in visual_studio_cpp exaple
|
2017-10-11 16:19:58 -07:00 |
|
Joseph Henry
|
3ed00612ed
|
Fixed accidentally deleted newline in debug macros
|
2017-10-11 16:19:23 -07:00 |
|
Joseph Henry
|
8f0405abc9
|
Added example Visual Studio C++ project
|
2017-10-11 15:22:57 -07:00 |
|
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 |
|