Commit f63b7f5
File tree
31 files changed
+574
-40
lines changed- crt
- include/aws
- crt
- auth
- http
- mqtt
- private
- iot
- source
- auth
- http
- iot
- mqtt
- tests
31 files changed
+574
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule aws-c-http updated 27 files
- .github/workflows/ci.yml+6-5
- bin/elasticurl/main.c+160-2
- include/aws/http/http.h+1
- include/aws/http/http2_stream_manager.h+10-2
- include/aws/http/private/h1_encoder.h+20-1
- include/aws/http/private/h1_stream.h+30
- include/aws/http/private/h2_stream.h+1
- include/aws/http/private/http2_stream_manager_impl.h+32-8
- include/aws/http/private/http_impl.h+2
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+129-25
- source/connection_manager.c+3
- source/h1_connection.c+16-4
- source/h1_encoder.c+184-8
- source/h1_stream.c+208-2
- source/h2_stream.c+61-5
- source/http.c+5
- source/http2_stream_manager.c+112-13
- source/proxy_connection.c+12
- source/request_response.c+23-6
- tests/CMakeLists.txt+26
- tests/stream_test_helper.c+8
- tests/stream_test_helper.h+6
- tests/test_h1_client.c+595-1
- tests/test_h1_encoder.c+12-6
- tests/test_h2_client.c+348-2
- tests/test_stream_manager.c+258-7
Submodule aws-c-mqtt updated 23 files
- include/aws/mqtt/client.h+15
- include/aws/mqtt/mqtt.h+18
- include/aws/mqtt/private/client_impl.h+5
- include/aws/mqtt/private/client_impl_shared.h+2
- include/aws/mqtt/private/mqtt_iot_metrics.h+57
- include/aws/mqtt/private/v5/mqtt5_options_storage.h+4-2
- include/aws/mqtt/v5/mqtt5_client.h+5
- include/aws/mqtt/v5/mqtt5_packet_storage.h+4-1
- source/client.c+123-15
- source/mqtt_iot_metrics.c+306
- source/v5/mqtt5_client.c+2-1
- source/v5/mqtt5_options_storage.c+57-9
- source/v5/mqtt5_to_mqtt3_adapter.c+93-3
- tests/CMakeLists.txt+25
- tests/shared_utils_tests.c+221-1
- tests/v3/connection_state_test.c+203
- tests/v3/mqtt311_testing_utils.c+22-1
- tests/v3/mqtt311_testing_utils.h+7
- tests/v5/mqtt5_client_tests.c+138-3
- tests/v5/mqtt5_operation_and_storage_tests.c+6-4
- tests/v5/mqtt5_operation_validation_failure_tests.c+41-20
- tests/v5/mqtt5_testing_utils.c+2-1
- tests/v5/mqtt5_to_mqtt3_adapter_tests.c+111-2
- .github/workflows/ci.yml+13-13
- .github/workflows/codecov.yml+1-1
- include/aws/s3/private/s3_checksums.h+10-1
- include/aws/s3/private/s3_default_buffer_pool.h+18
- include/aws/s3/private/s3_request.h+9-2
- include/aws/s3/s3_client.h+6-2
- source/s3_auto_ranged_get.c+4
- source/s3_auto_ranged_put.c+32-30
- source/s3_checksums.c+144-6
- source/s3_client.c+7-2
- source/s3_default_buffer_pool.c+120-60
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+103-101
- source/s3_meta_request.c+20-3
- source/s3_request.c+8
- tests/CMakeLists.txt+16
- tests/fuzz/fuzz_buffer_pool_special_size.c+19-7
- tests/s3_checksums_sha512_tests.c+235
- tests/s3_checksums_xxhash_tests.c+48
- tests/s3_data_plane_tests.c+2
- tests/s3_default_buffer_pool_tests.c+113
Submodule aws-lc updated from 728811e to 37d8646
Submodule s2n updated from 3276a08 to f5e5e83
0 commit comments