summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Configuration files are json-files.Lutz Bichler2015-02-091-4/+4
* Provide (a little) more readable error messages.Lutz Bichler2015-02-023-2/+29
* Ensure a local is not deleted while sending.Lutz Bichler2015-02-022-3/+10
* Corrected connection state of routing manager proxy. It must beLutz Bichler2015-02-021-2/+2
* Completely remove service entry from routing info structure when noLutz Bichler2015-02-021-0/+3
* [PATCH] CMakeLists.txt: add flag to also compile with GCC 4.7.2Lutz Bichler2015-01-301-1/+1
* Updated todo list.Lutz Bichler2015-01-191-1/+6
* The usage find_package for configuring the threads implementationLutz Bichler2014-11-051-1/+3
* Removed "get/set" methods in application interface. The removedLutz Bichler2014-10-2011-167/+102
* Renamed eclipse project name to align to other projectsLutz Bichler2014-10-021-1/+1
* Renamed readme.txt to multicast.txt to match its contentLutz Bichler2014-10-021-2/+1
* Updated todo listLutz Bichler2014-10-021-2/+9
* [PATCH 8/8] include iostream headers to build with boost 1.56.0Lutz Bichler2014-09-243-0/+4
* [PATCH 7/8] CMakeLists.txt: install config filesLutz Bichler2014-09-241-4/+19
* [PATCH 6/8] CMakeLists.txt: install service discovery libraryLutz Bichler2014-09-241-0/+5
* [PATCH 5/8] vsomeip.json: remove a typo during code inspectionLutz Bichler2014-09-241-1/+1
* [PATCH 4/8] CMakeLists.txt: also install sample applicationsLutz Bichler2014-09-241-0/+5
* [PATCH 3/8] CMakeLists.txt: find and link Threads explicitlyLutz Bichler2014-09-241-1/+3
* [PATCH 2/8] CMakeLists.txt: add windows-style line breaks to some linesLutz Bichler2014-09-241-4/+4
* [PATCH 1/8] CMakeLists.txt: allow in-source and out-of-source buildsLutz Bichler2014-09-241-1/+1
* Removed unused methods (open_filter, close_filter). These may beLutz Bichler2014-08-213-26/+0
* Use lock_guard instead of unique_lock where possible (which are all(!)Lutz Bichler2014-08-198-21/+22
* Adapted formatting.Lutz Bichler2014-08-193-4/+4
* Log the reason for receiving a message on a local client endpoint.Lutz Bichler2014-08-191-1/+1
* Improved registration state update to application. Only do this if theLutz Bichler2014-08-192-6/+8
* Ensure service offers are done after(!) application registration.Lutz Bichler2014-08-191-3/+2
* No need to send registered applications/services to routing manager asLutz Bichler2014-08-191-3/+3
* Improved "improved" formatting ;-)Lutz Bichler2014-08-191-2/+2
* Improved formatting of log messages.Lutz Bichler2014-08-192-6/+7
* Bugfix: routing info was not correctly read at proxy side.Lutz Bichler2014-08-194-18/+25
* Refined registration process (ensure services can be started afterLutz Bichler2014-08-192-16/+26
* Merge branch 'redesign' of https://asc-repo.bmwgroup.net/gerrit/ascgit017.vSo...Lutz Bichler2014-08-191-15/+19
|\
| * Fixed standard configuration file.Johannes Langlotz2014-08-182-17/+21
* | Implemented local event/field handling.Lutz Bichler2014-08-1914-210/+372
|/
* Enabled reliable events/fields. The configuration of an event wasLutz Bichler2014-08-1819-59/+216
* Implemented get/set of fields. Only currently this works for remoteLutz Bichler2014-08-0531-2379/+2772
* Implemented notification events (tested over IP / untested internally).Lutz Bichler2014-08-0436-703/+1113
* Finally got the indexer to work. For newer compilers we do not needLutz Bichler2014-08-041-1/+2
* Reverted changes to project settings.Lutz Bichler2014-08-042-0/+0
* Attempted to get C++11 support in Eclipse working. Failed...Lutz Bichler2014-08-041-23/+57
* Added new class to commonly represent IP endpoints.Lutz Bichler2014-08-013-3/+89
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-0167-2644/+3717
* Removed "add_event", "add_field" and "remove_event_or_field" from theLutz Bichler2014-07-2814-285/+259
* Switched to json configuration files.Lutz Bichler2014-07-2546-1196/+1520
* Ensure availability is signaled at most once per incoming SD message.Lutz Bichler2014-07-239-14/+22
* Only increment session identifier after successful send operations.Lutz Bichler2014-07-237-191/+209
* Service availability detection by service discovery is basicallyLutz Bichler2014-07-2329-235/+451
* Changed writing of constants (small letters now).Lutz Bichler2014-07-2226-138/+175
* Fix receiving in case of multicasts (e.g. SD).Lutz Bichler2014-07-2217-64/+117
* Added symbols needed for SD to the export map.Lutz Bichler2014-07-226-16/+28