summaryrefslogtreecommitdiff
path: root/implementation
Commit message (Expand)AuthorAgeFilesLines
* Changed writing of constants (small letters now).Lutz Bichler2014-07-2220-93/+138
* Fix receiving in case of multicasts (e.g. SD).Lutz Bichler2014-07-2216-64/+116
* Added symbols needed for SD to the export map.Lutz Bichler2014-07-223-11/+14
* Fixed handling of initial delay. The uniform_distribution-template ofLutz Bichler2014-07-225-14/+38
* Re-enabled and adapted implementation of "Magic Cookies".Lutz Bichler2014-07-1515-130/+215
* Enable methods to send magic cookies.Lutz Bichler2014-07-144-20/+14
* Limit size of packets for receiving message to limit the size ofLutz Bichler2014-07-1417-76/+80
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-1434-849/+433
* Use connect-info to mark services as available/unavailable.Lutz Bichler2014-07-0911-7/+85
* Use UDP for the example. Start newly created endpoints.Lutz Bichler2014-07-092-2/+13
* Use (more) shared pointersLutz Bichler2014-07-096-37/+56
* First set of changes to make IP routing work.Lutz Bichler2014-07-098-85/+191
* Implemented endpoint options.Lutz Bichler2014-07-0833-42/+463
* Added basic statemachine (running based on the timing specification fromLutz Bichler2014-07-0712-48/+165
* Signal "registered"/"deregistered" to the application that hosts theLutz Bichler2014-07-079-12/+44
* Always initialize message payload. This does not really make sense butLutz Bichler2014-07-072-1/+5
* Changed configuration data to be more servicegroup centric.Lutz Bichler2014-07-0716-271/+326
* Added some initial SD code (without any functionality yet)Lutz Bichler2014-07-0710-18/+148
* Added handler to report framework events (registration, deregistrationLutz Bichler2014-07-058-84/+111
* Changed passing configuration file from command line option toLutz Bichler2014-07-056-13/+22
* Added signature of "create_response" method.Lutz Bichler2014-07-0423-137/+408
* Included exportmap to explicitely specify the exported symbols.Lutz Bichler2014-07-0430-381/+334
* Removed unused base class. This needs to be reintroduced later, as proxyLutz Bichler2014-07-021-43/+0
* Improve usage of shared pointers.Lutz Bichler2014-07-0210-39/+53
* Added event class.Lutz Bichler2014-07-0124-154/+273
* Initial commit of redesigned vsomeip libraries.Lutz Bichler2014-07-01106-0/+9341