Commit 35a4ca5
File tree
- .github/workflows
- crt
- src
- main/java/software/amazon/awssdk/crt
- http
- io
- native
- test/java/software/amazon/awssdk/crt/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
Submodule aws-c-auth updated 1 file
Submodule aws-c-http updated 24 files
- .github/workflows/ci.yml+6-5
- bin/elasticurl/main.c+160-2
- include/aws/http/http.h+1
- include/aws/http/http2_stream_manager.h+10-2
- include/aws/http/private/h1_encoder.h+20-1
- include/aws/http/private/h1_stream.h+30
- include/aws/http/private/h2_stream.h+1
- include/aws/http/private/http2_stream_manager_impl.h+32-8
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+129-25
- source/h1_connection.c+16-4
- source/h1_encoder.c+184-8
- source/h1_stream.c+177-2
- source/h2_stream.c+11-5
- source/http.c+3
- source/http2_stream_manager.c+112-13
- source/request_response.c+17-2
- tests/CMakeLists.txt+24
- tests/stream_test_helper.c+8
- tests/stream_test_helper.h+6
- tests/test_h1_client.c+595-1
- tests/test_h1_encoder.c+12-6
- tests/test_h2_client.c+348-2
- tests/test_stream_manager.c+147-1
Submodule aws-c-mqtt updated 11 files
- include/aws/mqtt/private/client_impl_shared.h+4
- include/aws/mqtt/private/v5/mqtt5_client_impl.h+11
- include/aws/mqtt/private/v5/mqtt5_options_storage.h+4-1
- include/aws/mqtt/v5/mqtt5_client.h+47
- include/aws/mqtt/v5/mqtt5_types.h+25
- source/client_impl_shared.c+8
- source/v5/mqtt5_client.c+357-21
- source/v5/mqtt5_options_storage.c+47-2
- tests/CMakeLists.txt+9
- tests/v5/mqtt5_client_manual_puback_tests.c+658
- tests/v5/mqtt5_testing_utils.h+38
- .github/workflows/ci.yml+13-13
- .github/workflows/codecov.yml+1-1
- include/aws/s3/private/s3_default_buffer_pool.h+18
- include/aws/s3/private/s3_request.h+9-2
- source/s3_auto_ranged_get.c+4
- source/s3_auto_ranged_put.c+32-30
- source/s3_client.c+7-2
- source/s3_default_buffer_pool.c+120-60
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+103-101
- source/s3_meta_request.c+12-3
- source/s3_request.c+8
- tests/CMakeLists.txt+2
- tests/fuzz/fuzz_buffer_pool_special_size.c+19-7
- tests/s3_default_buffer_pool_tests.c+113
Submodule aws-lc updated from e50a5f2 to 83d8582
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
111 | 132 | | |
112 | 133 | | |
113 | 134 | | |
| |||
0 commit comments