Skip to content

Releases: awslabs/aws-c-io

Fix log subjects bounds check

25 Apr 17:43
7df4390
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
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