-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
4 files
+44 −14 | tests/credentials_provider_sso_tests.c | |
+27 −0 | tests/credentials_provider_utils.c | |
+5 −0 | tests/credentials_provider_utils.h | |
+25 −8 | tests/token_provider_sso_tests.c |
Submodule aws-c-http
updated
12 files
+1 −0 | include/aws/http/private/h1_stream.h | |
+1 −0 | include/aws/http/private/request_response_impl.h | |
+16 −3 | include/aws/http/request_response.h | |
+28 −0 | source/h1_connection.c | |
+2 −2 | source/h1_encoder.c | |
+1 −0 | source/h1_stream.c | |
+1 −1 | source/h2_connection.c | |
+31 −9 | source/h2_stream.c | |
+4 −0 | source/request_response.c | |
+2 −0 | tests/CMakeLists.txt | |
+78 −6 | tests/test_h1_client.c | |
+72 −4 | tests/test_h2_client.c |
Submodule aws-c-io
updated
6 files
+16 −0 | include/aws/io/socket.h | |
+8 −28 | source/posix/socket.c | |
+75 −0 | source/socket_shared.c | |
+10 −57 | source/windows/iocp/socket.c | |
+1 −0 | tests/CMakeLists.txt | |
+53 −0 | tests/socket_test.c |
Submodule aws-c-mqtt
updated
8 files
Submodule aws-c-sdkutils
updated
8 files
Submodule aws-lc
updated
from e42a4e to dc4e28
Submodule s2n
updated
from 3526e6 to a9a07a