Skip to content

Releases: awslabs/aws-c-io

TLS negotiation timeout fix

26 Apr 22:29
d99ec5e

Choose a tag to compare

Pre-release
v0.3.3

Ensure that setup_callback is always called at least once when using …

Fix log subjects bounds check

25 Apr 17:43
7df4390

Choose a tag to compare

Pre-release
v0.3.2

Fix bounds check when getting subject name (#125)

Additional s2n error logging

18 Apr 23:21
1217ec9

Choose a tag to compare

Pre-release
Added s2n_strerror to s2n failures (#124)

* Added s2n_strerror to s2n failures

* clang-format

Updated association between host resolver, event-loop groups, and client bootstrap (breaking change)

10 Apr 23:07
ec1c599

Choose a tag to compare

v0.3.0

Host resolver is no longer owned by the channel bootstrap. Updates to…

Event loops now properly report the thread they're running on during shutdown

09 Apr 17:16
596515e

Choose a tag to compare

Event loop shutdown fixes (#122)

Event loops now report thread id accurately during shutdown.

Channel Shutdown Safety improvements.

05 Apr 00:19
c6e6bfd

Choose a tag to compare

Pre-release
Make channel shutdown safe (#120)

* For channel to be safe to call multiple times (not on purpose of course, but there's times where it has to be), we need to hold a reference to it when we schedule the shutdown task.

Compilation fixes for old linux/compilers

03 Apr 00:40
e9975d2

Choose a tag to compare

Added ancient linux CI (#119)

* Added ancient linux buildspecs

* ancientlinux cannot install libssl-dev

* update s2n hash

* Added stdarg.h for va_list

* warning fixes for ancientlinux

Fixed bug in Windows TLS buffer management.

29 Mar 01:56
1f8106f

Choose a tag to compare

Fixed buffer management bug causing eventual deadlock of reads. (#114)

* Fixed buffer management bug causing eventual deadlock of reads.

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

20 Mar 23:13
c0b07a6

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

Choose a tag to compare

0.2.4

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