Skip to content

Releases: awslabs/aws-c-http

added another EOL to end of a test file, no logical changes.

03 Jun 18:14
e8e08d0

Choose a tag to compare

v0.5.12

Added another stupid EOL to the end of a file. (#257)

Make sure connection manager tests are marked as net tests.

03 Jun 03:22
a81dc86

Choose a tag to compare

Plz net test ur net tests (#256)

Make these tests net tests.

Fix ancient and deprecated compiler builds

03 Jun 02:51
392ac3f

Choose a tag to compare

v0.5.10

Added pointless enum intializer to appease a crappy compiler we shoul…

Idle connection culling

02 Jun 22:27
359dfe5

Choose a tag to compare

Pre-release
  • Adds support for idle connection culling in the connection manager

Fixed exported symbols

01 Jun 21:37
14da9e1

Choose a tag to compare

Pre-release
h2 ping high res clock instad of sys clock (#254)

Use high resolution clock instead of system clock to avoid the possible system clock changing.

Rhel5 build fixes, fixed todo's in test h2 client

07 May 21:15
091f8b7

Choose a tag to compare

Fixed todos in test h2 client (#241)

Remaining TODOs in client_test:
    h2_client_conn_err_stream_frames_received_long_after_closing: upcoming PR for removing entries from closed_streams_where_frames_might_trickle_in
    h2_client_stream/conn_err_flow_control: After we get APIs for user to change setting.
    h2_client_send_goaway_with_push_promises: After we fully support PUSH_PROMISE

Connection manager now ensures connections are vended in that connection's thread.

30 Apr 19:45
ad2858d

Choose a tag to compare

v0.5.6

Connection setup callback from connection manager is now guaranteed t…

HTTP2 connection supported

23 Apr 22:35
4fff6a8

Choose a tag to compare

Pre-release

We support HTTP2 connection as a client now! Integration test passed.

Another visibility fix

08 Apr 17:09
e1d6219

Choose a tag to compare

Pre-release

Add visibility macro to aws_http_stream_get_id

Visibility fix for internal import

08 Apr 16:08
0eafb1c

Choose a tag to compare

Pre-release
  • fixes a missing visibility macro preventing internal import (dll build failure)