File tree
11 files changed
+84
-12
lines changed- aws-common-runtime
- cmake
11 files changed
+84
-12
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
| |||
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
122 |
| - | |
| 124 | + | |
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
| |
126 | 128 |
| |
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
130 | 138 |
| |
131 | 139 |
| |
132 | 140 |
| |
| |||
195 | 203 |
| |
196 | 204 |
| |
197 | 205 |
| |
198 |
| - | |
| 206 | + | |
199 | 207 |
| |
200 | 208 |
| |
201 | 209 |
| |
| |||
247 | 255 |
| |
248 | 256 |
| |
249 | 257 |
| |
250 |
| - | |
251 | 258 |
| |
252 | 259 |
| |
253 | 260 |
| |
|
Submodule aws-c-compression updated 18 files
- CMakeLists.txt+1
- NOTICE+1-2
- README.md+4-13
- include/aws/compression/compression.h+13-3
- include/aws/compression/exports.h+13-3
- include/aws/compression/huffman.h+13-3
- include/aws/testing/compression/huffman.h+13-3
- include/aws/testing/compression/huffman.inl+13-3
- source/compression.c+13-3
- source/huffman.c+13-3
- source/huffman_generator/generator.c+31-7
- tests/fuzz/decode.c+13-3
- tests/fuzz/transitive.c+13-3
- tests/fuzz/transitive_chunked.c+13-3
- tests/huffman_test.c+13-3
- tests/library_test.c+13-3
- tests/test_huffman_static.c+13-3
- tests/test_huffman_static_table.def+14-4
Submodule aws-c-http updated 1 file
Submodule aws-c-mqtt updated 1 file
Submodule aws-checksums updated 1 file
Submodule s2n updated from 9311cab to 97799be
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 65 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + |
0 commit comments