-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-c-cal v0.7.0 -> v0.7.1 aws-c-io v0.14.9 -> v0.14.10 aws-c-s3 v0.5.10 -> v0.6.0 aws-lc v1.30.1 -> v1.31.0 s2n v1.4.16 -> v1.4.17
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule aws-c-io
updated
18 files
+9 −1 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+2 −2 | include/aws/io/channel.h | |
+3 −4 | include/aws/io/channel_bootstrap.h | |
+3 −4 | include/aws/io/event_loop.h | |
+4 −5 | include/aws/io/tls_channel_handler.h | |
+11 −18 | source/channel.c | |
+3 −8 | source/darwin/secure_transport_tls_channel_handler.c | |
+1 −1 | source/io.c | |
+2 −5 | source/message_pool.c | |
+2 −4 | source/s2n/s2n_tls_channel_handler.c | |
+0 −5 | source/socket_channel_handler.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+124 −120 | source/windows/secure_channel_tls_handler.c | |
+18 −7 | tests/socket_test.c | |
+27 −13 | tests/tls_handler_test.c |
Submodule aws-c-s3
updated
32 files
Submodule aws-lc
updated
from 4368aa to 05d3bf
Submodule s2n
updated
from 114cca to 073c7b