- 28 Oct, 2018 6 commits
-
-
Jon Siwek authored
To cover cases where SOCK_CLOEXEC is not defined or not implemented.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The current design of intrusive_cow_ptr with const-overloaded member functions makes it very easy to accidentially create copies. Further, `intrusive_cow_ptr` does no longer work with forward-declared types, since it calls T::copy. The new design adds `intrusive_cow_ptr_unshare` as a customization point to work with forward-declared types, adds `make_copy_on_write` as complement to `make_shared`, and requires users to explicitly call `unshared()` or `unshared_ptr()` to get mutable access to the managed object.
-
Dominik Charousset authored
-
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
-