Skip to content

Releases: awslabs/aws-c-http

Shutdown fixes

07 Jun 20:48
5103f2b
Compare
Choose a tag to compare
Shutdown fixes Pre-release
Pre-release
delay websocket shutdown callback (#75)

This is similar to https://github.com/awslabs/aws-c-http/pull/72

Websocket's `on_connection_shutdown` callback shouldn't fire during the handler shutdown, it should fire during the channel's shutdown.

This change clarified some questions I had about lifetime/ownership (hence the deleted TODOs and modified API comments)

Fix shared-lib builds

30 May 18:36
5a4c80e
Compare
Choose a tag to compare
Fix shared-lib builds Pre-release
Pre-release
v0.2.16

fix shared lib builds (#67)

Remove fpic from old linux build.

21 May 22:41
8d1d02b
Compare
Choose a tag to compare
Pre-release
We don't need the fpic version of libcrypto anyways, we're building a…

… static lib. (#59)

more release CD

21 May 22:05
c258ef6
Compare
Choose a tag to compare
more release CD Pre-release
Pre-release
v0.2.14

in bash the list arguments need to be quoted. (#58)

more CD release crap

21 May 21:31
19a8bee
Compare
Choose a tag to compare
more CD release crap Pre-release
Pre-release
v0.2.13

sigh.... this sux. (#57)

codebuild cd script update

21 May 21:20
6fc2db4
Compare
Choose a tag to compare
Pre-release
Fixed codebuild script to use codebuild style artifacts from codepipe…

…… (#56)

* Fixed codebuild script to use codebuild style artifacts from codepipeline.

* aws-c-http is the primary artifact.

More CD script fixes.

21 May 20:25
23d657f
Compare
Choose a tag to compare
More CD script fixes. Pre-release
Pre-release
v0.2.11

Fixed the batch file again... (#55)

Cd script updates

21 May 20:04
8ca2543
Compare
Choose a tag to compare
Cd script updates Pre-release
Pre-release
v0.2.10

improvements to batch script. (#54)

kick CD pipeline with new scripts.

21 May 18:31
b787708
Compare
Choose a tag to compare
Pre-release
v0.2.9

aws_websocket_convert_to_midchannel_handler() (#52)

Fixed aws-c-compression dependency

13 May 23:25
07663b4
Compare
Choose a tag to compare
Pre-release
v0.2.8

I forgot the thing (#47)