-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-ffi
updated
22 files
+82 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+23 −0 | .github/ISSUE_TEMPLATE/documentation.yml | |
+47 −0 | .github/ISSUE_TEMPLATE/feature-request.yml | |
+0 −1 | .github/workflows/ci.yml | |
+17 −0 | .github/workflows/closed-issue-message.yml | |
+19 −0 | .github/workflows/handle-stale-discussions.yml | |
+46 −0 | .github/workflows/stale_issue.yml | |
+4 −0 | CMakeLists.txt | |
+2 −8 | README.md | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-cal | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-compression | |
+1 −1 | crt/aws-c-event-stream | |
+1 −1 | crt/aws-c-http | |
+1 −1 | crt/aws-c-io | |
+1 −1 | crt/aws-c-sdkutils | |
+1 −1 | crt/aws-checksums | |
+1 −1 | crt/aws-lc | |
+1 −1 | crt/s2n | |
+13 −17 | src/input_stream.c |