-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added aws-c-compression @ v0.2.2 * Updated aws-c-common to v0.3.13 * Updated aws-c-io to v0.3.13 * Updated aws-c-http to v0.2.18 * Updated aws-c-mqtt to v0.3.8 * Updated aws-c-cal to v0.1.5 * Added aws-c-compression to setup.py * Removed redundant build of native module * Fixed linker ordering
- Loading branch information
Justin Boswell
authored
Jun 17, 2019
1 parent
0f1725d
commit 091baaf
Showing
9 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
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
Submodule aws-c-cal
updated
8 files
+1 −1 | .clang-tidy | |
+5 −1 | CMakeLists.txt | |
+2 −2 | source/bcrypt/bcrypt_hash.c | |
+1 −1 | source/bcrypt/bcrypt_hmac.c | |
+1 −1 | source/commoncrypto/commoncrypto_hmac.c | |
+1 −1 | source/hash.c | |
+1 −1 | source/hmac.c | |
+1 −1 | source/opensslcrypto/opensslcrypto_hmac.c |
Submodule aws-c-common
updated
284 files
Submodule aws-c-compression
added at
9cefc6
Submodule aws-c-http
updated
46 files
Submodule aws-c-io
updated
59 files
Submodule aws-c-mqtt
updated
11 files
+1 −1 | .clang-tidy | |
+1 −0 | .gitignore | |
+5 −6 | CMakeLists.txt | |
+37 −35 | source/client.c | |
+7 −7 | source/client_channel_handler.c | |
+8 −10 | source/fixed_header.c | |
+50 −51 | source/packets.c | |
+27 −27 | source/topic_tree.c | |
+7 −7 | tests/aws_iot_client_test.c | |
+6 −6 | tests/packet_encoding_test.c | |
+6 −6 | tests/paho_client_test.c |
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