2 Commits (51dfa84ba99b70f05c2bfbfa76c7f2b13965b8db)

Author SHA1 Message Date
Joseph Henry 51dfa84ba9 Fix netif IPv6 handling, misc cleanup, license update from GPL-3 to BSL 1.1 6 years ago
Joseph Henry 2fdcf025e1 Re-work of thread model 7 years ago
Joseph Henry 4e0c00aaff Improved reliability and performance, better startup and shutdown semantics, HTTP control plane is now disabled by default 7 years ago
Joseph Henry e7a37ee391 Removed reference to DEBUG_* macros in examples and libzt proper 8 years ago
Joseph Henry 07be7a25a3 Removed cruft from project 8 years ago
joseph.henry 2c5634343a tweaks for Windows cmake build 8 years ago
Joseph Henry 311ed8e533 Updated copyright for 2018 8 years ago
Joseph Henry 402083a5d8 Updated CMake build script for Windows. Moving away from MinGW requirement for build 8 years ago
Joseph Henry 9e14d0361c Added check for ZT_TRACE in debug macros 8 years ago
Joseph Henry e0d4b84dd4 Preparation for C--, removed classes, namespaces, advanced build options are now controlled via include/libztDefs.h 8 years ago
Joseph Henry 3ed00612ed Fixed accidentally deleted newline in debug macros 9 years ago
Joseph Henry 33f9d2b86e Added target for MSVC DLLs for use in Visual Studio 9 years ago
Joseph Henry 2900f1f995 Windows Support 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 b80dc83bd8 Added THREAD_ID to debug traces 9 years ago
Joseph Henry 87af06a834 Adjusted debug macros for simplicity 9 years ago
Joseph Henry 7c586471f4 standardization pass: conditional statement spacing, removed NULL shorthand making checks more explicit 9 years ago
Joseph Henry 476f162a19 standardization pass: trim_right (trailing whitespaces) 9 years ago
Joseph Henry 3bec79314e Added standardization target for code style, fixed LWIP_DEBUG redefinition warning, fixed rare tcp_close() and cb_poll() bugs 9 years ago
Joseph Henry 0dc390ddcf Added differentiation of LIBZT_DEBUG and NS_DEBUG flags, other minor tweaks 9 years ago
Joseph Henry e18c1ccf80 Further improvements to selftest, lwIP driver updates 9 years ago
Joseph Henry eff90c7d13 picotcp stack driver edge case bug fixes 9 years ago
Joseph Henry bceadfbe46 Improvements to selftest, closure bug addressed 9 years ago
Joseph Henry 7e00eda5a0 Normalized indentation for entire project to TABS 9 years ago
Joseph Henry 494ec2508c Added stubs for poll/select, improved selftest/echotest, Added ringbuffer for more efficient RX/TX 9 years ago
Joseph Henry 195cac6d55 significant upgrade to selftest, added echotest, better checks for data in queue before socket closure 9 years ago
Joseph Henry f5de570334 Build fixes for FreeBSD 9 years ago
Joseph Henry 19839eeac9 updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved selftest 9 years ago