File tree
10 files changed
+436
-162
lines changed- awscrt
- crt
- source
- test
10 files changed
+436
-162
lines changedLines changed: 236 additions & 116 deletions
Large diffs are not rendered by default.
Submodule aws-c-common updated 12 files
- AWSCRTAndroidTestRunner/gradle/wrapper/gradle-wrapper.properties+2-2
- README.md+10-2
- docs/error-handling.md+453
- include/aws/common/cbor.h+18-7
- include/aws/common/exports.h+5-5
- include/aws/common/xml_parser.h+1
- source/arch/arm/windows/cpuid.c+1-1
- source/cbor.c+7
- source/xml_parser.c+11-4
- tests/CMakeLists.txt+2-1
- tests/cbor_test.c+4-7
- tests/xml_parser_test.c+22
Submodule aws-c-http updated 28 files
- .github/workflows/ci.yml+9-9
- .travis/travis_build.sh-30
- CMakeLists.txt+1
- bin/h2benchmark/CMakeLists.txt+22
- bin/h2benchmark/README.md+10
- bin/h2benchmark/main.c+529
- include/aws/http/connection.h+40-11
- include/aws/http/http2_stream_manager.h+11-1
- include/aws/http/private/h2_connection.h+24-4
- include/aws/http/private/h2_frames.h+1-1
- include/aws/http/private/h2_stream.h+27-5
- include/aws/http/request_response.h+4
- integration-testing/http_client_test.py+1-1
- source/connection.c+5-3
- source/h2_connection.c+148-81
- source/h2_frames.c+2-2
- source/h2_stream.c+76-75
- source/http2_stream_manager.c+1
- tests/CMakeLists.txt+7-2
- tests/fuzz/fuzz_h2_decoder_correct.c+1-1
- tests/h2_test_helper.c+1-1
- tests/py_localhost/non_tls_server.py-1
- tests/py_localhost/server.py+16-7
- tests/test_h2_client.c+474-86
- tests/test_h2_encoder.c+3-3
- tests/test_localhost_integ.c-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+10
- .github/workflows/proof-alarm.yml+1-1
- include/aws/io/exports.h+4-4
- include/aws/io/future.h+220-161
- source/bsd/kqueue_event_loop.c+2-1
- source/darwin/dispatch_queue_event_loop.c+4-2
- source/linux/epoll_event_loop.c+8-4
- source/s2n/s2n_tls_channel_handler.c-5
- source/windows/iocp/iocp_event_loop.c+6-3
- tests/vcc/cancel_task.c+1-1
- tests/vcc/schedule.c+4-2
Submodule aws-lc updated from b1420f2 to a614f97
Submodule s2n updated from b8a9aa4 to 1c5798b
Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
19 | 21 |
| |
20 | 22 |
| |
21 | 23 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 |
|
Lines changed: 114 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
141 | 220 |
| |
142 | 221 |
| |
143 | 222 |
| |
| |||
150 | 229 |
| |
151 | 230 |
| |
152 | 231 |
| |
| 232 | + | |
| 233 | + | |
153 | 234 |
| |
| 235 | + | |
154 | 236 |
| |
155 | 237 |
| |
156 | 238 |
| |
157 |
| - | |
| 239 | + | |
158 | 240 |
| |
159 | 241 |
| |
160 | 242 |
| |
161 | 243 |
| |
162 | 244 |
| |
163 | 245 |
| |
164 | 246 |
| |
| 247 | + | |
| 248 | + | |
165 | 249 |
| |
166 | 250 |
| |
167 | 251 |
| |
| |||
172 | 256 |
| |
173 | 257 |
| |
174 | 258 |
| |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 | 259 |
| |
| 260 | + | |
| 261 | + | |
| 262 | + | |
180 | 263 |
| |
181 | 264 |
| |
182 | 265 |
| |
183 | 266 |
| |
184 | 267 |
| |
185 |
| - | |
| 268 | + | |
186 | 269 |
| |
187 | 270 |
| |
188 | 271 |
| |
189 | 272 |
| |
190 | 273 |
| |
191 |
| - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
192 | 287 |
| |
193 | 288 |
| |
194 | 289 |
| |
| |||
197 | 292 |
| |
198 | 293 |
| |
199 | 294 |
| |
200 |
| - | |
| 295 | + | |
201 | 296 |
| |
202 | 297 |
| |
203 | 298 |
| |
| |||
214 | 309 |
| |
215 | 310 |
| |
216 | 311 |
| |
| 312 | + | |
217 | 313 |
| |
218 | 314 |
| |
219 | 315 |
| |
220 | 316 |
| |
221 | 317 |
| |
222 | 318 |
| |
223 | 319 |
| |
224 |
| - | |
| 320 | + | |
225 | 321 |
| |
| 322 | + | |
226 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
227 | 332 |
| |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 | 333 |
| |
233 | 334 |
| |
234 | 335 |
| |
|
Lines changed: 69 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
452 |
| - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
453 | 470 |
| |
454 | 471 |
| |
455 | 472 |
| |
| |||
465 | 482 |
| |
466 | 483 |
| |
467 | 484 |
| |
| 485 | + | |
| 486 | + | |
468 | 487 |
| |
469 | 488 |
| |
470 | 489 |
| |
471 | 490 |
| |
472 |
| - | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
473 | 494 |
| |
474 | 495 |
| |
475 | 496 |
| |
| |||
571 | 592 |
| |
572 | 593 |
| |
573 | 594 |
| |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
574 | 626 |
| |
575 | 627 |
| |
576 | 628 |
|
0 commit comments