Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
actor-incubator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
actor-incubator
Commits
5c319ff6
Commit
5c319ff6
authored
Jan 07, 2021
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to new license boilerplate
parent
fdc00758
Changes
135
Hide whitespace changes
Inline
Side-by-side
Showing
135 changed files
with
403 additions
and
2279 deletions
+403
-2279
LICENSE
LICENSE
+1
-1
libcaf_bb/caf/bb/container_source.hpp
libcaf_bb/caf/bb/container_source.hpp
+3
-17
libcaf_bb/caf/bb/stream_reader.hpp
libcaf_bb/caf/bb/stream_reader.hpp
+3
-17
libcaf_bb/caf/policy/tokenized_integer_reader.hpp
libcaf_bb/caf/policy/tokenized_integer_reader.hpp
+3
-17
libcaf_bb/test/container_source.cpp
libcaf_bb/test/container_source.cpp
+3
-17
libcaf_bb/test/stream_reader.cpp
libcaf_bb/test/stream_reader.cpp
+3
-17
libcaf_bb/test/tokenized_integer_reader.cpp
libcaf_bb/test/tokenized_integer_reader.cpp
+3
-17
libcaf_net/caf/detail/convert_ip_endpoint.hpp
libcaf_net/caf/detail/convert_ip_endpoint.hpp
+3
-17
libcaf_net/caf/detail/infer_actor_shell_ptr_type.hpp
libcaf_net/caf/detail/infer_actor_shell_ptr_type.hpp
+3
-17
libcaf_net/caf/detail/net_syscall.hpp
libcaf_net/caf/detail/net_syscall.hpp
+3
-17
libcaf_net/caf/detail/rfc6455.hpp
libcaf_net/caf/detail/rfc6455.hpp
+3
-17
libcaf_net/caf/detail/sockaddr_members.hpp
libcaf_net/caf/detail/sockaddr_members.hpp
+3
-17
libcaf_net/caf/detail/socket_sys_aliases.hpp
libcaf_net/caf/detail/socket_sys_aliases.hpp
+3
-17
libcaf_net/caf/detail/socket_sys_includes.hpp
libcaf_net/caf/detail/socket_sys_includes.hpp
+3
-17
libcaf_net/caf/net/abstract_actor_shell.hpp
libcaf_net/caf/net/abstract_actor_shell.hpp
+3
-17
libcaf_net/caf/net/actor_proxy_impl.hpp
libcaf_net/caf/net/actor_proxy_impl.hpp
+3
-17
libcaf_net/caf/net/actor_shell.hpp
libcaf_net/caf/net/actor_shell.hpp
+3
-17
libcaf_net/caf/net/all.hpp
libcaf_net/caf/net/all.hpp
+3
-17
libcaf_net/caf/net/backend/tcp.hpp
libcaf_net/caf/net/backend/tcp.hpp
+3
-17
libcaf_net/caf/net/backend/test.hpp
libcaf_net/caf/net/backend/test.hpp
+3
-17
libcaf_net/caf/net/basp/application.hpp
libcaf_net/caf/net/basp/application.hpp
+3
-17
libcaf_net/caf/net/basp/application_factory.hpp
libcaf_net/caf/net/basp/application_factory.hpp
+3
-17
libcaf_net/caf/net/basp/connection_state.hpp
libcaf_net/caf/net/basp/connection_state.hpp
+3
-17
libcaf_net/caf/net/basp/constants.hpp
libcaf_net/caf/net/basp/constants.hpp
+3
-17
libcaf_net/caf/net/basp/ec.hpp
libcaf_net/caf/net/basp/ec.hpp
+3
-17
libcaf_net/caf/net/basp/header.hpp
libcaf_net/caf/net/basp/header.hpp
+3
-17
libcaf_net/caf/net/basp/message_queue.hpp
libcaf_net/caf/net/basp/message_queue.hpp
+3
-17
libcaf_net/caf/net/basp/message_type.hpp
libcaf_net/caf/net/basp/message_type.hpp
+3
-17
libcaf_net/caf/net/basp/remote_message_handler.hpp
libcaf_net/caf/net/basp/remote_message_handler.hpp
+3
-17
libcaf_net/caf/net/basp/worker.hpp
libcaf_net/caf/net/basp/worker.hpp
+3
-17
libcaf_net/caf/net/connection_acceptor.hpp
libcaf_net/caf/net/connection_acceptor.hpp
+3
-17
libcaf_net/caf/net/datagram_socket.hpp
libcaf_net/caf/net/datagram_socket.hpp
+3
-17
libcaf_net/caf/net/datagram_transport.hpp
libcaf_net/caf/net/datagram_transport.hpp
+3
-17
libcaf_net/caf/net/defaults.hpp
libcaf_net/caf/net/defaults.hpp
+3
-17
libcaf_net/caf/net/endpoint_manager.hpp
libcaf_net/caf/net/endpoint_manager.hpp
+3
-17
libcaf_net/caf/net/endpoint_manager_impl.hpp
libcaf_net/caf/net/endpoint_manager_impl.hpp
+3
-17
libcaf_net/caf/net/endpoint_manager_queue.hpp
libcaf_net/caf/net/endpoint_manager_queue.hpp
+3
-17
libcaf_net/caf/net/fwd.hpp
libcaf_net/caf/net/fwd.hpp
+3
-17
libcaf_net/caf/net/host.hpp
libcaf_net/caf/net/host.hpp
+3
-17
libcaf_net/caf/net/ip.hpp
libcaf_net/caf/net/ip.hpp
+3
-17
libcaf_net/caf/net/length_prefix_framing.hpp
libcaf_net/caf/net/length_prefix_framing.hpp
+3
-17
libcaf_net/caf/net/make_endpoint_manager.hpp
libcaf_net/caf/net/make_endpoint_manager.hpp
+3
-17
libcaf_net/caf/net/middleman.hpp
libcaf_net/caf/net/middleman.hpp
+3
-17
libcaf_net/caf/net/middleman_backend.hpp
libcaf_net/caf/net/middleman_backend.hpp
+3
-17
libcaf_net/caf/net/mixed_message_oriented_layer_ptr.hpp
libcaf_net/caf/net/mixed_message_oriented_layer_ptr.hpp
+3
-17
libcaf_net/caf/net/multiplexer.hpp
libcaf_net/caf/net/multiplexer.hpp
+3
-17
libcaf_net/caf/net/network_socket.hpp
libcaf_net/caf/net/network_socket.hpp
+3
-17
libcaf_net/caf/net/operation.hpp
libcaf_net/caf/net/operation.hpp
+3
-17
libcaf_net/caf/net/packet_writer.hpp
libcaf_net/caf/net/packet_writer.hpp
+3
-17
libcaf_net/caf/net/packet_writer_decorator.hpp
libcaf_net/caf/net/packet_writer_decorator.hpp
+3
-17
libcaf_net/caf/net/pipe_socket.hpp
libcaf_net/caf/net/pipe_socket.hpp
+3
-17
libcaf_net/caf/net/pollset_updater.hpp
libcaf_net/caf/net/pollset_updater.hpp
+3
-17
libcaf_net/caf/net/receive_policy.hpp
libcaf_net/caf/net/receive_policy.hpp
+3
-17
libcaf_net/caf/net/socket.hpp
libcaf_net/caf/net/socket.hpp
+3
-17
libcaf_net/caf/net/socket_guard.hpp
libcaf_net/caf/net/socket_guard.hpp
+3
-17
libcaf_net/caf/net/socket_id.hpp
libcaf_net/caf/net/socket_id.hpp
+3
-17
libcaf_net/caf/net/socket_manager.hpp
libcaf_net/caf/net/socket_manager.hpp
+3
-17
libcaf_net/caf/net/stream_oriented_layer_ptr.hpp
libcaf_net/caf/net/stream_oriented_layer_ptr.hpp
+3
-17
libcaf_net/caf/net/stream_socket.hpp
libcaf_net/caf/net/stream_socket.hpp
+3
-17
libcaf_net/caf/net/stream_transport.hpp
libcaf_net/caf/net/stream_transport.hpp
+3
-17
libcaf_net/caf/net/tcp_accept_socket.hpp
libcaf_net/caf/net/tcp_accept_socket.hpp
+3
-17
libcaf_net/caf/net/tcp_stream_socket.hpp
libcaf_net/caf/net/tcp_stream_socket.hpp
+3
-17
libcaf_net/caf/net/test/host_fixture.hpp
libcaf_net/caf/net/test/host_fixture.hpp
+3
-17
libcaf_net/caf/net/transport_base.hpp
libcaf_net/caf/net/transport_base.hpp
+3
-17
libcaf_net/caf/net/transport_worker.hpp
libcaf_net/caf/net/transport_worker.hpp
+3
-17
libcaf_net/caf/net/transport_worker_dispatcher.hpp
libcaf_net/caf/net/transport_worker_dispatcher.hpp
+3
-17
libcaf_net/caf/net/typed_actor_shell.hpp
libcaf_net/caf/net/typed_actor_shell.hpp
+3
-17
libcaf_net/caf/net/udp_datagram_socket.hpp
libcaf_net/caf/net/udp_datagram_socket.hpp
+3
-17
libcaf_net/caf/net/web_socket_framing.hpp
libcaf_net/caf/net/web_socket_framing.hpp
+3
-17
libcaf_net/caf/net/web_socket_server.hpp
libcaf_net/caf/net/web_socket_server.hpp
+3
-17
libcaf_net/caf/tag/io_event_oriented.hpp
libcaf_net/caf/tag/io_event_oriented.hpp
+3
-17
libcaf_net/caf/tag/message_oriented.hpp
libcaf_net/caf/tag/message_oriented.hpp
+3
-17
libcaf_net/caf/tag/mixed_message_oriented.hpp
libcaf_net/caf/tag/mixed_message_oriented.hpp
+3
-17
libcaf_net/caf/tag/stream_oriented.hpp
libcaf_net/caf/tag/stream_oriented.hpp
+3
-17
libcaf_net/src/actor_proxy_impl.cpp
libcaf_net/src/actor_proxy_impl.cpp
+3
-17
libcaf_net/src/basp/application.cpp
libcaf_net/src/basp/application.cpp
+3
-17
libcaf_net/src/convert_ip_endpoint.cpp
libcaf_net/src/convert_ip_endpoint.cpp
+3
-17
libcaf_net/src/datagram_socket.cpp
libcaf_net/src/datagram_socket.cpp
+3
-17
libcaf_net/src/defaults.cpp
libcaf_net/src/defaults.cpp
+3
-17
libcaf_net/src/detail/rfc6455.cpp
libcaf_net/src/detail/rfc6455.cpp
+3
-17
libcaf_net/src/endpoint_manager.cpp
libcaf_net/src/endpoint_manager.cpp
+3
-17
libcaf_net/src/header.cpp
libcaf_net/src/header.cpp
+3
-17
libcaf_net/src/host.cpp
libcaf_net/src/host.cpp
+3
-17
libcaf_net/src/ip.cpp
libcaf_net/src/ip.cpp
+3
-17
libcaf_net/src/message_queue.cpp
libcaf_net/src/message_queue.cpp
+3
-17
libcaf_net/src/multiplexer.cpp
libcaf_net/src/multiplexer.cpp
+3
-17
libcaf_net/src/net/abstract_actor_shell.cpp
libcaf_net/src/net/abstract_actor_shell.cpp
+3
-17
libcaf_net/src/net/actor_shell.cpp
libcaf_net/src/net/actor_shell.cpp
+3
-17
libcaf_net/src/net/backend/tcp.cpp
libcaf_net/src/net/backend/tcp.cpp
+3
-17
libcaf_net/src/net/backend/test.cpp
libcaf_net/src/net/backend/test.cpp
+3
-17
libcaf_net/src/net/endpoint_manager_queue.cpp
libcaf_net/src/net/endpoint_manager_queue.cpp
+3
-17
libcaf_net/src/net/middleman.cpp
libcaf_net/src/net/middleman.cpp
+3
-17
libcaf_net/src/net/middleman_backend.cpp
libcaf_net/src/net/middleman_backend.cpp
+3
-17
libcaf_net/src/net/packet_writer.cpp
libcaf_net/src/net/packet_writer.cpp
+3
-17
libcaf_net/src/network_socket.cpp
libcaf_net/src/network_socket.cpp
+3
-17
libcaf_net/src/pipe_socket.cpp
libcaf_net/src/pipe_socket.cpp
+3
-17
libcaf_net/src/pollset_updater.cpp
libcaf_net/src/pollset_updater.cpp
+3
-17
libcaf_net/src/socket.cpp
libcaf_net/src/socket.cpp
+3
-17
libcaf_net/src/socket_manager.cpp
libcaf_net/src/socket_manager.cpp
+3
-17
libcaf_net/src/stream_socket.cpp
libcaf_net/src/stream_socket.cpp
+3
-17
libcaf_net/src/tcp_accept_socket.cpp
libcaf_net/src/tcp_accept_socket.cpp
+3
-17
libcaf_net/src/tcp_stream_socket.cpp
libcaf_net/src/tcp_stream_socket.cpp
+3
-17
libcaf_net/src/udp_datagram_socket.cpp
libcaf_net/src/udp_datagram_socket.cpp
+3
-17
libcaf_net/src/worker.cpp
libcaf_net/src/worker.cpp
+3
-17
libcaf_net/test/accept_socket.cpp
libcaf_net/test/accept_socket.cpp
+3
-17
libcaf_net/test/application.cpp
libcaf_net/test/application.cpp
+3
-17
libcaf_net/test/convert_ip_endpoint.cpp
libcaf_net/test/convert_ip_endpoint.cpp
+3
-17
libcaf_net/test/datagram_socket.cpp
libcaf_net/test/datagram_socket.cpp
+3
-17
libcaf_net/test/datagram_transport.cpp
libcaf_net/test/datagram_transport.cpp
+3
-17
libcaf_net/test/detail/rfc6455.cpp
libcaf_net/test/detail/rfc6455.cpp
+3
-17
libcaf_net/test/doorman.cpp
libcaf_net/test/doorman.cpp
+3
-17
libcaf_net/test/endpoint_manager.cpp
libcaf_net/test/endpoint_manager.cpp
+3
-17
libcaf_net/test/header.cpp
libcaf_net/test/header.cpp
+3
-17
libcaf_net/test/ip.cpp
libcaf_net/test/ip.cpp
+3
-17
libcaf_net/test/multiplexer.cpp
libcaf_net/test/multiplexer.cpp
+3
-17
libcaf_net/test/net/actor_shell.cpp
libcaf_net/test/net/actor_shell.cpp
+3
-17
libcaf_net/test/net/backend/tcp.cpp
libcaf_net/test/net/backend/tcp.cpp
+3
-17
libcaf_net/test/net/basp/message_queue.cpp
libcaf_net/test/net/basp/message_queue.cpp
+3
-17
libcaf_net/test/net/basp/ping_pong.cpp
libcaf_net/test/net/basp/ping_pong.cpp
+3
-17
libcaf_net/test/net/basp/worker.cpp
libcaf_net/test/net/basp/worker.cpp
+3
-17
libcaf_net/test/net/length_prefix_framing.cpp
libcaf_net/test/net/length_prefix_framing.cpp
+3
-17
libcaf_net/test/net/typed_actor_shell.cpp
libcaf_net/test/net/typed_actor_shell.cpp
+3
-17
libcaf_net/test/net/web_socket_server.cpp
libcaf_net/test/net/web_socket_server.cpp
+3
-17
libcaf_net/test/network_socket.cpp
libcaf_net/test/network_socket.cpp
+3
-17
libcaf_net/test/pipe_socket.cpp
libcaf_net/test/pipe_socket.cpp
+3
-17
libcaf_net/test/socket.cpp
libcaf_net/test/socket.cpp
+3
-17
libcaf_net/test/socket_guard.cpp
libcaf_net/test/socket_guard.cpp
+3
-17
libcaf_net/test/stream_application.cpp
libcaf_net/test/stream_application.cpp
+3
-17
libcaf_net/test/stream_socket.cpp
libcaf_net/test/stream_socket.cpp
+3
-17
libcaf_net/test/stream_transport.cpp
libcaf_net/test/stream_transport.cpp
+3
-17
libcaf_net/test/string_application.cpp
libcaf_net/test/string_application.cpp
+3
-17
libcaf_net/test/tcp_sockets.cpp
libcaf_net/test/tcp_sockets.cpp
+3
-17
libcaf_net/test/transport_worker.cpp
libcaf_net/test/transport_worker.cpp
+3
-17
libcaf_net/test/transport_worker_dispatcher.cpp
libcaf_net/test/transport_worker_dispatcher.cpp
+3
-17
libcaf_net/test/udp_datagram_socket.cpp
libcaf_net/test/udp_datagram_socket.cpp
+3
-17
No files found.
LICENSE
View file @
5c319ff6
Copyright (c) 2011-20
19
, Dominik Charousset
Copyright (c) 2011-20
21
, Dominik Charousset
All rights reserved.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
...
...
libcaf_bb/caf/bb/container_source.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_bb/caf/bb/stream_reader.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_bb/caf/policy/tokenized_integer_reader.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_bb/test/container_source.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE container_source
#define CAF_SUITE container_source
...
...
libcaf_bb/test/stream_reader.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE stream_reader
#define CAF_SUITE stream_reader
...
...
libcaf_bb/test/tokenized_integer_reader.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE tokenized_integer_reader
#define CAF_SUITE tokenized_integer_reader
...
...
libcaf_net/caf/detail/convert_ip_endpoint.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/infer_actor_shell_ptr_type.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/net_syscall.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/rfc6455.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/sockaddr_members.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/socket_sys_aliases.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/detail/socket_sys_includes.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
// This convenience header pulls in platform-specific headers for the C socket
// This convenience header pulls in platform-specific headers for the C socket
// API. Do *not* include this header in other headers.
// API. Do *not* include this header in other headers.
...
...
libcaf_net/caf/net/abstract_actor_shell.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/actor_proxy_impl.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/actor_shell.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/all.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/backend/tcp.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/backend/test.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/application.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/application_factory.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/connection_state.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/constants.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/ec.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/header.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/message_queue.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/message_type.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/remote_message_handler.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/basp/worker.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/connection_acceptor.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/datagram_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/datagram_transport.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/defaults.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/endpoint_manager.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/endpoint_manager_impl.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/endpoint_manager_queue.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/fwd.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/host.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/ip.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/length_prefix_framing.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/make_endpoint_manager.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/middleman.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/middleman_backend.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/mixed_message_oriented_layer_ptr.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/multiplexer.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/network_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/operation.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/packet_writer.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/packet_writer_decorator.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/pipe_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/pollset_updater.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/receive_policy.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/socket_guard.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/socket_id.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/socket_manager.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/stream_oriented_layer_ptr.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/stream_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/stream_transport.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/tcp_accept_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/tcp_stream_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/test/host_fixture.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/transport_base.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/transport_worker.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/transport_worker_dispatcher.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/typed_actor_shell.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/udp_datagram_socket.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/web_socket_framing.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/net/web_socket_server.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/tag/io_event_oriented.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/tag/message_oriented.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/tag/mixed_message_oriented.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/caf/tag/stream_oriented.hpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#pragma once
#pragma once
...
...
libcaf_net/src/actor_proxy_impl.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/actor_proxy_impl.hpp"
#include "caf/net/actor_proxy_impl.hpp"
...
...
libcaf_net/src/basp/application.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/basp/application.hpp"
#include "caf/net/basp/application.hpp"
...
...
libcaf_net/src/convert_ip_endpoint.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/detail/convert_ip_endpoint.hpp"
#include "caf/detail/convert_ip_endpoint.hpp"
...
...
libcaf_net/src/datagram_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/datagram_socket.hpp"
#include "caf/net/datagram_socket.hpp"
...
...
libcaf_net/src/defaults.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/defaults.hpp"
#include "caf/net/defaults.hpp"
...
...
libcaf_net/src/detail/rfc6455.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/detail/rfc6455.hpp"
#include "caf/detail/rfc6455.hpp"
...
...
libcaf_net/src/endpoint_manager.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/endpoint_manager.hpp"
#include "caf/net/endpoint_manager.hpp"
...
...
libcaf_net/src/header.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/basp/header.hpp"
#include "caf/net/basp/header.hpp"
...
...
libcaf_net/src/host.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/host.hpp"
#include "caf/net/host.hpp"
...
...
libcaf_net/src/ip.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/ip.hpp"
#include "caf/net/ip.hpp"
...
...
libcaf_net/src/message_queue.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/basp/message_queue.hpp"
#include "caf/net/basp/message_queue.hpp"
...
...
libcaf_net/src/multiplexer.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/multiplexer.hpp"
#include "caf/net/multiplexer.hpp"
...
...
libcaf_net/src/net/abstract_actor_shell.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/abstract_actor_shell.hpp"
#include "caf/net/abstract_actor_shell.hpp"
...
...
libcaf_net/src/net/actor_shell.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/actor_shell.hpp"
#include "caf/net/actor_shell.hpp"
...
...
libcaf_net/src/net/backend/tcp.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/backend/tcp.hpp"
#include "caf/net/backend/tcp.hpp"
...
...
libcaf_net/src/net/backend/test.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/backend/test.hpp"
#include "caf/net/backend/test.hpp"
...
...
libcaf_net/src/net/endpoint_manager_queue.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/endpoint_manager_queue.hpp"
#include "caf/net/endpoint_manager_queue.hpp"
...
...
libcaf_net/src/net/middleman.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/middleman.hpp"
#include "caf/net/middleman.hpp"
...
...
libcaf_net/src/net/middleman_backend.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/middleman_backend.hpp"
#include "caf/net/middleman_backend.hpp"
...
...
libcaf_net/src/net/packet_writer.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/packet_writer.hpp"
#include "caf/net/packet_writer.hpp"
...
...
libcaf_net/src/network_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/network_socket.hpp"
#include "caf/net/network_socket.hpp"
...
...
libcaf_net/src/pipe_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/pipe_socket.hpp"
#include "caf/net/pipe_socket.hpp"
...
...
libcaf_net/src/pollset_updater.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/pollset_updater.hpp"
#include "caf/net/pollset_updater.hpp"
...
...
libcaf_net/src/socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/socket.hpp"
#include "caf/net/socket.hpp"
...
...
libcaf_net/src/socket_manager.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/socket_manager.hpp"
#include "caf/net/socket_manager.hpp"
...
...
libcaf_net/src/stream_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/stream_socket.hpp"
#include "caf/net/stream_socket.hpp"
...
...
libcaf_net/src/tcp_accept_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/tcp_accept_socket.hpp"
#include "caf/net/tcp_accept_socket.hpp"
...
...
libcaf_net/src/tcp_stream_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/tcp_stream_socket.hpp"
#include "caf/net/tcp_stream_socket.hpp"
...
...
libcaf_net/src/udp_datagram_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/udp_datagram_socket.hpp"
#include "caf/net/udp_datagram_socket.hpp"
...
...
libcaf_net/src/worker.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/net/basp/worker.hpp"
#include "caf/net/basp/worker.hpp"
...
...
libcaf_net/test/accept_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.tcp_accept_socket
#define CAF_SUITE net.tcp_accept_socket
...
...
libcaf_net/test/application.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE basp.application
#define CAF_SUITE basp.application
...
...
libcaf_net/test/convert_ip_endpoint.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE convert_ip_endpoint
#define CAF_SUITE convert_ip_endpoint
...
...
libcaf_net/test/datagram_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE datagram_socket
#define CAF_SUITE datagram_socket
...
...
libcaf_net/test/datagram_transport.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE datagram_transport
#define CAF_SUITE datagram_transport
...
...
libcaf_net/test/detail/rfc6455.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE detail.rfc6455
#define CAF_SUITE detail.rfc6455
...
...
libcaf_net/test/doorman.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.doorman
#define CAF_SUITE net.doorman
...
...
libcaf_net/test/endpoint_manager.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE endpoint_manager
#define CAF_SUITE endpoint_manager
...
...
libcaf_net/test/header.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE basp.header
#define CAF_SUITE basp.header
...
...
libcaf_net/test/ip.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE ip
#define CAF_SUITE ip
...
...
libcaf_net/test/multiplexer.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE multiplexer
#define CAF_SUITE multiplexer
...
...
libcaf_net/test/net/actor_shell.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.actor_shell
#define CAF_SUITE net.actor_shell
...
...
libcaf_net/test/net/backend/tcp.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.backend.tcp
#define CAF_SUITE net.backend.tcp
...
...
libcaf_net/test/net/basp/message_queue.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.basp.message_queue
#define CAF_SUITE net.basp.message_queue
...
...
libcaf_net/test/net/basp/ping_pong.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.basp.ping_pong
#define CAF_SUITE net.basp.ping_pong
...
...
libcaf_net/test/net/basp/worker.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.basp.worker
#define CAF_SUITE net.basp.worker
...
...
libcaf_net/test/net/length_prefix_framing.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.length_prefix_framing
#define CAF_SUITE net.length_prefix_framing
...
...
libcaf_net/test/net/typed_actor_shell.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.typed_actor_shell
#define CAF_SUITE net.typed_actor_shell
...
...
libcaf_net/test/net/web_socket_server.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2020 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE net.web_socket_server
#define CAF_SUITE net.web_socket_server
...
...
libcaf_net/test/network_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE network_socket
#define CAF_SUITE network_socket
...
...
libcaf_net/test/pipe_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE pipe_socket
#define CAF_SUITE pipe_socket
...
...
libcaf_net/test/socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE socket
#define CAF_SUITE socket
...
...
libcaf_net/test/socket_guard.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE socket_guard
#define CAF_SUITE socket_guard
...
...
libcaf_net/test/stream_application.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE basp.stream_application
#define CAF_SUITE basp.stream_application
...
...
libcaf_net/test/stream_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE stream_socket
#define CAF_SUITE stream_socket
...
...
libcaf_net/test/stream_transport.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE stream_transport
#define CAF_SUITE stream_transport
...
...
libcaf_net/test/string_application.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE string_application
#define CAF_SUITE string_application
...
...
libcaf_net/test/tcp_sockets.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE tcp_sockets
#define CAF_SUITE tcp_sockets
...
...
libcaf_net/test/transport_worker.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE transport_worker
#define CAF_SUITE transport_worker
...
...
libcaf_net/test/transport_worker_dispatcher.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE transport_worker_dispatcher
#define CAF_SUITE transport_worker_dispatcher
...
...
libcaf_net/test/udp_datagram_socket.cpp
View file @
5c319ff6
/******************************************************************************
// This file is part of CAF, the C++ Actor Framework. See the file LICENSE in
* ____ _ _____ *
// the main distribution directory for license terms and copyright or visit
* / ___| / \ | ___| C++ *
// https://github.com/actor-framework/actor-framework/blob/master/LICENSE.
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2019 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#define CAF_SUITE udp_datagram_socket
#define CAF_SUITE udp_datagram_socket
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment