openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
V
vsomeip
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jun 29, 2024 — Jun 29, 2025
Showing page 16 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use lock_guard instead of unique_lock where possible (which are all(!) occurences in the library as we do not use condition variables or re-locking there). Adapted formatting of lock statements in the sample code.
Lutz Bichler
More...
almost 11 years ago
Adapted formatting.
Lutz Bichler
More...
almost 11 years ago
Log the reason for receiving a message on a local client endpoint.
Lutz Bichler
More...
almost 11 years ago
Improved registration state update to application. Only do this if the routing info signals a new state, not just because the proxy "thinks" it has entered a new state.
Lutz Bichler
More...
almost 11 years ago
Ensure service offers are done after(!) application registration.
Lutz Bichler
More...
almost 11 years ago
No need to send registered applications/services to routing manager as it already knows them.
Lutz Bichler
More...
almost 11 years ago
Improved "improved" formatting ;-)
Lutz Bichler
More...
almost 11 years ago
Improved formatting of log messages.
Lutz Bichler
More...
almost 11 years ago
Bugfix: routing info was not correctly read at proxy side.
Lutz Bichler
More...
almost 11 years ago
Refined registration process (ensure services can be started after clients).
Lutz Bichler
More...
almost 11 years ago
Merge branch 'redesign' of https://asc-repo.bmwgroup.net/gerrit/ascgit017.vSomeIP into redesign
Lutz Bichler
More...
almost 11 years ago
Implemented local event/field handling.
Lutz Bichler
More...
almost 11 years ago
Fixed standard configuration file. Fixed typo in debug message (behind #if 0, therefore it did not come up earlier...)
Johannes Langlotz
More...
almost 11 years ago
Enabled reliable events/fields. The configuration of an event was extended by an "is_reliable" configuration variable and the get-/set-methods were extended by a flag to specify whether or not reliable transport shall be used to access the field.
Lutz Bichler
More...
almost 11 years ago
Implemented get/set of fields. Only currently this works for remote events/fields.
Lutz Bichler
More...
almost 11 years ago
Implemented notification events (tested over IP / untested internally).
Lutz Bichler
More...
almost 11 years ago
Finally got the indexer to work. For newer compilers we do not need __GXX_EXPERIMENTAL_CXX0__ = "" but __cplusplus = "201103L".
Lutz Bichler
More...
almost 11 years ago
Reverted changes to project settings.
Lutz Bichler
More...
almost 11 years ago
Attempted to get C++11 support in Eclipse working. Failed...
Lutz Bichler
More...
almost 11 years ago
Added new class to commonly represent IP endpoints.
Lutz Bichler
More...
almost 11 years ago
First part of event/eventgroup implementation. Subscription works. Second part (routing) is missing.
Lutz Bichler
More...
almost 11 years ago
Removed "add_event", "add_field" and "remove_event_or_field" from the application interface. The supported (or meant to be supported) events and fields together with the eventgroups they are assigned to are predefined by the configuration.
Lutz Bichler
More...
almost 11 years ago
Switched to json configuration files. Added event/eventgroup configuration (per service).
Lutz Bichler
More...
almost 11 years ago
Ensure availability is signaled at most once per incoming SD message.
Lutz Bichler
More...
almost 11 years ago
Only increment session identifier after successful send operations.
Lutz Bichler
More...
almost 11 years ago
Service availability detection by service discovery is basically working, but:
Lutz Bichler
More...
almost 11 years ago
Changed writing of constants (small letters now). Fixed deserializing of byte arrays.
Lutz Bichler
More...
almost 11 years ago
Fix receiving in case of multicasts (e.g. SD). Make serialize/deserialize-methods in entry_impl- and option_impl-classes virtual as the base classes that contained the virtual-specification in earlier versions do no longer exist. Added show-method to serializer to facilitate analysis of serialization problems.
Lutz Bichler
More...
almost 11 years ago
Added symbols needed for SD to the export map. Introduced defaults for all delay types.
Lutz Bichler
More...
almost 11 years ago
Fixed handling of initial delay. The uniform_distribution-template of boost.random requires the values to be signed.
Lutz Bichler
More...
almost 11 years ago
←
1
2
…
12
13
14
15
16
17
18
19
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree