Commit 63b616e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
Submodule aws-c-common updated 69 files
- .github/workflows/ci.yml+10-26
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- CMakeLists.txt+12-4
- THIRD-PARTY-LICENSES.txt+2-2
- cmake/AwsThreadName.cmake-7
- include/aws/common/allocator.h+13
- include/aws/common/byte_order.inl+2-4
- include/aws/common/encoding.h+18
- include/aws/common/file.h+61-2
- include/aws/common/platform.h+4
- include/aws/common/system_info.h+21
- include/aws/common/uuid.h+3
- scripts/import_libcbor.py+21-1
- scripts/update_cjson.py+105
- source/allocator.c+48-18
- source/arch/intel/encoding_avx2.c+13-4
- source/byte_buf.c+1
- source/encoding.c+127-47
- source/external/cJSON.c+57-9
- source/external/cJSON.h+8-2
- source/external/libcbor/cbor.c+170-26
- source/external/libcbor/cbor.h+11
- source/external/libcbor/cbor/arrays.c+27-26
- source/external/libcbor/cbor/arrays.h+2-1
- source/external/libcbor/cbor/bytestrings.c+22-22
- source/external/libcbor/cbor/bytestrings.h+13-13
- source/external/libcbor/cbor/callbacks.c+43-43
- source/external/libcbor/cbor/callbacks.h+34-34
- source/external/libcbor/cbor/common.c+43-39
- source/external/libcbor/cbor/common.h+82-56
- source/external/libcbor/cbor/configuration.h+2-1
- source/external/libcbor/cbor/encoding.c+47-33
- source/external/libcbor/cbor/encoding.h+38-33
- source/external/libcbor/cbor/floats_ctrls.c+49-45
- source/external/libcbor/cbor/floats_ctrls.h+27-26
- source/external/libcbor/cbor/internal/builder_callbacks.c+80-80
- source/external/libcbor/cbor/internal/builder_callbacks.h+27-27
- source/external/libcbor/cbor/internal/encoders.c+24-23
- source/external/libcbor/cbor/internal/encoders.h+5-5
- source/external/libcbor/cbor/internal/loaders.c+11-5
- source/external/libcbor/cbor/internal/loaders.h+4-4
- source/external/libcbor/cbor/internal/stack.c+5-5
- source/external/libcbor/cbor/internal/stack.h+5-5
- source/external/libcbor/cbor/ints.c+51-47
- source/external/libcbor/cbor/ints.h+24-24
- source/external/libcbor/cbor/maps.c+18-18
- source/external/libcbor/cbor/maps.h+13-13
- source/external/libcbor/cbor/serialization.c+53-22
- source/external/libcbor/cbor/serialization.h+16-15
- source/external/libcbor/cbor/streaming.c+6-5
- source/external/libcbor/cbor/strings.c+29-27
- source/external/libcbor/cbor/strings.h+19-18
- source/external/libcbor/cbor/tags.c+13-13
- source/external/libcbor/cbor/tags.h+26-22
- source/file.c+50
- source/linux/file_direct_io.c+141
- source/platform_fallback_stubs/file_direct_io.c+24
- source/posix/file.c-1
- source/posix/system_info.c+28-4
- source/system_info.c+36
- source/uuid.c+20-4
- source/windows/system_info.c+8-1
- tests/CMakeLists.txt+21-1
- tests/alloc_test.c+64-1
- tests/encoding_test.c+143-28
- tests/file_test.c+353
- tests/system_info_tests.c+44-1
- tests/uuid_test.c+62
Submodule aws-c-event-stream updated 9 files
- .github/workflows/ci.yml+6-6
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- README.md+1-1
- include/aws/event-stream/event_stream_exports.h+5-6
- include/aws/event-stream/event_stream_rpc_client.h+19
- source/event_stream_rpc_client.c+546-240
- source/event_stream_rpc_server.c+89-42
- tests/event_stream_rpc_client_connection_test.c+25-6
- .github/workflows/ci.yml+17-1
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10
- include/aws/io/event_loop.h+19
- include/aws/io/pem.h+2-2
- include/aws/io/private/event_loop_impl.h+1
- include/aws/io/private/pki_utils.h+9
- include/aws/io/tls_channel_handler.h+3
- source/bsd/kqueue_event_loop.c+36-21
- source/darwin/dispatch_queue_event_loop.c+2
- source/darwin/secure_transport_tls_channel_handler.c+2-2
- source/event_loop.c+16-4
- source/linux/epoll_event_loop.c+34-19
- source/pem.c+2-2
- source/s2n/s2n_tls_channel_handler.c+11-18
- source/windows/iocp/iocp_event_loop.c+43-23
- tests/CMakeLists.txt+5
- tests/event_loop_test.c+281
- tests/pem_test.c+44
- tests/socket_test.c+8-8
- tests/tls_handler_test.c+27
0 commit comments