This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree
15 files changed
+43
-43
lines changed- core/tests
- gateway_e2e
- testtools/iothub_test
- deps
- modules
- iothub
- logger
- src
- tests/logger_ut
15 files changed
+43
-43
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
| 272 | + | |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
- CMakeLists.txt+1-1
- adapters/httpapi_compact.c+2-2
- adapters/platform_linux.c+1
- adapters/platform_win32.c+1
- adapters/socketio_win32.c+1-1
- adapters/tlsio_arduino.c+1-2
- adapters/uniqueid_linux.c+39
- adapters/uniqueid_stub.c+39
- adapters/uniqueid_win32.c+39
- build_all/esp32/sdk/component.mk+2
- build_all/packaging/linux/debian/changelog-trusty+1-1
- build_all/packaging/linux/debian/changelog-vivid+1-1
- build_all/packaging/linux/debian/changelog-xenial+1-1
- build_all/packaging/windows/Microsoft.Azure.C.SharedUtility.nuspec+1-1
- devdoc/httpapi_compact_requirements.md+2-2
- devdoc/uniqueid_requirements.md+15-1
- inc/azure_c_shared_utility/buffer_.h-1
- inc/azure_c_shared_utility/tickcounter.h+2-3
- inc/azure_c_shared_utility/uniqueid.h+9
- inc/azure_c_shared_utility/xio.h-1
- src/xio.c+1
- tests/httpapicompact_ut/httpapicompact_ut.c+12-12
- tests/socketio_berkeley_ut/socketio_berkeley_ut.c+14-14
- tests/tlsioarduino_ut/tlsioarduino_ut.c+59-50
- tests/uniqueid_ut/uniqueid_ut_linux.c+64
- tests/uniqueid_ut/uniqueid_ut_win32.c+64-1
- testtools/ctest+1-1
- testtools/testrunner+1-1
- testtools/umock-c+1-1
- tools/mbed_build_scripts/release_mbed_project.cmd+1-1
Submodule ctest updated from f75c435 to 037e318
Submodule testrunner updated from c654e72 to ee279c8
- CMakeLists.txt+2-1
- build_all/mbed/azure_uamqp_c_filelist.txt+3
- build_all/packaging/linux/debian/changelog-trusty+1-1
- build_all/packaging/linux/debian/changelog-vivid+1-1
- build_all/packaging/linux/debian/changelog-xenial+1-1
- build_all/packaging/windows/Microsoft.Azure.uamqp.nuspec+2-2
- deps/azure-c-shared-utility+1-1
- deps/azure-c-testrunnerswitcher+1-1
- deps/azure-ctest+1-1
- deps/umock-c+1-1
- inc/azure_uamqp_c/uamqp.h+39
- samples/eh_sender_with_sas_token_sample/main.c+1-6
- samples/local_client_sample/main.c+1-3
- samples/local_server_sample/main.c+1-8
- samples/local_server_tls_sample/main.c+1-8
- samples/message_receiver_sample/main.c+1-5
- samples/message_sender_sample/main.c+33-37
- samples/mssbcbs_sample/main.c+1-6
- samples/websockets_sample/main.c+1-6
- tests/iothub_e2e/iothub_e2e.c+1-12
- tests/local_client_server_tcp_e2e/local_client_server_tcp_e2e.c+1-8
- tests/local_client_server_tcp_perf/local_client_server_tcp_perf.c+1-8
0 commit comments