Skip to content

Releases: awslabs/aws-c-io

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)

Happy eyeballs error reporting fixes

01 May 22:27
9fcd654
Compare
Choose a tag to compare
Pre-release
pass err_code along to setup_callback (#129)

* pass err_code along to setup_callback

* Ensure there is always an error code when happy eyeballs fails

Host resolver lifetime fix

30 Apr 23:34
e0933c1
Compare
Choose a tag to compare
Pre-release
v0.3.4

Copy host_resolution_config into host_entry to prevent lifetime issue…

TLS negotiation timeout fix

26 Apr 22:29
d99ec5e
Compare
Choose a tag to compare
Pre-release
v0.3.3

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