-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
port
from uint16_t to uint32_t, to support VSOCK (#665)
- Loading branch information
Showing
22 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
31 files
+1 −1 | 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 | |
+2 −2 | include/aws/crt/http/HttpConnection.h | |
+1 −1 | include/aws/crt/io/Uri.h | |
+2 −2 | include/aws/crt/mqtt/Mqtt5Client.h | |
+2 −2 | include/aws/crt/mqtt/MqttClient.h | |
+1 −1 | include/aws/crt/mqtt/MqttTypes.h | |
+1 −1 | include/aws/crt/mqtt/private/MqttConnectionCore.h | |
+2 −2 | include/aws/iot/Mqtt5Client.h | |
+6 −6 | include/aws/iot/MqttClient.h | |
+1 −1 | source/io/Uri.cpp | |
+2 −2 | source/iot/Mqtt5Client.cpp | |
+5 −5 | source/iot/MqttClient.cpp | |
+1 −1 | source/mqtt/Mqtt5Client.cpp | |
+2 −2 | source/mqtt/MqttClient.cpp | |
+1 −1 | tests/CredentialsTest.cpp | |
+9 −9 | tests/Mqtt5ClientTest.cpp | |
+10 −10 | tests/MqttClientTest.cpp | |
+1 −1 | tests/ProxyTest.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters