summaryrefslogtreecommitdiff
path: root/implementation/routing
Commit message (Expand)AuthorAgeFilesLines
* vSomeIP 2.0.12.0.1Dirk Huss2015-12-099-49/+180
* vSomeIP 2.0.02.0.0Dirk Huss2015-11-2517-1164/+2038
* vSomeIP 1.3.0p11.3.0p1Markus Freutsmiedl2015-10-072-15/+16
* vSomeIP 1.3.01.3.0Jürgen Gehring2015-07-2919-1982/+2693
* Enable notification from routing manager proxies.Lutz Bichler2015-02-165-34/+11
* Make routing manager/proxy/stub correctly handle the case of a lostLutz Bichler2015-02-166-39/+53
* Fixed handling of Magic Cookies. Adapted configuration files. Added aLutz Bichler2015-02-101-3/+5
* Updated udp service configuration to avoid an error message about anLutz Bichler2015-02-091-7/+8
* 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
* Removed "get/set" methods in application interface. The removedLutz Bichler2014-10-205-132/+26
* [PATCH 8/8] include iostream headers to build with boost 1.56.0Lutz Bichler2014-09-241-0/+1
* Use lock_guard instead of unique_lock where possible (which are all(!)Lutz Bichler2014-08-192-12/+13
* Improved registration state update to application. Only do this if theLutz Bichler2014-08-192-6/+8
* 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-192-18/+18
* Refined registration process (ensure services can be started afterLutz Bichler2014-08-192-16/+26
* Implemented local event/field handling.Lutz Bichler2014-08-198-190/+329
* Enabled reliable events/fields. The configuration of an event wasLutz Bichler2014-08-188-27/+55
* Implemented get/set of fields. Only currently this works for remoteLutz Bichler2014-08-058-1494/+1737
* Implemented notification events (tested over IP / untested internally).Lutz Bichler2014-08-0410-538/+678
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-0112-875/+1344
* Removed "add_event", "add_field" and "remove_event_or_field" from theLutz Bichler2014-07-286-169/+118
* Switched to json configuration files.Lutz Bichler2014-07-258-220/+361
* Ensure availability is signaled at most once per incoming SD message.Lutz Bichler2014-07-231-1/+5
* Only increment session identifier after successful send operations.Lutz Bichler2014-07-235-188/+204
* Service availability detection by service discovery is basicallyLutz Bichler2014-07-236-115/+159
* Changed writing of constants (small letters now).Lutz Bichler2014-07-223-28/+33
* Fix receiving in case of multicasts (e.g. SD).Lutz Bichler2014-07-221-8/+14
* Fixed handling of initial delay. The uniform_distribution-template ofLutz Bichler2014-07-221-6/+16
* Re-enabled and adapted implementation of "Magic Cookies".Lutz Bichler2014-07-151-1/+7
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-146-70/+99
* Use connect-info to mark services as available/unavailable.Lutz Bichler2014-07-096-1/+57
* Use UDP for the example. Start newly created endpoints.Lutz Bichler2014-07-091-2/+11
* Use (more) shared pointersLutz Bichler2014-07-096-37/+56
* First set of changes to make IP routing work.Lutz Bichler2014-07-092-26/+135
* Implemented endpoint options.Lutz Bichler2014-07-085-10/+86
* Added basic statemachine (running based on the timing specification fromLutz Bichler2014-07-075-10/+50
* Signal "registered"/"deregistered" to the application that hosts theLutz Bichler2014-07-073-8/+4
* Changed configuration data to be more servicegroup centric.Lutz Bichler2014-07-072-0/+5
* Added some initial SD code (without any functionality yet)Lutz Bichler2014-07-071-2/+0
* Added handler to report framework events (registration, deregistrationLutz Bichler2014-07-053-3/+13
* Added signature of "create_response" method.Lutz Bichler2014-07-047-88/+157
* Included exportmap to explicitely specify the exported symbols.Lutz Bichler2014-07-049-89/+195
* 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-022-4/+4
* Added event class.Lutz Bichler2014-07-016-43/+58