0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jun 29, 2024 — Jun 29, 2025
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. More... almost 11 years ago
Adapted formatting. More... almost 11 years ago
Log the reason for receiving a message on a local client endpoint. 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. More... almost 11 years ago
Ensure service offers are done after(!) application registration. More... almost 11 years ago
No need to send registered applications/services to routing manager as it already knows them. More... almost 11 years ago
Improved "improved" formatting ;-) More... almost 11 years ago
Improved formatting of log messages. More... almost 11 years ago
Bugfix: routing info was not correctly read at proxy side. More... almost 11 years ago
Refined registration process (ensure services can be started after clients). More... almost 11 years ago
Merge branch 'redesign' of https://asc-repo.bmwgroup.net/gerrit/ascgit017.vSomeIP into redesign More... almost 11 years ago
Implemented local event/field handling. More... almost 11 years ago
Fixed standard configuration file. Fixed typo in debug message (behind #if 0, therefore it did not come up earlier...) 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. More... almost 11 years ago
Implemented get/set of fields. Only currently this works for remote events/fields. More... almost 11 years ago
Implemented notification events (tested over IP / untested internally). More... almost 11 years ago
Finally got the indexer to work. For newer compilers we do not need __GXX_EXPERIMENTAL_CXX0__ = "" but __cplusplus = "201103L". More... almost 11 years ago
Reverted changes to project settings. More... almost 11 years ago
Attempted to get C++11 support in Eclipse working. Failed... More... almost 11 years ago
Added new class to commonly represent IP endpoints. More... almost 11 years ago
First part of event/eventgroup implementation. Subscription works. Second part (routing) is missing. 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. More... almost 11 years ago
Switched to json configuration files. Added event/eventgroup configuration (per service). More... almost 11 years ago
Ensure availability is signaled at most once per incoming SD message. More... almost 11 years ago
Only increment session identifier after successful send operations. More... almost 11 years ago
Service availability detection by service discovery is basically working, but: More... almost 11 years ago
Changed writing of constants (small letters now). Fixed deserializing of byte arrays. 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. More... almost 11 years ago
Added symbols needed for SD to the export map. Introduced defaults for all delay types. More... almost 11 years ago
Fixed handling of initial delay. The uniform_distribution-template of boost.random requires the values to be signed. More... almost 11 years ago