615 Commits (27dddb2f459ab5ff37c1e8eb4644e8ceda8ecdcc)
 

Author SHA1 Message Date
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 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
Joseph Henry 842105f931 Updated FAQ, removed from docs 9 years ago
Joseph Henry b80dc83bd8 Added THREAD_ID to debug traces 9 years ago
Joseph Henry 83b641dd77 Added build timestamps for logging 9 years ago
Joseph Henry 82aff7ebb4 Added test api documentation (to test markdown rendering) 9 years ago
Joseph Henry bbc713d9e2 Changed references to vs->state to use guarded getters and setters in picoTCP driver 9 years ago
Joseph Henry 109162841d Updated Makefile to fix build error on NO_STACK configurations 9 years ago
Joseph Henry 5e320fb950 Fixed lwIP driver thread model violation (tcp_close() was being called by application thread) 9 years ago
Joseph Henry 91eb869e02 Upgraded lwIP to 2.0.3 9 years ago
Joseph Henry 4991c85598 Added TCP_DEBUG_TMR to lessen lwIP debug trace clutter 9 years ago
Joseph Henry 3a82d4bada Minor tweaks to Makefile for ZeroTier::Utils in selftest, make-liblwip.mk for warning suppression 9 years ago
Joseph Henry 055a58ac63 Added multithreaded unit tests to selftest, standardization pass: conditional statement spacing 9 years ago
Joseph Henry 5ec6f1846b Fixed uninitialized memory warning before write() 9 years ago
Joseph Henry ed51f41b47 Fixed memory leak in VirtualTap. Used unique_ptr instead of new/delete pair 9 years ago
Joseph Henry 854dbd7947 Removed old objects file. Has been moved into single Makefile 9 years ago
Joseph Henry c84b398a32 Consolidated platform-specific makefiles into a single Makefile 9 years ago
Joseph Henry 60800d14ba Build fix, missing include for RLIMIT_NOFILE 9 years ago
Joseph Henry f7112da490 Added prototype for future socket option unit tests 9 years ago
Joseph Henry 23b615b39a Slightly updated macOS makefile, temporarily reverted linux makefile 9 years ago
Joseph Henry 11dcc1e959 Stubbed out some of the more obscure socket options for both drivers 9 years ago
Joseph Henry 87af06a834 Adjusted debug macros for simplicity 9 years ago
Joseph Henry 88efcf984a Updated release notes, lwip architecture port files 9 years ago
Joseph Henry 709fc40483 Upgraded lwIP to 2.0.2-STABLE 9 years ago
Joseph Henry cc468fe8fe standardization pass: conditional statement spacing, removed NULL shorthand making checks more explicit 9 years ago
Joseph Henry 7c586471f4 standardization pass: conditional statement spacing, removed NULL shorthand making checks more explicit 9 years ago