-
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.
aws-c-auth v0.6.8 ✓ aws-c-cal v0.5.12 ✓ aws-c-common v0.6.17 -> v0.6.18 aws-c-compression v0.2.14 ✓ aws-c-event-stream v0.2.7 ✓ aws-c-http v0.6.10 ✓ aws-c-io v0.10.13 -> v0.10.14 aws-c-mqtt v0.7.9 -> v0.7.10 aws-c-s3 v0.1.27 -> v0.1.30 aws-c-sdkutils v0.1.1 ✓ aws-checksums v0.1.12 ✓ aws-lc v0.0.2 ✓ s2n v1.3.0 -> v1.3.1 Diff: Submodule crt/aws-c-common 4639b27..cba2308: > Support for Windows server 2008 (#868) > Bump Litani version to 1.16.0 (#872) > Upgrade CBMC submodules (#871) > Remove aws_ring_buffer_allocator_init declaration from public header (#870) > Make byte_buf proof allocator consistent with code (#869) > Removes unused stubs from CBMC proofs (#867) Submodule crt/aws-c-io da95b34..cb9dcea: > const pointer (#456) > Set default cpu_id on thread_options (#455) > Windows header (#454) > Improved error reporting when getaddrinfo() fails (#452) Submodule crt/aws-c-mqtt 60f9a17..6168e32: > remove try lock from debug build (#207) Submodule crt/aws-c-s3 8655417..76f49fb: > Enable headers callback invocation for failed requests (#162) > remove try lock from debug build (#161) > [dashboard] update dependencies and tirvial bug fix (#160) > fix build for cross compile (#157) > Add missing dependency in README.md (#156) > Remove package locks irrelevant to aws-c-s3's security stance (#155) > Remove package locks irrelevant to aws-c-s3's security stance (#154) Submodule crt/s2n ab9a3be..7d02417: > Nitpick usage guide links (#3133) > FIPS Static Config is Only Created When Needed (#3129) > Fix build on NetBSD. (#3131) > Feature probe for EVP_md5_sha1() (#3128) > Allow EVP hash implementation to use EVP_md5_sha1 if available (#3126) > Allow synchronous private key operations (#3121)
- Loading branch information
Cesar Mello
committed
Dec 9, 2021
1 parent
508f306
commit 148a0c8
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
11 files
Submodule aws-c-io
updated
9 files
+27 −2 | include/aws/io/event_loop.h | |
+1 −1 | include/aws/io/tls_channel_handler.h | |
+1 −0 | source/event_loop.c | |
+3 −2 | source/posix/host_resolver.c | |
+6 −0 | source/windows/iocp/iocp_event_loop.c | |
+8 −6 | source/windows/iocp/pipe.c | |
+25 −11 | source/windows/iocp/socket.c | |
+23 −15 | tests/alpn_handler_test.c | |
+49 −37 | tests/event_loop_test.c |
Submodule aws-c-mqtt
updated
3 files
+9 −11 | .github/workflows/ci.yml | |
+5 −0 | CMakeLists.txt | |
+1 −1 | include/aws/mqtt/private/client_impl.h |
Submodule aws-c-s3
updated
18 files
+8 −8 | .github/workflows/ci.yml | |
+3 −0 | .gitignore | |
+5 −0 | CMakeLists.txt | |
+4 −0 | README.md | |
+1 −1 | benchmarks/benchmarks-stack/benchmarks-stack/lib/benchmarks-stack.ts | |
+0 −14,339 | benchmarks/benchmarks-stack/benchmarks-stack/package-lock.json | |
+11 −11 | benchmarks/benchmarks-stack/benchmarks-stack/package.json | |
+0 −15,914 | benchmarks/dashboard-stack/package-lock.json | |
+16 −16 | benchmarks/dashboard-stack/package.json | |
+1 −1 | include/aws/s3/private/s3_util.h | |
+51 −3 | include/aws/s3/s3_client.h | |
+1 −0 | source/s3_auto_ranged_get.c | |
+1 −0 | source/s3_auto_ranged_put.c | |
+9 −2 | source/s3_client.c | |
+10 −6 | source/s3_default_meta_request.c | |
+11 −0 | source/s3_meta_request.c | |
+5 −0 | tests/CMakeLists.txt | |
+204 −1 | tests/s3_data_plane_tests.c |
Submodule s2n
updated
from ab9a3b to 7d0241