Skip to content

Releases: awslabs/aws-c-io

always attempt to send an alert upon shutdown.

20 Jun 20:42
d86357c
Compare
Choose a tag to compare
v0.3.15

Make sure to send alerts upon shutdown when free_scarce_resources isn…

Fixed leack in iocp sockets. Channel shutdown doesn't do the DOS mitigation shutdown path by default anymore when an error code is passed.

19 Jun 00:00
9d70079
Compare
Choose a tag to compare
v0.3.14

cleaned up event loop shutdown leak in iocp sockets. Channel now shut…

Darwin PKI import fix

14 Jun 00:37
815c4f6
Compare
Choose a tag to compare
Darwin PKI import fix Pre-release
Pre-release
v0.3.13

Fixed bug where cursors were being reinterpreted as bufs (#148)

IOCP and Darwin fixes

13 Jun 17:40
83f2bf3
Compare
Choose a tag to compare
IOCP and Darwin fixes Pre-release
Pre-release

The Happy Eyeballs test should no longer intermittently fail on windows

Happy Eyeballs in event loop

13 Jun 00:06
d007a4f
Compare
Choose a tag to compare
Pre-release

Also now enforcing the contract that client_bootstrap setup_callback is always called exactly once, and if it is called with a non-zero error_code, the shutdown_callback will NOT be called.

Test harness fixes

07 Jun 20:54
bd6c7f2
Compare
Choose a tag to compare
Test harness fixes Pre-release
Pre-release
move TLS test from aws-c-http -> aws-c-io (#141)

* move TLS test from aws-c-http to aws-c-io
* minor touchups to tls/socket shutdown logic

Updates needed for aws-c-http testing

21 May 18:36
5c55171
Compare
Choose a tag to compare
Pre-release
v0.3.9

testing_channel_install_downstream_handler() (#137)

Added backtraces to asserts

13 May 21:39
06d6373
Compare
Choose a tag to compare
Pre-release
assert() -> AWS_ASSERT(), removed assert.h includes (#134)

* assert() -> AWS_ASSERT(), removed assert.h includes

* added assert.h to clang-tidy restrictions

PKI buffers are now guaranteed to be null terminated.

10 May 03:14
077c459
Compare
Choose a tag to compare
v0.3.7

Fixed dll symbol export, made sure PKI buffers were always null termi…

input streams and testing_channel changes

02 May 20:50
5c0cd54
Compare
Choose a tag to compare
v0.3.6

testing_channel_drain_queued_tasks (#130)