- 09 Feb, 2019 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
BASP v3 streamlines direct node-to-node communication by dropping the node IDs from the message header. Additionally, BASP now supports multiple application identifiers and allows connections between nodes as long as one identifier matches.
-
Dominik Charousset authored
-
- 08 Feb, 2019 1 commit
-
-
Dominik Charousset authored
Clarify bit representation of ipv4 address factory
-
- 07 Feb, 2019 1 commit
-
-
Joseph Noir authored
-
- 04 Feb, 2019 1 commit
-
-
Dominik Charousset authored
-
- 03 Feb, 2019 1 commit
-
-
Dominik Charousset authored
-
- 01 Feb, 2019 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix parsing of CLI arguments for strings and atom values. Other types still fall back to the INI parser, which we need to imrpove eventually. For example, URIs require surrounding "<>", a list of strings still requires each string to be quoted, etc.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 31 Jan, 2019 1 commit
-
-
Dominik Charousset authored
Make '=' for defining maps and ',' for separating key-value pairs optional. For example, this change allows to rewrite an entry like this: ``` logger = { console-verbosity='trace', console='colored' } ``` to a slightly less noisy version such as this: ``` logger { console-verbosity='trace' console='colored' } ```
-
- 26 Jan, 2019 1 commit
-
-
Dominik Charousset authored
-
- 18 Jan, 2019 3 commits
-
-
Matthias Vallentin authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
* origin/topic/drop-global-category: Fix build on Clang 3.6 Allow users to omit [global] in config file Drop the implicit global category
-
- 17 Jan, 2019 10 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Matthias Vallentin authored
Fix dangling reference bug in unit test suite
-
Matthias Vallentin authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 16 Jan, 2019 3 commits
-
-
Dominik Charousset authored
Consequently use the new settings type alias and drop config_value_map entirely. All parse functions in actor_system_config now take a settings argument and return an error object.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 12 Jan, 2019 1 commit
-
-
Dominik Charousset authored
-
- 11 Jan, 2019 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 10 Jan, 2019 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The component filter only used substring-matching, which makes it impossible to filter the "caf" component without also filtering "caf.flow". The new blacklist approach uses exact matches and also uses atoms instead of strings for the component names to speed up lookups.
-