summaryrefslogtreecommitdiffstats
path: root/ext/asio
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2010-05-27 20:57:15 +0200
committerEvan Hunt <each@isc.org>2010-05-27 20:57:15 +0200
commit748e5c85b14c0ec5e8a358d4cfa7028675346f80 (patch)
treef8d81a89f116439bb0f333ea979238dcc415a501 /ext/asio
parentcheckpoint: reverted convigure.ac change, removed UNUSED_PARAM from asio code (diff)
downloadkea-748e5c85b14c0ec5e8a358d4cfa7028675346f80.tar.xz
kea-748e5c85b14c0ec5e8a358d4cfa7028675346f80.zip
- suppress unused-parameter warnings in src/bin/auth/asio_link.cc and
src/lib/cc/session.cc that were triggered by ASIO code. - move ext/boost and ext/asio each down one level, to ext/boost/boost and ext/asio/asio. This allows groups of external headers to be included more selectively: we can switch on asio without also including boost, or change the boost include directory without losing asio. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1952 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'ext/asio')
-rw-r--r--ext/asio/asio.hpp101
-rw-r--r--ext/asio/asio/basic_datagram_socket.hpp (renamed from ext/asio/basic_datagram_socket.hpp)0
-rw-r--r--ext/asio/asio/basic_deadline_timer.hpp (renamed from ext/asio/basic_deadline_timer.hpp)0
-rw-r--r--ext/asio/asio/basic_io_object.hpp (renamed from ext/asio/basic_io_object.hpp)0
-rw-r--r--ext/asio/asio/basic_raw_socket.hpp (renamed from ext/asio/basic_raw_socket.hpp)0
-rw-r--r--ext/asio/asio/basic_serial_port.hpp (renamed from ext/asio/basic_serial_port.hpp)0
-rw-r--r--ext/asio/asio/basic_socket.hpp (renamed from ext/asio/basic_socket.hpp)0
-rw-r--r--ext/asio/asio/basic_socket_acceptor.hpp (renamed from ext/asio/basic_socket_acceptor.hpp)0
-rw-r--r--ext/asio/asio/basic_socket_iostream.hpp (renamed from ext/asio/basic_socket_iostream.hpp)0
-rw-r--r--ext/asio/asio/basic_socket_streambuf.hpp (renamed from ext/asio/basic_socket_streambuf.hpp)0
-rw-r--r--ext/asio/asio/basic_stream_socket.hpp (renamed from ext/asio/basic_stream_socket.hpp)0
-rw-r--r--ext/asio/asio/basic_streambuf.hpp (renamed from ext/asio/basic_streambuf.hpp)0
-rw-r--r--ext/asio/asio/buffer.hpp (renamed from ext/asio/buffer.hpp)0
-rw-r--r--ext/asio/asio/buffered_read_stream.hpp (renamed from ext/asio/buffered_read_stream.hpp)0
-rw-r--r--ext/asio/asio/buffered_read_stream_fwd.hpp (renamed from ext/asio/buffered_read_stream_fwd.hpp)0
-rw-r--r--ext/asio/asio/buffered_stream.hpp (renamed from ext/asio/buffered_stream.hpp)0
-rw-r--r--ext/asio/asio/buffered_stream_fwd.hpp (renamed from ext/asio/buffered_stream_fwd.hpp)0
-rw-r--r--ext/asio/asio/buffered_write_stream.hpp (renamed from ext/asio/buffered_write_stream.hpp)0
-rw-r--r--ext/asio/asio/buffered_write_stream_fwd.hpp (renamed from ext/asio/buffered_write_stream_fwd.hpp)0
-rw-r--r--ext/asio/asio/buffers_iterator.hpp (renamed from ext/asio/buffers_iterator.hpp)0
-rw-r--r--ext/asio/asio/completion_condition.hpp (renamed from ext/asio/completion_condition.hpp)0
-rw-r--r--ext/asio/asio/datagram_socket_service.hpp (renamed from ext/asio/datagram_socket_service.hpp)0
-rw-r--r--ext/asio/asio/deadline_timer.hpp (renamed from ext/asio/deadline_timer.hpp)0
-rw-r--r--ext/asio/asio/deadline_timer_service.hpp (renamed from ext/asio/deadline_timer_service.hpp)0
-rw-r--r--ext/asio/asio/detail/base_from_completion_cond.hpp (renamed from ext/asio/detail/base_from_completion_cond.hpp)0
-rw-r--r--ext/asio/asio/detail/bind_handler.hpp (renamed from ext/asio/detail/bind_handler.hpp)0
-rw-r--r--ext/asio/asio/detail/buffer_resize_guard.hpp (renamed from ext/asio/detail/buffer_resize_guard.hpp)0
-rw-r--r--ext/asio/asio/detail/buffer_sequence_adapter.hpp (renamed from ext/asio/detail/buffer_sequence_adapter.hpp)0
-rw-r--r--ext/asio/asio/detail/buffered_stream_storage.hpp (renamed from ext/asio/detail/buffered_stream_storage.hpp)0
-rw-r--r--ext/asio/asio/detail/call_stack.hpp (renamed from ext/asio/detail/call_stack.hpp)0
-rw-r--r--ext/asio/asio/detail/completion_handler.hpp (renamed from ext/asio/detail/completion_handler.hpp)0
-rw-r--r--ext/asio/asio/detail/consuming_buffers.hpp (renamed from ext/asio/detail/consuming_buffers.hpp)0
-rw-r--r--ext/asio/asio/detail/deadline_timer_service.hpp (renamed from ext/asio/detail/deadline_timer_service.hpp)0
-rw-r--r--ext/asio/asio/detail/descriptor_ops.hpp (renamed from ext/asio/detail/descriptor_ops.hpp)0
-rw-r--r--ext/asio/asio/detail/dev_poll_reactor.hpp (renamed from ext/asio/detail/dev_poll_reactor.hpp)0
-rw-r--r--ext/asio/asio/detail/dev_poll_reactor_fwd.hpp (renamed from ext/asio/detail/dev_poll_reactor_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/epoll_reactor.hpp (renamed from ext/asio/detail/epoll_reactor.hpp)0
-rw-r--r--ext/asio/asio/detail/epoll_reactor_fwd.hpp (renamed from ext/asio/detail/epoll_reactor_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/event.hpp (renamed from ext/asio/detail/event.hpp)0
-rw-r--r--ext/asio/asio/detail/eventfd_select_interrupter.hpp (renamed from ext/asio/detail/eventfd_select_interrupter.hpp)0
-rw-r--r--ext/asio/asio/detail/fd_set_adapter.hpp (renamed from ext/asio/detail/fd_set_adapter.hpp)0
-rw-r--r--ext/asio/asio/detail/fenced_block.hpp (renamed from ext/asio/detail/fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/gcc_fenced_block.hpp (renamed from ext/asio/detail/gcc_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/gcc_x86_fenced_block.hpp (renamed from ext/asio/detail/gcc_x86_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/handler_alloc_helpers.hpp (renamed from ext/asio/detail/handler_alloc_helpers.hpp)0
-rw-r--r--ext/asio/asio/detail/handler_invoke_helpers.hpp (renamed from ext/asio/detail/handler_invoke_helpers.hpp)0
-rw-r--r--ext/asio/asio/detail/hash_map.hpp (renamed from ext/asio/detail/hash_map.hpp)0
-rw-r--r--ext/asio/asio/detail/io_control.hpp (renamed from ext/asio/detail/io_control.hpp)0
-rw-r--r--ext/asio/asio/detail/kqueue_reactor.hpp (renamed from ext/asio/detail/kqueue_reactor.hpp)0
-rw-r--r--ext/asio/asio/detail/kqueue_reactor_fwd.hpp (renamed from ext/asio/detail/kqueue_reactor_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/local_free_on_block_exit.hpp (renamed from ext/asio/detail/local_free_on_block_exit.hpp)0
-rw-r--r--ext/asio/asio/detail/macos_fenced_block.hpp (renamed from ext/asio/detail/macos_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/mutex.hpp (renamed from ext/asio/detail/mutex.hpp)0
-rw-r--r--ext/asio/asio/detail/noncopyable.hpp (renamed from ext/asio/detail/noncopyable.hpp)0
-rw-r--r--ext/asio/asio/detail/null_buffers_op.hpp (renamed from ext/asio/detail/null_buffers_op.hpp)0
-rw-r--r--ext/asio/asio/detail/null_event.hpp (renamed from ext/asio/detail/null_event.hpp)0
-rw-r--r--ext/asio/asio/detail/null_fenced_block.hpp (renamed from ext/asio/detail/null_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/null_mutex.hpp (renamed from ext/asio/detail/null_mutex.hpp)0
-rw-r--r--ext/asio/asio/detail/null_signal_blocker.hpp (renamed from ext/asio/detail/null_signal_blocker.hpp)0
-rw-r--r--ext/asio/asio/detail/null_thread.hpp (renamed from ext/asio/detail/null_thread.hpp)0
-rw-r--r--ext/asio/asio/detail/null_tss_ptr.hpp (renamed from ext/asio/detail/null_tss_ptr.hpp)0
-rw-r--r--ext/asio/asio/detail/old_win_sdk_compat.hpp (renamed from ext/asio/detail/old_win_sdk_compat.hpp)0
-rw-r--r--ext/asio/asio/detail/op_queue.hpp (renamed from ext/asio/detail/op_queue.hpp)0
-rw-r--r--ext/asio/asio/detail/operation.hpp (renamed from ext/asio/detail/operation.hpp)0
-rw-r--r--ext/asio/asio/detail/pipe_select_interrupter.hpp (renamed from ext/asio/detail/pipe_select_interrupter.hpp)0
-rw-r--r--ext/asio/asio/detail/pop_options.hpp (renamed from ext/asio/detail/pop_options.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_event.hpp (renamed from ext/asio/detail/posix_event.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_fd_set_adapter.hpp (renamed from ext/asio/detail/posix_fd_set_adapter.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_mutex.hpp (renamed from ext/asio/detail/posix_mutex.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_signal_blocker.hpp (renamed from ext/asio/detail/posix_signal_blocker.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_thread.hpp (renamed from ext/asio/detail/posix_thread.hpp)0
-rw-r--r--ext/asio/asio/detail/posix_tss_ptr.hpp (renamed from ext/asio/detail/posix_tss_ptr.hpp)0
-rw-r--r--ext/asio/asio/detail/push_options.hpp (renamed from ext/asio/detail/push_options.hpp)0
-rw-r--r--ext/asio/asio/detail/reactive_descriptor_service.hpp (renamed from ext/asio/detail/reactive_descriptor_service.hpp)0
-rw-r--r--ext/asio/asio/detail/reactive_serial_port_service.hpp (renamed from ext/asio/detail/reactive_serial_port_service.hpp)0
-rw-r--r--ext/asio/asio/detail/reactive_socket_service.hpp (renamed from ext/asio/detail/reactive_socket_service.hpp)0
-rw-r--r--ext/asio/asio/detail/reactor.hpp (renamed from ext/asio/detail/reactor.hpp)0
-rw-r--r--ext/asio/asio/detail/reactor_fwd.hpp (renamed from ext/asio/detail/reactor_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/reactor_op.hpp (renamed from ext/asio/detail/reactor_op.hpp)0
-rw-r--r--ext/asio/asio/detail/reactor_op_queue.hpp (renamed from ext/asio/detail/reactor_op_queue.hpp)0
-rw-r--r--ext/asio/asio/detail/resolver_service.hpp (renamed from ext/asio/detail/resolver_service.hpp)0
-rw-r--r--ext/asio/asio/detail/scoped_lock.hpp (renamed from ext/asio/detail/scoped_lock.hpp)0
-rw-r--r--ext/asio/asio/detail/select_interrupter.hpp (renamed from ext/asio/detail/select_interrupter.hpp)0
-rw-r--r--ext/asio/asio/detail/select_reactor.hpp (renamed from ext/asio/detail/select_reactor.hpp)0
-rw-r--r--ext/asio/asio/detail/select_reactor_fwd.hpp (renamed from ext/asio/detail/select_reactor_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/service_base.hpp (renamed from ext/asio/detail/service_base.hpp)0
-rw-r--r--ext/asio/asio/detail/service_id.hpp (renamed from ext/asio/detail/service_id.hpp)0
-rw-r--r--ext/asio/asio/detail/service_registry.hpp (renamed from ext/asio/detail/service_registry.hpp)0
-rw-r--r--ext/asio/asio/detail/service_registry_fwd.hpp (renamed from ext/asio/detail/service_registry_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/signal_blocker.hpp (renamed from ext/asio/detail/signal_blocker.hpp)0
-rw-r--r--ext/asio/asio/detail/signal_init.hpp (renamed from ext/asio/detail/signal_init.hpp)0
-rw-r--r--ext/asio/asio/detail/socket_holder.hpp (renamed from ext/asio/detail/socket_holder.hpp)0
-rw-r--r--ext/asio/asio/detail/socket_ops.hpp (renamed from ext/asio/detail/socket_ops.hpp)0
-rw-r--r--ext/asio/asio/detail/socket_option.hpp (renamed from ext/asio/detail/socket_option.hpp)0
-rw-r--r--ext/asio/asio/detail/socket_select_interrupter.hpp (renamed from ext/asio/detail/socket_select_interrupter.hpp)0
-rw-r--r--ext/asio/asio/detail/socket_types.hpp (renamed from ext/asio/detail/socket_types.hpp)0
-rw-r--r--ext/asio/asio/detail/solaris_fenced_block.hpp (renamed from ext/asio/detail/solaris_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/strand_service.hpp (renamed from ext/asio/detail/strand_service.hpp)0
-rw-r--r--ext/asio/asio/detail/task_io_service.hpp (renamed from ext/asio/detail/task_io_service.hpp)0
-rw-r--r--ext/asio/asio/detail/task_io_service_fwd.hpp (renamed from ext/asio/detail/task_io_service_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/task_io_service_operation.hpp (renamed from ext/asio/detail/task_io_service_operation.hpp)0
-rw-r--r--ext/asio/asio/detail/thread.hpp (renamed from ext/asio/detail/thread.hpp)0
-rw-r--r--ext/asio/asio/detail/throw_error.hpp (renamed from ext/asio/detail/throw_error.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_op.hpp (renamed from ext/asio/detail/timer_op.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_queue.hpp (renamed from ext/asio/detail/timer_queue.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_queue_base.hpp (renamed from ext/asio/detail/timer_queue_base.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_queue_fwd.hpp (renamed from ext/asio/detail/timer_queue_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_queue_set.hpp (renamed from ext/asio/detail/timer_queue_set.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_scheduler.hpp (renamed from ext/asio/detail/timer_scheduler.hpp)0
-rw-r--r--ext/asio/asio/detail/timer_scheduler_fwd.hpp (renamed from ext/asio/detail/timer_scheduler_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/tss_ptr.hpp (renamed from ext/asio/detail/tss_ptr.hpp)0
-rw-r--r--ext/asio/asio/detail/win_event.hpp (renamed from ext/asio/detail/win_event.hpp)0
-rw-r--r--ext/asio/asio/detail/win_fd_set_adapter.hpp (renamed from ext/asio/detail/win_fd_set_adapter.hpp)0
-rw-r--r--ext/asio/asio/detail/win_fenced_block.hpp (renamed from ext/asio/detail/win_fenced_block.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_handle_service.hpp (renamed from ext/asio/detail/win_iocp_handle_service.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_io_service.hpp (renamed from ext/asio/detail/win_iocp_io_service.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_io_service_fwd.hpp (renamed from ext/asio/detail/win_iocp_io_service_fwd.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_operation.hpp (renamed from ext/asio/detail/win_iocp_operation.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_overlapped_ptr.hpp (renamed from ext/asio/detail/win_iocp_overlapped_ptr.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_serial_port_service.hpp (renamed from ext/asio/detail/win_iocp_serial_port_service.hpp)0
-rw-r--r--ext/asio/asio/detail/win_iocp_socket_service.hpp (renamed from ext/asio/detail/win_iocp_socket_service.hpp)0
-rw-r--r--ext/asio/asio/detail/win_mutex.hpp (renamed from ext/asio/detail/win_mutex.hpp)0
-rw-r--r--ext/asio/asio/detail/win_signal_blocker.hpp (renamed from ext/asio/detail/win_signal_blocker.hpp)0
-rw-r--r--ext/asio/asio/detail/win_thread.hpp (renamed from ext/asio/detail/win_thread.hpp)0
-rw-r--r--ext/asio/asio/detail/win_tss_ptr.hpp (renamed from ext/asio/detail/win_tss_ptr.hpp)0
-rw-r--r--ext/asio/asio/detail/wince_thread.hpp (renamed from ext/asio/detail/wince_thread.hpp)0
-rw-r--r--ext/asio/asio/detail/winsock_init.hpp (renamed from ext/asio/detail/winsock_init.hpp)0
-rw-r--r--ext/asio/asio/detail/wrapped_handler.hpp (renamed from ext/asio/detail/wrapped_handler.hpp)0
-rw-r--r--ext/asio/asio/error.hpp (renamed from ext/asio/error.hpp)0
-rw-r--r--ext/asio/asio/error_code.hpp (renamed from ext/asio/error_code.hpp)0
-rw-r--r--ext/asio/asio/handler_alloc_hook.hpp (renamed from ext/asio/handler_alloc_hook.hpp)0
-rw-r--r--ext/asio/asio/handler_invoke_hook.hpp (renamed from ext/asio/handler_invoke_hook.hpp)0
-rw-r--r--ext/asio/asio/impl/error_code.ipp (renamed from ext/asio/impl/error_code.ipp)0
-rw-r--r--ext/asio/asio/impl/io_service.ipp (renamed from ext/asio/impl/io_service.ipp)0
-rw-r--r--ext/asio/asio/impl/read.ipp (renamed from ext/asio/impl/read.ipp)0
-rw-r--r--ext/asio/asio/impl/read_at.ipp (renamed from ext/asio/impl/read_at.ipp)0
-rw-r--r--ext/asio/asio/impl/read_until.ipp (renamed from ext/asio/impl/read_until.ipp)0
-rw-r--r--ext/asio/asio/impl/serial_port_base.ipp (renamed from ext/asio/impl/serial_port_base.ipp)0
-rw-r--r--ext/asio/asio/impl/write.ipp (renamed from ext/asio/impl/write.ipp)0
-rw-r--r--ext/asio/asio/impl/write_at.ipp (renamed from ext/asio/impl/write_at.ipp)0
-rw-r--r--ext/asio/asio/io_service.hpp (renamed from ext/asio/io_service.hpp)0
-rw-r--r--ext/asio/asio/ip/address.hpp (renamed from ext/asio/ip/address.hpp)0
-rw-r--r--ext/asio/asio/ip/address_v4.hpp (renamed from ext/asio/ip/address_v4.hpp)0
-rw-r--r--ext/asio/asio/ip/address_v6.hpp (renamed from ext/asio/ip/address_v6.hpp)0
-rw-r--r--ext/asio/asio/ip/basic_endpoint.hpp (renamed from ext/asio/ip/basic_endpoint.hpp)0
-rw-r--r--ext/asio/asio/ip/basic_resolver.hpp (renamed from ext/asio/ip/basic_resolver.hpp)0
-rw-r--r--ext/asio/asio/ip/basic_resolver_entry.hpp (renamed from ext/asio/ip/basic_resolver_entry.hpp)0
-rw-r--r--ext/asio/asio/ip/basic_resolver_iterator.hpp (renamed from ext/asio/ip/basic_resolver_iterator.hpp)0
-rw-r--r--ext/asio/asio/ip/basic_resolver_query.hpp (renamed from ext/asio/ip/basic_resolver_query.hpp)0
-rw-r--r--ext/asio/asio/ip/detail/socket_option.hpp (renamed from ext/asio/ip/detail/socket_option.hpp)0
-rw-r--r--ext/asio/asio/ip/host_name.hpp (renamed from ext/asio/ip/host_name.hpp)0
-rw-r--r--ext/asio/asio/ip/icmp.hpp (renamed from ext/asio/ip/icmp.hpp)0
-rw-r--r--ext/asio/asio/ip/multicast.hpp (renamed from ext/asio/ip/multicast.hpp)0
-rw-r--r--ext/asio/asio/ip/resolver_query_base.hpp (renamed from ext/asio/ip/resolver_query_base.hpp)0
-rw-r--r--ext/asio/asio/ip/resolver_service.hpp (renamed from ext/asio/ip/resolver_service.hpp)0
-rw-r--r--ext/asio/asio/ip/tcp.hpp (renamed from ext/asio/ip/tcp.hpp)0
-rw-r--r--ext/asio/asio/ip/udp.hpp (renamed from ext/asio/ip/udp.hpp)0
-rw-r--r--ext/asio/asio/ip/unicast.hpp (renamed from ext/asio/ip/unicast.hpp)0
-rw-r--r--ext/asio/asio/ip/v6_only.hpp (renamed from ext/asio/ip/v6_only.hpp)0
-rw-r--r--ext/asio/asio/is_read_buffered.hpp (renamed from ext/asio/is_read_buffered.hpp)0
-rw-r--r--ext/asio/asio/is_write_buffered.hpp (renamed from ext/asio/is_write_buffered.hpp)0
-rw-r--r--ext/asio/asio/local/basic_endpoint.hpp (renamed from ext/asio/local/basic_endpoint.hpp)0
-rw-r--r--ext/asio/asio/local/connect_pair.hpp (renamed from ext/asio/local/connect_pair.hpp)0
-rw-r--r--ext/asio/asio/local/datagram_protocol.hpp (renamed from ext/asio/local/datagram_protocol.hpp)0
-rw-r--r--ext/asio/asio/local/stream_protocol.hpp (renamed from ext/asio/local/stream_protocol.hpp)0
-rw-r--r--ext/asio/asio/placeholders.hpp (renamed from ext/asio/placeholders.hpp)0
-rw-r--r--ext/asio/asio/posix/basic_descriptor.hpp (renamed from ext/asio/posix/basic_descriptor.hpp)0
-rw-r--r--ext/asio/asio/posix/basic_stream_descriptor.hpp (renamed from ext/asio/posix/basic_stream_descriptor.hpp)0
-rw-r--r--ext/asio/asio/posix/descriptor_base.hpp (renamed from ext/asio/posix/descriptor_base.hpp)0
-rw-r--r--ext/asio/asio/posix/stream_descriptor.hpp (renamed from ext/asio/posix/stream_descriptor.hpp)0
-rw-r--r--ext/asio/asio/posix/stream_descriptor_service.hpp (renamed from ext/asio/posix/stream_descriptor_service.hpp)0
-rw-r--r--ext/asio/asio/raw_socket_service.hpp (renamed from ext/asio/raw_socket_service.hpp)0
-rw-r--r--ext/asio/asio/read.hpp (renamed from ext/asio/read.hpp)0
-rw-r--r--ext/asio/asio/read_at.hpp (renamed from ext/asio/read_at.hpp)0
-rw-r--r--ext/asio/asio/read_until.hpp (renamed from ext/asio/read_until.hpp)0
-rw-r--r--ext/asio/asio/serial_port.hpp (renamed from ext/asio/serial_port.hpp)0
-rw-r--r--ext/asio/asio/serial_port_base.hpp (renamed from ext/asio/serial_port_base.hpp)0
-rw-r--r--ext/asio/asio/serial_port_service.hpp (renamed from ext/asio/serial_port_service.hpp)0
-rw-r--r--ext/asio/asio/socket_acceptor_service.hpp (renamed from ext/asio/socket_acceptor_service.hpp)0
-rw-r--r--ext/asio/asio/socket_base.hpp (renamed from ext/asio/socket_base.hpp)0
-rw-r--r--ext/asio/asio/ssl.hpp (renamed from ext/asio/ssl.hpp)0
-rwxr-xr-xext/asio/asio/ssl/basic_context.hpp (renamed from ext/asio/ssl/basic_context.hpp)0
-rw-r--r--ext/asio/asio/ssl/context.hpp (renamed from ext/asio/ssl/context.hpp)0
-rwxr-xr-xext/asio/asio/ssl/context_base.hpp (renamed from ext/asio/ssl/context_base.hpp)0
-rwxr-xr-xext/asio/asio/ssl/context_service.hpp (renamed from ext/asio/ssl/context_service.hpp)0
-rwxr-xr-xext/asio/asio/ssl/detail/openssl_context_service.hpp (renamed from ext/asio/ssl/detail/openssl_context_service.hpp)0
-rwxr-xr-xext/asio/asio/ssl/detail/openssl_init.hpp (renamed from ext/asio/ssl/detail/openssl_init.hpp)0
-rwxr-xr-xext/asio/asio/ssl/detail/openssl_operation.hpp (renamed from ext/asio/ssl/detail/openssl_operation.hpp)0
-rw-r--r--ext/asio/asio/ssl/detail/openssl_stream_service.hpp (renamed from ext/asio/ssl/detail/openssl_stream_service.hpp)0
-rwxr-xr-xext/asio/asio/ssl/detail/openssl_types.hpp (renamed from ext/asio/ssl/detail/openssl_types.hpp)0
-rw-r--r--ext/asio/asio/ssl/stream.hpp (renamed from ext/asio/ssl/stream.hpp)0
-rwxr-xr-xext/asio/asio/ssl/stream_base.hpp (renamed from ext/asio/ssl/stream_base.hpp)0
-rw-r--r--ext/asio/asio/ssl/stream_service.hpp (renamed from ext/asio/ssl/stream_service.hpp)0
-rw-r--r--ext/asio/asio/strand.hpp (renamed from ext/asio/strand.hpp)0
-rw-r--r--ext/asio/asio/stream_socket_service.hpp (renamed from ext/asio/stream_socket_service.hpp)0
-rw-r--r--ext/asio/asio/streambuf.hpp (renamed from ext/asio/streambuf.hpp)0
-rw-r--r--ext/asio/asio/system_error.hpp (renamed from ext/asio/system_error.hpp)0
-rw-r--r--ext/asio/asio/thread.hpp (renamed from ext/asio/thread.hpp)0
-rw-r--r--ext/asio/asio/time_traits.hpp (renamed from ext/asio/time_traits.hpp)0
-rw-r--r--ext/asio/asio/version.hpp (renamed from ext/asio/version.hpp)0
-rw-r--r--ext/asio/asio/windows/basic_handle.hpp (renamed from ext/asio/windows/basic_handle.hpp)0
-rw-r--r--ext/asio/asio/windows/basic_random_access_handle.hpp (renamed from ext/asio/windows/basic_random_access_handle.hpp)0
-rw-r--r--ext/asio/asio/windows/basic_stream_handle.hpp (renamed from ext/asio/windows/basic_stream_handle.hpp)0
-rw-r--r--ext/asio/asio/windows/overlapped_ptr.hpp (renamed from ext/asio/windows/overlapped_ptr.hpp)0
-rw-r--r--ext/asio/asio/windows/random_access_handle.hpp (renamed from ext/asio/windows/random_access_handle.hpp)0
-rw-r--r--ext/asio/asio/windows/random_access_handle_service.hpp (renamed from ext/asio/windows/random_access_handle_service.hpp)0
-rw-r--r--ext/asio/asio/windows/stream_handle.hpp (renamed from ext/asio/windows/stream_handle.hpp)0
-rw-r--r--ext/asio/asio/windows/stream_handle_service.hpp (renamed from ext/asio/windows/stream_handle_service.hpp)0
-rw-r--r--ext/asio/asio/write.hpp (renamed from ext/asio/write.hpp)0
-rw-r--r--ext/asio/asio/write_at.hpp (renamed from ext/asio/write_at.hpp)0
210 files changed, 101 insertions, 0 deletions
diff --git a/ext/asio/asio.hpp b/ext/asio/asio.hpp
new file mode 100644
index 0000000000..d8acd5859e
--- /dev/null
+++ b/ext/asio/asio.hpp
@@ -0,0 +1,101 @@
+//
+// asio.hpp
+// ~~~~~~~~
+//
+// Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+
+#ifndef ASIO_HPP
+#define ASIO_HPP
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+# pragma once
+#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
+
+#include "asio/basic_datagram_socket.hpp"
+#include "asio/basic_deadline_timer.hpp"
+#include "asio/basic_io_object.hpp"
+#include "asio/basic_raw_socket.hpp"
+#include "asio/basic_serial_port.hpp"
+#include "asio/basic_socket_acceptor.hpp"
+#include "asio/basic_socket_iostream.hpp"
+#include "asio/basic_socket_streambuf.hpp"
+#include "asio/basic_stream_socket.hpp"
+#include "asio/basic_streambuf.hpp"
+#include "asio/buffer.hpp"
+#include "asio/buffered_read_stream_fwd.hpp"
+#include "asio/buffered_read_stream.hpp"
+#include "asio/buffered_stream_fwd.hpp"
+#include "asio/buffered_stream.hpp"
+#include "asio/buffered_write_stream_fwd.hpp"
+#include "asio/buffered_write_stream.hpp"
+#include "asio/buffers_iterator.hpp"
+#include "asio/completion_condition.hpp"
+#include "asio/datagram_socket_service.hpp"
+#include "asio/deadline_timer_service.hpp"
+#include "asio/deadline_timer.hpp"
+#include "asio/error.hpp"
+#include "asio/error_code.hpp"
+#include "asio/handler_alloc_hook.hpp"
+#include "asio/handler_invoke_hook.hpp"
+#include "asio/io_service.hpp"
+#include "asio/ip/address.hpp"
+#include "asio/ip/address_v4.hpp"
+#include "asio/ip/address_v6.hpp"
+#include "asio/ip/basic_endpoint.hpp"
+#include "asio/ip/basic_resolver.hpp"
+#include "asio/ip/basic_resolver_entry.hpp"
+#include "asio/ip/basic_resolver_iterator.hpp"
+#include "asio/ip/basic_resolver_query.hpp"
+#include "asio/ip/host_name.hpp"
+#include "asio/ip/icmp.hpp"
+#include "asio/ip/multicast.hpp"
+#include "asio/ip/resolver_query_base.hpp"
+#include "asio/ip/resolver_service.hpp"
+#include "asio/ip/tcp.hpp"
+#include "asio/ip/udp.hpp"
+#include "asio/ip/unicast.hpp"
+#include "asio/ip/v6_only.hpp"
+#include "asio/is_read_buffered.hpp"
+#include "asio/is_write_buffered.hpp"
+#include "asio/local/basic_endpoint.hpp"
+#include "asio/local/connect_pair.hpp"
+#include "asio/local/datagram_protocol.hpp"
+#include "asio/local/stream_protocol.hpp"
+#include "asio/placeholders.hpp"
+#include "asio/posix/basic_descriptor.hpp"
+#include "asio/posix/basic_stream_descriptor.hpp"
+#include "asio/posix/descriptor_base.hpp"
+#include "asio/posix/stream_descriptor.hpp"
+#include "asio/posix/stream_descriptor_service.hpp"
+#include "asio/raw_socket_service.hpp"
+#include "asio/read.hpp"
+#include "asio/read_at.hpp"
+#include "asio/read_until.hpp"
+#include "asio/serial_port.hpp"
+#include "asio/serial_port_base.hpp"
+#include "asio/serial_port_service.hpp"
+#include "asio/socket_acceptor_service.hpp"
+#include "asio/socket_base.hpp"
+#include "asio/strand.hpp"
+#include "asio/stream_socket_service.hpp"
+#include "asio/streambuf.hpp"
+#include "asio/system_error.hpp"
+#include "asio/thread.hpp"
+#include "asio/time_traits.hpp"
+#include "asio/version.hpp"
+#include "asio/windows/basic_handle.hpp"
+#include "asio/windows/basic_random_access_handle.hpp"
+#include "asio/windows/basic_stream_handle.hpp"
+#include "asio/windows/overlapped_ptr.hpp"
+#include "asio/windows/random_access_handle.hpp"
+#include "asio/windows/random_access_handle_service.hpp"
+#include "asio/windows/stream_handle.hpp"
+#include "asio/windows/stream_handle_service.hpp"
+#include "asio/write.hpp"
+#include "asio/write_at.hpp"
+
+#endif // ASIO_HPP
diff --git a/ext/asio/basic_datagram_socket.hpp b/ext/asio/asio/basic_datagram_socket.hpp
index cb149f9835..cb149f9835 100644
--- a/ext/asio/basic_datagram_socket.hpp
+++ b/ext/asio/asio/basic_datagram_socket.hpp
diff --git a/ext/asio/basic_deadline_timer.hpp b/ext/asio/asio/basic_deadline_timer.hpp
index 0d183f76ca..0d183f76ca 100644
--- a/ext/asio/basic_deadline_timer.hpp
+++ b/ext/asio/asio/basic_deadline_timer.hpp
diff --git a/ext/asio/basic_io_object.hpp b/ext/asio/asio/basic_io_object.hpp
index 092170df94..092170df94 100644
--- a/ext/asio/basic_io_object.hpp
+++ b/ext/asio/asio/basic_io_object.hpp
diff --git a/ext/asio/basic_raw_socket.hpp b/ext/asio/asio/basic_raw_socket.hpp
index 9d93b97f14..9d93b97f14 100644
--- a/ext/asio/basic_raw_socket.hpp
+++ b/ext/asio/asio/basic_raw_socket.hpp
diff --git a/ext/asio/basic_serial_port.hpp b/ext/asio/asio/basic_serial_port.hpp
index edb7bb07a0..edb7bb07a0 100644
--- a/ext/asio/basic_serial_port.hpp
+++ b/ext/asio/asio/basic_serial_port.hpp
diff --git a/ext/asio/basic_socket.hpp b/ext/asio/asio/basic_socket.hpp
index 8b3f1d7f6b..8b3f1d7f6b 100644
--- a/ext/asio/basic_socket.hpp
+++ b/ext/asio/asio/basic_socket.hpp
diff --git a/ext/asio/basic_socket_acceptor.hpp b/ext/asio/asio/basic_socket_acceptor.hpp
index 97fa56b776..97fa56b776 100644
--- a/ext/asio/basic_socket_acceptor.hpp
+++ b/ext/asio/asio/basic_socket_acceptor.hpp
diff --git a/ext/asio/basic_socket_iostream.hpp b/ext/asio/asio/basic_socket_iostream.hpp
index 361ecb82cd..361ecb82cd 100644
--- a/ext/asio/basic_socket_iostream.hpp
+++ b/ext/asio/asio/basic_socket_iostream.hpp
diff --git a/ext/asio/basic_socket_streambuf.hpp b/ext/asio/asio/basic_socket_streambuf.hpp
index ae0264e3ea..ae0264e3ea 100644
--- a/ext/asio/basic_socket_streambuf.hpp
+++ b/ext/asio/asio/basic_socket_streambuf.hpp
diff --git a/ext/asio/basic_stream_socket.hpp b/ext/asio/asio/basic_stream_socket.hpp
index b7b4f065fa..b7b4f065fa 100644
--- a/ext/asio/basic_stream_socket.hpp
+++ b/ext/asio/asio/basic_stream_socket.hpp
diff --git a/ext/asio/basic_streambuf.hpp b/ext/asio/asio/basic_streambuf.hpp
index b34b3fecf7..b34b3fecf7 100644
--- a/ext/asio/basic_streambuf.hpp
+++ b/ext/asio/asio/basic_streambuf.hpp
diff --git a/ext/asio/buffer.hpp b/ext/asio/asio/buffer.hpp
index 43b475c5be..43b475c5be 100644
--- a/ext/asio/buffer.hpp
+++ b/ext/asio/asio/buffer.hpp
diff --git a/ext/asio/buffered_read_stream.hpp b/ext/asio/asio/buffered_read_stream.hpp
index afd22cec86..afd22cec86 100644
--- a/ext/asio/buffered_read_stream.hpp
+++ b/ext/asio/asio/buffered_read_stream.hpp
diff --git a/ext/asio/buffered_read_stream_fwd.hpp b/ext/asio/asio/buffered_read_stream_fwd.hpp
index 5078775d11..5078775d11 100644
--- a/ext/asio/buffered_read_stream_fwd.hpp
+++ b/ext/asio/asio/buffered_read_stream_fwd.hpp
diff --git a/ext/asio/buffered_stream.hpp b/ext/asio/asio/buffered_stream.hpp
index 23dc9c33f9..23dc9c33f9 100644
--- a/ext/asio/buffered_stream.hpp
+++ b/ext/asio/asio/buffered_stream.hpp
diff --git a/ext/asio/buffered_stream_fwd.hpp b/ext/asio/asio/buffered_stream_fwd.hpp
index f26cd43c2d..f26cd43c2d 100644
--- a/ext/asio/buffered_stream_fwd.hpp
+++ b/ext/asio/asio/buffered_stream_fwd.hpp
diff --git a/ext/asio/buffered_write_stream.hpp b/ext/asio/asio/buffered_write_stream.hpp
index 30a92ce658..30a92ce658 100644
--- a/ext/asio/buffered_write_stream.hpp
+++ b/ext/asio/asio/buffered_write_stream.hpp
diff --git a/ext/asio/buffered_write_stream_fwd.hpp b/ext/asio/asio/buffered_write_stream_fwd.hpp
index dc0e014732..dc0e014732 100644
--- a/ext/asio/buffered_write_stream_fwd.hpp
+++ b/ext/asio/asio/buffered_write_stream_fwd.hpp
diff --git a/ext/asio/buffers_iterator.hpp b/ext/asio/asio/buffers_iterator.hpp
index 7da55f2f34..7da55f2f34 100644
--- a/ext/asio/buffers_iterator.hpp
+++ b/ext/asio/asio/buffers_iterator.hpp
diff --git a/ext/asio/completion_condition.hpp b/ext/asio/asio/completion_condition.hpp
index d4e631d035..d4e631d035 100644
--- a/ext/asio/completion_condition.hpp
+++ b/ext/asio/asio/completion_condition.hpp
diff --git a/ext/asio/datagram_socket_service.hpp b/ext/asio/asio/datagram_socket_service.hpp
index 7d135eed7c..7d135eed7c 100644
--- a/ext/asio/datagram_socket_service.hpp
+++ b/ext/asio/asio/datagram_socket_service.hpp
diff --git a/ext/asio/deadline_timer.hpp b/ext/asio/asio/deadline_timer.hpp
index e0905f289d..e0905f289d 100644
--- a/ext/asio/deadline_timer.hpp
+++ b/ext/asio/asio/deadline_timer.hpp
diff --git a/ext/asio/deadline_timer_service.hpp b/ext/asio/asio/deadline_timer_service.hpp
index 284a690ffb..284a690ffb 100644
--- a/ext/asio/deadline_timer_service.hpp
+++ b/ext/asio/asio/deadline_timer_service.hpp
diff --git a/ext/asio/detail/base_from_completion_cond.hpp b/ext/asio/asio/detail/base_from_completion_cond.hpp
index 90a11f9900..90a11f9900 100644
--- a/ext/asio/detail/base_from_completion_cond.hpp
+++ b/ext/asio/asio/detail/base_from_completion_cond.hpp
diff --git a/ext/asio/detail/bind_handler.hpp b/ext/asio/asio/detail/bind_handler.hpp
index 5d9eb004ae..5d9eb004ae 100644
--- a/ext/asio/detail/bind_handler.hpp
+++ b/ext/asio/asio/detail/bind_handler.hpp
diff --git a/ext/asio/detail/buffer_resize_guard.hpp b/ext/asio/asio/detail/buffer_resize_guard.hpp
index 368de323fe..368de323fe 100644
--- a/ext/asio/detail/buffer_resize_guard.hpp
+++ b/ext/asio/asio/detail/buffer_resize_guard.hpp
diff --git a/ext/asio/detail/buffer_sequence_adapter.hpp b/ext/asio/asio/detail/buffer_sequence_adapter.hpp
index 6269d6ae28..6269d6ae28 100644
--- a/ext/asio/detail/buffer_sequence_adapter.hpp
+++ b/ext/asio/asio/detail/buffer_sequence_adapter.hpp
diff --git a/ext/asio/detail/buffered_stream_storage.hpp b/ext/asio/asio/detail/buffered_stream_storage.hpp
index 51f6556fcb..51f6556fcb 100644
--- a/ext/asio/detail/buffered_stream_storage.hpp
+++ b/ext/asio/asio/detail/buffered_stream_storage.hpp
diff --git a/ext/asio/detail/call_stack.hpp b/ext/asio/asio/detail/call_stack.hpp
index 0e9ddafaa3..0e9ddafaa3 100644
--- a/ext/asio/detail/call_stack.hpp
+++ b/ext/asio/asio/detail/call_stack.hpp
diff --git a/ext/asio/detail/completion_handler.hpp b/ext/asio/asio/detail/completion_handler.hpp
index 16167dfbe2..16167dfbe2 100644
--- a/ext/asio/detail/completion_handler.hpp
+++ b/ext/asio/asio/detail/completion_handler.hpp
diff --git a/ext/asio/detail/consuming_buffers.hpp b/ext/asio/asio/detail/consuming_buffers.hpp
index 80b6a8e803..80b6a8e803 100644
--- a/ext/asio/detail/consuming_buffers.hpp
+++ b/ext/asio/asio/detail/consuming_buffers.hpp
diff --git a/ext/asio/detail/deadline_timer_service.hpp b/ext/asio/asio/detail/deadline_timer_service.hpp
index 6daf7acb35..6daf7acb35 100644
--- a/ext/asio/detail/deadline_timer_service.hpp
+++ b/ext/asio/asio/detail/deadline_timer_service.hpp
diff --git a/ext/asio/detail/descriptor_ops.hpp b/ext/asio/asio/detail/descriptor_ops.hpp
index ea3731e7ac..ea3731e7ac 100644
--- a/ext/asio/detail/descriptor_ops.hpp
+++ b/ext/asio/asio/detail/descriptor_ops.hpp
diff --git a/ext/asio/detail/dev_poll_reactor.hpp b/ext/asio/asio/detail/dev_poll_reactor.hpp
index 1367b7190f..1367b7190f 100644
--- a/ext/asio/detail/dev_poll_reactor.hpp
+++ b/ext/asio/asio/detail/dev_poll_reactor.hpp
diff --git a/ext/asio/detail/dev_poll_reactor_fwd.hpp b/ext/asio/asio/detail/dev_poll_reactor_fwd.hpp
index f7f1aebab4..f7f1aebab4 100644
--- a/ext/asio/detail/dev_poll_reactor_fwd.hpp
+++ b/ext/asio/asio/detail/dev_poll_reactor_fwd.hpp
diff --git a/ext/asio/detail/epoll_reactor.hpp b/ext/asio/asio/detail/epoll_reactor.hpp
index 636739863e..636739863e 100644
--- a/ext/asio/detail/epoll_reactor.hpp
+++ b/ext/asio/asio/detail/epoll_reactor.hpp
diff --git a/ext/asio/detail/epoll_reactor_fwd.hpp b/ext/asio/asio/detail/epoll_reactor_fwd.hpp
index 266bccdab0..266bccdab0 100644
--- a/ext/asio/detail/epoll_reactor_fwd.hpp
+++ b/ext/asio/asio/detail/epoll_reactor_fwd.hpp
diff --git a/ext/asio/detail/event.hpp b/ext/asio/asio/detail/event.hpp
index 65aa4cba7f..65aa4cba7f 100644
--- a/ext/asio/detail/event.hpp
+++ b/ext/asio/asio/detail/event.hpp
diff --git a/ext/asio/detail/eventfd_select_interrupter.hpp b/ext/asio/asio/detail/eventfd_select_interrupter.hpp
index 63b7ac4ff5..63b7ac4ff5 100644
--- a/ext/asio/detail/eventfd_select_interrupter.hpp
+++ b/ext/asio/asio/detail/eventfd_select_interrupter.hpp
diff --git a/ext/asio/detail/fd_set_adapter.hpp b/ext/asio/asio/detail/fd_set_adapter.hpp
index a575491bfb..a575491bfb 100644
--- a/ext/asio/detail/fd_set_adapter.hpp
+++ b/ext/asio/asio/detail/fd_set_adapter.hpp
diff --git a/ext/asio/detail/fenced_block.hpp b/ext/asio/asio/detail/fenced_block.hpp
index 60198bc65b..60198bc65b 100644
--- a/ext/asio/detail/fenced_block.hpp
+++ b/ext/asio/asio/detail/fenced_block.hpp
diff --git a/ext/asio/detail/gcc_fenced_block.hpp b/ext/asio/asio/detail/gcc_fenced_block.hpp
index 23303fbf2e..23303fbf2e 100644
--- a/ext/asio/detail/gcc_fenced_block.hpp
+++ b/ext/asio/asio/detail/gcc_fenced_block.hpp
diff --git a/ext/asio/detail/gcc_x86_fenced_block.hpp b/ext/asio/asio/detail/gcc_x86_fenced_block.hpp
index 48119f4c39..48119f4c39 100644
--- a/ext/asio/detail/gcc_x86_fenced_block.hpp
+++ b/ext/asio/asio/detail/gcc_x86_fenced_block.hpp
diff --git a/ext/asio/detail/handler_alloc_helpers.hpp b/ext/asio/asio/detail/handler_alloc_helpers.hpp
index 0ac42a7b12..0ac42a7b12 100644
--- a/ext/asio/detail/handler_alloc_helpers.hpp
+++ b/ext/asio/asio/detail/handler_alloc_helpers.hpp
diff --git a/ext/asio/detail/handler_invoke_helpers.hpp b/ext/asio/asio/detail/handler_invoke_helpers.hpp
index 8332567c9f..8332567c9f 100644
--- a/ext/asio/detail/handler_invoke_helpers.hpp
+++ b/ext/asio/asio/detail/handler_invoke_helpers.hpp
diff --git a/ext/asio/detail/hash_map.hpp b/ext/asio/asio/detail/hash_map.hpp
index b2a1517865..b2a1517865 100644
--- a/ext/asio/detail/hash_map.hpp
+++ b/ext/asio/asio/detail/hash_map.hpp
diff --git a/ext/asio/detail/io_control.hpp b/ext/asio/asio/detail/io_control.hpp
index df7171cbe2..df7171cbe2 100644
--- a/ext/asio/detail/io_control.hpp
+++ b/ext/asio/asio/detail/io_control.hpp
diff --git a/ext/asio/detail/kqueue_reactor.hpp b/ext/asio/asio/detail/kqueue_reactor.hpp
index 1e118b3118..1e118b3118 100644
--- a/ext/asio/detail/kqueue_reactor.hpp
+++ b/ext/asio/asio/detail/kqueue_reactor.hpp
diff --git a/ext/asio/detail/kqueue_reactor_fwd.hpp b/ext/asio/asio/detail/kqueue_reactor_fwd.hpp
index abbc0c7d7b..abbc0c7d7b 100644
--- a/ext/asio/detail/kqueue_reactor_fwd.hpp
+++ b/ext/asio/asio/detail/kqueue_reactor_fwd.hpp
diff --git a/ext/asio/detail/local_free_on_block_exit.hpp b/ext/asio/asio/detail/local_free_on_block_exit.hpp
index 554943c817..554943c817 100644
--- a/ext/asio/detail/local_free_on_block_exit.hpp
+++ b/ext/asio/asio/detail/local_free_on_block_exit.hpp
diff --git a/ext/asio/detail/macos_fenced_block.hpp b/ext/asio/asio/detail/macos_fenced_block.hpp
index 3c303d62bc..3c303d62bc 100644
--- a/ext/asio/detail/macos_fenced_block.hpp
+++ b/ext/asio/asio/detail/macos_fenced_block.hpp
diff --git a/ext/asio/detail/mutex.hpp b/ext/asio/asio/detail/mutex.hpp
index 024ec7f43f..024ec7f43f 100644
--- a/ext/asio/detail/mutex.hpp
+++ b/ext/asio/asio/detail/mutex.hpp
diff --git a/ext/asio/detail/noncopyable.hpp b/ext/asio/asio/detail/noncopyable.hpp
index 8b73ff0407..8b73ff0407 100644
--- a/ext/asio/detail/noncopyable.hpp
+++ b/ext/asio/asio/detail/noncopyable.hpp
diff --git a/ext/asio/detail/null_buffers_op.hpp b/ext/asio/asio/detail/null_buffers_op.hpp
index b44de2f077..b44de2f077 100644
--- a/ext/asio/detail/null_buffers_op.hpp
+++ b/ext/asio/asio/detail/null_buffers_op.hpp
diff --git a/ext/asio/detail/null_event.hpp b/ext/asio/asio/detail/null_event.hpp
index bcea31b804..bcea31b804 100644
--- a/ext/asio/detail/null_event.hpp
+++ b/ext/asio/asio/detail/null_event.hpp
diff --git a/ext/asio/detail/null_fenced_block.hpp b/ext/asio/asio/detail/null_fenced_block.hpp
index dd9a095a72..dd9a095a72 100644
--- a/ext/asio/detail/null_fenced_block.hpp
+++ b/ext/asio/asio/detail/null_fenced_block.hpp
diff --git a/ext/asio/detail/null_mutex.hpp b/ext/asio/asio/detail/null_mutex.hpp
index 6661ef8324..6661ef8324 100644
--- a/ext/asio/detail/null_mutex.hpp
+++ b/ext/asio/asio/detail/null_mutex.hpp
diff --git a/ext/asio/detail/null_signal_blocker.hpp b/ext/asio/asio/detail/null_signal_blocker.hpp
index a5db315acb..a5db315acb 100644
--- a/ext/asio/detail/null_signal_blocker.hpp
+++ b/ext/asio/asio/detail/null_signal_blocker.hpp
diff --git a/ext/asio/detail/null_thread.hpp b/ext/asio/asio/detail/null_thread.hpp
index d96883f336..d96883f336 100644
--- a/ext/asio/detail/null_thread.hpp
+++ b/ext/asio/asio/detail/null_thread.hpp
diff --git a/ext/asio/detail/null_tss_ptr.hpp b/ext/asio/asio/detail/null_tss_ptr.hpp
index 112b4761c6..112b4761c6 100644
--- a/ext/asio/detail/null_tss_ptr.hpp
+++ b/ext/asio/asio/detail/null_tss_ptr.hpp
diff --git a/ext/asio/detail/old_win_sdk_compat.hpp b/ext/asio/asio/detail/old_win_sdk_compat.hpp
index 70e5916d6a..70e5916d6a 100644
--- a/ext/asio/detail/old_win_sdk_compat.hpp
+++ b/ext/asio/asio/detail/old_win_sdk_compat.hpp
diff --git a/ext/asio/detail/op_queue.hpp b/ext/asio/asio/detail/op_queue.hpp
index ccf8b9a5c2..ccf8b9a5c2 100644
--- a/ext/asio/detail/op_queue.hpp
+++ b/ext/asio/asio/detail/op_queue.hpp
diff --git a/ext/asio/detail/operation.hpp b/ext/asio/asio/detail/operation.hpp
index 6aba361218..6aba361218 100644
--- a/ext/asio/detail/operation.hpp
+++ b/ext/asio/asio/detail/operation.hpp
diff --git a/ext/asio/detail/pipe_select_interrupter.hpp b/ext/asio/asio/detail/pipe_select_interrupter.hpp
index 74695994dc..74695994dc 100644
--- a/ext/asio/detail/pipe_select_interrupter.hpp
+++ b/ext/asio/asio/detail/pipe_select_interrupter.hpp
diff --git a/ext/asio/detail/pop_options.hpp b/ext/asio/asio/detail/pop_options.hpp
index a26b2039c0..a26b2039c0 100644
--- a/ext/asio/detail/pop_options.hpp
+++ b/ext/asio/asio/detail/pop_options.hpp
diff --git a/ext/asio/detail/posix_event.hpp b/ext/asio/asio/detail/posix_event.hpp
index 49c15aa5a0..49c15aa5a0 100644
--- a/ext/asio/detail/posix_event.hpp
+++ b/ext/asio/asio/detail/posix_event.hpp
diff --git a/ext/asio/detail/posix_fd_set_adapter.hpp b/ext/asio/asio/detail/posix_fd_set_adapter.hpp
index 17ef269cee..17ef269cee 100644
--- a/ext/asio/detail/posix_fd_set_adapter.hpp
+++ b/ext/asio/asio/detail/posix_fd_set_adapter.hpp
diff --git a/ext/asio/detail/posix_mutex.hpp b/ext/asio/asio/detail/posix_mutex.hpp
index 230b83a356..230b83a356 100644
--- a/ext/asio/detail/posix_mutex.hpp
+++ b/ext/asio/asio/detail/posix_mutex.hpp
diff --git a/ext/asio/detail/posix_signal_blocker.hpp b/ext/asio/asio/detail/posix_signal_blocker.hpp
index 135ca41b7e..135ca41b7e 100644
--- a/ext/asio/detail/posix_signal_blocker.hpp
+++ b/ext/asio/asio/detail/posix_signal_blocker.hpp
diff --git a/ext/asio/detail/posix_thread.hpp b/ext/asio/asio/detail/posix_thread.hpp
index e0fea75129..e0fea75129 100644
--- a/ext/asio/detail/posix_thread.hpp
+++ b/ext/asio/asio/detail/posix_thread.hpp
diff --git a/ext/asio/detail/posix_tss_ptr.hpp b/ext/asio/asio/detail/posix_tss_ptr.hpp
index 3b4ba07b44..3b4ba07b44 100644
--- a/ext/asio/detail/posix_tss_ptr.hpp
+++ b/ext/asio/asio/detail/posix_tss_ptr.hpp
diff --git a/ext/asio/detail/push_options.hpp b/ext/asio/asio/detail/push_options.hpp
index cb0e90242e..cb0e90242e 100644
--- a/ext/asio/detail/push_options.hpp
+++ b/ext/asio/asio/detail/push_options.hpp
diff --git a/ext/asio/detail/reactive_descriptor_service.hpp b/ext/asio/asio/detail/reactive_descriptor_service.hpp
index 7ad368d7de..7ad368d7de 100644
--- a/ext/asio/detail/reactive_descriptor_service.hpp
+++ b/ext/asio/asio/detail/reactive_descriptor_service.hpp
diff --git a/ext/asio/detail/reactive_serial_port_service.hpp b/ext/asio/asio/detail/reactive_serial_port_service.hpp
index 186460fef6..186460fef6 100644
--- a/ext/asio/detail/reactive_serial_port_service.hpp
+++ b/ext/asio/asio/detail/reactive_serial_port_service.hpp
diff --git a/ext/asio/detail/reactive_socket_service.hpp b/ext/asio/asio/detail/reactive_socket_service.hpp
index 20bd512ef6..20bd512ef6 100644
--- a/ext/asio/detail/reactive_socket_service.hpp
+++ b/ext/asio/asio/detail/reactive_socket_service.hpp
diff --git a/ext/asio/detail/reactor.hpp b/ext/asio/asio/detail/reactor.hpp
index 98ac360b9e..98ac360b9e 100644
--- a/ext/asio/detail/reactor.hpp
+++ b/ext/asio/asio/detail/reactor.hpp
diff --git a/ext/asio/detail/reactor_fwd.hpp b/ext/asio/asio/detail/reactor_fwd.hpp
index 9c33be54ca..9c33be54ca 100644
--- a/ext/asio/detail/reactor_fwd.hpp
+++ b/ext/asio/asio/detail/reactor_fwd.hpp
diff --git a/ext/asio/detail/reactor_op.hpp b/ext/asio/asio/detail/reactor_op.hpp
index cd557fa6ae..cd557fa6ae 100644
--- a/ext/asio/detail/reactor_op.hpp
+++ b/ext/asio/asio/detail/reactor_op.hpp
diff --git a/ext/asio/detail/reactor_op_queue.hpp b/ext/asio/asio/detail/reactor_op_queue.hpp
index 233c0aec16..233c0aec16 100644
--- a/ext/asio/detail/reactor_op_queue.hpp
+++ b/ext/asio/asio/detail/reactor_op_queue.hpp
diff --git a/ext/asio/detail/resolver_service.hpp b/ext/asio/asio/detail/resolver_service.hpp
index 562dc10476..562dc10476 100644
--- a/ext/asio/detail/resolver_service.hpp
+++ b/ext/asio/asio/detail/resolver_service.hpp
diff --git a/ext/asio/detail/scoped_lock.hpp b/ext/asio/asio/detail/scoped_lock.hpp
index e6f6ba59a0..e6f6ba59a0 100644
--- a/ext/asio/detail/scoped_lock.hpp
+++ b/ext/asio/asio/detail/scoped_lock.hpp
diff --git a/ext/asio/detail/select_interrupter.hpp b/ext/asio/asio/detail/select_interrupter.hpp
index ff5505bebc..ff5505bebc 100644
--- a/ext/asio/detail/select_interrupter.hpp
+++ b/ext/asio/asio/detail/select_interrupter.hpp
diff --git a/ext/asio/detail/select_reactor.hpp b/ext/asio/asio/detail/select_reactor.hpp
index 798611b281..798611b281 100644
--- a/ext/asio/detail/select_reactor.hpp
+++ b/ext/asio/asio/detail/select_reactor.hpp
diff --git a/ext/asio/detail/select_reactor_fwd.hpp b/ext/asio/asio/detail/select_reactor_fwd.hpp
index 0b72e7e8aa..0b72e7e8aa 100644
--- a/ext/asio/detail/select_reactor_fwd.hpp
+++ b/ext/asio/asio/detail/select_reactor_fwd.hpp
diff --git a/ext/asio/detail/service_base.hpp b/ext/asio/asio/detail/service_base.hpp
index 45000c3f89..45000c3f89 100644
--- a/ext/asio/detail/service_base.hpp
+++ b/ext/asio/asio/detail/service_base.hpp
diff --git a/ext/asio/detail/service_id.hpp b/ext/asio/asio/detail/service_id.hpp
index baf6cce22b..baf6cce22b 100644
--- a/ext/asio/detail/service_id.hpp
+++ b/ext/asio/asio/detail/service_id.hpp
diff --git a/ext/asio/detail/service_registry.hpp b/ext/asio/asio/detail/service_registry.hpp
index f80b4b6953..f80b4b6953 100644
--- a/ext/asio/detail/service_registry.hpp
+++ b/ext/asio/asio/detail/service_registry.hpp
diff --git a/ext/asio/detail/service_registry_fwd.hpp b/ext/asio/asio/detail/service_registry_fwd.hpp
index 423bb4beef..423bb4beef 100644
--- a/ext/asio/detail/service_registry_fwd.hpp
+++ b/ext/asio/asio/detail/service_registry_fwd.hpp
diff --git a/ext/asio/detail/signal_blocker.hpp b/ext/asio/asio/detail/signal_blocker.hpp
index 52f70c8578..52f70c8578 100644
--- a/ext/asio/detail/signal_blocker.hpp
+++ b/ext/asio/asio/detail/signal_blocker.hpp
diff --git a/ext/asio/detail/signal_init.hpp b/ext/asio/asio/detail/signal_init.hpp
index 12f17d37ac..12f17d37ac 100644
--- a/ext/asio/detail/signal_init.hpp
+++ b/ext/asio/asio/detail/signal_init.hpp
diff --git a/ext/asio/detail/socket_holder.hpp b/ext/asio/asio/detail/socket_holder.hpp
index 82a38848a5..82a38848a5 100644
--- a/ext/asio/detail/socket_holder.hpp
+++ b/ext/asio/asio/detail/socket_holder.hpp
diff --git a/ext/asio/detail/socket_ops.hpp b/ext/asio/asio/detail/socket_ops.hpp
index 1a863a9175..1a863a9175 100644
--- a/ext/asio/detail/socket_ops.hpp
+++ b/ext/asio/asio/detail/socket_ops.hpp
diff --git a/ext/asio/detail/socket_option.hpp b/ext/asio/asio/detail/socket_option.hpp
index ac070b7018..ac070b7018 100644
--- a/ext/asio/detail/socket_option.hpp
+++ b/ext/asio/asio/detail/socket_option.hpp
diff --git a/ext/asio/detail/socket_select_interrupter.hpp b/ext/asio/asio/detail/socket_select_interrupter.hpp
index 62e1063e30..62e1063e30 100644
--- a/ext/asio/detail/socket_select_interrupter.hpp
+++ b/ext/asio/asio/detail/socket_select_interrupter.hpp
diff --git a/ext/asio/detail/socket_types.hpp b/ext/asio/asio/detail/socket_types.hpp
index 34b3d3e631..34b3d3e631 100644
--- a/ext/asio/detail/socket_types.hpp
+++ b/ext/asio/asio/detail/socket_types.hpp
diff --git a/ext/asio/detail/solaris_fenced_block.hpp b/ext/asio/asio/detail/solaris_fenced_block.hpp
index d337f3b62e..d337f3b62e 100644
--- a/ext/asio/detail/solaris_fenced_block.hpp
+++ b/ext/asio/asio/detail/solaris_fenced_block.hpp
diff --git a/ext/asio/detail/strand_service.hpp b/ext/asio/asio/detail/strand_service.hpp
index ea50f412a1..ea50f412a1 100644
--- a/ext/asio/detail/strand_service.hpp
+++ b/ext/asio/asio/detail/strand_service.hpp
diff --git a/ext/asio/detail/task_io_service.hpp b/ext/asio/asio/detail/task_io_service.hpp
index eb77c1d8de..eb77c1d8de 100644
--- a/ext/asio/detail/task_io_service.hpp
+++ b/ext/asio/asio/detail/task_io_service.hpp
diff --git a/ext/asio/detail/task_io_service_fwd.hpp b/ext/asio/asio/detail/task_io_service_fwd.hpp
index 5b18d1d700..5b18d1d700 100644
--- a/ext/asio/detail/task_io_service_fwd.hpp
+++ b/ext/asio/asio/detail/task_io_service_fwd.hpp
diff --git a/ext/asio/detail/task_io_service_operation.hpp b/ext/asio/asio/detail/task_io_service_operation.hpp
index 6776f6992f..6776f6992f 100644
--- a/ext/asio/detail/task_io_service_operation.hpp
+++ b/ext/asio/asio/detail/task_io_service_operation.hpp
diff --git a/ext/asio/detail/thread.hpp b/ext/asio/asio/detail/thread.hpp
index 3c9280bcd3..3c9280bcd3 100644
--- a/ext/asio/detail/thread.hpp
+++ b/ext/asio/asio/detail/thread.hpp
diff --git a/ext/asio/detail/throw_error.hpp b/ext/asio/asio/detail/throw_error.hpp
index 51d6e48f4f..51d6e48f4f 100644
--- a/ext/asio/detail/throw_error.hpp
+++ b/ext/asio/asio/detail/throw_error.hpp
diff --git a/ext/asio/detail/timer_op.hpp b/ext/asio/asio/detail/timer_op.hpp
index bf3c3ae593..bf3c3ae593 100644
--- a/ext/asio/detail/timer_op.hpp
+++ b/ext/asio/asio/detail/timer_op.hpp
diff --git a/ext/asio/detail/timer_queue.hpp b/ext/asio/asio/detail/timer_queue.hpp
index 2e4d2d5d97..2e4d2d5d97 100644
--- a/ext/asio/detail/timer_queue.hpp
+++ b/ext/asio/asio/detail/timer_queue.hpp
diff --git a/ext/asio/detail/timer_queue_base.hpp b/ext/asio/asio/detail/timer_queue_base.hpp
index f978667535..f978667535 100644
--- a/ext/asio/detail/timer_queue_base.hpp
+++ b/ext/asio/asio/detail/timer_queue_base.hpp
diff --git a/ext/asio/detail/timer_queue_fwd.hpp b/ext/asio/asio/detail/timer_queue_fwd.hpp
index 53172448bc..53172448bc 100644
--- a/ext/asio/detail/timer_queue_fwd.hpp
+++ b/ext/asio/asio/detail/timer_queue_fwd.hpp
diff --git a/ext/asio/detail/timer_queue_set.hpp b/ext/asio/asio/detail/timer_queue_set.hpp
index 6860867074..6860867074 100644
--- a/ext/asio/detail/timer_queue_set.hpp
+++ b/ext/asio/asio/detail/timer_queue_set.hpp
diff --git a/ext/asio/detail/timer_scheduler.hpp b/ext/asio/asio/detail/timer_scheduler.hpp
index 6822d3f793..6822d3f793 100644
--- a/ext/asio/detail/timer_scheduler.hpp
+++ b/ext/asio/asio/detail/timer_scheduler.hpp
diff --git a/ext/asio/detail/timer_scheduler_fwd.hpp b/ext/asio/asio/detail/timer_scheduler_fwd.hpp
index d766a87fb2..d766a87fb2 100644
--- a/ext/asio/detail/timer_scheduler_fwd.hpp
+++ b/ext/asio/asio/detail/timer_scheduler_fwd.hpp
diff --git a/ext/asio/detail/tss_ptr.hpp b/ext/asio/asio/detail/tss_ptr.hpp
index ac67d9f0ce..ac67d9f0ce 100644
--- a/ext/asio/detail/tss_ptr.hpp
+++ b/ext/asio/asio/detail/tss_ptr.hpp
diff --git a/ext/asio/detail/win_event.hpp b/ext/asio/asio/detail/win_event.hpp
index cabb2c389c..cabb2c389c 100644
--- a/ext/asio/detail/win_event.hpp
+++ b/ext/asio/asio/detail/win_event.hpp
diff --git a/ext/asio/detail/win_fd_set_adapter.hpp b/ext/asio/asio/detail/win_fd_set_adapter.hpp
index 012a10ff76..012a10ff76 100644
--- a/ext/asio/detail/win_fd_set_adapter.hpp
+++ b/ext/asio/asio/detail/win_fd_set_adapter.hpp
diff --git a/ext/asio/detail/win_fenced_block.hpp b/ext/asio/asio/detail/win_fenced_block.hpp
index 6338488f91..6338488f91 100644
--- a/ext/asio/detail/win_fenced_block.hpp
+++ b/ext/asio/asio/detail/win_fenced_block.hpp
diff --git a/ext/asio/detail/win_iocp_handle_service.hpp b/ext/asio/asio/detail/win_iocp_handle_service.hpp
index bfc159ce72..bfc159ce72 100644
--- a/ext/asio/detail/win_iocp_handle_service.hpp
+++ b/ext/asio/asio/detail/win_iocp_handle_service.hpp
diff --git a/ext/asio/detail/win_iocp_io_service.hpp b/ext/asio/asio/detail/win_iocp_io_service.hpp
index fd899c1146..fd899c1146 100644
--- a/ext/asio/detail/win_iocp_io_service.hpp
+++ b/ext/asio/asio/detail/win_iocp_io_service.hpp
diff --git a/ext/asio/detail/win_iocp_io_service_fwd.hpp b/ext/asio/asio/detail/win_iocp_io_service_fwd.hpp
index 29d2a05481..29d2a05481 100644
--- a/ext/asio/detail/win_iocp_io_service_fwd.hpp
+++ b/ext/asio/asio/detail/win_iocp_io_service_fwd.hpp
diff --git a/ext/asio/detail/win_iocp_operation.hpp b/ext/asio/asio/detail/win_iocp_operation.hpp
index ac8106255a..ac8106255a 100644
--- a/ext/asio/detail/win_iocp_operation.hpp
+++ b/ext/asio/asio/detail/win_iocp_operation.hpp
diff --git a/ext/asio/detail/win_iocp_overlapped_ptr.hpp b/ext/asio/asio/detail/win_iocp_overlapped_ptr.hpp
index 47a3f70cf1..47a3f70cf1 100644
--- a/ext/asio/detail/win_iocp_overlapped_ptr.hpp
+++ b/ext/asio/asio/detail/win_iocp_overlapped_ptr.hpp
diff --git a/ext/asio/detail/win_iocp_serial_port_service.hpp b/ext/asio/asio/detail/win_iocp_serial_port_service.hpp
index ed5f75e91c..ed5f75e91c 100644
--- a/ext/asio/detail/win_iocp_serial_port_service.hpp
+++ b/ext/asio/asio/detail/win_iocp_serial_port_service.hpp
diff --git a/ext/asio/detail/win_iocp_socket_service.hpp b/ext/asio/asio/detail/win_iocp_socket_service.hpp
index cb1d2037de..cb1d2037de 100644
--- a/ext/asio/detail/win_iocp_socket_service.hpp
+++ b/ext/asio/asio/detail/win_iocp_socket_service.hpp
diff --git a/ext/asio/detail/win_mutex.hpp b/ext/asio/asio/detail/win_mutex.hpp
index 1280a4e402..1280a4e402 100644
--- a/ext/asio/detail/win_mutex.hpp
+++ b/ext/asio/asio/detail/win_mutex.hpp
diff --git a/ext/asio/detail/win_signal_blocker.hpp b/ext/asio/asio/detail/win_signal_blocker.hpp
index 50d16b8a2b..50d16b8a2b 100644
--- a/ext/asio/detail/win_signal_blocker.hpp
+++ b/ext/asio/asio/detail/win_signal_blocker.hpp
diff --git a/ext/asio/detail/win_thread.hpp b/ext/asio/asio/detail/win_thread.hpp
index 9bf0665c5e..9bf0665c5e 100644
--- a/ext/asio/detail/win_thread.hpp
+++ b/ext/asio/asio/detail/win_thread.hpp
diff --git a/ext/asio/detail/win_tss_ptr.hpp b/ext/asio/asio/detail/win_tss_ptr.hpp
index 5a4ed33cc2..5a4ed33cc2 100644
--- a/ext/asio/detail/win_tss_ptr.hpp
+++ b/ext/asio/asio/detail/win_tss_ptr.hpp
diff --git a/ext/asio/detail/wince_thread.hpp b/ext/asio/asio/detail/wince_thread.hpp
index 0b6de488a2..0b6de488a2 100644
--- a/ext/asio/detail/wince_thread.hpp
+++ b/ext/asio/asio/detail/wince_thread.hpp
diff --git a/ext/asio/detail/winsock_init.hpp b/ext/asio/asio/detail/winsock_init.hpp
index ae5c4bf598..ae5c4bf598 100644
--- a/ext/asio/detail/winsock_init.hpp
+++ b/ext/asio/asio/detail/winsock_init.hpp
diff --git a/ext/asio/detail/wrapped_handler.hpp b/ext/asio/asio/detail/wrapped_handler.hpp
index e40a7f1585..e40a7f1585 100644
--- a/ext/asio/detail/wrapped_handler.hpp
+++ b/ext/asio/asio/detail/wrapped_handler.hpp
diff --git a/ext/asio/error.hpp b/ext/asio/asio/error.hpp
index 73caac6abd..73caac6abd 100644
--- a/ext/asio/error.hpp
+++ b/ext/asio/asio/error.hpp
diff --git a/ext/asio/error_code.hpp b/ext/asio/asio/error_code.hpp
index 6657f3f2ee..6657f3f2ee 100644
--- a/ext/asio/error_code.hpp
+++ b/ext/asio/asio/error_code.hpp
diff --git a/ext/asio/handler_alloc_hook.hpp b/ext/asio/asio/handler_alloc_hook.hpp
index 87783cdfa5..87783cdfa5 100644
--- a/ext/asio/handler_alloc_hook.hpp
+++ b/ext/asio/asio/handler_alloc_hook.hpp
diff --git a/ext/asio/handler_invoke_hook.hpp b/ext/asio/asio/handler_invoke_hook.hpp
index b3d7e45440..b3d7e45440 100644
--- a/ext/asio/handler_invoke_hook.hpp
+++ b/ext/asio/asio/handler_invoke_hook.hpp
diff --git a/ext/asio/impl/error_code.ipp b/ext/asio/asio/impl/error_code.ipp
index 614925dd41..614925dd41 100644
--- a/ext/asio/impl/error_code.ipp
+++ b/ext/asio/asio/impl/error_code.ipp
diff --git a/ext/asio/impl/io_service.ipp b/ext/asio/asio/impl/io_service.ipp
index c3fed3b820..c3fed3b820 100644
--- a/ext/asio/impl/io_service.ipp
+++ b/ext/asio/asio/impl/io_service.ipp
diff --git a/ext/asio/impl/read.ipp b/ext/asio/asio/impl/read.ipp
index 85f651b850..85f651b850 100644
--- a/ext/asio/impl/read.ipp
+++ b/ext/asio/asio/impl/read.ipp
diff --git a/ext/asio/impl/read_at.ipp b/ext/asio/asio/impl/read_at.ipp
index 7f35750c43..7f35750c43 100644
--- a/ext/asio/impl/read_at.ipp
+++ b/ext/asio/asio/impl/read_at.ipp
diff --git a/ext/asio/impl/read_until.ipp b/ext/asio/asio/impl/read_until.ipp
index df5130af88..df5130af88 100644
--- a/ext/asio/impl/read_until.ipp
+++ b/ext/asio/asio/impl/read_until.ipp
diff --git a/ext/asio/impl/serial_port_base.ipp b/ext/asio/asio/impl/serial_port_base.ipp
index 64ab6a45a0..64ab6a45a0 100644
--- a/ext/asio/impl/serial_port_base.ipp
+++ b/ext/asio/asio/impl/serial_port_base.ipp
diff --git a/ext/asio/impl/write.ipp b/ext/asio/asio/impl/write.ipp
index 82e7a3ebb3..82e7a3ebb3 100644
--- a/ext/asio/impl/write.ipp
+++ b/ext/asio/asio/impl/write.ipp
diff --git a/ext/asio/impl/write_at.ipp b/ext/asio/asio/impl/write_at.ipp
index 12fb3f458d..12fb3f458d 100644
--- a/ext/asio/impl/write_at.ipp
+++ b/ext/asio/asio/impl/write_at.ipp
diff --git a/ext/asio/io_service.hpp b/ext/asio/asio/io_service.hpp
index 62d9e54f9c..62d9e54f9c 100644
--- a/ext/asio/io_service.hpp
+++ b/ext/asio/asio/io_service.hpp
diff --git a/ext/asio/ip/address.hpp b/ext/asio/asio/ip/address.hpp
index 92ee4ae43d..92ee4ae43d 100644
--- a/ext/asio/ip/address.hpp
+++ b/ext/asio/asio/ip/address.hpp
diff --git a/ext/asio/ip/address_v4.hpp b/ext/asio/asio/ip/address_v4.hpp
index 1b495560fe..1b495560fe 100644
--- a/ext/asio/ip/address_v4.hpp
+++ b/ext/asio/asio/ip/address_v4.hpp
diff --git a/ext/asio/ip/address_v6.hpp b/ext/asio/asio/ip/address_v6.hpp
index 8d2c08393d..8d2c08393d 100644
--- a/ext/asio/ip/address_v6.hpp
+++ b/ext/asio/asio/ip/address_v6.hpp
diff --git a/ext/asio/ip/basic_endpoint.hpp b/ext/asio/asio/ip/basic_endpoint.hpp
index 4ad3f682b7..4ad3f682b7 100644
--- a/ext/asio/ip/basic_endpoint.hpp
+++ b/ext/asio/asio/ip/basic_endpoint.hpp
diff --git a/ext/asio/ip/basic_resolver.hpp b/ext/asio/asio/ip/basic_resolver.hpp
index 43a37af392..43a37af392 100644
--- a/ext/asio/ip/basic_resolver.hpp
+++ b/ext/asio/asio/ip/basic_resolver.hpp
diff --git a/ext/asio/ip/basic_resolver_entry.hpp b/ext/asio/asio/ip/basic_resolver_entry.hpp
index 09b144b117..09b144b117 100644
--- a/ext/asio/ip/basic_resolver_entry.hpp
+++ b/ext/asio/asio/ip/basic_resolver_entry.hpp
diff --git a/ext/asio/ip/basic_resolver_iterator.hpp b/ext/asio/asio/ip/basic_resolver_iterator.hpp
index 1982d62512..1982d62512 100644
--- a/ext/asio/ip/basic_resolver_iterator.hpp
+++ b/ext/asio/asio/ip/basic_resolver_iterator.hpp
diff --git a/ext/asio/ip/basic_resolver_query.hpp b/ext/asio/asio/ip/basic_resolver_query.hpp
index 3cbb335ca5..3cbb335ca5 100644
--- a/ext/asio/ip/basic_resolver_query.hpp
+++ b/ext/asio/asio/ip/basic_resolver_query.hpp
diff --git a/ext/asio/ip/detail/socket_option.hpp b/ext/asio/asio/ip/detail/socket_option.hpp
index 00045f86d5..00045f86d5 100644
--- a/ext/asio/ip/detail/socket_option.hpp
+++ b/ext/asio/asio/ip/detail/socket_option.hpp
diff --git a/ext/asio/ip/host_name.hpp b/ext/asio/asio/ip/host_name.hpp
index f24ce1a223..f24ce1a223 100644
--- a/ext/asio/ip/host_name.hpp
+++ b/ext/asio/asio/ip/host_name.hpp
diff --git a/ext/asio/ip/icmp.hpp b/ext/asio/asio/ip/icmp.hpp
index d76b4d1a6d..d76b4d1a6d 100644
--- a/ext/asio/ip/icmp.hpp
+++ b/ext/asio/asio/ip/icmp.hpp
diff --git a/ext/asio/ip/multicast.hpp b/ext/asio/asio/ip/multicast.hpp
index eeedc6ce19..eeedc6ce19 100644
--- a/ext/asio/ip/multicast.hpp
+++ b/ext/asio/asio/ip/multicast.hpp
diff --git a/ext/asio/ip/resolver_query_base.hpp b/ext/asio/asio/ip/resolver_query_base.hpp
index 5a0acea8f3..5a0acea8f3 100644
--- a/ext/asio/ip/resolver_query_base.hpp
+++ b/ext/asio/asio/ip/resolver_query_base.hpp
diff --git a/ext/asio/ip/resolver_service.hpp b/ext/asio/asio/ip/resolver_service.hpp
index 75f6b2c3af..75f6b2c3af 100644
--- a/ext/asio/ip/resolver_service.hpp
+++ b/ext/asio/asio/ip/resolver_service.hpp
diff --git a/ext/asio/ip/tcp.hpp b/ext/asio/asio/ip/tcp.hpp
index a2e9ac9c52..a2e9ac9c52 100644
--- a/ext/asio/ip/tcp.hpp
+++ b/ext/asio/asio/ip/tcp.hpp
diff --git a/ext/asio/ip/udp.hpp b/ext/asio/asio/ip/udp.hpp
index fb261187a8..fb261187a8 100644
--- a/ext/asio/ip/udp.hpp
+++ b/ext/asio/asio/ip/udp.hpp
diff --git a/ext/asio/ip/unicast.hpp b/ext/asio/asio/ip/unicast.hpp
index 46d7239c8e..46d7239c8e 100644
--- a/ext/asio/ip/unicast.hpp
+++ b/ext/asio/asio/ip/unicast.hpp
diff --git a/ext/asio/ip/v6_only.hpp b/ext/asio/asio/ip/v6_only.hpp
index 928caff0df..928caff0df 100644
--- a/ext/asio/ip/v6_only.hpp
+++ b/ext/asio/asio/ip/v6_only.hpp
diff --git a/ext/asio/is_read_buffered.hpp b/ext/asio/asio/is_read_buffered.hpp
index 8d971747a3..8d971747a3 100644
--- a/ext/asio/is_read_buffered.hpp
+++ b/ext/asio/asio/is_read_buffered.hpp
diff --git a/ext/asio/is_write_buffered.hpp b/ext/asio/asio/is_write_buffered.hpp
index 5d16b1c542..5d16b1c542 100644
--- a/ext/asio/is_write_buffered.hpp
+++ b/ext/asio/asio/is_write_buffered.hpp
diff --git a/ext/asio/local/basic_endpoint.hpp b/ext/asio/asio/local/basic_endpoint.hpp
index 81e6a7ed57..81e6a7ed57 100644
--- a/ext/asio/local/basic_endpoint.hpp
+++ b/ext/asio/asio/local/basic_endpoint.hpp
diff --git a/ext/asio/local/connect_pair.hpp b/ext/asio/asio/local/connect_pair.hpp
index da1d4fc5bd..da1d4fc5bd 100644
--- a/ext/asio/local/connect_pair.hpp
+++ b/ext/asio/asio/local/connect_pair.hpp
diff --git a/ext/asio/local/datagram_protocol.hpp b/ext/asio/asio/local/datagram_protocol.hpp
index 0340180545..0340180545 100644
--- a/ext/asio/local/datagram_protocol.hpp
+++ b/ext/asio/asio/local/datagram_protocol.hpp
diff --git a/ext/asio/local/stream_protocol.hpp b/ext/asio/asio/local/stream_protocol.hpp
index 47fe42f132..47fe42f132 100644
--- a/ext/asio/local/stream_protocol.hpp
+++ b/ext/asio/asio/local/stream_protocol.hpp
diff --git a/ext/asio/placeholders.hpp b/ext/asio/asio/placeholders.hpp
index 70e69fca53..70e69fca53 100644
--- a/ext/asio/placeholders.hpp
+++ b/ext/asio/asio/placeholders.hpp
diff --git a/ext/asio/posix/basic_descriptor.hpp b/ext/asio/asio/posix/basic_descriptor.hpp
index 37bcc94dfc..37bcc94dfc 100644
--- a/ext/asio/posix/basic_descriptor.hpp
+++ b/ext/asio/asio/posix/basic_descriptor.hpp
diff --git a/ext/asio/posix/basic_stream_descriptor.hpp b/ext/asio/asio/posix/basic_stream_descriptor.hpp
index 21e2287dbf..21e2287dbf 100644
--- a/ext/asio/posix/basic_stream_descriptor.hpp
+++ b/ext/asio/asio/posix/basic_stream_descriptor.hpp
diff --git a/ext/asio/posix/descriptor_base.hpp b/ext/asio/asio/posix/descriptor_base.hpp
index 29e17469df..29e17469df 100644
--- a/ext/asio/posix/descriptor_base.hpp
+++ b/ext/asio/asio/posix/descriptor_base.hpp
diff --git a/ext/asio/posix/stream_descriptor.hpp b/ext/asio/asio/posix/stream_descriptor.hpp
index 72fbbed23c..72fbbed23c 100644
--- a/ext/asio/posix/stream_descriptor.hpp
+++ b/ext/asio/asio/posix/stream_descriptor.hpp
diff --git a/ext/asio/posix/stream_descriptor_service.hpp b/ext/asio/asio/posix/stream_descriptor_service.hpp
index 61cee1b54d..61cee1b54d 100644
--- a/ext/asio/posix/stream_descriptor_service.hpp
+++ b/ext/asio/asio/posix/stream_descriptor_service.hpp
diff --git a/ext/asio/raw_socket_service.hpp b/ext/asio/asio/raw_socket_service.hpp
index a8973d3445..a8973d3445 100644
--- a/ext/asio/raw_socket_service.hpp
+++ b/ext/asio/asio/raw_socket_service.hpp
diff --git a/ext/asio/read.hpp b/ext/asio/asio/read.hpp
index 859c05a003..859c05a003 100644
--- a/ext/asio/read.hpp
+++ b/ext/asio/asio/read.hpp
diff --git a/ext/asio/read_at.hpp b/ext/asio/asio/read_at.hpp
index 6bb3fe125a..6bb3fe125a 100644
--- a/ext/asio/read_at.hpp
+++ b/ext/asio/asio/read_at.hpp
diff --git a/ext/asio/read_until.hpp b/ext/asio/asio/read_until.hpp
index 5df71ce29c..5df71ce29c 100644
--- a/ext/asio/read_until.hpp
+++ b/ext/asio/asio/read_until.hpp
diff --git a/ext/asio/serial_port.hpp b/ext/asio/asio/serial_port.hpp
index a55a03aa07..a55a03aa07 100644
--- a/ext/asio/serial_port.hpp
+++ b/ext/asio/asio/serial_port.hpp
diff --git a/ext/asio/serial_port_base.hpp b/ext/asio/asio/serial_port_base.hpp
index 28e51a08a0..28e51a08a0 100644
--- a/ext/asio/serial_port_base.hpp
+++ b/ext/asio/asio/serial_port_base.hpp
diff --git a/ext/asio/serial_port_service.hpp b/ext/asio/asio/serial_port_service.hpp
index 5847c293f5..5847c293f5 100644
--- a/ext/asio/serial_port_service.hpp
+++ b/ext/asio/asio/serial_port_service.hpp
diff --git a/ext/asio/socket_acceptor_service.hpp b/ext/asio/asio/socket_acceptor_service.hpp
index b2e2c6d2ec..b2e2c6d2ec 100644
--- a/ext/asio/socket_acceptor_service.hpp
+++ b/ext/asio/asio/socket_acceptor_service.hpp
diff --git a/ext/asio/socket_base.hpp b/ext/asio/asio/socket_base.hpp
index d82cd22e8e..d82cd22e8e 100644
--- a/ext/asio/socket_base.hpp
+++ b/ext/asio/asio/socket_base.hpp
diff --git a/ext/asio/ssl.hpp b/ext/asio/asio/ssl.hpp
index a9fff5e6ed..a9fff5e6ed 100644
--- a/ext/asio/ssl.hpp
+++ b/ext/asio/asio/ssl.hpp
diff --git a/ext/asio/ssl/basic_context.hpp b/ext/asio/asio/ssl/basic_context.hpp
index ea3893ed5a..ea3893ed5a 100755
--- a/ext/asio/ssl/basic_context.hpp
+++ b/ext/asio/asio/ssl/basic_context.hpp
diff --git a/ext/asio/ssl/context.hpp b/ext/asio/asio/ssl/context.hpp
index d53882afa9..d53882afa9 100644
--- a/ext/asio/ssl/context.hpp
+++ b/ext/asio/asio/ssl/context.hpp
diff --git a/ext/asio/ssl/context_base.hpp b/ext/asio/asio/ssl/context_base.hpp
index a0700ca27a..a0700ca27a 100755
--- a/ext/asio/ssl/context_base.hpp
+++ b/ext/asio/asio/ssl/context_base.hpp
diff --git a/ext/asio/ssl/context_service.hpp b/ext/asio/asio/ssl/context_service.hpp
index e9cfef7ef2..e9cfef7ef2 100755
--- a/ext/asio/ssl/context_service.hpp
+++ b/ext/asio/asio/ssl/context_service.hpp
diff --git a/ext/asio/ssl/detail/openssl_context_service.hpp b/ext/asio/asio/ssl/detail/openssl_context_service.hpp
index a3d4fdb54c..a3d4fdb54c 100755
--- a/ext/asio/ssl/detail/openssl_context_service.hpp
+++ b/ext/asio/asio/ssl/detail/openssl_context_service.hpp
diff --git a/ext/asio/ssl/detail/openssl_init.hpp b/ext/asio/asio/ssl/detail/openssl_init.hpp
index 9ecbb78ffd..9ecbb78ffd 100755
--- a/ext/asio/ssl/detail/openssl_init.hpp
+++ b/ext/asio/asio/ssl/detail/openssl_init.hpp
diff --git a/ext/asio/ssl/detail/openssl_operation.hpp b/ext/asio/asio/ssl/detail/openssl_operation.hpp
index 8d237e3616..8d237e3616 100755
--- a/ext/asio/ssl/detail/openssl_operation.hpp
+++ b/ext/asio/asio/ssl/detail/openssl_operation.hpp
diff --git a/ext/asio/ssl/detail/openssl_stream_service.hpp b/ext/asio/asio/ssl/detail/openssl_stream_service.hpp
index d7bb457a9e..d7bb457a9e 100644
--- a/ext/asio/ssl/detail/openssl_stream_service.hpp
+++ b/ext/asio/asio/ssl/detail/openssl_stream_service.hpp
diff --git a/ext/asio/ssl/detail/openssl_types.hpp b/ext/asio/asio/ssl/detail/openssl_types.hpp
index c697d7400c..c697d7400c 100755
--- a/ext/asio/ssl/detail/openssl_types.hpp
+++ b/ext/asio/asio/ssl/detail/openssl_types.hpp
diff --git a/ext/asio/ssl/stream.hpp b/ext/asio/asio/ssl/stream.hpp
index e800e626ab..e800e626ab 100644
--- a/ext/asio/ssl/stream.hpp
+++ b/ext/asio/asio/ssl/stream.hpp
diff --git a/ext/asio/ssl/stream_base.hpp b/ext/asio/asio/ssl/stream_base.hpp
index d62d386ae5..d62d386ae5 100755
--- a/ext/asio/ssl/stream_base.hpp
+++ b/ext/asio/asio/ssl/stream_base.hpp
diff --git a/ext/asio/ssl/stream_service.hpp b/ext/asio/asio/ssl/stream_service.hpp
index 1f1e6ad96d..1f1e6ad96d 100644
--- a/ext/asio/ssl/stream_service.hpp
+++ b/ext/asio/asio/ssl/stream_service.hpp
diff --git a/ext/asio/strand.hpp b/ext/asio/asio/strand.hpp
index 6b321513dd..6b321513dd 100644
--- a/ext/asio/strand.hpp
+++ b/ext/asio/asio/strand.hpp
diff --git a/ext/asio/stream_socket_service.hpp b/ext/asio/asio/stream_socket_service.hpp
index 1c4935c123..1c4935c123 100644
--- a/ext/asio/stream_socket_service.hpp
+++ b/ext/asio/asio/stream_socket_service.hpp
diff --git a/ext/asio/streambuf.hpp b/ext/asio/asio/streambuf.hpp
index 665155be84..665155be84 100644
--- a/ext/asio/streambuf.hpp
+++ b/ext/asio/asio/streambuf.hpp
diff --git a/ext/asio/system_error.hpp b/ext/asio/asio/system_error.hpp
index e704b3fb90..e704b3fb90 100644
--- a/ext/asio/system_error.hpp
+++ b/ext/asio/asio/system_error.hpp
diff --git a/ext/asio/thread.hpp b/ext/asio/asio/thread.hpp
index 9e578bc598..9e578bc598 100644
--- a/ext/asio/thread.hpp
+++ b/ext/asio/asio/thread.hpp
diff --git a/ext/asio/time_traits.hpp b/ext/asio/asio/time_traits.hpp
index 0371373689..0371373689 100644
--- a/ext/asio/time_traits.hpp
+++ b/ext/asio/asio/time_traits.hpp
diff --git a/ext/asio/version.hpp b/ext/asio/asio/version.hpp
index 198f5086fa..198f5086fa 100644
--- a/ext/asio/version.hpp
+++ b/ext/asio/asio/version.hpp
diff --git a/ext/asio/windows/basic_handle.hpp b/ext/asio/asio/windows/basic_handle.hpp
index 8c2ee60ebb..8c2ee60ebb 100644
--- a/ext/asio/windows/basic_handle.hpp
+++ b/ext/asio/asio/windows/basic_handle.hpp
diff --git a/ext/asio/windows/basic_random_access_handle.hpp b/ext/asio/asio/windows/basic_random_access_handle.hpp
index 2e6b994e0b..2e6b994e0b 100644
--- a/ext/asio/windows/basic_random_access_handle.hpp
+++ b/ext/asio/asio/windows/basic_random_access_handle.hpp
diff --git a/ext/asio/windows/basic_stream_handle.hpp b/ext/asio/asio/windows/basic_stream_handle.hpp
index 48e7153da6..48e7153da6 100644
--- a/ext/asio/windows/basic_stream_handle.hpp
+++ b/ext/asio/asio/windows/basic_stream_handle.hpp
diff --git a/ext/asio/windows/overlapped_ptr.hpp b/ext/asio/asio/windows/overlapped_ptr.hpp
index 087170b5a0..087170b5a0 100644
--- a/ext/asio/windows/overlapped_ptr.hpp
+++ b/ext/asio/asio/windows/overlapped_ptr.hpp
diff --git a/ext/asio/windows/random_access_handle.hpp b/ext/asio/asio/windows/random_access_handle.hpp
index 6e5dd7b6fc..6e5dd7b6fc 100644
--- a/ext/asio/windows/random_access_handle.hpp
+++ b/ext/asio/asio/windows/random_access_handle.hpp
diff --git a/ext/asio/windows/random_access_handle_service.hpp b/ext/asio/asio/windows/random_access_handle_service.hpp
index 2e579f82e6..2e579f82e6 100644
--- a/ext/asio/windows/random_access_handle_service.hpp
+++ b/ext/asio/asio/windows/random_access_handle_service.hpp
diff --git a/ext/asio/windows/stream_handle.hpp b/ext/asio/asio/windows/stream_handle.hpp
index d55dc3174a..d55dc3174a 100644
--- a/ext/asio/windows/stream_handle.hpp
+++ b/ext/asio/asio/windows/stream_handle.hpp
diff --git a/ext/asio/windows/stream_handle_service.hpp b/ext/asio/asio/windows/stream_handle_service.hpp
index 75eff60a6e..75eff60a6e 100644
--- a/ext/asio/windows/stream_handle_service.hpp
+++ b/ext/asio/asio/windows/stream_handle_service.hpp
diff --git a/ext/asio/write.hpp b/ext/asio/asio/write.hpp
index 2b188cde4c..2b188cde4c 100644
--- a/ext/asio/write.hpp
+++ b/ext/asio/asio/write.hpp
diff --git a/ext/asio/write_at.hpp b/ext/asio/asio/write_at.hpp
index 5690bcfda1..5690bcfda1 100644
--- a/ext/asio/write_at.hpp
+++ b/ext/asio/asio/write_at.hpp