639 Commits (2b417bb7bd9efabf38fda23cdb0068db10f38d4e)
 

Author SHA1 Message Date
Joseph Henry 2b417bb7bd Added minimal example csharp (C#) visual studio project 9 years ago
Joseph Henry e1fb09c3fb Added .dll and .lib to .gitignore 9 years ago
Joseph Henry 0cb141e1d3 Updated Windows DLL version info resource file 9 years ago
Joseph Henry 9a2b689b51 Added STRIP to Windows DLL build to reduce executable size 9 years ago
Joseph Henry 9473b6f74a Updated zts_start* API naming convention 9 years ago
Joseph Henry b78662dd9b Fixed zts_simple_start() bug that caushed crash before ID generation 9 years ago
Joseph Henry 6b76028016 Fixed references in visual_studio_cpp exaple 9 years ago
Joseph Henry 3ed00612ed Fixed accidentally deleted newline in debug macros 9 years ago
Joseph Henry 8f0405abc9 Added example Visual Studio C++ project 9 years ago
Joseph Henry 33f9d2b86e Added target for MSVC DLLs for use in Visual Studio 9 years ago
Joseph Henry 81ebd38ebc Updated .gitignore for Visual Studio file 9 years ago
Joseph Henry b45304b16d Added untested DLL target for Windows 9 years ago
Joseph Henry a9059f0fe5 Updated ZTO submodule for Windows build tweak 9 years ago
Joseph Henry 0e0cf22aa3 Temporarily commented out thread-safe version of zts_gethostbyname(), added -fpermissive to Makefile for MinGW Windows build 9 years ago
Joseph Henry d7b3b20696 Fixed signed comparison warnings in ztproxy when compiling under Windows 9 years ago
Joseph Henry efb9890d3e Merge branch 'master' into dev 9 years ago
Joseph Henry 08b7ccb921 Added return values to zts_start() and zts_simple_start(). Also Fixed signed comparison warnings in ztproxy when compiling under Windows 9 years ago
Joseph Henry 9b9aa108c2 Added includes for various interface-related Windows defines 9 years ago
Joseph Henry e3e22c35f1 Fixed typo 9 years ago
Joseph Henry 99dcce6d8b Fixed signed comparison warnings in ztproxy when compiling under Windows 9 years ago
Joseph Henry 427f87db91 More fixes for Windows support 9 years ago
Joseph Henry 2f59773b26 Updated ZTO submobule to f2c69ede for CancelSynchronousIo omission in Thread.hpp 9 years ago
Joseph Henry 27dddb2f45 Added WSAStartup() and WSACleanup() calls to zts_start() and zts_stop() 9 years ago
Joseph Henry f9754d8216 zts_start initialization order fix for ztproxy. Was creating Phy instance before calling WSAStartup on Windows 9 years ago
Joseph Henry 35aa1820ef Fixed signed comparison warnings when compiling under Windows 9 years ago
Joseph Henry 29e31dd60a Fixes for Unix-like builds after introduction of Windows code 9 years ago
Joseph Henry 2900f1f995 Windows Support 9 years ago
Joseph Henry d3b2908f58 Compliation warning fix for ztproxy 9 years ago
Joseph Henry e60dedf0da Removed stack libary targets from Jenkinsfile 9 years ago
Joseph Henry 06a09edd6d Reduced Housekeeping interval from 5 seconds to 3 seconds 9 years ago
Joseph Henry 7301c8c405 Added untested DNS client code 9 years ago
Joseph Henry 0319f8a894 SDK_JNI 9 years ago
Joseph Henry 6a5c73eec2 Documentation update 9 years ago
Joseph Henry 2d70336ee4 A patch for a patch, formatting in selftest.cpp 9 years ago
Joseph Henry a4b0457c58 lwIP IPv6 build fix 9 years ago
Joseph Henry 53e73ed1d4 Split up build targets in makefile 9 years ago
Joseph Henry c0aac699e7 Stubbed out experimental raw drivers 9 years ago
Joseph Henry bac18b8d7c Temporarily removed picoTCP targets from Jenkinsfile 9 years ago
Joseph Henry 7c303b69fd Touched up ztproxy a little 9 years ago
Joseph Henry af7a164f30 Removed debug lines from ZT1Service functions 9 years ago
Joseph Henry 2b09c57b45 Added reset() to RingBuffer 9 years ago
Joseph Henry cb8e6b94d8 Fixed libzt lwip_select typo 9 years ago
Joseph Henry 11f13a7eff Added comments to ZTService functions 9 years ago
Joseph Henry f3625aad9d Update to Makefile for ztproxy build 9 years ago
Joseph Henry 048e3ca7e3 Performance upgrades to ztproxy 9 years ago
Joseph Henry bddc08c69d Added unit test for zts_select() to selftest 9 years ago
Joseph Henry 1afb2308b6 Added comment syntax for doxygen, fixed build flag which produced unnecessarily-large binaries, removed trailing whitespace 9 years ago
Joseph Henry 5f1e9fe795 Introduction of sequential-API build variant, better thread safety (lwIP only) 9 years ago
Joseph Henry e4620e4c85 Consolidated tcp_write() logic in picoTCP driver, updated tcp_closure/tcp_shutdown logic in picoTCP driver, stubbed out more doxygen comments 9 years ago
Joseph Henry a99edf2077 Stubbed-out doxygen comments 9 years ago