-
Notifications
You must be signed in to change notification settings - Fork 700
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: - Add timeout for detached threads - Update wireshark dissector - fix race condition on boost async operations - Fix core dump back traces - Enabled initial event tests - Add vsomeip config parsing - Whitelist initial events tests - Adds on_register_application_ack - Suspend resume tests fix - add service and method ids to the clients_ array - Fix capturing references to stack variables - Protects receiver_ and lock to routing stop function - Add include unordered map - Add remove local in deregistration(rmi) - protect deserialization from malicious input - Ignore send_cbk if the socket is not connected - Move suspend/resume of endpoints - Change handling of availabilities for wildcasts - Allow to configure the initial routing state - Enable subscription expiration - Fixed if-guard name - Remove redundant ostream manipulators sync update - Fix capturing references to stack variables - Log offers on first occurrence in routing manager
- Loading branch information
1 parent
bbd29db
commit 6461369
Showing
5 changed files
with
39 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- name: libvsomeip | ||
version: 3.5.1 | ||
version: 3.5.3 | ||
vendor: Lynx Team | ||
license: | ||
concluded: CLOSED and MPLv2 | ||
|