File tree
9 files changed
+9
-9
lines changed- crt
9 files changed
+9
-9
lines changedSubmodule 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 31 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/exports.h+4-4
- 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+4-2
- 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+8-3
- source/h2_stream.c+98-107
- source/http2_stream_manager.c+1
- tests/CMakeLists.txt+8-2
- tests/fuzz/fuzz_h2_decoder_correct.c+4-2
- tests/h2_test_helper.c+5-2
- tests/py_localhost/non_tls_server.py-1
- tests/py_localhost/server.py+19-8
- tests/stream_test_helper.c+1
- tests/stream_test_helper.h+1
- tests/test_h2_client.c+538-86
- tests/test_h2_encoder.c+15-6
- 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 10 files
- .github/workflows/ci.yml-1
- source/request-response/request_response_client.c+18-1
- source/v5/mqtt5_options_storage.c+6-3
- tests/CMakeLists.txt+3
- tests/request-response/request_response_client_tests.c+132-45
- tests/v3-client/aws_iot_client_test.c+1-1
- tests/v3-client/paho_client_test.c+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
- .github/workflows/ci.yml-1
- include/aws/s3/exports.h+4-4
- include/aws/s3/private/s3_client_impl.h+3
- include/aws/s3/private/s3_default_buffer_pool.h+14-42
- include/aws/s3/private/s3_meta_request_impl.h+10-2
- include/aws/s3/private/s3_request.h+16-10
- include/aws/s3/private/s3_util.h+1
- include/aws/s3/s3.h+1-1
- include/aws/s3/s3_buffer_pool.h+146
- include/aws/s3/s3_client.h+42
- source/s3.c+4-1
- source/s3_auto_ranged_get.c+7-37
- source/s3_auto_ranged_put.c+33-34
- source/s3_buffer_pool.c+42-483
- source/s3_client.c+210-45
- source/s3_default_buffer_pool.c+612
- source/s3_default_meta_request.c+12-7
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+43-24
- source/s3_meta_request.c+148-59
- source/s3_request.c+4-3
- source/s3_request_messages.c+1-1
- source/s3_util.c+1-5
- tests/CMakeLists.txt+5-2
- tests/s3_buffer_pool_tests.c-362
- tests/s3_client_test.c+79-4
- tests/s3_data_plane_tests.c+76-8
- tests/s3_default_buffer_pool_tests.c+453
- tests/s3_tester.c+6-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
Submodule aws-checksums updated 10 files
- bin/benchmark/main.c+19-1
- include/aws/checksums/private/crc32_priv.h
- include/aws/checksums/private/crc_util.h+49
- source/arm/crc32c_arm.c+1-1
- source/checksums.c+7
- source/crc32.c+1-1
- source/crc_sw.c+1-1
- source/intel/asm/crc32c_sse42_asm.c+3-15
- source/intel/intrin/crc32c_sse42_avx512.c+4-22
- tests/crc_test.c+1-1
Submodule s2n updated from bb9c599 to 92f7827
0 commit comments