-
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.
* Update submodules to support DNS improvements
- Loading branch information
1 parent
c4029e5
commit 934bbd0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-http
updated
6 files
Submodule aws-c-io
updated
11 files
+4 −0 | .builder/actions/pkcs11_test_setup.py | |
+1 −1 | README.md | |
+1 −0 | include/aws/io/channel_bootstrap.h | |
+7 −73 | include/aws/io/host_resolver.h | |
+3 −0 | include/aws/io/socket_channel_handler.h | |
+7 −8 | source/channel_bootstrap.c | |
+4 −0 | source/darwin/darwin_pki_utils.c | |
+74 −611 | source/host_resolver.c | |
+6 −0 | source/socket_channel_handler.c | |
+1 −11 | tests/CMakeLists.txt | |
+126 −1,488 | tests/default_host_resolver_test.c |
Submodule aws-c-mqtt
updated
7 files