forked from espressif/esp-protocols
-
Notifications
You must be signed in to change notification settings - Fork 0
Tst ci #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
glmfe
wants to merge
83
commits into
master
Choose a base branch
from
tst-ci
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Broker-less two chip example which virtual private IoT networks on MQTT protocol.
Since esp-tls structs are using in public header files
Used tagged version v2.0.20
[mosq]: Add serverless broker example
[mosq]: Bump: v2.0.20 -> 2.0.20~1
0.2.1 Bug Fixes - Fix potential macro colission including standard headers (ade9448)
…ine_conflict [sock-utils] Fix potential macro conflict
Previous gai_strerror() returned numeric representation of the code, but used TLS storage, which might cause issues with stack sizes on all tasks in the system. Alternatively we can leave the storage to static only (which wouldn't be thread-safe) or we could one-time allocate and never free (which is wrong). This option uses hardcoded strings for common error codes used in lwip. The disadvantage is that we might need to update the impl in the future when lwip adds more codes.
0.2.2 Bug Fixes - Fix gai_strerror() impl to return const string (f12a205)
…rror fix(sockutls): Fix gai_strerror() impl to return const string
…te_zero_item_of_subtype_for_mdns feat(mdns): support zero item when update subtype (IDFGH-14369)
1.4.3 Features - support zero item when update subtype (5bd82c0)
[mdns]: bump: 1.4.2 -> 1.4.3
Since it's used by public API as maximum length of user buffer Closes espressif#724
Closes coverity warning: 470092 Overflowed integer argument
Mixing esp_err_t (int) with err_t (uint8_t) from lwip. Closes coverity isssue: 470139 Overflowed return value
invalid mdns_if was handled for enabling/announcing pcbs, but not for the consequent browsing Closes coverity isssue: 470162 Out-of-bounds access
[mdns]: Fixed some minor bugs
1.32.0 Features - Upgrade asio to 1.32 (9bdd429) - Drop esp/asio patches in favor of sock-utils (27435b7) Bug Fixes - Fix chat example to print only the message body (76aaea0) - Make asio enable if_nametoindex to fix linking (5db32cc) - Re-applie refs to common comps idf_component.yml (9fe44a4) - Reference common component from IDF (74fc228) - Revert referencing protocol_examples_common from IDF (f9e0281) - reference protocol_examples_common from IDF (09abb18) - specify override_path in example manifest files (1d8923c) Updated - docs(asio): Updates asio docs (ce9337d)
…tream [asio]: Drop esp-asio patches in favor of sock-utils
Related to the bump-commit: ac6a388 but missed to update idf_component.yml This publishes ASIO-1.32-0~0
bump(asio): Publish 1.32.0 to component manager
…-tls-errors fix(websocket): propagate error type (IDFGH-14518)
fix(mdns): Fix _mdns_append_fqdn excessive stack usage (IDFGH-14506)
Closes coverity reported issue: 473829 Dereference null return value
[mdns]: Bump v1.5.2
…/client_ds_data feat(websocket): Support DS peripheral for mutual TLS (IDFGH-12285)
…-destroy fix(websocket): wait for task on destroy (IDFGH-14533)
[websocket]: Fix pytest to verify client correctly
1.4.0 Features - Support DS peripheral for mutual TLS (55385ec) Bug Fixes - wait for task on destroy (42674b4) - Fix pytest to verify client correctly (9046af8) - propagate error type (eeeb900) - fix example buffer leak (5219c39) Updated - chore(websocket): align structure members (beb6e57) - chore(websocket): remove unused client variable (15d3a01)
[websocket]: Bump 1.3.0 -> 1.4.0
[mosquitto]: Fix minor CI issue
not the entire packet, so we can still reply to next questions Closes espressif#754
1.5.3 Bug Fixes - Fix responder to ignore only invalid queries (cd07228, espressif#754)
…ly_invalid_queries [mdns]: Fix the responder to ignore only invalid queries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.