File tree
12 files changed
+2004
-338
lines changed- codebuild
- crt
- source
- test
12 files changed
+2004
-338
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
File mode changed.
Submodule aws-c-common updated 19 files
- .github/workflows/ci.yml+16-5
- .github/workflows/codecov.yml+25
- builder.json+3-2
- include/aws/common/allocator.h+6
- include/aws/common/encoding.h+34-1
- include/aws/common/error.h+1
- scripts/appverifier_ctest.py+5-5
- source/allocator_sba.c+5
- source/common.c+6
- source/encoding.c+112
- tests/CMakeLists.txt+2
- tests/alloc_test.c+36-8
- tests/encoding_test.c+262
- tests/zero_test.c+3
- verification/cbmc/proofs/aws_priority_queue_s_sift_down/aws_priority_queue_s_sift_down_harness.c+1-1
- verification/cbmc/proofs/aws_priority_queue_s_sift_up/aws_priority_queue_s_sift_up_harness.c+1-1
- verification/cbmc/stubs/memset_override_0.c+1
- verification/cbmc/stubs/s_expand_table_override.c+4
- verification/cbmc/stubs/s_sift_either_override.c+1-3
Submodule aws-c-http updated 20 files
- include/aws/http/http.h+1
- include/aws/http/private/websocket_decoder.h+11-2
- include/aws/http/request_response.h+9
- include/aws/http/websocket.h+4-17
- source/h2_connection.c+2-2
- source/h2_decoder.c+2-2
- source/hpack_decoder.c+1-1
- source/hpack_encoder.c+2-2
- source/http.c+3
- source/request_response.c+54-6
- source/websocket.c+107-63
- source/websocket_bootstrap.c+265-16
- source/websocket_decoder.c+70-15
- source/websocket_encoder.c+24-3
- tests/CMakeLists.txt+17-1
- tests/fuzz/fuzz_h2_decoder_correct.c+1-1
- tests/test_message.c+62-1
- tests/test_websocket_bootstrap.c+420-49
- tests/test_websocket_decoder.c+220-6
- tests/test_websocket_handler.c+88-68
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2048 | 2048 | | |
2049 | 2049 | | |
2050 | 2050 | | |
2051 | | - | |
| 2051 | + | |
0 commit comments