implemented logging and default_protocol
libcppa emits log4j compatible output now to make use of available tools; middleman uses `continuable_writer` and `continuable_reader` interfaces only; ´default_protocol´ encapsulates libcppa's binary protocol now; `remote_actor` checks wheter a previous connection to the host already exists; actor proxies are stored as weak pointers in peers, fixes #75; `default_peer` created with `remote_actor` close connection on last proxy exit; poll and epoll share meta data implementation and event-interface; no global proxy cache, belongs to `protocol`/`actor_addressing` now; new configure option: `--with-cppa-log-level`; `to_string` is no longer a template (enables proper overload resolution)
Showing
cppa/actor_addressing.hpp
0 → 100644
cppa/detail/logging.hpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/default_protocol.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment