summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Fixed handling of initial delay. The uniform_distribution-template ofLutz Bichler2014-07-2211-23/+47
* Re-enabled and adapted implementation of "Magic Cookies".Lutz Bichler2014-07-1527-157/+496
* 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-1420-97/+103
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-1445-536/+839
* 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-093-3/+14
* Use (more) shared pointersLutz Bichler2014-07-096-37/+56
* First set of changes to make IP routing work.Lutz Bichler2014-07-0912-86/+291
* Implemented endpoint options.Lutz Bichler2014-07-0833-42/+463
* Added basic statemachine (running based on the timing specification fromLutz Bichler2014-07-0715-50/+174
* Signal "registered"/"deregistered" to the application that hosts theLutz Bichler2014-07-0710-12/+45
* Always initialize message payload. This does not really make sense butLutz Bichler2014-07-072-1/+5
* Adapted configuration to include "repetition max"Lutz Bichler2014-07-071-0/+1
* Changed configuration data to be more servicegroup centric.Lutz Bichler2014-07-0717-279/+332
* :wqMerge branch 'redesign' of https://asc-repo.bmwgroup.net/gerrit/ascgit017....Lutz Bichler2014-07-071-1/+1
|\
| * Set include directory variable to correct value. Thus other cmakeJohannes Langlotz2014-07-041-1/+1
* | Added some initial SD code (without any functionality yet)Lutz Bichler2014-07-0712-19/+149