-
Notifications
You must be signed in to change notification settings - Fork 39
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
12 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
6 files
+2 −2 | .github/workflows/codecov.yml | |
+8 −23 | CMakeLists.txt | |
+32 −0 | include/aws/auth/credentials.h | |
+44 −0 | source/credentials.c | |
+7 −2 | source/credentials_provider_static.c | |
+38 −12 | tests/credentials_tests.c |
Submodule aws-c-cal
updated
5 files
Submodule aws-c-common
updated
6 files
Submodule aws-c-compression
updated
6 files
Submodule aws-c-event-stream
updated
4 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+80 −31 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+8 −32 | CMakeLists.txt |
Submodule aws-c-http
updated
4 files
+134 −51 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/elasticurl/CMakeLists.txt | |
+1 −1 | builder.json |
Submodule aws-c-io
updated
26 files
+172 −73 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/proof-alarm.yml | |
+33 −34 | CMakeLists.txt | |
+26 −0 | include/aws/io/event_loop.h | |
+25 −8 | include/aws/io/private/event_loop_impl.h | |
+72 −0 | include/aws/io/private/socket_impl.h | |
+31 −15 | include/aws/io/socket.h | |
+0 −1 | include/aws/testing/io_testing_channel.h | |
+3 −1 | source/bsd/kqueue_event_loop.c | |
+1 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+167 −9 | source/event_loop.c | |
+1 −1 | source/linux/epoll_event_loop.c | |
+75 −44 | source/posix/socket.c | |
+258 −0 | source/socket.c | |
+1 −0 | source/windows/host_resolver.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+108 −81 | source/windows/iocp/socket.c | |
+1 −0 | source/windows/winsock_init.c | |
+6 −0 | tests/CMakeLists.txt | |
+76 −3 | tests/event_loop_test.c | |
+1 −1 | tests/socket_handler_test.c | |
+48 −0 | tests/socket_test.c | |
+1 −1 | tests/tls_handler_test.c | |
+2 −2 | tests/vcc/Makefile | |
+3 −3 | tests/vcc/new_destroy.c | |
+1 −1 | tests/vcc/preamble.h |
Submodule aws-c-mqtt
updated
14 files
Submodule aws-c-s3
updated
22 files
Submodule aws-checksums
updated
4 files
+173 −95 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/benchmark/CMakeLists.txt | |
+0 −53 | cmake/AwsSharedLibSetup.cmake |