Skip to content

Releases: awslabs/aws-c-http

Added backtraces to asserts

13 May 21:41
34dd4e1
Compare
Choose a tag to compare
Pre-release
assert -> AWS_ASSERT (#46)

* assert -> AWS_ASSERT, removed assert.h includes

* added assert.h to clang-tidy restrictions

Build/unit test fixes.

10 May 03:15
Compare
Choose a tag to compare
Pre-release
Either turn off WConversion or quit pushing stuff that won't frickin …

…compile./format-check.sh ./format-check.sh (#43)

Updated integration tests for use with other projects

03 May 19:51
8639fb1
Compare
Choose a tag to compare

The integration tests are now a proper test suite that we can use against any elasticurl CLI conforming program in any language.

Testing fixes

03 May 01:26
8c70506
Compare
Choose a tag to compare
Testing fixes Pre-release
Pre-release
v0.2.4

use testing_channel_drain_task_queue() (#38)

Window update fix and additional tests

02 May 01:13
3e4eb7c
Compare
Choose a tag to compare
Pre-release
Added unit tests for TLS negotiation failure and download of a medium…

…… (#37)

* Added unit tests for TLS negotiation failure and download of a medium-size file

* Use RelWithDebInfo so test failures have meaningful callstacks

* pinned versions of aws-c-common and aws-c-io for CI

ALPN is more permissive for http 1.1to support custom protocol strings that aren't restricted by the spec.

16 Apr 20:04
232d38d
Compare
Choose a tag to compare
Fallback for ALPN is now http 1.1. We'll likely change this up a bit …

…… (#34)

* Fallback for ALPN is now http 1.1. We'll likely change this up a bit when we add h2 support.

* Addressed PR feedback.

bad connection detection mechanism.

10 Apr 23:08
5c8b3e0
Compare
Choose a tag to compare
Pre-release
v0.2.1

Actually commited changes this time. (#31)

Http improvements, better shutdown control, and global init/shutdown functions.

05 Apr 00:31
3c0cbee
Compare
Choose a tag to compare
Partially fix connection_setup_shutdown test (#28)

Fix some race-conditions in test, but leave it commented out.
There are still server-bootstrap shutdown issues that appear regularly in x86 builds.

Mostly working Http 1.1 implementation. Tagging so we can start playing around with bindings.

27 Mar 19:02
12c4130
Compare
Choose a tag to compare
v0.1.0

User can initiate a connection close. (#22)