You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable WolfSSL to send trusted certificate when running E2E tests
Fix custom hsm bug that caused invalid header
Update MQTT transport to be more efficient
github issue fix for http_proxy struct
Fix mqtt disconnect so it's triggered in DoWork
Fix handle passed to unsub device method function in client core LL
Shared Utility
Addressed CR comments for constbuffer_array
Reordered waiting_thread_count++ and unlock so that ++ happen under the lock, removed interlocked functions as all touches are now under the lock. Also fixed error checking in Condition_Init as it related to CreateEvent, which should be compared against NULL to detect a failure.
Update rules to decay to C99 if C11 is not there
Fix candidate for MBED size_t build failure
Add support for flexible arrays in refcount
Use stub for HTTP proxy when SocketIO isnt enabled
uMQTT
ACR Add _getTopicLevels to mqttmessage
Add extra error checking on incoming PUBLISH
Update mqtt_message to enable code sharing
Adding enhancements to the repo for size and memory concerns