Commit 5326cdc
File tree
- crt
- src
- main/java/software/amazon/awssdk/crt/http
- native
- test/java/software/amazon/awssdk/crt/test
Submodule aws-c-auth updated 1 file
Submodule aws-c-http updated 19 files
- bin/elasticurl/main.c+160-2
- include/aws/http/http.h+1
- 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/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/request_response.c+17-2
- tests/CMakeLists.txt+21
- 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
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+85-20
- 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+1
- tests/fuzz/fuzz_buffer_pool_special_size.c+19-7
- tests/s3_default_buffer_pool_tests.c+44
Submodule aws-lc updated from e50a5f2 to 83d8582
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
101 | 117 | | |
102 | 118 | | |
103 | 119 | | |
| |||
107 | 123 | | |
108 | 124 | | |
109 | 125 | | |
110 | | - | |
111 | 126 | | |
112 | 127 | | |
113 | 128 | | |
| |||
127 | 142 | | |
128 | 143 | | |
129 | 144 | | |
| 145 | + | |
| 146 | + | |
130 | 147 | | |
131 | 148 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
| 709 | + | |
710 | 710 | | |
711 | 711 | | |
712 | | - | |
713 | | - | |
| 712 | + | |
714 | 713 | | |
715 | 714 | | |
716 | 715 | | |
| |||
723 | 722 | | |
724 | 723 | | |
725 | 724 | | |
726 | | - | |
727 | | - | |
| 725 | + | |
| 726 | + | |
728 | 727 | | |
729 | 728 | | |
730 | 729 | | |
| |||
Lines changed: 0 additions & 40 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | 344 | | |
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
296 | 340 | | |
0 commit comments