Commit Graph

659 Commits

Author SHA1 Message Date
Joseph Henry
fdd6010456 Minor change to API (renamed get_device_id to get_id). More complete Scala binding 2017-10-16 15:12:37 -07:00
Joseph Henry
e8f1a4db73 Scala language binding lightly-tested and works 2017-10-16 14:27:25 -07:00
Joseph Henry
7c04472b68 Added untested Scala binding 2017-10-16 13:40:05 -07:00
Joseph Henry
5de02d3259 Simplified java binding example 2017-10-16 13:10:20 -07:00
Joseph Henry
1a4ad49e06 Updated ztproxy location in examples folder 2017-10-16 12:28:15 -07:00
Joseph Henry
259691d370 Minor update to selftest 2017-10-16 12:23:28 -07:00
Joseph Henry
e36b88004f IPV6 interface tweaks 2017-10-16 12:23:10 -07:00
Joseph Henry
524af1cb2e tweaked README.md intro blurb 2017-10-16 12:06:01 -07:00
Joseph Henry
3598c675d6 Changed examples/ subfolder structure 2017-10-15 14:16:05 -07:00
Joseph Henry
9d26af1b64 Added .class to .gitignore 2017-10-13 13:15:11 -07:00
Joseph Henry
63fc3ad8ab Updated Java JNI example 2017-10-13 13:14:28 -07:00
Joseph Henry
83419fb89e Moved JNI wrapper into separate file. Updated shared_jni_lib build target 2017-10-13 13:14:04 -07:00
Joseph Henry
f06bbf74c5 Separated TRACE and DEBUG conditions in makefile 2017-10-13 10:46:45 -07:00
Joseph Henry
765d662848 Updated .gitignore - post historical cleanup 2017-10-13 00:21:34 -07:00
Joseph Henry
9b2d3a2657 Makefile change: updated symbol stripping/debugging conditions 2017-10-12 16:57:57 -07:00
Joseph Henry
cd9ecb5c4c Build fix for nativetest 2017-10-12 14:15:03 -07:00
Joseph Henry
6f32eede6a Updated examples, added READMEs for Windows projects 2017-10-12 14:06:47 -07:00
Joseph Henry
0bead3b1a6 Added comment header to libzt.cs 2017-10-12 13:54:25 -07:00
Joseph Henry
fec4d4fcd4 Updated csharp (C#) API wrapper, should be mostly functional at this point 2017-10-12 13:51:57 -07:00
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