Releases: awslabs/aws-c-io
Releases · awslabs/aws-c-io
Fix log subjects bounds check
v0.3.2 Fix bounds check when getting subject name (#125)
Additional s2n error logging
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)
Updated association between host resolver, event-loop groups, and client bootstrap (breaking change)
Pre-release
Pre-release
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
Pre-release
Event loop shutdown fixes (#122) Event loops now report thread id accurately during shutdown.
Channel Shutdown Safety improvements.
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
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.
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
Pre-release
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
Pre-release
0.2.4 Fixed race condition in host resolver, fixed ref count bug in channel…
Update TLS API and bug fixes
- 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