File tree
22 files changed
+32
-32
lines changed- crt
- discovery
- include/aws/discovery
- source
- eventstream_rpc/include/aws/eventstreamrpc
- samples
- device_defender
- basic_report
- mqtt5_basic_report
- fleet_provisioning/mqtt5_fleet_provisioning
- greengrass/basic_discovery
- jobs/mqtt5_job_execution
- mqtt5/mqtt5_pubsub
- mqtt
- basic_connect
- cognito_connect
- websocket_connect
- pub_sub/basic_pub_sub
- secure_tunneling/secure_tunnel
- shadow
- mqtt5_shadow_sync
- shadow_sync
- servicetests/tests
- FleetProvisioning
- JobsExecution
- ShadowUpdate
22 files changed
+32
-32
lines changedSubmodule aws-crt-cpp updated 31 files
- README.md+1-1
- VERSION+1-1
- bin/elasticurl_cpp/main.cpp+1-1
- bin/mqtt5_app/main.cpp+1-1
- bin/mqtt5_canary/main.cpp+1-1
- crt/aws-c-auth+1-1
- crt/aws-c-common+1-1
- crt/aws-c-event-stream+1-1
- crt/aws-c-http+1-1
- crt/aws-c-io+1-1
- crt/aws-c-mqtt+1-1
- crt/aws-c-s3+1-1
- crt/aws-lc+1-1
- crt/s2n+1-1
- include/aws/crt/http/HttpConnection.h+2-2
- include/aws/crt/io/Uri.h+1-1
- include/aws/crt/mqtt/Mqtt5Client.h+2-2
- include/aws/crt/mqtt/MqttClient.h+2-2
- include/aws/crt/mqtt/MqttTypes.h+1-1
- include/aws/crt/mqtt/private/MqttConnectionCore.h+1-1
- include/aws/iot/Mqtt5Client.h+2-2
- include/aws/iot/MqttClient.h+6-6
- source/io/Uri.cpp+1-1
- source/iot/Mqtt5Client.cpp+2-2
- source/iot/MqttClient.cpp+5-5
- source/mqtt/Mqtt5Client.cpp+1-1
- source/mqtt/MqttClient.cpp+2-2
- tests/CredentialsTest.cpp+1-1
- tests/Mqtt5ClientTest.cpp+9-9
- tests/MqttClientTest.cpp+10-10
- tests/ProxyTest.cpp+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 |
| - | |
| 169 | + | |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| |||
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 |
| - | |
| 468 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments