Commit 05cd17d
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+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: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 | | |
104 | 116 | | |
105 | 117 | | |
| |||
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| 126 | + | |
| 127 | + | |
114 | 128 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
709 | 729 | | |
710 | 730 | | |
711 | 731 | | |
| |||
Lines changed: 48 additions & 44 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
211 | | - | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | | - | |
264 | | - | |
| 265 | + | |
| 266 | + | |
265 | 267 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
277 | 279 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| |||
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
312 | 315 | | |
313 | | - | |
314 | | - | |
| 316 | + | |
| 317 | + | |
315 | 318 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
319 | 322 | | |
320 | | - | |
321 | | - | |
| 323 | + | |
| 324 | + | |
322 | 325 | | |
323 | | - | |
324 | | - | |
| 326 | + | |
| 327 | + | |
325 | 328 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
331 | 334 | | |
332 | 335 | | |
333 | 336 | | |
| |||
337 | 340 | | |
338 | 341 | | |
339 | 342 | | |
| 343 | + | |
340 | 344 | | |
Lines changed: 54 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
| 213 | + | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
| 278 | + | |
278 | 279 | | |
279 | | - | |
| 280 | + | |
| 281 | + | |
280 | 282 | | |
281 | | - | |
282 | | - | |
283 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
| |||
291 | 293 | | |
292 | 294 | | |
293 | 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 | + | |
| 340 | + | |
294 | 341 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
0 commit comments