File tree
11 files changed
+11
-11
lines changed- crt
11 files changed
+11
-11
lines changedSubmodule aws-c-auth updated 1 file
Submodule aws-c-http updated 28 files
- .github/workflows/ci.yml+9-9
- 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+7-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+13-7
- tests/test_h2_client.c+476-88
- 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/proof-alarm.yml+1-1
- include/aws/io/exports.h+4-4
- include/aws/io/future.h+220-161
- include/aws/io/io.h+26-26
- include/aws/io/pem.h+1-1
- source/bsd/kqueue_event_loop.c+2-1
- source/darwin/dispatch_queue_event_loop.c+4-2
- source/darwin/nw_socket.c+1-1
- source/io.c+78-78
- source/linux/epoll_event_loop.c+8-4
- source/pem.c+3-3
- source/s2n/s2n_tls_channel_handler.c-5
- source/tls_channel_handler.c+1-1
- source/windows/iocp/iocp_event_loop.c+6-3
- tests/CMakeLists.txt+1
- tests/io_lib_test.c+21
- tests/vcc/cancel_task.c+1-1
- tests/vcc/schedule.c+4-2
Submodule aws-c-mqtt updated 13 files
- 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+57-212
- source/request-response/request_response_subscription_set.c+336
- tests/CMakeLists.txt+15
- tests/request-response/protocol_adapter_tests.c+3-2
- tests/request-response/request_response_client_tests.c+1.1k-64
- tests/v3/mqtt_mock_server_handler.h+1-1
Submodule aws-c-sdkutils updated 1 file
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
0 commit comments