Commit 57c6516
Submodule aws-c-common updated 12 files
- AWSCRTAndroidTestRunner/gradle/wrapper/gradle-wrapper.properties+2-2
- README.md+10-2
- docs/error-handling.md+453
- include/aws/common/cbor.h+18-7
- include/aws/common/exports.h+5-5
- include/aws/common/xml_parser.h+1
- source/arch/arm/windows/cpuid.c+1-1
- source/cbor.c+7
- source/xml_parser.c+11-4
- tests/CMakeLists.txt+2-1
- tests/cbor_test.c+4-7
- tests/xml_parser_test.c+22
Submodule aws-c-http updated 28 files
- .github/workflows/ci.yml+9-9
- .travis/travis_build.sh-30
- CMakeLists.txt+1
- bin/h2benchmark/CMakeLists.txt+22
- bin/h2benchmark/README.md+10
- bin/h2benchmark/main.c+529
- include/aws/http/connection.h+40-11
- include/aws/http/http2_stream_manager.h+11-1
- include/aws/http/private/h2_connection.h+24-4
- include/aws/http/private/h2_frames.h+1-1
- include/aws/http/private/h2_stream.h+27-5
- include/aws/http/request_response.h+4
- integration-testing/http_client_test.py+1-1
- source/connection.c+5-3
- source/h2_connection.c+148-81
- source/h2_frames.c+2-2
- source/h2_stream.c+76-75
- source/http2_stream_manager.c+1
- tests/CMakeLists.txt+7-2
- tests/fuzz/fuzz_h2_decoder_correct.c+1-1
- tests/h2_test_helper.c+1-1
- tests/py_localhost/non_tls_server.py-1
- tests/py_localhost/server.py+16-7
- tests/test_h2_client.c+474-86
- tests/test_h2_encoder.c+3-3
- tests/test_localhost_integ.c-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+10
- .github/workflows/ci.yml-1
- .github/workflows/proof-alarm.yml+1-1
- include/aws/io/event_loop.h+16-1
- include/aws/io/exports.h+4-4
- include/aws/io/future.h+220-161
- include/aws/io/private/event_loop_impl.h+3-10
- include/aws/io/private/pki_utils.h+1-1
- source/bsd/kqueue_event_loop.c+5-11
- source/channel.c+6
- source/darwin/dispatch_queue_event_loop.c+5-16
- source/darwin/dispatch_queue_event_loop_private.h-1
- source/darwin/nw_socket.c+48-16
- source/event_loop.c+13-5
- source/linux/epoll_event_loop.c+9-14
- source/s2n/s2n_tls_channel_handler.c-5
- source/windows/host_resolver.c+1-1
- source/windows/iocp/iocp_event_loop.c+8-14
- source/windows/iocp/pipe.c+1-1
- source/windows/iocp/socket.c+3-3
- source/windows/secure_channel_tls_handler.c+1-1
- source/windows/shared_library.c+1-1
- source/windows/windows_pki_utils.c+1-1
- source/windows/winsock_init.c+3-3
- tests/CMakeLists.txt+1
- tests/channel_test.c+88-3
- tests/vcc/cancel_task.c+1-1
- tests/vcc/new_destroy.c+1
- tests/vcc/schedule.c+4-2
Submodule aws-c-mqtt updated 20 files
- .github/workflows/ci.yml-1
- bin/elastishadow/main.c+14-19
- include/aws/mqtt/exports.h+5-5
- include/aws/mqtt/private/request-response/protocol_adapter.h+2-11
- include/aws/mqtt/private/request-response/request_response_client.h+1-1
- include/aws/mqtt/private/request-response/request_response_subscription_set.h+140
- include/aws/mqtt/request-response/request_response_client.h+20-7
- source/request-response/protocol_adapter.c+11-2
- source/request-response/request_response_client.c+75-213
- source/request-response/request_response_subscription_set.c+336
- source/v5/mqtt5_options_storage.c+6-3
- tests/CMakeLists.txt+18
- tests/request-response/protocol_adapter_tests.c+3-2
- tests/request-response/request_response_client_tests.c+1.3k-108
- tests/v3-client/aws_iot_client_test.c+1-1
- tests/v3-client/paho_client_test.c+1-1
- tests/v3/mqtt_mock_server_handler.h+1-1
- tests/v5/mqtt5_client_tests.c+26-2
- tests/v5/mqtt5_operation_and_storage_tests.c+70
- tests/v5/mqtt5_testing_utils.c-2
Submodule aws-c-sdkutils updated 9 files
- include/aws/sdkutils/endpoints_rule_engine.h+6
- include/aws/sdkutils/exports.h+4-5
- source/endpoints_rule_engine.c+3-3
- source/partitions.c+9-6
- tests/CMakeLists.txt+2
- tests/endpoints_rule_engine_tests.c+61
- tests/resources/malformed-rules/no_default_on_required.json+26
- tests/resources/sample_partitions.json+2-2
- tests/resources/sample_partitions_bad_regex.json+45
0 commit comments