summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use lock_guard instead of unique_lock where possible (which are all(!)Lutz Bichler2014-08-193-5/+5
* Ensure service offers are done after(!) application registration.Lutz Bichler2014-08-191-3/+2
* Bugfix: routing info was not correctly read at proxy side.Lutz Bichler2014-08-192-0/+7
* Implemented local event/field handling.Lutz Bichler2014-08-192-8/+25
* Enabled reliable events/fields. The configuration of an event wasLutz Bichler2014-08-182-16/+13
* Implemented get/set of fields. Only currently this works for remoteLutz Bichler2014-08-053-216/+237
* Implemented notification events (tested over IP / untested internally).Lutz Bichler2014-08-044-49/+262
* Reverted changes to project settings.Lutz Bichler2014-08-042-0/+0
* First part of event/eventgroup implementation. Subscription works.Lutz Bichler2014-08-013-114/+165
* Switched to json configuration files.Lutz Bichler2014-07-251-1/+1
* Service availability detection by service discovery is basicallyLutz Bichler2014-07-231-3/+31
* Changed writing of constants (small letters now).Lutz Bichler2014-07-221-1/+1
* Limit size of packets for receiving message to limit the size ofLutz Bichler2014-07-142-21/+21
* Implemented static UDP & TCP routing.Lutz Bichler2014-07-144-0/+315