-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule c-utility
updated
17 files
+1 −0 | CMakeLists.txt | |
+35 −1 | adapters/platform_win32.c | |
+6 −2 | configs/azure_c_shared_utilityFunctions.cmake | |
+7 −7 | devdoc/base64_requirements.md | |
+160 −0 | devdoc/socket_async.md | |
+5 −5 | inc/azure_c_shared_utility/base64.h | |
+122 −0 | inc/azure_c_shared_utility/socket_async.h | |
+1 −1 | src/aziotsharedutil.def | |
+8 −8 | src/base64.c | |
+1 −1 | src/sastoken.c | |
+6 −5 | src/tlsio_openssl.c | |
+7 −7 | tests/base64_ut/base64_ut.c | |
+13 −13 | tests/sastoken_ut/sastoken_ut.c | |
+2 −5 | tests/uniqueid_ut/CMakeLists.txt | |
+1 −1 | testtools/CMakeLists.txt | |
+18 −16 | testtools/micromock/CMakeLists.txt | |
+1 −1 | testtools/umock-c |
Submodule uamqp
updated
35 files