summaryrefslogtreecommitdiff
path: root/implementation/routing/src
Commit message (Expand)AuthorAgeFilesLines
* vSomeIP 2.6.22.6.2maintain/2.6Juergen Gehring2017-04-074-310/+538
* vSomeIP 2.6.12.6.1Juergen Gehring2017-03-071-2/+2
* vSomeIP 2.6.02.6.0Juergen Gehring2017-02-285-563/+957
* vSomeIP 2.5.32.5.3Juergen Gehring2017-02-287-252/+487
* vSomeIP 2.5.22.5.2Jürgen Gehring2016-12-124-187/+213
* vSomeIP 2.5.12.5.1Jürgen Gehring2016-12-126-282/+516
* vSomeIP 2.5.02.5.0Jürgen Gehring2016-11-046-277/+785
* vsomeip 2.4.22.4.2Jürgen Gehring2016-10-116-894/+2341
* vSomeIP 2.2.42.2.4Jürgen Gehring2016-09-207-1302/+2958
* vSomeIP 2.0.12.0.1Dirk Huss2015-12-094-36/+159
* vSomeIP 2.0.02.0.0Dirk Huss2015-11-257-1060/+1861
* vSomeIP 1.3.0p11.3.0p1Markus Freutsmiedl2015-10-072-15/+16
* vSomeIP 1.3.01.3.0Jürgen Gehring2015-07-297-1510/+2135
* Enable notification from routing manager proxies.Lutz Bichler2015-02-162-26/+8
* Make routing manager/proxy/stub correctly handle the case of a lostLutz Bichler2015-02-163-35/+42
* 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-021-2/+9
* 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-202-108/+20
* [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-191-6/+7
* 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-191-15/+24
* Implemented local event/field handling.Lutz Bichler2014-08-193-174/+243
* Enabled reliable events/fields. The configuration of an event wasLutz Bichler2014-08-184-21/+39
* Implemented get/set of fields. Only currently this works for remoteLutz Bichler2014-08-054-1319/+1526
* Implemented notification events (tested over IP / untested internally).Lutz Bichler2014-08-045-501/+641
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-016-680/+1042
* Removed "add_event", "add_field" and "remove_event_or_field" from theLutz Bichler2014-07-283-138/+114
* Switched to json configuration files.Lutz Bichler2014-07-252-205/+288
* 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-232-12/+26
* Service availability detection by service discovery is basicallyLutz Bichler2014-07-233-99/+136
* 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-143-67/+93
* Use connect-info to mark services as available/unavailable.Lutz Bichler2014-07-093-0/+46
* Use UDP for the example. Start newly created endpoints.Lutz Bichler2014-07-091-2/+11
* Use (more) shared pointersLutz Bichler2014-07-093-26/+44
* First set of changes to make IP routing work.Lutz Bichler2014-07-091-20/+116
* Implemented endpoint options.Lutz Bichler2014-07-082-6/+49
* Added basic statemachine (running based on the timing specification fromLutz Bichler2014-07-072-7/+35