Skip to content

Releases: awslabs/aws-c-io

TCP keep alive improvements, various bug fixes in dns resolution and channel bootstrap

20 Mar 23:13
c0b07a6
Compare
Choose a tag to compare
v0.2.4

Fixed race condition in host resolver, fixed ref count bug in channel…

TCP keep alive improvements, various bug fixes in dns resolution and channel bootstrap

20 Mar 23:08
c0b07a6
Compare
Choose a tag to compare
0.2.4

Fixed race condition in host resolver, fixed ref count bug in channel…

Update TLS API and bug fixes

16 Mar 02:39
Compare
Choose a tag to compare
Pre-release
  • TLS API is now based around buffers instead of files
  • Existing TLS functions that took files have been suffixed with _from_path
  • Fixed a bug in SSPI where payloads larger than 1300 bytes were not re-assembled correctly

Improved cmake windows path handling.

14 Feb 23:57
c76f486
Compare
Choose a tag to compare
Pre-release
Attempt to fix the pathing compat with cmake. (#94)

 fix windows pathing compat with cmake.

Old Linux compatibilitiy fixes

25 Jan 19:36
711ef5a
Compare
Choose a tag to compare
Pre-release
GLIBC 2.5 fixes. (#88)

* GLIBC 2.5 fixes.

* Added some comments.

API updates, channel bootstrap is now new() only.

11 Jan 22:38
3da314e
Compare
Choose a tag to compare
v0.2.0

Updated hash table usage to latest definitions. (#86)