File tree
7 files changed
+22
-11
lines changed- aws-common-runtime
- source
- test
7 files changed
+22
-11
lines changedSubmodule aws-c-common updated 1011 files
Submodule aws-c-http updated 21 files
- bin/elasticurl/main.c+7-6
- include/aws/http/connection.h+61-20
- include/aws/http/http.h+2
- include/aws/http/private/connection_impl.h+1
- include/aws/http/private/h1_connection.h+116-26
- include/aws/http/private/h1_encoder.h+42-41
- include/aws/http/private/h1_stream.h+64-16
- include/aws/http/private/request_response_impl.h+1-3
- include/aws/http/request_response.h+45-16
- source/connection.c+95-42
- source/h1_connection.c+482-395
- source/h1_encoder.c+355-401
- source/h1_stream.c+287-82
- source/http.c+10-4
- source/request_response.c+1-1
- tests/CMakeLists.txt+19-17
- tests/proxy_test_helper.c+3-1
- tests/test_connection_monitor.c+3-1
- tests/test_h1_client.c+494-127
- tests/test_h1_encoder.c+42-10
- tests/test_h1_server.c+8-3
- README.md-2
- builder.json+1-1
- include/aws/io/tls_channel_handler.h+1
- source/channel.c+12-12
- source/darwin/darwin_pki_utils.c+6-1
- source/s2n/s2n_tls_channel_handler.c+4-1
- source/windows/iocp/iocp_event_loop.c+24-2
- source/windows/secure_channel_tls_handler.c+2-2
- tests/CMakeLists.txt+1-1
- tests/pki_utils_test.c+2-2
- tests/tls_handler_test.c+4-4
Submodule aws-c-mqtt updated 23 files
- NOTICE+2-1
- README.md+64-1
- include/aws/mqtt/client.h+37-29
- include/aws/mqtt/exports.h+3-13
- include/aws/mqtt/mqtt.h+5-14
- include/aws/mqtt/private/client_impl.h+93-78
- include/aws/mqtt/private/fixed_header.h+3-13
- include/aws/mqtt/private/packets.h+5-15
- include/aws/mqtt/private/topic_tree.h+6-18
- source/client.c+566-260
- source/client_channel_handler.c+231-221
- source/fixed_header.c+3-13
- source/mqtt.c+11-18
- source/packets.c+4-14
- source/topic_tree.c+20-23
- tests/CMakeLists.txt+11-2
- tests/aws_iot_client_test.c+4-17
- tests/connection_state_test.c+1.0k-323
- tests/mqtt_mock_server_handler.c+548
- tests/mqtt_mock_server_handler.h+56-382
- tests/packet_encoding_test.c+3-13
- tests/paho_client_test.c+7-20
- tests/topic_tree_test.c+101-31
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1096 | 1096 | | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | | - | |
1100 | | - | |
1101 | 1099 | | |
1102 | | - | |
1103 | | - | |
1104 | | - | |
| 1100 | + | |
1105 | 1101 | | |
1106 | 1102 | | |
1107 | 1103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
147 | 160 | | |
148 | 161 | | |
149 | 162 | | |
150 | 163 | | |
151 | 164 | | |
| 165 | + | |
152 | 166 | | |
153 | 167 | | |
| 168 | + | |
154 | 169 | | |
155 | 170 | | |
156 | 171 | | |
| |||
0 commit comments