- 28 Oct, 2018 1 commit
-
-
Dominik Charousset authored
-
- 24 Oct, 2018 2 commits
-
-
Dominik Charousset authored
Add missing <string> include to use std::string.
-
Billy Robert O'Neal III authored
-
- 23 Oct, 2018 7 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Boolean flags are always `false` by convention.
-
Dominik Charousset authored
Fix verbosity config option default
-
Dominik Charousset authored
Fix exit reason propagation in monitorable_actor
-
Tobias Mayer authored
-
Dominik Charousset authored
-
Tobias Mayer authored
-
- 22 Oct, 2018 2 commits
-
-
Tobias Mayer authored
This fixes a bug introduced with a3dfd72f. The verbosity config option would always be initalized to the empty atom, which is mapped to log level 'quiet'.
-
Dominik Charousset authored
-
- 18 Oct, 2018 1 commit
-
-
Dominik Charousset authored
-
- 17 Oct, 2018 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 16 Oct, 2018 4 commits
-
-
Dominik Charousset authored
Add non-overriding receive timouts to actor clock
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 10 Oct, 2018 1 commit
-
-
Matthias Vallentin authored
Use insert for faster appending in xsputn
-
- 09 Oct, 2018 4 commits
-
-
Tobias Mayer authored
-
Tobias Mayer authored
The concrete log levels can be set with the config options "logger.file-verbosity" and "logger.console-verbosity". "logger.verbosity" remains to be supported for backwards compatibility.
-
Tobias Mayer authored
-
Dominik Charousset authored
Add free function to set values in config_value dictionaries. Close #769.
-
- 08 Oct, 2018 1 commit
-
-
Dominik Charousset authored
-
- 07 Oct, 2018 4 commits
-
-
Joseph Noir authored
-
Dominik Charousset authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
- 05 Oct, 2018 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Set CLOEXEC flag on socket/accept/pipe calls
-
Dominik Charousset authored
-
Jon Siwek authored
-
Dominik Charousset authored
-
Dominik Charousset authored
Fix insecure RPATH of the caf-python binary
-
- 03 Oct, 2018 1 commit
-
-
Marcel Röthke authored
Cmakes install type PROGRAMS is misleading it is not supposed to be used with binaries. From the cmake documentation: > This form [install(PROGRAMS)] is intended to install programs that are > not targets, such as shell scripts. Use the TARGETS form to install > targets built within the project. One of the problems with "PROGRAMS" is, that it does not strip the RPATH from binaries when installing. This is a problem because the is is used to look up shared libraries. If it's destination is user controllable it could be used for privilege escalation.
-
- 02 Oct, 2018 4 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Support unquoted atoms on the CLI
-
Dominik Charousset authored
Fix dictionary emplace with char array
-
Dominik Charousset authored
-