Joseph Henry
|
8b2d6684c7
|
Removed NULL check logic from tcp_out
|
2018-02-07 11:53:23 -08:00 |
|
Joseph Henry
|
e5d0c07f5b
|
Added check for bad segments in fast retransmit. Attempted fix for tcp_out.c:1148 bug
|
2018-02-06 16:53:46 -08:00 |
|
Joseph Henry
|
402083a5d8
|
Updated CMake build script for Windows. Moving away from MinGW requirement for build
|
2017-12-19 16:23:52 -08:00 |
|
Joseph Henry
|
529bbe4fad
|
Platform tweaks for h_errno
|
2017-11-21 15:25:46 -08:00 |
|
Joseph Henry
|
ab6eb57da6
|
Buid fix for Linux
|
2017-11-06 23:53:25 -08:00 |
|
Joseph Henry
|
e0d4b84dd4
|
Preparation for C--, removed classes, namespaces, advanced build options are now controlled via include/libztDefs.h
|
2017-11-06 13:50:20 -08:00 |
|
Joseph Henry
|
9b1313adc7
|
Added license files for libzt and lwip
|
2017-10-20 12:41:00 -07:00 |
|
Joseph Henry
|
d36b6d58bf
|
Attempt (2) to resolve non-TLS h_errno build failure in Jenkins
|
2017-10-19 11:20:30 -07:00 |
|
Joseph Henry
|
28a1dcc8c7
|
Attempt to resolve non-TLS h_errno build failure in Jenkins
|
2017-10-19 10:47:58 -07:00 |
|
Joseph Henry
|
c0e2a9b6f8
|
Disabled assertions in stack core
|
2017-10-18 22:16:53 -07:00 |
|
Joseph Henry
|
1020386fa7
|
Removed protocol version build flags, defaults to IPV4 && IPV6
|
2017-10-18 17:57:51 -07:00 |
|
Joseph Henry
|
e36b88004f
|
IPV6 interface tweaks
|
2017-10-16 12:23:10 -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
|
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
|
5f1e9fe795
|
Introduction of sequential-API build variant, better thread safety (lwIP only)
|
2017-09-27 02:29:04 -07:00 |
|
Joseph Henry
|
91eb869e02
|
Upgraded lwIP to 2.0.3
|
2017-09-19 10:50:17 -07:00 |
|
Joseph Henry
|
4991c85598
|
Added TCP_DEBUG_TMR to lessen lwIP debug trace clutter
|
2017-09-18 12:08:18 -07:00 |
|
Joseph Henry
|
88efcf984a
|
Updated release notes, lwip architecture port files
|
2017-09-15 19:30:48 -07:00 |
|
Joseph Henry
|
709fc40483
|
Upgraded lwIP to 2.0.2-STABLE
|
2017-09-14 13:20:49 -07:00 |
|
Joseph Henry
|
d130d7706c
|
Removed lwip app source, you can find this in their repo instead
|
2017-09-11 11:42:12 -07:00 |
|
Joseph Henry
|
e18c1ccf80
|
Further improvements to selftest, lwIP driver updates
|
2017-09-06 18:02:30 -07:00 |
|
Joseph Henry
|
ec323c9842
|
Added basic DNS functionality, fixed stack smashing bug, organizational improvements
|
2017-08-30 14:13:13 -07:00 |
|
Joseph Henry
|
8e192c0ee8
|
Managed Routes now supported, with automatic add/remove
|
2017-08-14 11:25:44 -07:00 |
|
Joseph Henry
|
4e36fe28d5
|
BSD-license-compatible, and NO_STACK build variants
|
2017-07-25 23:40:24 -07:00 |
|
Joseph Henry
|
e10c621405
|
commented out debug trace in picotcp
|
2017-06-22 18:20:49 -07:00 |
|
Joseph Henry
|
195cac6d55
|
significant upgrade to selftest, added echotest, better checks for data in queue before socket closure
|
2017-06-16 16:58:30 -07:00 |
|
Joseph Henry
|
19839eeac9
|
updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved selftest
|
2017-06-05 14:26:06 -07:00 |
|
Joseph Henry
|
5ab563ce4c
|
Updated tests
|
2017-05-30 13:17:39 -07:00 |
|
Joseph Henry
|
dcdc13204c
|
wider selftest coverage
|
2017-05-05 16:46:07 -07:00 |
|
Joseph Henry
|
76abb3e0a2
|
improved testing and connection handling
|
2017-04-20 13:39:46 -07:00 |
|
Joseph Henry
|
c65b609fb4
|
spring cleaning
|
2017-04-14 17:23:28 -07:00 |
|
Joseph Henry
|
08cca3c7aa
|
dynamic loading of network stack no longer needed
|
2017-04-06 19:16:01 -07:00 |
|
Joseph Henry
|
997f12a592
|
removed all contents
|
2017-04-06 19:14:04 -07:00 |
|
Joseph Henry
|
b1e83a236e
|
commented out picoTCP protocol registration string
|
2017-03-22 16:52:11 -07:00 |
|
Partha Majumdar
|
07fa921276
|
clang does not like type casting from (uint8_t *) to (uint32_t *) or (uint16_t *). Adding a (void *) in between helps.
|
2017-03-19 22:28:23 -07:00 |
|
Joseph Henry
|
2741508520
|
macOS static lib build target update, minor android/unity3d updates
|
2016-12-20 12:57:59 -08:00 |
|
Joseph Henry
|
e640cd016b
|
picotcp udp updates
|
2016-12-05 10:28:02 -08:00 |
|
Joseph Henry
|
634d11d532
|
unit test fixes, warning fixes, slight documentation updates
|
2016-11-15 16:18:26 -08:00 |
|
Joseph Henry
|
c5a66be7aa
|
picotcp/lwip ipv4/ipv6 fully functional, needs stress testing
|
2016-10-28 16:42:19 -07:00 |
|
Joseph Henry
|
92c945aee3
|
fixed warnings
|
2016-10-28 13:11:46 -07:00 |
|
Joseph Henry
|
5b777ad3f5
|
minor address macro tweaks
|
2016-10-28 03:10:35 -07:00 |
|
Joseph Henry
|
a538b9131b
|
updated osx_app_framework
|
2016-10-21 16:41:52 -07:00 |
|
Joseph Henry
|
728feeda74
|
updated apple osx_app_framework
|
2016-10-21 15:46:22 -07:00 |
|
Joseph Henry
|
f6a6f991e7
|
polished some rough edges
|
2016-10-20 17:26:37 -07:00 |
|
Joseph Henry
|
cecd9af4f7
|
minor picoTCP driver section tweaks
|
2016-10-19 15:20:20 -07:00 |
|
Joseph Henry
|
844e8a0826
|
full picoTCP stack integration. hasn't been stress-tested yet
|
2016-10-18 16:38:09 -07:00 |
|
Joseph Henry
|
5ec6fcd448
|
further picotcp api coverage
|
2016-10-18 09:38:15 -07:00 |
|
Joseph Henry
|
4c34494bfb
|
picoTCP development
|
2016-10-17 13:14:53 -07:00 |
|