summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2018-02-07Removed unnecessary dependencyJoseph Henry
2018-02-07Removed NULL check logic from tcp_outJoseph Henry
2018-02-06Added check for bad segments in fast retransmit. Attempted fix for tcp_out.c:...Joseph Henry
2017-12-19Updated CMake build script for Windows. Moving away from MinGW requirement fo...Joseph Henry
2017-11-21Platform tweaks for h_errnoJoseph Henry
2017-11-06Buid fix for LinuxJoseph Henry
2017-11-06Preparation for C--, removed classes, namespaces, advanced build options are ...Joseph Henry
2017-10-20Added license files for libzt and lwipJoseph Henry
2017-10-19Attempt (2) to resolve non-TLS h_errno build failure in JenkinsJoseph Henry
2017-10-19Attempt to resolve non-TLS h_errno build failure in JenkinsJoseph Henry
2017-10-18Disabled assertions in stack coreJoseph Henry
2017-10-18Removed protocol version build flags, defaults to IPV4 && IPV6Joseph Henry
2017-10-16IPV6 interface tweaksJoseph Henry
2017-10-10Merge branch 'master' into devJoseph Henry
2017-10-10Added return values to zts_start() and zts_simple_start(). Also Fixed signed ...Joseph Henry
2017-10-10Fixes for Unix-like builds after introduction of Windows codeJoseph Henry
2017-10-09Windows SupportJoseph Henry
2017-09-27Introduction of sequential-API build variant, better thread safety (lwIP only)Joseph Henry
2017-09-19Upgraded lwIP to 2.0.3Joseph Henry
2017-09-18Added TCP_DEBUG_TMR to lessen lwIP debug trace clutterJoseph Henry
2017-09-15Updated release notes, lwip architecture port filesJoseph Henry
2017-09-14Upgraded lwIP to 2.0.2-STABLEJoseph Henry
2017-09-11Removed lwip app source, you can find this in their repo insteadJoseph Henry
2017-09-06Further improvements to selftest, lwIP driver updatesJoseph Henry
2017-08-30Added basic DNS functionality, fixed stack smashing bug, organizational impro...Joseph Henry
2017-08-14Managed Routes now supported, with automatic add/removeJoseph Henry
2017-07-25BSD-license-compatible, and NO_STACK build variantsJoseph Henry
2017-06-22commented out debug trace in picotcpJoseph Henry
2017-06-16significant upgrade to selftest, added echotest, better checks for data in qu...Joseph Henry
2017-06-05updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved ...1.1.3Joseph Henry
2017-05-30Updated testsJoseph Henry
2017-05-05wider selftest coverageJoseph Henry
2017-04-20improved testing and connection handlingJoseph Henry
2017-04-14spring cleaningJoseph Henry
2017-04-06dynamic loading of network stack no longer needed1.0.0Joseph Henry
2017-04-06removed all contentsJoseph Henry
2017-03-22commented out picoTCP protocol registration stringJoseph Henry
2017-03-19clang does not like type casting from (uint8_t *) to (uint32_t *) or (uint16_...Partha Majumdar
2016-12-20macOS static lib build target update, minor android/unity3d updatesJoseph Henry
2016-12-05picotcp udp updatesJoseph Henry
2016-11-15unit test fixes, warning fixes, slight documentation updatesJoseph Henry
2016-10-28picotcp/lwip ipv4/ipv6 fully functional, needs stress testing0.6.1Joseph Henry
2016-10-28fixed warningsJoseph Henry
2016-10-28minor address macro tweaksJoseph Henry
2016-10-21updated osx_app_frameworkJoseph Henry
2016-10-21updated apple osx_app_frameworkJoseph Henry
2016-10-20polished some rough edgesJoseph Henry
2016-10-19minor picoTCP driver section tweaksJoseph Henry
2016-10-18full picoTCP stack integration. hasn't been stress-tested yet0.5.0Joseph Henry
2016-10-18further picotcp api coverageJoseph Henry