From 595838dc4431cb7e855ad6b4d0f4a7c916f60504 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 2 Sep 2023 21:49:01 +0100 Subject: [PATCH] Import restinio_0.6.19.orig.tar.bz2 [dgit import orig restinio_0.6.19.orig.tar.bz2] --- LICENSE | 27 + LICENSE.catch2 | 23 + LICENSE.clara | 23 + LICENSE.expected-lite | 23 + LICENSE.optional-lite | 21 + LICENSE.string-view-lite | 21 + LICENSE.variant-lite | 23 + LICENSE.zlib | 33 + README.md | 123 + dev/CMakeLists.txt | 220 + dev/Doxyfile | 2493 +++ dev/asio/include/.gitignore | 2 + dev/asio/include/Makefile.am | 678 + dev/asio/include/asio.hpp | 216 + .../include/asio/any_completion_executor.hpp | 342 + .../include/asio/any_completion_handler.hpp | 823 + dev/asio/include/asio/any_io_executor.hpp | 359 + dev/asio/include/asio/append.hpp | 78 + dev/asio/include/asio/as_tuple.hpp | 139 + .../include/asio/associated_allocator.hpp | 233 + .../asio/associated_cancellation_slot.hpp | 238 + dev/asio/include/asio/associated_executor.hpp | 253 + .../asio/associated_immediate_executor.hpp | 297 + dev/asio/include/asio/associator.hpp | 35 + dev/asio/include/asio/async_result.hpp | 1671 ++ dev/asio/include/asio/awaitable.hpp | 142 + .../include/asio/basic_datagram_socket.hpp | 1396 ++ .../include/asio/basic_deadline_timer.hpp | 715 + dev/asio/include/asio/basic_file.hpp | 829 + dev/asio/include/asio/basic_io_object.hpp | 290 + .../include/asio/basic_random_access_file.hpp | 701 + dev/asio/include/asio/basic_raw_socket.hpp | 1387 ++ dev/asio/include/asio/basic_readable_pipe.hpp | 635 + .../include/asio/basic_seq_packet_socket.hpp | 835 + dev/asio/include/asio/basic_serial_port.hpp | 1000 + dev/asio/include/asio/basic_signal_set.hpp | 651 + dev/asio/include/asio/basic_socket.hpp | 1947 ++ .../include/asio/basic_socket_acceptor.hpp | 2755 +++ .../include/asio/basic_socket_iostream.hpp | 407 + .../include/asio/basic_socket_streambuf.hpp | 687 + dev/asio/include/asio/basic_stream_file.hpp | 754 + dev/asio/include/asio/basic_stream_socket.hpp | 1189 + dev/asio/include/asio/basic_streambuf.hpp | 452 + dev/asio/include/asio/basic_streambuf_fwd.hpp | 36 + .../include/asio/basic_waitable_timer.hpp | 833 + dev/asio/include/asio/basic_writable_pipe.hpp | 631 + dev/asio/include/asio/bind_allocator.hpp | 733 + .../include/asio/bind_cancellation_slot.hpp | 736 + dev/asio/include/asio/bind_executor.hpp | 781 + .../include/asio/bind_immediate_executor.hpp | 736 + dev/asio/include/asio/buffer.hpp | 2909 +++ dev/asio/include/asio/buffer_registration.hpp | 328 + .../include/asio/buffered_read_stream.hpp | 286 + .../include/asio/buffered_read_stream_fwd.hpp | 25 + dev/asio/include/asio/buffered_stream.hpp | 308 + dev/asio/include/asio/buffered_stream_fwd.hpp | 25 + .../include/asio/buffered_write_stream.hpp | 278 + .../asio/buffered_write_stream_fwd.hpp | 25 + dev/asio/include/asio/buffers_iterator.hpp | 521 + dev/asio/include/asio/cancellation_signal.hpp | 305 + dev/asio/include/asio/cancellation_state.hpp | 235 + dev/asio/include/asio/cancellation_type.hpp | 174 + dev/asio/include/asio/co_spawn.hpp | 523 + .../include/asio/completion_condition.hpp | 218 + dev/asio/include/asio/compose.hpp | 531 + dev/asio/include/asio/connect.hpp | 1207 ++ dev/asio/include/asio/connect_pipe.hpp | 83 + dev/asio/include/asio/consign.hpp | 88 + dev/asio/include/asio/coroutine.hpp | 328 + dev/asio/include/asio/deadline_timer.hpp | 38 + dev/asio/include/asio/defer.hpp | 222 + dev/asio/include/asio/deferred.hpp | 802 + dev/asio/include/asio/detached.hpp | 113 + dev/asio/include/asio/detail/array.hpp | 38 + dev/asio/include/asio/detail/array_fwd.hpp | 34 + dev/asio/include/asio/detail/assert.hpp | 32 + dev/asio/include/asio/detail/atomic_count.hpp | 67 + .../detail/base_from_cancellation_state.hpp | 163 + .../asio/detail/base_from_completion_cond.hpp | 69 + dev/asio/include/asio/detail/bind_handler.hpp | 1145 + .../asio/detail/blocking_executor_op.hpp | 108 + .../asio/detail/buffer_resize_guard.hpp | 66 + .../asio/detail/buffer_sequence_adapter.hpp | 841 + .../asio/detail/buffered_stream_storage.hpp | 126 + .../include/asio/detail/bulk_executor_op.hpp | 89 + dev/asio/include/asio/detail/call_stack.hpp | 125 + dev/asio/include/asio/detail/chrono.hpp | 66 + .../asio/detail/chrono_time_traits.hpp | 190 + .../asio/detail/completion_handler.hpp | 88 + .../include/asio/detail/composed_work.hpp | 328 + .../include/asio/detail/concurrency_hint.hpp | 94 + .../detail/conditionally_enabled_event.hpp | 120 + .../detail/conditionally_enabled_mutex.hpp | 149 + dev/asio/include/asio/detail/config.hpp | 2314 ++ .../include/asio/detail/consuming_buffers.hpp | 451 + dev/asio/include/asio/detail/cstddef.hpp | 31 + dev/asio/include/asio/detail/cstdint.hpp | 62 + .../include/asio/detail/date_time_fwd.hpp | 34 + .../asio/detail/deadline_timer_service.hpp | 335 + .../include/asio/detail/dependent_type.hpp | 36 + .../include/asio/detail/descriptor_ops.hpp | 179 + .../asio/detail/descriptor_read_op.hpp | 188 + .../asio/detail/descriptor_write_op.hpp | 187 + .../include/asio/detail/dev_poll_reactor.hpp | 247 + .../include/asio/detail/epoll_reactor.hpp | 295 + dev/asio/include/asio/detail/event.hpp | 48 + .../detail/eventfd_select_interrupter.hpp | 83 + dev/asio/include/asio/detail/exception.hpp | 40 + .../include/asio/detail/executor_function.hpp | 204 + dev/asio/include/asio/detail/executor_op.hpp | 85 + .../include/asio/detail/fd_set_adapter.hpp | 39 + dev/asio/include/asio/detail/fenced_block.hpp | 80 + dev/asio/include/asio/detail/functional.hpp | 44 + dev/asio/include/asio/detail/future.hpp | 33 + .../asio/detail/gcc_arm_fenced_block.hpp | 91 + .../asio/detail/gcc_hppa_fenced_block.hpp | 68 + .../asio/detail/gcc_sync_fenced_block.hpp | 65 + .../asio/detail/gcc_x86_fenced_block.hpp | 99 + dev/asio/include/asio/detail/global.hpp | 52 + .../asio/detail/handler_alloc_helpers.hpp | 288 + .../asio/detail/handler_cont_helpers.hpp | 45 + .../asio/detail/handler_invoke_helpers.hpp | 80 + .../include/asio/detail/handler_tracking.hpp | 264 + .../asio/detail/handler_type_requirements.hpp | 559 + dev/asio/include/asio/detail/handler_work.hpp | 565 + dev/asio/include/asio/detail/hash_map.hpp | 331 + .../detail/impl/buffer_sequence_adapter.ipp | 118 + .../asio/detail/impl/descriptor_ops.ipp | 970 + .../asio/detail/impl/dev_poll_reactor.hpp | 111 + .../asio/detail/impl/dev_poll_reactor.ipp | 469 + .../asio/detail/impl/epoll_reactor.hpp | 109 + .../asio/detail/impl/epoll_reactor.ipp | 826 + .../impl/eventfd_select_interrupter.ipp | 171 + .../asio/detail/impl/handler_tracking.ipp | 398 + .../impl/io_uring_descriptor_service.ipp | 205 + .../detail/impl/io_uring_file_service.ipp | 140 + .../asio/detail/impl/io_uring_service.hpp | 112 + .../asio/detail/impl/io_uring_service.ipp | 914 + .../impl/io_uring_socket_service_base.ipp | 249 + .../asio/detail/impl/kqueue_reactor.hpp | 113 + .../asio/detail/impl/kqueue_reactor.ipp | 608 + .../include/asio/detail/impl/null_event.ipp | 74 + .../detail/impl/pipe_select_interrupter.ipp | 129 + .../include/asio/detail/impl/posix_event.ipp | 63 + .../include/asio/detail/impl/posix_mutex.ipp | 46 + .../detail/impl/posix_serial_port_service.ipp | 168 + .../include/asio/detail/impl/posix_thread.ipp | 84 + .../asio/detail/impl/posix_tss_ptr.ipp | 46 + .../impl/reactive_descriptor_service.ipp | 230 + .../impl/reactive_socket_service_base.ipp | 310 + .../detail/impl/resolver_service_base.ipp | 158 + .../include/asio/detail/impl/scheduler.ipp | 675 + .../asio/detail/impl/select_reactor.hpp | 124 + .../asio/detail/impl/select_reactor.ipp | 400 + .../asio/detail/impl/service_registry.hpp | 94 + .../asio/detail/impl/service_registry.ipp | 197 + .../asio/detail/impl/signal_set_service.ipp | 826 + .../include/asio/detail/impl/socket_ops.ipp | 3977 ++++ .../detail/impl/socket_select_interrupter.ipp | 185 + .../detail/impl/strand_executor_service.hpp | 367 + .../detail/impl/strand_executor_service.ipp | 158 + .../asio/detail/impl/strand_service.hpp | 87 + .../asio/detail/impl/strand_service.ipp | 202 + .../asio/detail/impl/thread_context.ipp | 35 + .../include/asio/detail/impl/throw_error.ipp | 70 + .../asio/detail/impl/timer_queue_ptime.ipp | 97 + .../asio/detail/impl/timer_queue_set.ipp | 101 + .../include/asio/detail/impl/win_event.ipp | 76 + .../detail/impl/win_iocp_file_service.ipp | 265 + .../detail/impl/win_iocp_handle_service.ipp | 619 + .../asio/detail/impl/win_iocp_io_context.hpp | 120 + .../asio/detail/impl/win_iocp_io_context.ipp | 615 + .../impl/win_iocp_serial_port_service.ipp | 200 + .../impl/win_iocp_socket_service_base.ipp | 821 + .../include/asio/detail/impl/win_mutex.ipp | 84 + .../detail/impl/win_object_handle_service.ipp | 452 + .../asio/detail/impl/win_static_mutex.ipp | 136 + .../include/asio/detail/impl/win_thread.ipp | 150 + .../include/asio/detail/impl/win_tss_ptr.ipp | 57 + .../impl/winrt_ssocket_service_base.ipp | 626 + .../detail/impl/winrt_timer_scheduler.hpp | 92 + .../detail/impl/winrt_timer_scheduler.ipp | 121 + .../include/asio/detail/impl/winsock_init.ipp | 82 + .../include/asio/detail/initiate_defer.hpp | 252 + .../include/asio/detail/initiate_dispatch.hpp | 229 + .../include/asio/detail/initiate_post.hpp | 252 + dev/asio/include/asio/detail/io_control.hpp | 84 + .../include/asio/detail/io_object_impl.hpp | 181 + .../detail/io_uring_descriptor_read_at_op.hpp | 195 + .../detail/io_uring_descriptor_read_op.hpp | 190 + .../detail/io_uring_descriptor_service.hpp | 687 + .../io_uring_descriptor_write_at_op.hpp | 189 + .../detail/io_uring_descriptor_write_op.hpp | 185 + .../asio/detail/io_uring_file_service.hpp | 261 + .../asio/detail/io_uring_null_buffers_op.hpp | 115 + .../asio/detail/io_uring_operation.hpp | 84 + .../include/asio/detail/io_uring_service.hpp | 319 + .../asio/detail/io_uring_socket_accept_op.hpp | 285 + .../detail/io_uring_socket_connect_op.hpp | 141 + .../asio/detail/io_uring_socket_recv_op.hpp | 205 + .../detail/io_uring_socket_recvfrom_op.hpp | 206 + .../detail/io_uring_socket_recvmsg_op.hpp | 192 + .../asio/detail/io_uring_socket_send_op.hpp | 191 + .../asio/detail/io_uring_socket_sendto_op.hpp | 194 + .../asio/detail/io_uring_socket_service.hpp | 631 + .../detail/io_uring_socket_service_base.hpp | 663 + .../include/asio/detail/io_uring_wait_op.hpp | 113 + .../asio/detail/is_buffer_sequence.hpp | 338 + dev/asio/include/asio/detail/is_executor.hpp | 126 + .../include/asio/detail/keyword_tss_ptr.hpp | 70 + .../include/asio/detail/kqueue_reactor.hpp | 271 + dev/asio/include/asio/detail/limits.hpp | 26 + .../asio/detail/local_free_on_block_exit.hpp | 59 + .../asio/detail/macos_fenced_block.hpp | 62 + dev/asio/include/asio/detail/memory.hpp | 167 + dev/asio/include/asio/detail/mutex.hpp | 48 + .../include/asio/detail/non_const_lvalue.hpp | 54 + dev/asio/include/asio/detail/noncopyable.hpp | 43 + dev/asio/include/asio/detail/null_event.hpp | 106 + .../include/asio/detail/null_fenced_block.hpp | 47 + dev/asio/include/asio/detail/null_global.hpp | 59 + dev/asio/include/asio/detail/null_mutex.hpp | 60 + dev/asio/include/asio/detail/null_reactor.hpp | 83 + .../asio/detail/null_signal_blocker.hpp | 69 + .../asio/detail/null_socket_service.hpp | 519 + .../include/asio/detail/null_static_mutex.hpp | 60 + dev/asio/include/asio/detail/null_thread.hpp | 67 + dev/asio/include/asio/detail/null_tss_ptr.hpp | 68 + dev/asio/include/asio/detail/object_pool.hpp | 171 + .../asio/detail/old_win_sdk_compat.hpp | 214 + dev/asio/include/asio/detail/op_queue.hpp | 162 + dev/asio/include/asio/detail/operation.hpp | 38 + .../asio/detail/pipe_select_interrupter.hpp | 89 + dev/asio/include/asio/detail/pop_options.hpp | 157 + dev/asio/include/asio/detail/posix_event.hpp | 175 + .../asio/detail/posix_fd_set_adapter.hpp | 118 + dev/asio/include/asio/detail/posix_global.hpp | 80 + dev/asio/include/asio/detail/posix_mutex.hpp | 76 + .../asio/detail/posix_serial_port_service.hpp | 249 + .../asio/detail/posix_signal_blocker.hpp | 85 + .../asio/detail/posix_static_mutex.hpp | 64 + dev/asio/include/asio/detail/posix_thread.hpp | 109 + .../include/asio/detail/posix_tss_ptr.hpp | 79 + dev/asio/include/asio/detail/push_options.hpp | 228 + .../detail/reactive_descriptor_service.hpp | 566 + .../asio/detail/reactive_null_buffers_op.hpp | 132 + .../asio/detail/reactive_socket_accept_op.hpp | 328 + .../detail/reactive_socket_connect_op.hpp | 163 + .../asio/detail/reactive_socket_recv_op.hpp | 198 + .../detail/reactive_socket_recvfrom_op.hpp | 204 + .../detail/reactive_socket_recvmsg_op.hpp | 185 + .../asio/detail/reactive_socket_send_op.hpp | 202 + .../asio/detail/reactive_socket_sendto_op.hpp | 195 + .../asio/detail/reactive_socket_service.hpp | 635 + .../detail/reactive_socket_service_base.hpp | 750 + .../include/asio/detail/reactive_wait_op.hpp | 132 + dev/asio/include/asio/detail/reactor.hpp | 54 + dev/asio/include/asio/detail/reactor_op.hpp | 71 + .../include/asio/detail/reactor_op_queue.hpp | 212 + .../asio/detail/recycling_allocator.hpp | 105 + dev/asio/include/asio/detail/regex_fwd.hpp | 44 + .../asio/detail/resolve_endpoint_op.hpp | 141 + dev/asio/include/asio/detail/resolve_op.hpp | 45 + .../include/asio/detail/resolve_query_op.hpp | 151 + .../include/asio/detail/resolver_service.hpp | 147 + .../asio/detail/resolver_service_base.hpp | 158 + dev/asio/include/asio/detail/scheduler.hpp | 241 + .../asio/detail/scheduler_operation.hpp | 78 + .../include/asio/detail/scheduler_task.hpp | 49 + .../asio/detail/scheduler_thread_info.hpp | 40 + dev/asio/include/asio/detail/scoped_lock.hpp | 101 + dev/asio/include/asio/detail/scoped_ptr.hpp | 87 + .../asio/detail/select_interrupter.hpp | 46 + .../include/asio/detail/select_reactor.hpp | 291 + .../include/asio/detail/service_registry.hpp | 164 + .../include/asio/detail/signal_blocker.hpp | 44 + .../include/asio/detail/signal_handler.hpp | 90 + dev/asio/include/asio/detail/signal_init.hpp | 47 + dev/asio/include/asio/detail/signal_op.hpp | 53 + .../asio/detail/signal_set_service.hpp | 292 + .../include/asio/detail/socket_holder.hpp | 98 + dev/asio/include/asio/detail/socket_ops.hpp | 375 + .../include/asio/detail/socket_option.hpp | 316 + .../asio/detail/socket_select_interrupter.hpp | 91 + dev/asio/include/asio/detail/socket_types.hpp | 427 + .../asio/detail/solaris_fenced_block.hpp | 62 + .../include/asio/detail/source_location.hpp | 45 + dev/asio/include/asio/detail/static_mutex.hpp | 52 + dev/asio/include/asio/detail/std_event.hpp | 188 + .../include/asio/detail/std_fenced_block.hpp | 62 + dev/asio/include/asio/detail/std_global.hpp | 70 + dev/asio/include/asio/detail/std_mutex.hpp | 73 + .../include/asio/detail/std_static_mutex.hpp | 81 + dev/asio/include/asio/detail/std_thread.hpp | 71 + .../asio/detail/strand_executor_service.hpp | 173 + .../include/asio/detail/strand_service.hpp | 144 + dev/asio/include/asio/detail/string_view.hpp | 47 + dev/asio/include/asio/detail/thread.hpp | 60 + .../include/asio/detail/thread_context.hpp | 51 + dev/asio/include/asio/detail/thread_group.hpp | 99 + .../include/asio/detail/thread_info_base.hpp | 260 + dev/asio/include/asio/detail/throw_error.hpp | 62 + .../include/asio/detail/throw_exception.hpp | 55 + dev/asio/include/asio/detail/timer_queue.hpp | 389 + .../include/asio/detail/timer_queue_base.hpp | 68 + .../include/asio/detail/timer_queue_ptime.hpp | 103 + .../include/asio/detail/timer_queue_set.hpp | 66 + .../include/asio/detail/timer_scheduler.hpp | 37 + .../asio/detail/timer_scheduler_fwd.hpp | 42 + dev/asio/include/asio/detail/tss_ptr.hpp | 69 + dev/asio/include/asio/detail/type_traits.hpp | 164 + dev/asio/include/asio/detail/utility.hpp | 83 + .../asio/detail/variadic_templates.hpp | 294 + dev/asio/include/asio/detail/wait_handler.hpp | 90 + dev/asio/include/asio/detail/wait_op.hpp | 49 + dev/asio/include/asio/detail/win_event.hpp | 164 + .../asio/detail/win_fd_set_adapter.hpp | 149 + .../include/asio/detail/win_fenced_block.hpp | 90 + dev/asio/include/asio/detail/win_global.hpp | 71 + .../asio/detail/win_iocp_file_service.hpp | 287 + .../asio/detail/win_iocp_handle_read_op.hpp | 120 + .../asio/detail/win_iocp_handle_service.hpp | 431 + .../asio/detail/win_iocp_handle_write_op.hpp | 115 + .../asio/detail/win_iocp_io_context.hpp | 347 + .../asio/detail/win_iocp_null_buffers_op.hpp | 130 + .../asio/detail/win_iocp_operation.hpp | 96 + .../asio/detail/win_iocp_overlapped_op.hpp | 101 + .../asio/detail/win_iocp_overlapped_ptr.hpp | 171 + .../detail/win_iocp_serial_port_service.hpp | 233 + .../asio/detail/win_iocp_socket_accept_op.hpp | 344 + .../detail/win_iocp_socket_connect_op.hpp | 139 + .../asio/detail/win_iocp_socket_recv_op.hpp | 127 + .../detail/win_iocp_socket_recvfrom_op.hpp | 136 + .../detail/win_iocp_socket_recvmsg_op.hpp | 128 + .../asio/detail/win_iocp_socket_send_op.hpp | 121 + .../asio/detail/win_iocp_socket_service.hpp | 683 + .../detail/win_iocp_socket_service_base.hpp | 830 + .../asio/detail/win_iocp_thread_info.hpp | 34 + .../include/asio/detail/win_iocp_wait_op.hpp | 131 + dev/asio/include/asio/detail/win_mutex.hpp | 78 + .../asio/detail/win_object_handle_service.hpp | 195 + .../include/asio/detail/win_static_mutex.hpp | 74 + dev/asio/include/asio/detail/win_thread.hpp | 147 + dev/asio/include/asio/detail/win_tss_ptr.hpp | 79 + .../include/asio/detail/winapp_thread.hpp | 124 + dev/asio/include/asio/detail/wince_thread.hpp | 124 + .../asio/detail/winrt_async_manager.hpp | 305 + .../include/asio/detail/winrt_async_op.hpp | 65 + .../include/asio/detail/winrt_resolve_op.hpp | 126 + .../asio/detail/winrt_resolver_service.hpp | 212 + .../asio/detail/winrt_socket_connect_op.hpp | 99 + .../asio/detail/winrt_socket_recv_op.hpp | 120 + .../asio/detail/winrt_socket_send_op.hpp | 111 + .../asio/detail/winrt_ssocket_service.hpp | 250 + .../detail/winrt_ssocket_service_base.hpp | 362 + .../asio/detail/winrt_timer_scheduler.hpp | 147 + dev/asio/include/asio/detail/winrt_utils.hpp | 106 + dev/asio/include/asio/detail/winsock_init.hpp | 128 + .../include/asio/detail/work_dispatcher.hpp | 157 + .../include/asio/detail/wrapped_handler.hpp | 327 + dev/asio/include/asio/dispatch.hpp | 202 + dev/asio/include/asio/error.hpp | 391 + dev/asio/include/asio/error_code.hpp | 202 + dev/asio/include/asio/execution.hpp | 48 + dev/asio/include/asio/execution/allocator.hpp | 356 + .../include/asio/execution/any_executor.hpp | 2723 +++ .../include/asio/execution/bad_executor.hpp | 47 + dev/asio/include/asio/execution/blocking.hpp | 1600 ++ .../asio/execution/blocking_adaptation.hpp | 1257 ++ .../include/asio/execution/bulk_execute.hpp | 402 + .../include/asio/execution/bulk_guarantee.hpp | 1252 ++ dev/asio/include/asio/execution/connect.hpp | 494 + dev/asio/include/asio/execution/context.hpp | 244 + .../include/asio/execution/context_as.hpp | 232 + .../asio/execution/detail/as_invocable.hpp | 152 + .../asio/execution/detail/as_operation.hpp | 109 + .../asio/execution/detail/as_receiver.hpp | 128 + .../asio/execution/detail/bulk_sender.hpp | 261 + .../asio/execution/detail/submit_receiver.hpp | 233 + .../asio/execution/detail/void_receiver.hpp | 90 + dev/asio/include/asio/execution/execute.hpp | 290 + dev/asio/include/asio/execution/executor.hpp | 262 + .../asio/execution/impl/bad_executor.ipp | 40 + .../impl/receiver_invocation_error.ipp | 36 + .../asio/execution/invocable_archetype.hpp | 71 + dev/asio/include/asio/execution/mapping.hpp | 1160 + dev/asio/include/asio/execution/occupancy.hpp | 237 + .../asio/execution/operation_state.hpp | 99 + .../asio/execution/outstanding_work.hpp | 900 + .../include/asio/execution/prefer_only.hpp | 331 + dev/asio/include/asio/execution/receiver.hpp | 285 + .../execution/receiver_invocation_error.hpp | 48 + .../include/asio/execution/relationship.hpp | 898 + dev/asio/include/asio/execution/schedule.hpp | 292 + dev/asio/include/asio/execution/scheduler.hpp | 91 + dev/asio/include/asio/execution/sender.hpp | 316 + dev/asio/include/asio/execution/set_done.hpp | 255 + dev/asio/include/asio/execution/set_error.hpp | 255 + dev/asio/include/asio/execution/set_value.hpp | 488 + dev/asio/include/asio/execution/start.hpp | 252 + dev/asio/include/asio/execution/submit.hpp | 455 + dev/asio/include/asio/execution_context.hpp | 412 + dev/asio/include/asio/executor.hpp | 347 + dev/asio/include/asio/executor_work_guard.hpp | 367 + dev/asio/include/asio/experimental/append.hpp | 36 + .../include/asio/experimental/as_single.hpp | 136 + .../include/asio/experimental/as_tuple.hpp | 36 + .../asio/experimental/awaitable_operators.hpp | 536 + .../asio/experimental/basic_channel.hpp | 491 + .../experimental/basic_concurrent_channel.hpp | 491 + .../experimental/cancellation_condition.hpp | 155 + .../include/asio/experimental/channel.hpp | 70 + .../asio/experimental/channel_error.hpp | 84 + .../asio/experimental/channel_traits.hpp | 301 + .../include/asio/experimental/co_composed.hpp | 144 + .../include/asio/experimental/co_spawn.hpp | 187 + .../asio/experimental/concurrent_channel.hpp | 70 + dev/asio/include/asio/experimental/coro.hpp | 293 + .../include/asio/experimental/coro_traits.hpp | 228 + .../include/asio/experimental/deferred.hpp | 36 + .../experimental/detail/channel_handler.hpp | 80 + .../experimental/detail/channel_message.hpp | 129 + .../experimental/detail/channel_operation.hpp | 284 + .../experimental/detail/channel_payload.hpp | 139 + .../detail/channel_receive_op.hpp | 120 + .../detail/channel_send_functions.hpp | 144 + .../experimental/detail/channel_send_op.hpp | 148 + .../experimental/detail/channel_service.hpp | 677 + .../detail/coro_completion_handler.hpp | 169 + .../detail/coro_promise_allocator.hpp | 141 + .../experimental/detail/has_signature.hpp | 54 + .../detail/impl/channel_service.hpp | 612 + .../experimental/detail/partial_promise.hpp | 197 + .../asio/experimental/impl/as_single.hpp | 239 + .../asio/experimental/impl/channel_error.ipp | 61 + .../asio/experimental/impl/co_composed.hpp | 1175 + .../include/asio/experimental/impl/coro.hpp | 1222 ++ .../asio/experimental/impl/parallel_group.hpp | 792 + .../asio/experimental/impl/promise.hpp | 254 + .../asio/experimental/impl/use_coro.hpp | 214 + .../asio/experimental/impl/use_promise.hpp | 66 + .../asio/experimental/parallel_group.hpp | 461 + .../include/asio/experimental/prepend.hpp | 36 + .../include/asio/experimental/promise.hpp | 224 + .../include/asio/experimental/use_coro.hpp | 195 + .../include/asio/experimental/use_promise.hpp | 111 + dev/asio/include/asio/file_base.hpp | 166 + .../include/asio/generic/basic_endpoint.hpp | 193 + .../asio/generic/datagram_protocol.hpp | 123 + .../include/asio/generic/detail/endpoint.hpp | 133 + .../asio/generic/detail/impl/endpoint.ipp | 110 + .../include/asio/generic/raw_protocol.hpp | 121 + .../asio/generic/seq_packet_protocol.hpp | 122 + .../include/asio/generic/stream_protocol.hpp | 127 + dev/asio/include/asio/handler_alloc_hook.hpp | 104 + .../asio/handler_continuation_hook.hpp | 54 + dev/asio/include/asio/handler_invoke_hook.hpp | 111 + .../include/asio/high_resolution_timer.hpp | 44 + .../asio/impl/any_completion_executor.ipp | 130 + .../include/asio/impl/any_io_executor.ipp | 141 + dev/asio/include/asio/impl/append.hpp | 225 + dev/asio/include/asio/impl/as_tuple.hpp | 320 + dev/asio/include/asio/impl/awaitable.hpp | 1195 + .../asio/impl/buffered_read_stream.hpp | 527 + .../asio/impl/buffered_write_stream.hpp | 507 + .../include/asio/impl/cancellation_signal.ipp | 96 + dev/asio/include/asio/impl/co_spawn.hpp | 437 + dev/asio/include/asio/impl/connect.hpp | 959 + dev/asio/include/asio/impl/connect_pipe.hpp | 73 + dev/asio/include/asio/impl/connect_pipe.ipp | 149 + dev/asio/include/asio/impl/consign.hpp | 202 + dev/asio/include/asio/impl/deferred.hpp | 156 + dev/asio/include/asio/impl/detached.hpp | 130 + dev/asio/include/asio/impl/error.ipp | 128 + dev/asio/include/asio/impl/error_code.ipp | 206 + .../include/asio/impl/execution_context.hpp | 109 + .../include/asio/impl/execution_context.ipp | 82 + dev/asio/include/asio/impl/executor.hpp | 300 + dev/asio/include/asio/impl/executor.ipp | 43 + .../include/asio/impl/handler_alloc_hook.ipp | 62 + dev/asio/include/asio/impl/io_context.hpp | 450 + dev/asio/include/asio/impl/io_context.ipp | 176 + .../include/asio/impl/multiple_exceptions.ipp | 49 + dev/asio/include/asio/impl/prepend.hpp | 225 + dev/asio/include/asio/impl/read.hpp | 1276 ++ dev/asio/include/asio/impl/read_at.hpp | 774 + dev/asio/include/asio/impl/read_until.hpp | 3455 +++ dev/asio/include/asio/impl/redirect_error.hpp | 634 + .../include/asio/impl/serial_port_base.hpp | 59 + .../include/asio/impl/serial_port_base.ipp | 554 + dev/asio/include/asio/impl/spawn.hpp | 1616 ++ dev/asio/include/asio/impl/src.hpp | 96 + dev/asio/include/asio/impl/system_context.hpp | 34 + dev/asio/include/asio/impl/system_context.ipp | 92 + .../include/asio/impl/system_executor.hpp | 185 + dev/asio/include/asio/impl/thread_pool.hpp | 354 + dev/asio/include/asio/impl/thread_pool.ipp | 142 + dev/asio/include/asio/impl/use_awaitable.hpp | 301 + dev/asio/include/asio/impl/use_future.hpp | 1053 + dev/asio/include/asio/impl/write.hpp | 1153 + dev/asio/include/asio/impl/write_at.hpp | 687 + dev/asio/include/asio/io_context.hpp | 1534 ++ dev/asio/include/asio/io_context_strand.hpp | 388 + dev/asio/include/asio/io_service.hpp | 33 + dev/asio/include/asio/io_service_strand.hpp | 20 + dev/asio/include/asio/ip/address.hpp | 290 + dev/asio/include/asio/ip/address_v4.hpp | 430 + .../include/asio/ip/address_v4_iterator.hpp | 162 + dev/asio/include/asio/ip/address_v4_range.hpp | 134 + dev/asio/include/asio/ip/address_v6.hpp | 416 + .../include/asio/ip/address_v6_iterator.hpp | 183 + dev/asio/include/asio/ip/address_v6_range.hpp | 129 + dev/asio/include/asio/ip/bad_address_cast.hpp | 63 + dev/asio/include/asio/ip/basic_endpoint.hpp | 291 + dev/asio/include/asio/ip/basic_resolver.hpp | 1142 + .../include/asio/ip/basic_resolver_entry.hpp | 113 + .../asio/ip/basic_resolver_iterator.hpp | 192 + .../include/asio/ip/basic_resolver_query.hpp | 244 + .../asio/ip/basic_resolver_results.hpp | 311 + dev/asio/include/asio/ip/detail/endpoint.hpp | 141 + .../include/asio/ip/detail/impl/endpoint.ipp | 199 + .../include/asio/ip/detail/socket_option.hpp | 566 + dev/asio/include/asio/ip/host_name.hpp | 42 + dev/asio/include/asio/ip/icmp.hpp | 115 + dev/asio/include/asio/ip/impl/address.hpp | 67 + dev/asio/include/asio/ip/impl/address.ipp | 239 + dev/asio/include/asio/ip/impl/address_v4.hpp | 67 + dev/asio/include/asio/ip/impl/address_v4.ipp | 210 + dev/asio/include/asio/ip/impl/address_v6.hpp | 67 + dev/asio/include/asio/ip/impl/address_v6.ipp | 350 + .../include/asio/ip/impl/basic_endpoint.hpp | 43 + dev/asio/include/asio/ip/impl/host_name.ipp | 54 + dev/asio/include/asio/ip/impl/network_v4.hpp | 54 + dev/asio/include/asio/ip/impl/network_v4.ipp | 218 + dev/asio/include/asio/ip/impl/network_v6.hpp | 53 + dev/asio/include/asio/ip/impl/network_v6.ipp | 187 + dev/asio/include/asio/ip/multicast.hpp | 191 + dev/asio/include/asio/ip/network_v4.hpp | 261 + dev/asio/include/asio/ip/network_v6.hpp | 235 + dev/asio/include/asio/ip/resolver_base.hpp | 129 + .../include/asio/ip/resolver_query_base.hpp | 43 + dev/asio/include/asio/ip/tcp.hpp | 155 + dev/asio/include/asio/ip/udp.hpp | 111 + dev/asio/include/asio/ip/unicast.hpp | 70 + dev/asio/include/asio/ip/v6_only.hpp | 69 + .../include/asio/is_applicable_property.hpp | 61 + .../include/asio/is_contiguous_iterator.hpp | 45 + dev/asio/include/asio/is_executor.hpp | 46 + dev/asio/include/asio/is_read_buffered.hpp | 59 + dev/asio/include/asio/is_write_buffered.hpp | 59 + .../include/asio/local/basic_endpoint.hpp | 247 + dev/asio/include/asio/local/connect_pair.hpp | 101 + .../include/asio/local/datagram_protocol.hpp | 80 + .../include/asio/local/detail/endpoint.hpp | 139 + .../asio/local/detail/impl/endpoint.ipp | 131 + .../asio/local/seq_packet_protocol.hpp | 84 + .../include/asio/local/stream_protocol.hpp | 90 + dev/asio/include/asio/multiple_exceptions.hpp | 58 + dev/asio/include/asio/packaged_task.hpp | 126 + dev/asio/include/asio/placeholders.hpp | 151 + .../include/asio/posix/basic_descriptor.hpp | 781 + .../asio/posix/basic_stream_descriptor.hpp | 569 + dev/asio/include/asio/posix/descriptor.hpp | 37 + .../include/asio/posix/descriptor_base.hpp | 90 + .../include/asio/posix/stream_descriptor.hpp | 37 + dev/asio/include/asio/post.hpp | 218 + dev/asio/include/asio/prefer.hpp | 734 + dev/asio/include/asio/prepend.hpp | 78 + dev/asio/include/asio/query.hpp | 324 + dev/asio/include/asio/random_access_file.hpp | 35 + dev/asio/include/asio/read.hpp | 1480 ++ dev/asio/include/asio/read_at.hpp | 795 + dev/asio/include/asio/read_until.hpp | 3166 +++ dev/asio/include/asio/readable_pipe.hpp | 35 + dev/asio/include/asio/recycling_allocator.hpp | 138 + dev/asio/include/asio/redirect_error.hpp | 66 + dev/asio/include/asio/registered_buffer.hpp | 356 + dev/asio/include/asio/require.hpp | 571 + dev/asio/include/asio/require_concept.hpp | 352 + dev/asio/include/asio/serial_port.hpp | 36 + dev/asio/include/asio/serial_port_base.hpp | 167 + dev/asio/include/asio/signal_set.hpp | 28 + dev/asio/include/asio/signal_set_base.hpp | 182 + dev/asio/include/asio/socket_base.hpp | 559 + dev/asio/include/asio/spawn.hpp | 906 + dev/asio/include/asio/ssl.hpp | 28 + dev/asio/include/asio/ssl/context.hpp | 764 + dev/asio/include/asio/ssl/context_base.hpp | 209 + .../asio/ssl/detail/buffered_handshake_op.hpp | 119 + dev/asio/include/asio/ssl/detail/engine.hpp | 173 + .../include/asio/ssl/detail/handshake_op.hpp | 67 + .../include/asio/ssl/detail/impl/engine.ipp | 381 + .../asio/ssl/detail/impl/openssl_init.ipp | 169 + dev/asio/include/asio/ssl/detail/io.hpp | 435 + .../include/asio/ssl/detail/openssl_init.hpp | 101 + .../include/asio/ssl/detail/openssl_types.hpp | 34 + .../asio/ssl/detail/password_callback.hpp | 66 + dev/asio/include/asio/ssl/detail/read_op.hpp | 72 + .../include/asio/ssl/detail/shutdown_op.hpp | 69 + .../include/asio/ssl/detail/stream_core.hpp | 221 + .../asio/ssl/detail/verify_callback.hpp | 62 + dev/asio/include/asio/ssl/detail/write_op.hpp | 76 + dev/asio/include/asio/ssl/error.hpp | 125 + .../asio/ssl/host_name_verification.hpp | 90 + dev/asio/include/asio/ssl/impl/context.hpp | 67 + dev/asio/include/asio/ssl/impl/context.ipp | 1321 ++ dev/asio/include/asio/ssl/impl/error.ipp | 124 + .../asio/ssl/impl/host_name_verification.ipp | 73 + .../asio/ssl/impl/rfc2818_verification.ipp | 164 + dev/asio/include/asio/ssl/impl/src.hpp | 29 + .../include/asio/ssl/rfc2818_verification.hpp | 98 + dev/asio/include/asio/ssl/stream.hpp | 1073 + dev/asio/include/asio/ssl/stream_base.hpp | 52 + dev/asio/include/asio/ssl/verify_context.hpp | 67 + dev/asio/include/asio/ssl/verify_mode.hpp | 63 + dev/asio/include/asio/static_thread_pool.hpp | 31 + dev/asio/include/asio/steady_timer.hpp | 42 + dev/asio/include/asio/strand.hpp | 584 + dev/asio/include/asio/stream_file.hpp | 35 + dev/asio/include/asio/streambuf.hpp | 33 + dev/asio/include/asio/system_context.hpp | 90 + dev/asio/include/asio/system_error.hpp | 131 + dev/asio/include/asio/system_executor.hpp | 671 + dev/asio/include/asio/system_timer.hpp | 42 + dev/asio/include/asio/this_coro.hpp | 280 + dev/asio/include/asio/thread.hpp | 92 + dev/asio/include/asio/thread_pool.hpp | 1145 + dev/asio/include/asio/time_traits.hpp | 86 + .../include/asio/traits/bulk_execute_free.hpp | 114 + .../asio/traits/bulk_execute_member.hpp | 114 + dev/asio/include/asio/traits/connect_free.hpp | 112 + .../include/asio/traits/connect_member.hpp | 112 + .../asio/traits/equality_comparable.hpp | 104 + dev/asio/include/asio/traits/execute_free.hpp | 108 + .../include/asio/traits/execute_member.hpp | 108 + dev/asio/include/asio/traits/prefer_free.hpp | 108 + .../include/asio/traits/prefer_member.hpp | 108 + dev/asio/include/asio/traits/query_free.hpp | 108 + dev/asio/include/asio/traits/query_member.hpp | 108 + .../traits/query_static_constexpr_member.hpp | 108 + .../asio/traits/require_concept_free.hpp | 108 + .../asio/traits/require_concept_member.hpp | 108 + dev/asio/include/asio/traits/require_free.hpp | 108 + .../include/asio/traits/require_member.hpp | 108 + .../include/asio/traits/schedule_free.hpp | 108 + .../include/asio/traits/schedule_member.hpp | 108 + .../include/asio/traits/set_done_free.hpp | 108 + .../include/asio/traits/set_done_member.hpp | 108 + .../include/asio/traits/set_error_free.hpp | 112 + .../include/asio/traits/set_error_member.hpp | 112 + .../include/asio/traits/set_value_free.hpp | 234 + .../include/asio/traits/set_value_member.hpp | 234 + dev/asio/include/asio/traits/start_free.hpp | 108 + dev/asio/include/asio/traits/start_member.hpp | 108 + dev/asio/include/asio/traits/static_query.hpp | 108 + .../include/asio/traits/static_require.hpp | 123 + .../asio/traits/static_require_concept.hpp | 124 + dev/asio/include/asio/traits/submit_free.hpp | 112 + .../include/asio/traits/submit_member.hpp | 112 + dev/asio/include/asio/ts/buffer.hpp | 24 + dev/asio/include/asio/ts/executor.hpp | 35 + dev/asio/include/asio/ts/internet.hpp | 40 + dev/asio/include/asio/ts/io_context.hpp | 20 + dev/asio/include/asio/ts/net.hpp | 26 + dev/asio/include/asio/ts/netfwd.hpp | 254 + dev/asio/include/asio/ts/socket.hpp | 27 + dev/asio/include/asio/ts/timer.hpp | 26 + dev/asio/include/asio/unyield.hpp | 21 + dev/asio/include/asio/use_awaitable.hpp | 167 + dev/asio/include/asio/use_future.hpp | 163 + dev/asio/include/asio/uses_executor.hpp | 71 + dev/asio/include/asio/version.hpp | 23 + dev/asio/include/asio/wait_traits.hpp | 56 + .../asio/windows/basic_object_handle.hpp | 493 + .../asio/windows/basic_overlapped_handle.hpp | 460 + .../windows/basic_random_access_handle.hpp | 579 + .../asio/windows/basic_stream_handle.hpp | 561 + .../include/asio/windows/object_handle.hpp | 38 + .../asio/windows/overlapped_handle.hpp | 39 + .../include/asio/windows/overlapped_ptr.hpp | 145 + .../asio/windows/random_access_handle.hpp | 37 + .../include/asio/windows/stream_handle.hpp | 37 + dev/asio/include/asio/writable_pipe.hpp | 35 + dev/asio/include/asio/write.hpp | 1438 ++ dev/asio/include/asio/write_at.hpp | 805 + dev/asio/include/asio/yield.hpp | 23 + dev/asio_mxxru/prj.rb | 15 + dev/benches/CMakeLists.txt | 9 + dev/benches/build_benches.rb | 8 + dev/benches/common_args/app_args.hpp | 72 + dev/benches/single_handler/CMakeLists.txt | 2 + dev/benches/single_handler/main.cpp | 164 + dev/benches/single_handler/prj.rb | 16 + .../single_handler_no_timer/CMakeLists.txt | 2 + dev/benches/single_handler_no_timer/main.cpp | 91 + dev/benches/single_handler_no_timer/prj.rb | 16 + .../single_handler_so5_timer/CMakeLists.txt | 4 + dev/benches/single_handler_so5_timer/main.cpp | 141 + dev/benches/single_handler_so5_timer/prj.rb | 17 + dev/build.rb | 47 + dev/catch2/catch.hpp | 17970 ++++++++++++++++ dev/catch2/catch_reporter_automake.hpp | 62 + dev/catch2/catch_reporter_sonarqube.hpp | 181 + dev/catch2/catch_reporter_tap.hpp | 254 + dev/catch2/catch_reporter_teamcity.hpp | 219 + dev/clara/clara.hpp | 1264 ++ dev/cmake/bench.cmake | 23 + dev/cmake/link_atomic_if_necessary.cmake | 30 + dev/cmake/link_threads_if_necessary.cmake | 8 + dev/cmake/modules/FindPCRE.cmake | 37 + dev/cmake/modules/FindPCRE2.cmake | 27 + dev/cmake/modules/Findhttp-parser.cmake | 28 + dev/cmake/run_tests.bat | 5 + dev/cmake/sample.cmake | 23 + dev/cmake/testbench.cmake | 23 + dev/cmake/unittest.cmake | 22 + dev/fmt/CMakeLists.txt | 444 + dev/fmt/ChangeLog.rst | 5872 +++++ dev/fmt/README.rst | 542 + dev/fmt/include/fmt/args.h | 234 + dev/fmt/include/fmt/chrono.h | 2208 ++ dev/fmt/include/fmt/color.h | 632 + dev/fmt/include/fmt/compile.h | 534 + dev/fmt/include/fmt/core.h | 2924 +++ dev/fmt/include/fmt/format-inl.h | 1662 ++ dev/fmt/include/fmt/format.h | 4499 ++++ dev/fmt/include/fmt/os.h | 451 + dev/fmt/include/fmt/ostream.h | 209 + dev/fmt/include/fmt/printf.h | 667 + dev/fmt/include/fmt/ranges.h | 735 + dev/fmt/include/fmt/std.h | 440 + dev/fmt/include/fmt/xchar.h | 258 + dev/fmt/src/fmt.cc | 110 + dev/fmt/src/format.cc | 43 + dev/fmt/src/os.cc | 398 + dev/fmt/support/Android.mk | 15 + dev/fmt/support/AndroidManifest.xml | 1 + dev/fmt/support/C++.sublime-syntax | 2061 ++ dev/fmt/support/README | 4 + dev/fmt/support/Vagrantfile | 20 + dev/fmt/support/bazel/.bazelversion | 1 + dev/fmt/support/bazel/BUILD.bazel | 28 + dev/fmt/support/bazel/README.md | 74 + dev/fmt/support/bazel/WORKSPACE.bazel | 1 + dev/fmt/support/build-docs.py | 58 + dev/fmt/support/build.gradle | 132 + dev/fmt/support/cmake/FindSetEnv.cmake | 7 + dev/fmt/support/cmake/JoinPaths.cmake | 26 + dev/fmt/support/cmake/fmt-config.cmake.in | 7 + dev/fmt/support/cmake/fmt.pc.in | 11 + dev/fmt/support/compute-powers.py | 53 + dev/fmt/support/docopt.py | 581 + dev/fmt/support/manage.py | 303 + dev/fmt/support/printable.py | 201 + dev/fmt/support/rst2md.py | 166 + dev/fmt/support/rtd/conf.py | 7 + dev/fmt/support/rtd/index.rst | 2 + dev/fmt/support/rtd/theme/layout.html | 17 + dev/fmt/support/rtd/theme/theme.conf | 2 + dev/fmt_mxxru/prj.rb | 11 + dev/json_dto/CMakeLists.txt | 94 + dev/json_dto/cmake/json-dto-config.cmake.in | 3 + dev/json_dto/cmake/target.cmake | 1 + dev/json_dto/pub.hpp | 3080 +++ dev/json_dto/validators.hpp | 134 + dev/local-build.rb.example | 64 + dev/mainpage.dox | 78 + dev/nodejs/http_parser/CMakeLists.txt | 34 + dev/nodejs/http_parser/http_parser.c | 2568 +++ dev/nodejs/http_parser/http_parser.h | 443 + dev/nodejs/http_parser_mxxru/prj.rb | 15 + dev/rapidjson/include/rapidjson/allocators.h | 271 + dev/rapidjson/include/rapidjson/document.h | 2575 +++ .../include/rapidjson/encodedstream.h | 299 + dev/rapidjson/include/rapidjson/encodings.h | 716 + dev/rapidjson/include/rapidjson/error/en.h | 74 + dev/rapidjson/include/rapidjson/error/error.h | 155 + .../include/rapidjson/filereadstream.h | 99 + .../include/rapidjson/filewritestream.h | 104 + dev/rapidjson/include/rapidjson/fwd.h | 151 + .../include/rapidjson/internal/biginteger.h | 290 + .../include/rapidjson/internal/diyfp.h | 258 + .../include/rapidjson/internal/dtoa.h | 245 + .../include/rapidjson/internal/ieee754.h | 78 + .../include/rapidjson/internal/itoa.h | 304 + .../include/rapidjson/internal/meta.h | 181 + .../include/rapidjson/internal/pow10.h | 55 + .../include/rapidjson/internal/regex.h | 701 + .../include/rapidjson/internal/stack.h | 230 + .../include/rapidjson/internal/strfunc.h | 55 + .../include/rapidjson/internal/strtod.h | 269 + .../include/rapidjson/internal/swap.h | 46 + .../include/rapidjson/istreamwrapper.h | 115 + .../include/rapidjson/memorybuffer.h | 70 + .../include/rapidjson/memorystream.h | 71 + .../include/rapidjson/msinttypes/inttypes.h | 316 + .../include/rapidjson/msinttypes/stdint.h | 300 + .../include/rapidjson/ostreamwrapper.h | 81 + dev/rapidjson/include/rapidjson/pointer.h | 1358 ++ .../include/rapidjson/prettywriter.h | 255 + dev/rapidjson/include/rapidjson/rapidjson.h | 615 + dev/rapidjson/include/rapidjson/reader.h | 1879 ++ dev/rapidjson/include/rapidjson/schema.h | 2006 ++ dev/rapidjson/include/rapidjson/stream.h | 179 + .../include/rapidjson/stringbuffer.h | 117 + dev/rapidjson/include/rapidjson/writer.h | 610 + dev/rapidjson_mxxru/prj.rb | 10 + dev/restinio/CMakeLists.txt | 191 + dev/restinio/all.hpp | 27 + dev/restinio/asio_helper.rb | 50 + dev/restinio/asio_include.hpp | 228 + dev/restinio/asio_timer_manager.hpp | 126 + dev/restinio/boost_helper.rb | 282 + dev/restinio/buffers.hpp | 946 + dev/restinio/cast_to.hpp | 33 + dev/restinio/chunked_input_info.hpp | 235 + dev/restinio/cmake/restinio-config.cmake.in | 3 + dev/restinio/cmake/target.cmake | 1 + dev/restinio/common_types.hpp | 180 + dev/restinio/compiler_features.hpp | 194 + dev/restinio/connection_count_limiter.hpp | 473 + dev/restinio/connection_state_listener.hpp | 281 + dev/restinio/default_strands.hpp | 31 + dev/restinio/exception.hpp | 42 + dev/restinio/expected.hpp | 29 + dev/restinio/helpers/easy_parser.hpp | 5201 +++++ dev/restinio/helpers/file_upload.hpp | 417 + .../http_field_parsers/accept-charset.hpp | 87 + .../http_field_parsers/accept-encoding.hpp | 88 + .../http_field_parsers/accept-language.hpp | 125 + .../helpers/http_field_parsers/accept.hpp | 108 + .../http_field_parsers/authorization.hpp | 317 + .../helpers/http_field_parsers/basic_auth.hpp | 377 + .../helpers/http_field_parsers/basics.hpp | 1868 ++ .../http_field_parsers/bearer_auth.hpp | 388 + .../http_field_parsers/cache-control.hpp | 91 + .../helpers/http_field_parsers/connection.hpp | 78 + .../content-disposition.hpp | 404 + .../http_field_parsers/content-encoding.hpp | 79 + .../http_field_parsers/content-type.hpp | 73 + .../details/pct_encoded_symbols.hpp | 94 + .../helpers/http_field_parsers/host.hpp | 590 + .../helpers/http_field_parsers/media-type.hpp | 137 + .../helpers/http_field_parsers/range.hpp | 483 + .../http_field_parsers/transfer-encoding.hpp | 152 + .../http_field_parsers/try_parse_field.hpp | 229 + .../helpers/http_field_parsers/user-agent.hpp | 112 + dev/restinio/helpers/multipart_body.hpp | 735 + dev/restinio/helpers/string_algo.hpp | 44 + dev/restinio/http_headers.hpp | 2380 ++ dev/restinio/http_server.hpp | 410 + dev/restinio/http_server_run.hpp | 1130 + dev/restinio/impl/acceptor.hpp | 632 + dev/restinio/impl/connection.hpp | 1806 ++ dev/restinio/impl/connection_base.hpp | 51 + dev/restinio/impl/connection_settings.hpp | 240 + dev/restinio/impl/executor_wrapper.hpp | 45 + dev/restinio/impl/fixed_buffer.hpp | 87 + dev/restinio/impl/header_helpers.hpp | 185 + dev/restinio/impl/include_fmtlib.hpp | 99 + dev/restinio/impl/ioctx_on_thread_pool.hpp | 190 + dev/restinio/impl/os_posix.ipp | 19 + dev/restinio/impl/os_unknown.ipp | 15 + dev/restinio/impl/os_win.ipp | 19 + ...verflow_controlled_integer_accumulator.hpp | 192 + dev/restinio/impl/parser_callbacks.ipp | 252 + dev/restinio/impl/response_coordinator.hpp | 460 + dev/restinio/impl/sendfile_operation.hpp | 112 + .../impl/sendfile_operation_default.ipp | 142 + .../impl/sendfile_operation_posix.ipp | 404 + dev/restinio/impl/sendfile_operation_win.ipp | 357 + dev/restinio/impl/string_caseless_compare.hpp | 90 + dev/restinio/impl/tls_socket.hpp | 174 + dev/restinio/impl/to_lower_lut.hpp | 58 + dev/restinio/impl/write_group_output_ctx.hpp | 387 + dev/restinio/incoming_http_msg_limits.hpp | 166 + dev/restinio/ip_blocker.hpp | 101 + dev/restinio/lib_finder.rb | 65 + dev/restinio/message_builders.hpp | 897 + dev/restinio/null_logger.hpp | 46 + dev/restinio/null_mutex.hpp | 37 + dev/restinio/null_timer_manager.hpp | 58 + dev/restinio/open_ssl_libs.rb | 13 + dev/restinio/openssl_find.rb | 98 + dev/restinio/optional.hpp | 27 + dev/restinio/os.hpp | 22 + dev/restinio/ostream_logger.hpp | 106 + dev/restinio/path2regex/path2regex.hpp | 881 + dev/restinio/pcre2_find.rb | 86 + dev/restinio/pcre2_libs.rb | 16 + dev/restinio/pcre_find.rb | 86 + dev/restinio/pcre_libs.rb | 15 + dev/restinio/platform_specific_libs.rb | 8 + dev/restinio/request_handler.hpp | 493 + dev/restinio/router/boost_regex_engine.hpp | 103 + dev/restinio/router/easy_parser_router.hpp | 1176 + dev/restinio/router/express.hpp | 867 + .../router/impl/target_path_holder.hpp | 120 + dev/restinio/router/method_matcher.hpp | 579 + .../router/non_matched_request_handler.hpp | 64 + dev/restinio/router/pcre2_regex_engine.hpp | 267 + dev/restinio/router/pcre_regex_engine.hpp | 251 + dev/restinio/router/std_regex_engine.hpp | 101 + dev/restinio/sendfile.hpp | 518 + dev/restinio/sendfile_defs_default.hpp | 99 + dev/restinio/sendfile_defs_posix.hpp | 119 + dev/restinio/sendfile_defs_win.hpp | 141 + dev/restinio/settings.hpp | 1788 ++ dev/restinio/so5/so_timer_manager.hpp | 290 + dev/restinio/string_view.hpp | 21 + dev/restinio/sync_chain/fixed_size.hpp | 249 + dev/restinio/sync_chain/growable_size.hpp | 280 + dev/restinio/tcp_connection_ctx_base.hpp | 68 + .../third_party/expected-lite/expected.hpp | 2520 +++ .../third_party/optional-lite/optional.hpp | 1846 ++ .../string-view-lite/string_view.hpp | 1683 ++ .../third_party/variant-lite/variant.hpp | 2742 +++ dev/restinio/third_party/zlib/CMakeLists.txt | 264 + dev/restinio/third_party/zlib/adler32.c | 186 + dev/restinio/third_party/zlib/compress.c | 86 + .../zlib/contrib/amd64/amd64-match.S | 452 + .../zlib/contrib/asm686/README.686 | 51 + .../third_party/zlib/contrib/asm686/match.S | 357 + .../zlib/contrib/masmx64/bld_ml64.bat | 2 + .../zlib/contrib/masmx64/gvmat64.asm | 553 + .../zlib/contrib/masmx64/inffas8664.c | 186 + .../zlib/contrib/masmx64/inffasx64.asm | 396 + .../zlib/contrib/masmx64/readme.txt | 31 + .../zlib/contrib/win32/DLL_FAQ.txt | 397 + .../zlib/contrib/win32/Makefile.bor | 110 + .../zlib/contrib/win32/Makefile.gcc | 182 + .../zlib/contrib/win32/Makefile.msc | 163 + .../zlib/contrib/win32/README-WIN32.txt | 103 + .../zlib/contrib/win32/VisualC.txt | 3 + .../third_party/zlib/contrib/win32/zlib.def | 94 + .../third_party/zlib/contrib/win32/zlib1.rc | 40 + dev/restinio/third_party/zlib/crc32.c | 442 + dev/restinio/third_party/zlib/crc32.h | 441 + dev/restinio/third_party/zlib/deflate.c | 2163 ++ dev/restinio/third_party/zlib/deflate.h | 349 + dev/restinio/third_party/zlib/gzclose.c | 25 + dev/restinio/third_party/zlib/gzguts.h | 218 + dev/restinio/third_party/zlib/gzlib.c | 637 + dev/restinio/third_party/zlib/gzread.c | 654 + dev/restinio/third_party/zlib/gzwrite.c | 665 + dev/restinio/third_party/zlib/infback.c | 640 + dev/restinio/third_party/zlib/inffast.c | 323 + dev/restinio/third_party/zlib/inffast.h | 11 + dev/restinio/third_party/zlib/inffixed.h | 94 + dev/restinio/third_party/zlib/inflate.c | 1561 ++ dev/restinio/third_party/zlib/inflate.h | 125 + dev/restinio/third_party/zlib/inftrees.c | 304 + dev/restinio/third_party/zlib/inftrees.h | 62 + dev/restinio/third_party/zlib/prj.rb | 45 + dev/restinio/third_party/zlib/trees.c | 1203 ++ dev/restinio/third_party/zlib/trees.h | 128 + dev/restinio/third_party/zlib/uncompr.c | 93 + .../third_party/zlib/win32/DLL_FAQ.txt | 397 + .../third_party/zlib/win32/Makefile.bor | 110 + .../third_party/zlib/win32/Makefile.gcc | 182 + .../third_party/zlib/win32/Makefile.msc | 163 + .../third_party/zlib/win32/README-WIN32.txt | 103 + .../third_party/zlib/win32/VisualC.txt | 3 + dev/restinio/third_party/zlib/win32/zlib.def | 94 + dev/restinio/third_party/zlib/win32/zlib1.rc | 40 + dev/restinio/third_party/zlib/zconf.h | 534 + dev/restinio/third_party/zlib/zlib.h | 1912 ++ dev/restinio/third_party/zlib/zutil.c | 325 + dev/restinio/third_party/zlib/zutil.h | 271 + dev/restinio/timer_common.hpp | 27 + dev/restinio/tls.hpp | 407 + dev/restinio/tls_fwd.hpp | 33 + dev/restinio/traits.hpp | 435 + dev/restinio/transforms/zlib.hpp | 1365 ++ dev/restinio/uri_helpers.hpp | 531 + dev/restinio/utils/at_scope_exit.hpp | 68 + dev/restinio/utils/base64.hpp | 287 + dev/restinio/utils/base64_lut.ipp | 119 + dev/restinio/utils/from_string.hpp | 140 + dev/restinio/utils/from_string_details.ipp | 415 + dev/restinio/utils/impl/bitops.hpp | 97 + .../utils/impl/safe_uint_truncate.hpp | 69 + dev/restinio/utils/metaprogramming.hpp | 332 + dev/restinio/utils/percent_encoding.hpp | 677 + dev/restinio/utils/sha1.hpp | 450 + dev/restinio/utils/suppress_exceptions.hpp | 148 + dev/restinio/utils/tagged_scalar.hpp | 73 + dev/restinio/utils/tuple_algorithms.hpp | 130 + dev/restinio/utils/utf8_checker.hpp | 348 + dev/restinio/value_or.hpp | 77 + dev/restinio/variant.hpp | 30 + dev/restinio/version.hpp | 64 + dev/restinio/websocket/impl/utf8.hpp | 50 + dev/restinio/websocket/impl/ws_connection.hpp | 1488 ++ .../websocket/impl/ws_connection_base.hpp | 73 + dev/restinio/websocket/impl/ws_parser.hpp | 616 + .../websocket/impl/ws_protocol_validator.hpp | 589 + dev/restinio/websocket/message.hpp | 240 + dev/restinio/websocket/websocket.hpp | 379 + dev/restinio/zlib_find.rb | 76 + dev/restinio/zlib_libs.rb | 16 + dev/sample/CMakeLists.txt | 50 + .../CMakeLists.txt | 4 + .../async_handling_with_sobjectizer/main.cpp | 166 + .../async_handling_with_sobjectizer/prj.rb | 15 + dev/sample/build_samples.rb | 46 + dev/sample/chained_handlers/CMakeLists.txt | 2 + dev/sample/chained_handlers/main.cpp | 168 + dev/sample/chained_handlers/prj.rb | 15 + dev/sample/compression/CMakeLists.txt | 5 + dev/sample/compression/main.cpp | 308 + dev/sample/compression/prj.rb | 15 + dev/sample/connection_state/CMakeLists.txt | 2 + dev/sample/connection_state/main.cpp | 91 + dev/sample/connection_state/prj.rb | 14 + dev/sample/custom_buffer/CMakeLists.txt | 2 + dev/sample/custom_buffer/main.cpp | 77 + dev/sample/custom_buffer/prj.rb | 14 + dev/sample/decompression/CMakeLists.txt | 9 + dev/sample/decompression/main.cpp | 161 + dev/sample/decompression/prj.rb | 15 + .../decompression/test_decompression.sh | 10 + dev/sample/easy_parser_router/CMakeLists.txt | 6 + dev/sample/easy_parser_router/main.cpp | 330 + dev/sample/easy_parser_router/prj.rb | 16 + dev/sample/express_router/CMakeLists.txt | 6 + dev/sample/express_router/main.cpp | 300 + dev/sample/express_router/prj.rb | 16 + .../express_router_tutorial/CMakeLists.txt | 3 + dev/sample/express_router_tutorial/main.cpp | 156 + dev/sample/express_router_tutorial/prj.rb | 15 + dev/sample/extra_data_factory/CMakeLists.txt | 2 + dev/sample/extra_data_factory/main.cpp | 319 + dev/sample/extra_data_factory/prj.rb | 15 + dev/sample/file_upload/CMakeLists.txt | 3 + dev/sample/file_upload/main.cpp | 240 + dev/sample/file_upload/prj.rb | 14 + dev/sample/hello_world/CMakeLists.txt | 2 + dev/sample/hello_world/main.cpp | 88 + dev/sample/hello_world/prj.rb | 15 + dev/sample/hello_world_basic/CMakeLists.txt | 2 + dev/sample/hello_world_basic/main.cpp | 43 + dev/sample/hello_world_basic/prj.rb | 14 + dev/sample/hello_world_delayed/CMakeLists.txt | 2 + dev/sample/hello_world_delayed/main.cpp | 58 + dev/sample/hello_world_delayed/prj.rb | 14 + dev/sample/hello_world_https/CMakeLists.txt | 10 + dev/sample/hello_world_https/dh2048.pem | 29 + dev/sample/hello_world_https/key.pem | 28 + dev/sample/hello_world_https/main.cpp | 123 + dev/sample/hello_world_https/prj.rb | 16 + dev/sample/hello_world_https/server.pem | 21 + dev/sample/hello_world_minimal/CMakeLists.txt | 2 + dev/sample/hello_world_minimal/main.cpp | 14 + dev/sample/hello_world_minimal/prj.rb | 15 + .../hello_world_sendfile/CMakeLists.txt | 2 + dev/sample/hello_world_sendfile/main.cpp | 170 + dev/sample/hello_world_sendfile/prj.rb | 14 + .../hello_world_sendfile_https/CMakeLists.txt | 6 + .../hello_world_sendfile_https/main.cpp | 197 + dev/sample/hello_world_sendfile_https/prj.rb | 15 + .../CMakeLists.txt | 5 + .../hello_world_sendfile_w32_unicode/main.cpp | 170 + .../hello_world_sendfile_w32_unicode/prj.rb | 17 + dev/sample/ip_blocker/CMakeLists.txt | 2 + dev/sample/ip_blocker/main.cpp | 145 + dev/sample/ip_blocker/prj.rb | 14 + dev/sample/notificators/CMakeLists.txt | 4 + dev/sample/notificators/main.cpp | 142 + dev/sample/notificators/prj.rb | 15 + dev/sample/query_string_params/CMakeLists.txt | 2 + dev/sample/query_string_params/main.cpp | 88 + dev/sample/query_string_params/prj.rb | 15 + dev/sample/run_existing_server/CMakeLists.txt | 2 + dev/sample/run_existing_server/main.cpp | 57 + dev/sample/run_existing_server/prj.rb | 14 + dev/sample/run_for_minute/CMakeLists.txt | 2 + dev/sample/run_for_minute/main.cpp | 81 + dev/sample/run_for_minute/prj.rb | 14 + dev/sample/samples.dox | 50 + dev/sample/sendfiles/CMakeLists.txt | 2 + dev/sample/sendfiles/main.cpp | 278 + dev/sample/sendfiles/prj.rb | 15 + dev/sample/shared_tls_context/CMakeLists.txt | 8 + dev/sample/shared_tls_context/dh2048.pem | 29 + dev/sample/shared_tls_context/key.pem | 28 + dev/sample/shared_tls_context/main.cpp | 144 + dev/sample/shared_tls_context/prj.rb | 16 + dev/sample/shared_tls_context/server.pem | 21 + dev/sample/tls_inspector/CMakeLists.txt | 6 + dev/sample/tls_inspector/certs/README.md | 106 + dev/sample/tls_inspector/certs/alice.cer | 19 + dev/sample/tls_inspector/certs/alice.key | 27 + dev/sample/tls_inspector/certs/bob.cer | 19 + dev/sample/tls_inspector/certs/bob.key | 27 + dev/sample/tls_inspector/certs/ca.cer | 21 + dev/sample/tls_inspector/certs/ca.key | 30 + .../tls_inspector/certs/ca.key.passphrase | 2 + dev/sample/tls_inspector/certs/dh2048.pem | 8 + dev/sample/tls_inspector/certs/server.cer | 19 + dev/sample/tls_inspector/certs/server.key | 27 + dev/sample/tls_inspector/main.cpp | 303 + dev/sample/tls_inspector/prj.rb | 16 + .../try_parse_query_string/CMakeLists.txt | 2 + dev/sample/try_parse_query_string/main.cpp | 156 + dev/sample/try_parse_query_string/prj.rb | 15 + .../using_external_io_context/CMakeLists.txt | 3 + dev/sample/using_external_io_context/main.cpp | 81 + dev/sample/using_external_io_context/prj.rb | 15 + dev/sample/websocket/CMakeLists.txt | 2 + dev/sample/websocket/main.cpp | 89 + dev/sample/websocket/prj.rb | 15 + dev/sample/websocket_detailed/CMakeLists.txt | 2 + dev/sample/websocket_detailed/main.cpp | 266 + dev/sample/websocket_detailed/prj.rb | 15 + dev/sample/websocket_wss/CMakeLists.txt | 10 + dev/sample/websocket_wss/main.cpp | 116 + dev/sample/websocket_wss/prj.rb | 16 + dev/sample/websocket_wss/wss_dh2048.pem | 29 + dev/sample/websocket_wss/wss_key.pem | 28 + dev/sample/websocket_wss/wss_server.pem | 21 + .../optional-lite/nonstd/optional.hpp | 1549 ++ dev/so_5/CMakeLists.txt | 213 + dev/so_5/all.hpp | 35 + dev/so_5/api/h/api.hpp | 647 + dev/so_5/cmake/sobjectizer-config.cmake.in | 3 + dev/so_5/cmake/target.cmake | 3 + dev/so_5/current_thread_id.cpp | 35 + dev/so_5/details/h/abort_on_fatal_error.hpp | 61 + dev/so_5/details/h/at_scope_exit.hpp | 68 + dev/so_5/details/h/invoke_noexcept_code.hpp | 60 + dev/so_5/details/h/ios_helpers.hpp | 90 + dev/so_5/details/h/lambda_traits.hpp | 282 + dev/so_5/details/h/remaining_time_counter.hpp | 93 + dev/so_5/details/h/rollback_on_exception.hpp | 103 + dev/so_5/details/h/sync_helpers.hpp | 164 + dev/so_5/disp/active_group/h/pub.hpp | 290 + dev/so_5/disp/active_group/pub.cpp | 658 + dev/so_5/disp/active_obj/h/pub.hpp | 286 + dev/so_5/disp/active_obj/pub.cpp | 594 + dev/so_5/disp/adv_thread_pool/h/pub.hpp | 588 + dev/so_5/disp/adv_thread_pool/impl/h/disp.hpp | 710 + dev/so_5/disp/adv_thread_pool/pub.cpp | 296 + dev/so_5/disp/mpmc_queue_traits/h/pub.hpp | 365 + dev/so_5/disp/mpmc_queue_traits/pub.cpp | 300 + dev/so_5/disp/mpsc_queue_traits/h/pub.hpp | 353 + dev/so_5/disp/mpsc_queue_traits/pub.cpp | 227 + dev/so_5/disp/one_thread/h/params.hpp | 147 + dev/so_5/disp/one_thread/h/pub.hpp | 207 + dev/so_5/disp/one_thread/pub.cpp | 652 + .../one_per_prio/h/pub.hpp | 292 + .../one_per_prio/pub.cpp | 562 + .../quoted_round_robin/h/pub.hpp | 316 + .../quoted_round_robin/h/quotes.hpp | 109 + .../impl/h/demand_queue.hpp | 360 + .../quoted_round_robin/pub.cpp | 534 + .../prio_one_thread/reuse/h/work_thread.hpp | 257 + .../strictly_ordered/h/pub.hpp | 290 + .../strictly_ordered/impl/h/demand_queue.hpp | 321 + .../prio_one_thread/strictly_ordered/pub.cpp | 510 + .../reuse/h/data_source_prefix_helpers.hpp | 83 + dev/so_5/disp/reuse/h/disp_binder_helpers.hpp | 227 + dev/so_5/disp/reuse/h/mpmc_ptr_queue.hpp | 238 + .../reuse/h/proxy_dispatcher_template.hpp | 185 + dev/so_5/disp/reuse/h/thread_pool_stats.hpp | 477 + .../reuse/h/work_thread_activity_tracking.hpp | 91 + .../disp/reuse/work_thread/h/work_thread.hpp | 689 + dev/so_5/disp/thread_pool/h/pub.hpp | 593 + .../impl/h/common_implementation.hpp | 469 + dev/so_5/disp/thread_pool/impl/h/disp.hpp | 659 + dev/so_5/disp/thread_pool/pub.cpp | 290 + dev/so_5/error_logger.cpp | 110 + dev/so_5/exception.cpp | 31 + dev/so_5/experimental/testing.hpp | 16 + dev/so_5/experimental/testing/v1/all.cpp | 1365 ++ dev/so_5/experimental/testing/v1/all.hpp | 2053 ++ dev/so_5/h/atomic_refcounted.hpp | 331 + dev/so_5/h/chrono_helpers.hpp | 49 + dev/so_5/h/compiler_features.hpp | 113 + dev/so_5/h/current_thread_id.hpp | 158 + dev/so_5/h/custom_mbox.hpp | 117 + dev/so_5/h/declspec.hpp | 63 + dev/so_5/h/error_logger.hpp | 158 + dev/so_5/h/exception.hpp | 96 + dev/so_5/h/mchain_helper_functions.hpp | 631 + dev/so_5/h/msg_tracing.hpp | 570 + dev/so_5/h/optional.hpp | 22 + dev/so_5/h/outliving.hpp | 158 + dev/so_5/h/priority.hpp | 205 + dev/so_5/h/ret_code.hpp | 600 + dev/so_5/h/spinlocks.hpp | 266 + dev/so_5/h/stdcpp.hpp | 36 + dev/so_5/h/stop_guard.hpp | 90 + dev/so_5/h/thread_helper_functions.hpp | 148 + dev/so_5/h/timers.hpp | 775 + dev/so_5/h/types.hpp | 125 + dev/so_5/h/version.hpp | 73 + dev/so_5/h/wait_indication.hpp | 55 + dev/so_5/h/wrapped_env.hpp | 238 + dev/so_5/msg_tracing.cpp | 84 + dev/so_5/prj.rb | 4 + dev/so_5/prj_common.rb | 188 + dev/so_5/prj_s.rb | 4 + dev/so_5/rt/agent.cpp | 1551 ++ dev/so_5/rt/agent_coop.cpp | 461 + dev/so_5/rt/agent_coop_notifications.cpp | 57 + dev/so_5/rt/disp.cpp | 22 + dev/so_5/rt/disp_binder.cpp | 81 + dev/so_5/rt/enveloped_msg.cpp | 145 + dev/so_5/rt/environment.cpp | 956 + dev/so_5/rt/event_exception_logger.cpp | 69 + dev/so_5/rt/event_queue_hook.cpp | 29 + dev/so_5/rt/h/adhoc_agent_wrapper.hpp | 314 + dev/so_5/rt/h/agent.hpp | 3867 ++++ dev/so_5/rt/h/agent_context.hpp | 243 + dev/so_5/rt/h/agent_coop.hpp | 1437 ++ dev/so_5/rt/h/agent_coop_notifications.hpp | 153 + dev/so_5/rt/h/agent_ref_fwd.hpp | 43 + dev/so_5/rt/h/agent_state_listener.hpp | 93 + dev/so_5/rt/h/agent_tuning_options.hpp | 167 + dev/so_5/rt/h/coop_listener.hpp | 93 + dev/so_5/rt/h/disp.hpp | 142 + dev/so_5/rt/h/disp_binder.hpp | 160 + dev/so_5/rt/h/env_infrastructures.hpp | 269 + dev/so_5/rt/h/enveloped_msg.hpp | 265 + dev/so_5/rt/h/environment.hpp | 2549 +++ dev/so_5/rt/h/environment_infrastructure.hpp | 305 + dev/so_5/rt/h/event_data.hpp | 567 + dev/so_5/rt/h/event_exception_logger.hpp | 119 + dev/so_5/rt/h/event_queue.hpp | 54 + dev/so_5/rt/h/event_queue_hook.hpp | 224 + dev/so_5/rt/h/execution_demand.hpp | 348 + dev/so_5/rt/h/fwd.hpp | 54 + dev/so_5/rt/h/handler_makers.hpp | 787 + dev/so_5/rt/h/mbox.hpp | 1507 ++ dev/so_5/rt/h/mbox_fwd.hpp | 55 + dev/so_5/rt/h/mchain.hpp | 1702 ++ dev/so_5/rt/h/mchain_select.hpp | 929 + dev/so_5/rt/h/mchain_select_ifaces.hpp | 255 + dev/so_5/rt/h/message.hpp | 1405 ++ .../rt/h/message_handler_format_detector.hpp | 139 + dev/so_5/rt/h/message_limit.hpp | 922 + dev/so_5/rt/h/nonempty_name.hpp | 105 + .../rt/h/queue_locks_defaults_manager.hpp | 98 + dev/so_5/rt/h/rt.hpp | 29 + dev/so_5/rt/h/send_functions.hpp | 1452 ++ dev/so_5/rt/h/so_layer.hpp | 125 + dev/so_5/rt/h/state.hpp | 1975 ++ dev/so_5/rt/h/subscription_storage_fwd.hpp | 274 + dev/so_5/rt/h/tuple_as_message.hpp | 238 + dev/so_5/rt/handler_makers.cpp | 97 + dev/so_5/rt/impl/coop_repository_basis.cpp | 643 + dev/so_5/rt/impl/disp_repository.cpp | 182 + dev/so_5/rt/impl/h/agent_ptr_compare.hpp | 43 + dev/so_5/rt/impl/h/coop_repository_basis.hpp | 526 + .../rt/impl/h/delivery_filter_storage.hpp | 152 + dev/so_5/rt/impl/h/disp_repository.hpp | 159 + dev/so_5/rt/impl/h/enveloped_msg_details.hpp | 245 + dev/so_5/rt/impl/h/internal_env_iface.hpp | 237 + dev/so_5/rt/impl/h/internal_message_iface.hpp | 54 + dev/so_5/rt/impl/h/layer_core.hpp | 159 + dev/so_5/rt/impl/h/local_mbox.hpp | 1177 + dev/so_5/rt/impl/h/mbox_core.hpp | 304 + dev/so_5/rt/impl/h/mbox_iface_for_timers.hpp | 58 + dev/so_5/rt/impl/h/mchain_details.hpp | 906 + .../h/message_limit_action_msg_tracer.hpp | 76 + .../rt/impl/h/message_limit_internals.hpp | 330 + dev/so_5/rt/impl/h/mpsc_mbox.hpp | 475 + dev/so_5/rt/impl/h/msg_tracing_helpers.hpp | 1064 + dev/so_5/rt/impl/h/mt_env_infrastructure.hpp | 264 + dev/so_5/rt/impl/h/named_local_mbox.hpp | 106 + .../rt/impl/h/process_unhandled_exception.hpp | 63 + dev/so_5/rt/impl/h/run_stage.hpp | 87 + .../rt/impl/h/st_env_infrastructure_reuse.hpp | 793 + .../rt/impl/h/state_listener_controller.hpp | 71 + dev/so_5/rt/impl/h/std_msg_tracer_holder.hpp | 97 + dev/so_5/rt/impl/h/stop_guard_repo.hpp | 199 + .../rt/impl/h/subscription_storage_iface.hpp | 215 + dev/so_5/rt/impl/layer_core.cpp | 270 + dev/so_5/rt/impl/mbox_core.cpp | 285 + dev/so_5/rt/impl/msg_tracing_helpers.cpp | 136 + dev/so_5/rt/impl/mt_env_infrastructure.cpp | 367 + dev/so_5/rt/impl/named_local_mbox.cpp | 109 + .../rt/impl/process_unhandled_exception.cpp | 246 + .../simple_mtsafe_st_env_infrastructure.cpp | 821 + ...imple_not_mtsafe_st_env_infrastructure.cpp | 709 + .../rt/impl/state_listener_controller.cpp | 121 + dev/so_5/rt/impl/subscr_storage_adaptive.cpp | 290 + .../impl/subscr_storage_hash_table_based.cpp | 520 + dev/so_5/rt/impl/subscr_storage_map_based.cpp | 454 + .../rt/impl/subscr_storage_vector_based.cpp | 398 + .../rt/impl/subscription_storage_iface.cpp | 34 + dev/so_5/rt/mbox.cpp | 39 + dev/so_5/rt/mchain.cpp | 49 + dev/so_5/rt/message.cpp | 52 + dev/so_5/rt/message_limit.cpp | 192 + dev/so_5/rt/queue_locks_defaults_manager.cpp | 84 + dev/so_5/rt/so_layer.cpp | 47 + dev/so_5/rt/stats/h/controller.hpp | 85 + dev/so_5/rt/stats/h/messages.hpp | 153 + dev/so_5/rt/stats/h/prefix.hpp | 210 + dev/so_5/rt/stats/h/repository.hpp | 258 + dev/so_5/rt/stats/h/std_names.hpp | 275 + dev/so_5/rt/stats/h/work_thread_activity.hpp | 166 + .../rt/stats/impl/ds_agent_core_stats.cpp | 66 + dev/so_5/rt/stats/impl/ds_mbox_core_stats.cpp | 51 + .../rt/stats/impl/ds_timer_thread_stats.cpp | 56 + .../rt/stats/impl/h/activity_tracking.hpp | 296 + .../rt/stats/impl/h/ds_agent_core_stats.hpp | 56 + .../rt/stats/impl/h/ds_mbox_core_stats.hpp | 58 + .../rt/stats/impl/h/ds_timer_thread_stats.hpp | 56 + dev/so_5/rt/stats/impl/h/st_env_stuff.hpp | 191 + dev/so_5/rt/stats/impl/h/std_controller.hpp | 133 + dev/so_5/rt/stats/impl/std_controller.cpp | 155 + dev/so_5/rt/stats/repository.cpp | 73 + dev/so_5/rt/stats/std_names.cpp | 126 + dev/so_5/timers.cpp | 654 + dev/so_5/version.dox | 790 + dev/so_5/version.rb | 3 + dev/so_5/wrapped_env.cpp | 228 + dev/test/CMakeLists.txt | 38 + dev/test/basic_auth/CMakeLists.txt | 3 + dev/test/basic_auth/main.cpp | 392 + dev/test/basic_auth/prj.rb | 17 + dev/test/basic_auth/prj.ut.rb | 7 + dev/test/bearer_auth/CMakeLists.txt | 3 + dev/test/bearer_auth/main.cpp | 223 + dev/test/bearer_auth/prj.rb | 17 + dev/test/bearer_auth/prj.ut.rb | 7 + dev/test/buffers/CMakeLists.txt | 2 + dev/test/buffers/main.cpp | 815 + dev/test/buffers/prj.rb | 18 + dev/test/buffers/prj.ut.rb | 7 + dev/test/build_tests.rb | 83 + dev/test/catch_main/CMakeLists.txt | 8 + dev/test/catch_main/catch_main.cpp | 2 + dev/test/catch_main/prj.rb | 7 + dev/test/common/dummy_connection.hpp | 30 + dev/test/common/fake_connection.ipp | 18 + dev/test/common/pub.hpp | 138 + dev/test/common/request_handler_pool.hpp | 58 + dev/test/common/test_extra_data_factory.ipp | 21 + dev/test/common/thread_safe_queue.hpp | 69 + dev/test/common/time_limited_execution.hpp | 58 + dev/test/common/utest_logger.hpp | 13 + .../CMakeLists.txt | 2 + .../default_constructed_settings/main.cpp | 323 + dev/test/default_constructed_settings/prj.rb | 17 + .../default_constructed_settings/prj.ut.rb | 7 + dev/test/encoders/CMakeLists.txt | 2 + dev/test/encoders/main.cpp | 327 + dev/test/encoders/prj.rb | 16 + dev/test/encoders/prj.ut.rb | 7 + dev/test/file_upload/CMakeLists.txt | 3 + dev/test/file_upload/main.cpp | 261 + dev/test/file_upload/prj.rb | 17 + dev/test/file_upload/prj.ut.rb | 7 + dev/test/from_string/CMakeLists.txt | 2 + dev/test/from_string/main.cpp | 433 + dev/test/from_string/prj.rb | 16 + dev/test/from_string/prj.ut.rb | 7 + dev/test/from_string_bench/main.cpp | 259 + dev/test/from_string_bench/prj.rb | 11 + dev/test/handle_requests/CMakeLists.txt | 26 + .../acceptor_post_bind_hook/CMakeLists.txt | 2 + .../acceptor_post_bind_hook/main.cpp | 71 + .../acceptor_post_bind_hook/prj.rb | 17 + .../acceptor_post_bind_hook/prj.ut.rb | 9 + dev/test/handle_requests/build_tests.rb | 29 + .../chained_handlers/CMakeLists.txt | 2 + .../handle_requests/chained_handlers/main.cpp | 534 + .../handle_requests/chained_handlers/prj.rb | 17 + .../chained_handlers/prj.ut.rb | 9 + .../chunked_input/CMakeLists.txt | 2 + .../handle_requests/chunked_input/main.cpp | 501 + dev/test/handle_requests/chunked_input/prj.rb | 18 + .../handle_requests/chunked_input/prj.ut.rb | 9 + .../chunked_output/CMakeLists.txt | 2 + .../handle_requests/chunked_output/main.cpp | 288 + .../handle_requests/chunked_output/prj.rb | 17 + .../handle_requests/chunked_output/prj.ut.rb | 7 + .../connection_count_limit/CMakeLists.txt | 2 + .../connection_count_limit/main.cpp | 244 + .../connection_count_limit/prj.rb | 18 + .../connection_count_limit/prj.ut.rb | 9 + .../connection_state/CMakeLists.txt | 2 + .../handle_requests/connection_state/main.cpp | 583 + .../handle_requests/connection_state/prj.rb | 17 + .../connection_state/prj.ut.rb | 7 + .../handle_requests/echo_body/CMakeLists.txt | 2 + dev/test/handle_requests/echo_body/main.cpp | 163 + dev/test/handle_requests/echo_body/prj.rb | 18 + dev/test/handle_requests/echo_body/prj.ut.rb | 7 + .../incoming_msg_limits/CMakeLists.txt | 2 + .../incoming_msg_limits/main.cpp | 202 + .../incoming_msg_limits/prj.rb | 18 + .../incoming_msg_limits/prj.ut.rb | 9 + .../handle_requests/ip_blocker/CMakeLists.txt | 2 + dev/test/handle_requests/ip_blocker/main.cpp | 120 + dev/test/handle_requests/ip_blocker/prj.rb | 17 + dev/test/handle_requests/ip_blocker/prj.ut.rb | 7 + .../handle_requests/method/CMakeLists.txt | 2 + dev/test/handle_requests/method/main.cpp | 133 + dev/test/handle_requests/method/prj.rb | 17 + dev/test/handle_requests/method/prj.ut.rb | 7 + .../notificators/CMakeLists.txt | 2 + .../handle_requests/notificators/main.cpp | 659 + dev/test/handle_requests/notificators/prj.rb | 17 + .../handle_requests/notificators/prj.ut.rb | 7 + .../output_and_buffers/CMakeLists.txt | 7 + .../output_and_buffers/const_buffer.cpp | 665 + .../handle_requests/output_and_buffers/prj.rb | 19 + .../output_and_buffers/prj.ut.rb | 7 + .../shared_ptr_std_string.cpp | 675 + .../output_and_buffers/std_string.cpp | 660 + .../remote_endpoint/CMakeLists.txt | 2 + .../handle_requests/remote_endpoint/main.cpp | 168 + .../handle_requests/remote_endpoint/prj.rb | 17 + .../handle_requests/remote_endpoint/prj.ut.rb | 7 + .../slow_transmit/CMakeLists.txt | 2 + .../handle_requests/slow_transmit/main.cpp | 94 + dev/test/handle_requests/slow_transmit/prj.rb | 18 + .../handle_requests/slow_transmit/prj.ut.rb | 7 + .../throw_exception/CMakeLists.txt | 2 + .../handle_requests/throw_exception/main.cpp | 72 + .../handle_requests/throw_exception/prj.rb | 17 + .../handle_requests/throw_exception/prj.ut.rb | 7 + .../handle_requests/timeouts/CMakeLists.txt | 2 + dev/test/handle_requests/timeouts/main.cpp | 191 + dev/test/handle_requests/timeouts/prj.rb | 17 + dev/test/handle_requests/timeouts/prj.ut.rb | 7 + .../handle_requests/upgrade/CMakeLists.txt | 2 + dev/test/handle_requests/upgrade/main.cpp | 115 + dev/test/handle_requests/upgrade/prj.rb | 17 + dev/test/handle_requests/upgrade/prj.ut.rb | 7 + .../user_controlled_output/CMakeLists.txt | 2 + .../user_controlled_output/main.cpp | 328 + .../user_controlled_output/prj.rb | 17 + .../user_controlled_output/prj.ut.rb | 7 + .../user_data_simple/CMakeLists.txt | 2 + .../handle_requests/user_data_simple/main.cpp | 147 + .../handle_requests/user_data_simple/prj.rb | 17 + .../user_data_simple/prj.ut.rb | 9 + dev/test/header/CMakeLists.txt | 2 + dev/test/header/main.cpp | 1116 + dev/test/header/prj.rb | 17 + dev/test/header/prj.ut.rb | 7 + dev/test/http_field_parser/CMakeLists.txt | 21 + dev/test/http_field_parser/accept-charset.cpp | 124 + .../http_field_parser/accept-encoding.cpp | 127 + .../http_field_parser/accept-language.cpp | 179 + dev/test/http_field_parser/accept.cpp | 156 + dev/test/http_field_parser/authorization.cpp | 281 + dev/test/http_field_parser/basics.cpp | 2553 +++ dev/test/http_field_parser/cache-control.cpp | 80 + dev/test/http_field_parser/connection.cpp | 69 + .../http_field_parser/content-disposition.cpp | 103 + .../http_field_parser/content-encoding.cpp | 69 + dev/test/http_field_parser/content-type.cpp | 69 + dev/test/http_field_parser/host.cpp | 220 + dev/test/http_field_parser/media-type.cpp | 90 + dev/test/http_field_parser/prj.rb | 28 + dev/test/http_field_parser/prj.ut.rb | 7 + dev/test/http_field_parser/range.cpp | 339 + .../http_field_parser/transfer-encoding.cpp | 152 + dev/test/http_field_parser/user-agent.cpp | 141 + dev/test/http_pipelining/CMakeLists.txt | 2 + .../http_pipelining/sequence/CMakeLists.txt | 2 + dev/test/http_pipelining/sequence/main.cpp | 345 + dev/test/http_pipelining/sequence/prj.rb | 17 + dev/test/http_pipelining/sequence/prj.ut.rb | 7 + .../http_pipelining/timeouts/CMakeLists.txt | 2 + dev/test/http_pipelining/timeouts/main.cpp | 123 + dev/test/http_pipelining/timeouts/prj.rb | 17 + dev/test/http_pipelining/timeouts/prj.ut.rb | 7 + dev/test/metaprogramming/CMakeLists.txt | 2 + dev/test/metaprogramming/main.cpp | 70 + dev/test/metaprogramming/prj.rb | 10 + dev/test/metaprogramming/prj.ut.rb | 7 + dev/test/multipart_body/CMakeLists.txt | 3 + .../http_field_parser/CMakeLists.txt | 3 + .../multipart_body/http_field_parser/main.cpp | 1733 ++ .../multipart_body/http_field_parser/prj.rb | 11 + .../http_field_parser/prj.ut.rb | 7 + dev/test/multipart_body/main.cpp | 588 + dev/test/multipart_body/prj.rb | 17 + dev/test/multipart_body/prj.ut.rb | 7 + .../ref_qualifiers_settings/CMakeLists.txt | 2 + dev/test/ref_qualifiers_settings/main.cpp | 192 + dev/test/ref_qualifiers_settings/prj.rb | 17 + dev/test/ref_qualifiers_settings/prj.ut.rb | 7 + dev/test/response_coordinator/CMakeLists.txt | 2 + dev/test/response_coordinator/main.cpp | 1795 ++ dev/test/response_coordinator/prj.rb | 17 + dev/test/response_coordinator/prj.ut.rb | 7 + dev/test/router/CMakeLists.txt | 38 + dev/test/router/build_tests.rb | 39 + .../router/cmp_router_bench/CMakeLists.txt | 4 + dev/test/router/cmp_router_bench/main.cpp | 151 + dev/test/router/cmp_router_bench/prj.rb | 16 + .../router/cmp_router_bench/route_parser.cpp | 192 + .../router/cmp_router_bench/route_parser.hpp | 36 + .../easy_parser_path_to_params/CMakeLists.txt | 2 + .../easy_parser_path_to_params/main.cpp | 545 + .../router/easy_parser_path_to_params/prj.rb | 17 + .../easy_parser_path_to_params/prj.ut.rb | 9 + .../easy_parser_path_to_tuple/CMakeLists.txt | 2 + .../router/easy_parser_path_to_tuple/main.cpp | 181 + .../router/easy_parser_path_to_tuple/prj.rb | 17 + .../easy_parser_path_to_tuple/prj.ut.rb | 9 + .../easy_parser_router_bench/CMakeLists.txt | 4 + .../router/easy_parser_router_bench/main.cpp | 318 + .../router/easy_parser_router_bench/prj.rb | 15 + .../easy_parser_router_dsl/CMakeLists.txt | 2 + .../router/easy_parser_router_dsl/main.cpp | 89 + dev/test/router/easy_parser_router_dsl/prj.rb | 17 + .../router/easy_parser_router_dsl/prj.ut.rb | 9 + dev/test/router/express/CMakeLists.txt | 9 + dev/test/router/express/additional_tests.ipp | 161 + dev/test/router/express/main.cpp | 19 + .../router/express/original_tests_part1.ipp | 1132 + .../router/express/original_tests_part2.ipp | 1265 ++ .../router/express/original_tests_part3.ipp | 1172 + .../router/express/original_tests_part4.ipp | 733 + .../router/express/original_tests_part5.ipp | 469 + dev/test/router/express/part1.cpp | 9 + dev/test/router/express/part2.cpp | 9 + dev/test/router/express/part3.cpp | 9 + dev/test/router/express/part4.cpp | 9 + dev/test/router/express/part5.cpp | 9 + dev/test/router/express/prj.rb | 21 + dev/test/router/express/prj.ut.rb | 7 + dev/test/router/express/usings.ipp | 2 + .../router/express_boost_regex/CMakeLists.txt | 12 + dev/test/router/express_boost_regex/main.cpp | 17 + dev/test/router/express_boost_regex/part1.cpp | 9 + dev/test/router/express_boost_regex/part2.cpp | 9 + dev/test/router/express_boost_regex/part3.cpp | 9 + dev/test/router/express_boost_regex/part4.cpp | 9 + dev/test/router/express_boost_regex/part5.cpp | 9 + dev/test/router/express_boost_regex/prj.rb | 24 + dev/test/router/express_boost_regex/prj.ut.rb | 7 + .../router/express_boost_regex/usings.ipp | 6 + dev/test/router/express_pcre/CMakeLists.txt | 12 + dev/test/router/express_pcre/main.cpp | 17 + dev/test/router/express_pcre/part1.cpp | 9 + dev/test/router/express_pcre/part2.cpp | 9 + dev/test/router/express_pcre/part3.cpp | 9 + dev/test/router/express_pcre/part4.cpp | 9 + dev/test/router/express_pcre/part5.cpp | 9 + dev/test/router/express_pcre/prj.rb | 24 + dev/test/router/express_pcre/prj.ut.rb | 7 + dev/test/router/express_pcre/usings.ipp | 6 + dev/test/router/express_pcre2/CMakeLists.txt | 14 + dev/test/router/express_pcre2/main.cpp | 17 + dev/test/router/express_pcre2/part1.cpp | 9 + dev/test/router/express_pcre2/part2.cpp | 9 + dev/test/router/express_pcre2/part3.cpp | 9 + dev/test/router/express_pcre2/part4.cpp | 9 + dev/test/router/express_pcre2/part5.cpp | 9 + dev/test/router/express_pcre2/prj.rb | 24 + dev/test/router/express_pcre2/prj.ut.rb | 7 + dev/test/router/express_pcre2/usings.ipp | 6 + dev/test/router/express_router/CMakeLists.txt | 2 + dev/test/router/express_router/main.cpp | 20 + dev/test/router/express_router/prj.rb | 17 + dev/test/router/express_router/prj.ut.rb | 7 + dev/test/router/express_router/tests.ipp | 1018 + .../express_router_bench/CMakeLists.txt | 2 + .../express_router_bench/cmp_routes.lua | 41 + .../express_router_bench/cmp_routes.txt | 11 + dev/test/router/express_router_bench/main.cpp | 230 + .../express_router_bench/many_routes.txt | 100 + dev/test/router/express_router_bench/prj.rb | 16 + .../router/express_router_bench/simple.txt | 17 + .../express_router_boost_regex/CMakeLists.txt | 5 + .../express_router_boost_regex/main.cpp | 21 + .../router/express_router_boost_regex/prj.rb | 19 + .../express_router_boost_regex/prj.ut.rb | 7 + .../CMakeLists.txt | 5 + .../express_router_boost_regex_bench/main.cpp | 7 + .../express_router_boost_regex_bench/prj.rb | 18 + .../router/express_router_pcre/CMakeLists.txt | 5 + dev/test/router/express_router_pcre/main.cpp | 21 + dev/test/router/express_router_pcre/prj.rb | 19 + dev/test/router/express_router_pcre/prj.ut.rb | 7 + .../express_router_pcre2/CMakeLists.txt | 7 + dev/test/router/express_router_pcre2/main.cpp | 21 + dev/test/router/express_router_pcre2/prj.rb | 19 + .../router/express_router_pcre2/prj.ut.rb | 7 + .../express_router_pcre2_bench/CMakeLists.txt | 7 + .../express_router_pcre2_bench/main.cpp | 7 + .../router/express_router_pcre2_bench/prj.rb | 17 + .../express_router_pcre_bench/CMakeLists.txt | 5 + .../router/express_router_pcre_bench/main.cpp | 7 + .../router/express_router_pcre_bench/prj.rb | 17 + .../CMakeLists.txt | 2 + .../express_router_user_data_simple/main.cpp | 26 + .../express_router_user_data_simple/prj.rb | 17 + .../express_router_user_data_simple/prj.ut.rb | 9 + .../router/fake_connection_and_request.ipp | 25 + dev/test/run_on_thread_pool/CMakeLists.txt | 2 + dev/test/run_on_thread_pool/main.cpp | 409 + dev/test/run_on_thread_pool/prj.rb | 17 + dev/test/run_on_thread_pool/prj.ut.rb | 7 + dev/test/sendfile/.gitattributes | 2 + dev/test/sendfile/CMakeLists.txt | 9 + dev/test/sendfile/f1.dat | 3 + dev/test/sendfile/f2.dat | 1 + dev/test/sendfile/f3.dat | 3301 +++ dev/test/sendfile/main.cpp | 714 + dev/test/sendfile/prj.rb | 17 + dev/test/sendfile/prj.ut.rb | 7 + dev/test/socket_options/CMakeLists.txt | 3 + dev/test/socket_options/main.cpp | 86 + dev/test/socket_options/prj.rb | 18 + dev/test/socket_options/prj.ut.rb | 7 + dev/test/socket_options_tls/CMakeLists.txt | 6 + dev/test/socket_options_tls/main.cpp | 88 + dev/test/socket_options_tls/prj.rb | 18 + dev/test/socket_options_tls/prj.ut.rb | 7 + dev/test/start_stop/CMakeLists.txt | 2 + dev/test/start_stop/main.cpp | 300 + dev/test/start_stop/prj.rb | 17 + dev/test/start_stop/prj.ut.rb | 7 + dev/test/to_lower_bench/main.cpp | 587 + dev/test/to_lower_bench/prj.rb | 9 + dev/test/transforms/CMakeLists.txt | 3 + dev/test/transforms/build_tests.rb | 13 + .../transforms/random_data_generators.ipp | 42 + dev/test/transforms/zlib/CMakeLists.txt | 5 + dev/test/transforms/zlib/main.cpp | 696 + dev/test/transforms/zlib/prj.rb | 18 + dev/test/transforms/zlib/prj.ut.rb | 7 + .../zlib_body_appender/CMakeLists.txt | 5 + .../transforms/zlib_body_appender/main.cpp | 713 + dev/test/transforms/zlib_body_appender/prj.rb | 18 + .../transforms/zlib_body_appender/prj.ut.rb | 7 + .../zlib_body_handler/CMakeLists.txt | 5 + .../transforms/zlib_body_handler/main.cpp | 208 + dev/test/transforms/zlib_body_handler/prj.rb | 18 + .../transforms/zlib_body_handler/prj.ut.rb | 7 + dev/test/try_parse_field/CMakeLists.txt | 3 + dev/test/try_parse_field/main.cpp | 297 + dev/test/try_parse_field/prj.rb | 17 + dev/test/try_parse_field/prj.ut.rb | 7 + dev/test/tuple_algorithms/CMakeLists.txt | 3 + dev/test/tuple_algorithms/main.cpp | 114 + dev/test/tuple_algorithms/prj.rb | 11 + dev/test/tuple_algorithms/prj.ut.rb | 7 + dev/test/uri_helpers/CMakeLists.txt | 2 + dev/test/uri_helpers/main.cpp | 1190 + dev/test/uri_helpers/prj.rb | 17 + dev/test/uri_helpers/prj.ut.rb | 7 + dev/test/utf8_checker/CMakeLists.txt | 2 + dev/test/utf8_checker/main.cpp | 474 + dev/test/utf8_checker/prj.rb | 17 + dev/test/utf8_checker/prj.ut.rb | 9 + dev/test/websocket/CMakeLists.txt | 7 + dev/test/websocket/common/pub.hpp | 19 + .../websocket/notificators/CMakeLists.txt | 4 + dev/test/websocket/notificators/main.cpp | 346 + dev/test/websocket/notificators/prj.rb | 18 + dev/test/websocket/notificators/prj.ut.rb | 7 + dev/test/websocket/parser/CMakeLists.txt | 2 + dev/test/websocket/parser/main.cpp | 318 + dev/test/websocket/parser/prj.rb | 17 + dev/test/websocket/parser/prj.ut.rb | 7 + dev/test/websocket/validators/CMakeLists.txt | 2 + dev/test/websocket/validators/main.cpp | 806 + dev/test/websocket/validators/prj.rb | 17 + dev/test/websocket/validators/prj.ut.rb | 7 + .../websocket/ws_connection/CMakeLists.txt | 4 + dev/test/websocket/ws_connection/main.cpp | 1197 + dev/test/websocket/ws_connection/prj.rb | 18 + dev/test/websocket/ws_connection/prj.ut.rb | 7 + .../write_group_output_ctx/CMakeLists.txt | 2 + dev/test/write_group_output_ctx/main.cpp | 526 + dev/test/write_group_output_ctx/prj.rb | 17 + dev/test/write_group_output_ctx/prj.ut.rb | 7 + dev/timertt/all.hpp | 4110 ++++ externals.rb | 89 + vcpkg/CMakeLists.txt | 21 + vcpkg/build_with_cmake.bat | 17 + vcpkg/build_with_cmake.sh | 17 + 1685 files changed, 459069 insertions(+) create mode 100644 LICENSE create mode 100644 LICENSE.catch2 create mode 100644 LICENSE.clara create mode 100644 LICENSE.expected-lite create mode 100644 LICENSE.optional-lite create mode 100644 LICENSE.string-view-lite create mode 100644 LICENSE.variant-lite create mode 100644 LICENSE.zlib create mode 100644 README.md create mode 100644 dev/CMakeLists.txt create mode 100644 dev/Doxyfile create mode 100644 dev/asio/include/.gitignore create mode 100644 dev/asio/include/Makefile.am create mode 100644 dev/asio/include/asio.hpp create mode 100644 dev/asio/include/asio/any_completion_executor.hpp create mode 100644 dev/asio/include/asio/any_completion_handler.hpp create mode 100644 dev/asio/include/asio/any_io_executor.hpp create mode 100644 dev/asio/include/asio/append.hpp create mode 100644 dev/asio/include/asio/as_tuple.hpp create mode 100644 dev/asio/include/asio/associated_allocator.hpp create mode 100644 dev/asio/include/asio/associated_cancellation_slot.hpp create mode 100644 dev/asio/include/asio/associated_executor.hpp create mode 100644 dev/asio/include/asio/associated_immediate_executor.hpp create mode 100644 dev/asio/include/asio/associator.hpp create mode 100644 dev/asio/include/asio/async_result.hpp create mode 100644 dev/asio/include/asio/awaitable.hpp create mode 100644 dev/asio/include/asio/basic_datagram_socket.hpp create mode 100644 dev/asio/include/asio/basic_deadline_timer.hpp create mode 100644 dev/asio/include/asio/basic_file.hpp create mode 100644 dev/asio/include/asio/basic_io_object.hpp create mode 100644 dev/asio/include/asio/basic_random_access_file.hpp create mode 100644 dev/asio/include/asio/basic_raw_socket.hpp create mode 100644 dev/asio/include/asio/basic_readable_pipe.hpp create mode 100644 dev/asio/include/asio/basic_seq_packet_socket.hpp create mode 100644 dev/asio/include/asio/basic_serial_port.hpp create mode 100644 dev/asio/include/asio/basic_signal_set.hpp create mode 100644 dev/asio/include/asio/basic_socket.hpp create mode 100644 dev/asio/include/asio/basic_socket_acceptor.hpp create mode 100644 dev/asio/include/asio/basic_socket_iostream.hpp create mode 100644 dev/asio/include/asio/basic_socket_streambuf.hpp create mode 100644 dev/asio/include/asio/basic_stream_file.hpp create mode 100644 dev/asio/include/asio/basic_stream_socket.hpp create mode 100644 dev/asio/include/asio/basic_streambuf.hpp create mode 100644 dev/asio/include/asio/basic_streambuf_fwd.hpp create mode 100644 dev/asio/include/asio/basic_waitable_timer.hpp create mode 100644 dev/asio/include/asio/basic_writable_pipe.hpp create mode 100644 dev/asio/include/asio/bind_allocator.hpp create mode 100644 dev/asio/include/asio/bind_cancellation_slot.hpp create mode 100644 dev/asio/include/asio/bind_executor.hpp create mode 100644 dev/asio/include/asio/bind_immediate_executor.hpp create mode 100644 dev/asio/include/asio/buffer.hpp create mode 100644 dev/asio/include/asio/buffer_registration.hpp create mode 100644 dev/asio/include/asio/buffered_read_stream.hpp create mode 100644 dev/asio/include/asio/buffered_read_stream_fwd.hpp create mode 100644 dev/asio/include/asio/buffered_stream.hpp create mode 100644 dev/asio/include/asio/buffered_stream_fwd.hpp create mode 100644 dev/asio/include/asio/buffered_write_stream.hpp create mode 100644 dev/asio/include/asio/buffered_write_stream_fwd.hpp create mode 100644 dev/asio/include/asio/buffers_iterator.hpp create mode 100644 dev/asio/include/asio/cancellation_signal.hpp create mode 100644 dev/asio/include/asio/cancellation_state.hpp create mode 100644 dev/asio/include/asio/cancellation_type.hpp create mode 100644 dev/asio/include/asio/co_spawn.hpp create mode 100644 dev/asio/include/asio/completion_condition.hpp create mode 100644 dev/asio/include/asio/compose.hpp create mode 100644 dev/asio/include/asio/connect.hpp create mode 100644 dev/asio/include/asio/connect_pipe.hpp create mode 100644 dev/asio/include/asio/consign.hpp create mode 100644 dev/asio/include/asio/coroutine.hpp create mode 100644 dev/asio/include/asio/deadline_timer.hpp create mode 100644 dev/asio/include/asio/defer.hpp create mode 100644 dev/asio/include/asio/deferred.hpp create mode 100644 dev/asio/include/asio/detached.hpp create mode 100644 dev/asio/include/asio/detail/array.hpp create mode 100644 dev/asio/include/asio/detail/array_fwd.hpp create mode 100644 dev/asio/include/asio/detail/assert.hpp create mode 100644 dev/asio/include/asio/detail/atomic_count.hpp create mode 100644 dev/asio/include/asio/detail/base_from_cancellation_state.hpp create mode 100644 dev/asio/include/asio/detail/base_from_completion_cond.hpp create mode 100644 dev/asio/include/asio/detail/bind_handler.hpp create mode 100644 dev/asio/include/asio/detail/blocking_executor_op.hpp create mode 100644 dev/asio/include/asio/detail/buffer_resize_guard.hpp create mode 100644 dev/asio/include/asio/detail/buffer_sequence_adapter.hpp create mode 100644 dev/asio/include/asio/detail/buffered_stream_storage.hpp create mode 100644 dev/asio/include/asio/detail/bulk_executor_op.hpp create mode 100644 dev/asio/include/asio/detail/call_stack.hpp create mode 100644 dev/asio/include/asio/detail/chrono.hpp create mode 100644 dev/asio/include/asio/detail/chrono_time_traits.hpp create mode 100644 dev/asio/include/asio/detail/completion_handler.hpp create mode 100644 dev/asio/include/asio/detail/composed_work.hpp create mode 100644 dev/asio/include/asio/detail/concurrency_hint.hpp create mode 100644 dev/asio/include/asio/detail/conditionally_enabled_event.hpp create mode 100644 dev/asio/include/asio/detail/conditionally_enabled_mutex.hpp create mode 100644 dev/asio/include/asio/detail/config.hpp create mode 100644 dev/asio/include/asio/detail/consuming_buffers.hpp create mode 100644 dev/asio/include/asio/detail/cstddef.hpp create mode 100644 dev/asio/include/asio/detail/cstdint.hpp create mode 100644 dev/asio/include/asio/detail/date_time_fwd.hpp create mode 100644 dev/asio/include/asio/detail/deadline_timer_service.hpp create mode 100644 dev/asio/include/asio/detail/dependent_type.hpp create mode 100644 dev/asio/include/asio/detail/descriptor_ops.hpp create mode 100644 dev/asio/include/asio/detail/descriptor_read_op.hpp create mode 100644 dev/asio/include/asio/detail/descriptor_write_op.hpp create mode 100644 dev/asio/include/asio/detail/dev_poll_reactor.hpp create mode 100644 dev/asio/include/asio/detail/epoll_reactor.hpp create mode 100644 dev/asio/include/asio/detail/event.hpp create mode 100644 dev/asio/include/asio/detail/eventfd_select_interrupter.hpp create mode 100644 dev/asio/include/asio/detail/exception.hpp create mode 100644 dev/asio/include/asio/detail/executor_function.hpp create mode 100644 dev/asio/include/asio/detail/executor_op.hpp create mode 100644 dev/asio/include/asio/detail/fd_set_adapter.hpp create mode 100644 dev/asio/include/asio/detail/fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/functional.hpp create mode 100644 dev/asio/include/asio/detail/future.hpp create mode 100644 dev/asio/include/asio/detail/gcc_arm_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/gcc_hppa_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/gcc_sync_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/gcc_x86_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/global.hpp create mode 100644 dev/asio/include/asio/detail/handler_alloc_helpers.hpp create mode 100644 dev/asio/include/asio/detail/handler_cont_helpers.hpp create mode 100644 dev/asio/include/asio/detail/handler_invoke_helpers.hpp create mode 100644 dev/asio/include/asio/detail/handler_tracking.hpp create mode 100644 dev/asio/include/asio/detail/handler_type_requirements.hpp create mode 100644 dev/asio/include/asio/detail/handler_work.hpp create mode 100644 dev/asio/include/asio/detail/hash_map.hpp create mode 100644 dev/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp create mode 100644 dev/asio/include/asio/detail/impl/descriptor_ops.ipp create mode 100644 dev/asio/include/asio/detail/impl/dev_poll_reactor.hpp create mode 100644 dev/asio/include/asio/detail/impl/dev_poll_reactor.ipp create mode 100644 dev/asio/include/asio/detail/impl/epoll_reactor.hpp create mode 100644 dev/asio/include/asio/detail/impl/epoll_reactor.ipp create mode 100644 dev/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp create mode 100644 dev/asio/include/asio/detail/impl/handler_tracking.ipp create mode 100644 dev/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/io_uring_file_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/io_uring_service.hpp create mode 100644 dev/asio/include/asio/detail/impl/io_uring_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp create mode 100644 dev/asio/include/asio/detail/impl/kqueue_reactor.hpp create mode 100644 dev/asio/include/asio/detail/impl/kqueue_reactor.ipp create mode 100644 dev/asio/include/asio/detail/impl/null_event.ipp create mode 100644 dev/asio/include/asio/detail/impl/pipe_select_interrupter.ipp create mode 100644 dev/asio/include/asio/detail/impl/posix_event.ipp create mode 100644 dev/asio/include/asio/detail/impl/posix_mutex.ipp create mode 100644 dev/asio/include/asio/detail/impl/posix_serial_port_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/posix_thread.ipp create mode 100644 dev/asio/include/asio/detail/impl/posix_tss_ptr.ipp create mode 100644 dev/asio/include/asio/detail/impl/reactive_descriptor_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/reactive_socket_service_base.ipp create mode 100644 dev/asio/include/asio/detail/impl/resolver_service_base.ipp create mode 100644 dev/asio/include/asio/detail/impl/scheduler.ipp create mode 100644 dev/asio/include/asio/detail/impl/select_reactor.hpp create mode 100644 dev/asio/include/asio/detail/impl/select_reactor.ipp create mode 100644 dev/asio/include/asio/detail/impl/service_registry.hpp create mode 100644 dev/asio/include/asio/detail/impl/service_registry.ipp create mode 100644 dev/asio/include/asio/detail/impl/signal_set_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/socket_ops.ipp create mode 100644 dev/asio/include/asio/detail/impl/socket_select_interrupter.ipp create mode 100644 dev/asio/include/asio/detail/impl/strand_executor_service.hpp create mode 100644 dev/asio/include/asio/detail/impl/strand_executor_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/strand_service.hpp create mode 100644 dev/asio/include/asio/detail/impl/strand_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/thread_context.ipp create mode 100644 dev/asio/include/asio/detail/impl/throw_error.ipp create mode 100644 dev/asio/include/asio/detail/impl/timer_queue_ptime.ipp create mode 100644 dev/asio/include/asio/detail/impl/timer_queue_set.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_event.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_file_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_handle_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_io_context.hpp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_io_context.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_mutex.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_object_handle_service.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_static_mutex.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_thread.ipp create mode 100644 dev/asio/include/asio/detail/impl/win_tss_ptr.ipp create mode 100644 dev/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp create mode 100644 dev/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp create mode 100644 dev/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp create mode 100644 dev/asio/include/asio/detail/impl/winsock_init.ipp create mode 100644 dev/asio/include/asio/detail/initiate_defer.hpp create mode 100644 dev/asio/include/asio/detail/initiate_dispatch.hpp create mode 100644 dev/asio/include/asio/detail/initiate_post.hpp create mode 100644 dev/asio/include/asio/detail/io_control.hpp create mode 100644 dev/asio/include/asio/detail/io_object_impl.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_descriptor_read_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_descriptor_service.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_descriptor_write_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_file_service.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_null_buffers_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_operation.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_service.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_accept_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_connect_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_recv_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_send_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_sendto_op.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_service.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_socket_service_base.hpp create mode 100644 dev/asio/include/asio/detail/io_uring_wait_op.hpp create mode 100644 dev/asio/include/asio/detail/is_buffer_sequence.hpp create mode 100644 dev/asio/include/asio/detail/is_executor.hpp create mode 100644 dev/asio/include/asio/detail/keyword_tss_ptr.hpp create mode 100644 dev/asio/include/asio/detail/kqueue_reactor.hpp create mode 100644 dev/asio/include/asio/detail/limits.hpp create mode 100644 dev/asio/include/asio/detail/local_free_on_block_exit.hpp create mode 100644 dev/asio/include/asio/detail/macos_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/memory.hpp create mode 100644 dev/asio/include/asio/detail/mutex.hpp create mode 100644 dev/asio/include/asio/detail/non_const_lvalue.hpp create mode 100644 dev/asio/include/asio/detail/noncopyable.hpp create mode 100644 dev/asio/include/asio/detail/null_event.hpp create mode 100644 dev/asio/include/asio/detail/null_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/null_global.hpp create mode 100644 dev/asio/include/asio/detail/null_mutex.hpp create mode 100644 dev/asio/include/asio/detail/null_reactor.hpp create mode 100644 dev/asio/include/asio/detail/null_signal_blocker.hpp create mode 100644 dev/asio/include/asio/detail/null_socket_service.hpp create mode 100644 dev/asio/include/asio/detail/null_static_mutex.hpp create mode 100644 dev/asio/include/asio/detail/null_thread.hpp create mode 100644 dev/asio/include/asio/detail/null_tss_ptr.hpp create mode 100644 dev/asio/include/asio/detail/object_pool.hpp create mode 100644 dev/asio/include/asio/detail/old_win_sdk_compat.hpp create mode 100644 dev/asio/include/asio/detail/op_queue.hpp create mode 100644 dev/asio/include/asio/detail/operation.hpp create mode 100644 dev/asio/include/asio/detail/pipe_select_interrupter.hpp create mode 100644 dev/asio/include/asio/detail/pop_options.hpp create mode 100644 dev/asio/include/asio/detail/posix_event.hpp create mode 100644 dev/asio/include/asio/detail/posix_fd_set_adapter.hpp create mode 100644 dev/asio/include/asio/detail/posix_global.hpp create mode 100644 dev/asio/include/asio/detail/posix_mutex.hpp create mode 100644 dev/asio/include/asio/detail/posix_serial_port_service.hpp create mode 100644 dev/asio/include/asio/detail/posix_signal_blocker.hpp create mode 100644 dev/asio/include/asio/detail/posix_static_mutex.hpp create mode 100644 dev/asio/include/asio/detail/posix_thread.hpp create mode 100644 dev/asio/include/asio/detail/posix_tss_ptr.hpp create mode 100644 dev/asio/include/asio/detail/push_options.hpp create mode 100644 dev/asio/include/asio/detail/reactive_descriptor_service.hpp create mode 100644 dev/asio/include/asio/detail/reactive_null_buffers_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_accept_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_connect_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_recv_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_send_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_sendto_op.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_service.hpp create mode 100644 dev/asio/include/asio/detail/reactive_socket_service_base.hpp create mode 100644 dev/asio/include/asio/detail/reactive_wait_op.hpp create mode 100644 dev/asio/include/asio/detail/reactor.hpp create mode 100644 dev/asio/include/asio/detail/reactor_op.hpp create mode 100644 dev/asio/include/asio/detail/reactor_op_queue.hpp create mode 100644 dev/asio/include/asio/detail/recycling_allocator.hpp create mode 100644 dev/asio/include/asio/detail/regex_fwd.hpp create mode 100644 dev/asio/include/asio/detail/resolve_endpoint_op.hpp create mode 100644 dev/asio/include/asio/detail/resolve_op.hpp create mode 100644 dev/asio/include/asio/detail/resolve_query_op.hpp create mode 100644 dev/asio/include/asio/detail/resolver_service.hpp create mode 100644 dev/asio/include/asio/detail/resolver_service_base.hpp create mode 100644 dev/asio/include/asio/detail/scheduler.hpp create mode 100644 dev/asio/include/asio/detail/scheduler_operation.hpp create mode 100644 dev/asio/include/asio/detail/scheduler_task.hpp create mode 100644 dev/asio/include/asio/detail/scheduler_thread_info.hpp create mode 100644 dev/asio/include/asio/detail/scoped_lock.hpp create mode 100644 dev/asio/include/asio/detail/scoped_ptr.hpp create mode 100644 dev/asio/include/asio/detail/select_interrupter.hpp create mode 100644 dev/asio/include/asio/detail/select_reactor.hpp create mode 100644 dev/asio/include/asio/detail/service_registry.hpp create mode 100644 dev/asio/include/asio/detail/signal_blocker.hpp create mode 100644 dev/asio/include/asio/detail/signal_handler.hpp create mode 100644 dev/asio/include/asio/detail/signal_init.hpp create mode 100644 dev/asio/include/asio/detail/signal_op.hpp create mode 100644 dev/asio/include/asio/detail/signal_set_service.hpp create mode 100644 dev/asio/include/asio/detail/socket_holder.hpp create mode 100644 dev/asio/include/asio/detail/socket_ops.hpp create mode 100644 dev/asio/include/asio/detail/socket_option.hpp create mode 100644 dev/asio/include/asio/detail/socket_select_interrupter.hpp create mode 100644 dev/asio/include/asio/detail/socket_types.hpp create mode 100644 dev/asio/include/asio/detail/solaris_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/source_location.hpp create mode 100644 dev/asio/include/asio/detail/static_mutex.hpp create mode 100644 dev/asio/include/asio/detail/std_event.hpp create mode 100644 dev/asio/include/asio/detail/std_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/std_global.hpp create mode 100644 dev/asio/include/asio/detail/std_mutex.hpp create mode 100644 dev/asio/include/asio/detail/std_static_mutex.hpp create mode 100644 dev/asio/include/asio/detail/std_thread.hpp create mode 100644 dev/asio/include/asio/detail/strand_executor_service.hpp create mode 100644 dev/asio/include/asio/detail/strand_service.hpp create mode 100644 dev/asio/include/asio/detail/string_view.hpp create mode 100644 dev/asio/include/asio/detail/thread.hpp create mode 100644 dev/asio/include/asio/detail/thread_context.hpp create mode 100644 dev/asio/include/asio/detail/thread_group.hpp create mode 100644 dev/asio/include/asio/detail/thread_info_base.hpp create mode 100644 dev/asio/include/asio/detail/throw_error.hpp create mode 100644 dev/asio/include/asio/detail/throw_exception.hpp create mode 100644 dev/asio/include/asio/detail/timer_queue.hpp create mode 100644 dev/asio/include/asio/detail/timer_queue_base.hpp create mode 100644 dev/asio/include/asio/detail/timer_queue_ptime.hpp create mode 100644 dev/asio/include/asio/detail/timer_queue_set.hpp create mode 100644 dev/asio/include/asio/detail/timer_scheduler.hpp create mode 100644 dev/asio/include/asio/detail/timer_scheduler_fwd.hpp create mode 100644 dev/asio/include/asio/detail/tss_ptr.hpp create mode 100644 dev/asio/include/asio/detail/type_traits.hpp create mode 100644 dev/asio/include/asio/detail/utility.hpp create mode 100644 dev/asio/include/asio/detail/variadic_templates.hpp create mode 100644 dev/asio/include/asio/detail/wait_handler.hpp create mode 100644 dev/asio/include/asio/detail/wait_op.hpp create mode 100644 dev/asio/include/asio/detail/win_event.hpp create mode 100644 dev/asio/include/asio/detail/win_fd_set_adapter.hpp create mode 100644 dev/asio/include/asio/detail/win_fenced_block.hpp create mode 100644 dev/asio/include/asio/detail/win_global.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_file_service.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_handle_read_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_handle_service.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_handle_write_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_io_context.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_null_buffers_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_operation.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_overlapped_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_serial_port_service.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_accept_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_connect_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_recv_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_send_op.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_service.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_socket_service_base.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_thread_info.hpp create mode 100644 dev/asio/include/asio/detail/win_iocp_wait_op.hpp create mode 100644 dev/asio/include/asio/detail/win_mutex.hpp create mode 100644 dev/asio/include/asio/detail/win_object_handle_service.hpp create mode 100644 dev/asio/include/asio/detail/win_static_mutex.hpp create mode 100644 dev/asio/include/asio/detail/win_thread.hpp create mode 100644 dev/asio/include/asio/detail/win_tss_ptr.hpp create mode 100644 dev/asio/include/asio/detail/winapp_thread.hpp create mode 100644 dev/asio/include/asio/detail/wince_thread.hpp create mode 100644 dev/asio/include/asio/detail/winrt_async_manager.hpp create mode 100644 dev/asio/include/asio/detail/winrt_async_op.hpp create mode 100644 dev/asio/include/asio/detail/winrt_resolve_op.hpp create mode 100644 dev/asio/include/asio/detail/winrt_resolver_service.hpp create mode 100644 dev/asio/include/asio/detail/winrt_socket_connect_op.hpp create mode 100644 dev/asio/include/asio/detail/winrt_socket_recv_op.hpp create mode 100644 dev/asio/include/asio/detail/winrt_socket_send_op.hpp create mode 100644 dev/asio/include/asio/detail/winrt_ssocket_service.hpp create mode 100644 dev/asio/include/asio/detail/winrt_ssocket_service_base.hpp create mode 100644 dev/asio/include/asio/detail/winrt_timer_scheduler.hpp create mode 100644 dev/asio/include/asio/detail/winrt_utils.hpp create mode 100644 dev/asio/include/asio/detail/winsock_init.hpp create mode 100644 dev/asio/include/asio/detail/work_dispatcher.hpp create mode 100644 dev/asio/include/asio/detail/wrapped_handler.hpp create mode 100644 dev/asio/include/asio/dispatch.hpp create mode 100644 dev/asio/include/asio/error.hpp create mode 100644 dev/asio/include/asio/error_code.hpp create mode 100644 dev/asio/include/asio/execution.hpp create mode 100644 dev/asio/include/asio/execution/allocator.hpp create mode 100644 dev/asio/include/asio/execution/any_executor.hpp create mode 100644 dev/asio/include/asio/execution/bad_executor.hpp create mode 100644 dev/asio/include/asio/execution/blocking.hpp create mode 100644 dev/asio/include/asio/execution/blocking_adaptation.hpp create mode 100644 dev/asio/include/asio/execution/bulk_execute.hpp create mode 100644 dev/asio/include/asio/execution/bulk_guarantee.hpp create mode 100644 dev/asio/include/asio/execution/connect.hpp create mode 100644 dev/asio/include/asio/execution/context.hpp create mode 100644 dev/asio/include/asio/execution/context_as.hpp create mode 100644 dev/asio/include/asio/execution/detail/as_invocable.hpp create mode 100644 dev/asio/include/asio/execution/detail/as_operation.hpp create mode 100644 dev/asio/include/asio/execution/detail/as_receiver.hpp create mode 100644 dev/asio/include/asio/execution/detail/bulk_sender.hpp create mode 100644 dev/asio/include/asio/execution/detail/submit_receiver.hpp create mode 100644 dev/asio/include/asio/execution/detail/void_receiver.hpp create mode 100644 dev/asio/include/asio/execution/execute.hpp create mode 100644 dev/asio/include/asio/execution/executor.hpp create mode 100644 dev/asio/include/asio/execution/impl/bad_executor.ipp create mode 100644 dev/asio/include/asio/execution/impl/receiver_invocation_error.ipp create mode 100644 dev/asio/include/asio/execution/invocable_archetype.hpp create mode 100644 dev/asio/include/asio/execution/mapping.hpp create mode 100644 dev/asio/include/asio/execution/occupancy.hpp create mode 100644 dev/asio/include/asio/execution/operation_state.hpp create mode 100644 dev/asio/include/asio/execution/outstanding_work.hpp create mode 100644 dev/asio/include/asio/execution/prefer_only.hpp create mode 100644 dev/asio/include/asio/execution/receiver.hpp create mode 100644 dev/asio/include/asio/execution/receiver_invocation_error.hpp create mode 100644 dev/asio/include/asio/execution/relationship.hpp create mode 100644 dev/asio/include/asio/execution/schedule.hpp create mode 100644 dev/asio/include/asio/execution/scheduler.hpp create mode 100644 dev/asio/include/asio/execution/sender.hpp create mode 100644 dev/asio/include/asio/execution/set_done.hpp create mode 100644 dev/asio/include/asio/execution/set_error.hpp create mode 100644 dev/asio/include/asio/execution/set_value.hpp create mode 100644 dev/asio/include/asio/execution/start.hpp create mode 100644 dev/asio/include/asio/execution/submit.hpp create mode 100644 dev/asio/include/asio/execution_context.hpp create mode 100644 dev/asio/include/asio/executor.hpp create mode 100644 dev/asio/include/asio/executor_work_guard.hpp create mode 100644 dev/asio/include/asio/experimental/append.hpp create mode 100644 dev/asio/include/asio/experimental/as_single.hpp create mode 100644 dev/asio/include/asio/experimental/as_tuple.hpp create mode 100644 dev/asio/include/asio/experimental/awaitable_operators.hpp create mode 100644 dev/asio/include/asio/experimental/basic_channel.hpp create mode 100644 dev/asio/include/asio/experimental/basic_concurrent_channel.hpp create mode 100644 dev/asio/include/asio/experimental/cancellation_condition.hpp create mode 100644 dev/asio/include/asio/experimental/channel.hpp create mode 100644 dev/asio/include/asio/experimental/channel_error.hpp create mode 100644 dev/asio/include/asio/experimental/channel_traits.hpp create mode 100644 dev/asio/include/asio/experimental/co_composed.hpp create mode 100644 dev/asio/include/asio/experimental/co_spawn.hpp create mode 100644 dev/asio/include/asio/experimental/concurrent_channel.hpp create mode 100644 dev/asio/include/asio/experimental/coro.hpp create mode 100644 dev/asio/include/asio/experimental/coro_traits.hpp create mode 100644 dev/asio/include/asio/experimental/deferred.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_handler.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_message.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_operation.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_payload.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_receive_op.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_send_functions.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_send_op.hpp create mode 100644 dev/asio/include/asio/experimental/detail/channel_service.hpp create mode 100644 dev/asio/include/asio/experimental/detail/coro_completion_handler.hpp create mode 100644 dev/asio/include/asio/experimental/detail/coro_promise_allocator.hpp create mode 100644 dev/asio/include/asio/experimental/detail/has_signature.hpp create mode 100644 dev/asio/include/asio/experimental/detail/impl/channel_service.hpp create mode 100644 dev/asio/include/asio/experimental/detail/partial_promise.hpp create mode 100644 dev/asio/include/asio/experimental/impl/as_single.hpp create mode 100644 dev/asio/include/asio/experimental/impl/channel_error.ipp create mode 100644 dev/asio/include/asio/experimental/impl/co_composed.hpp create mode 100644 dev/asio/include/asio/experimental/impl/coro.hpp create mode 100644 dev/asio/include/asio/experimental/impl/parallel_group.hpp create mode 100644 dev/asio/include/asio/experimental/impl/promise.hpp create mode 100644 dev/asio/include/asio/experimental/impl/use_coro.hpp create mode 100644 dev/asio/include/asio/experimental/impl/use_promise.hpp create mode 100644 dev/asio/include/asio/experimental/parallel_group.hpp create mode 100644 dev/asio/include/asio/experimental/prepend.hpp create mode 100644 dev/asio/include/asio/experimental/promise.hpp create mode 100644 dev/asio/include/asio/experimental/use_coro.hpp create mode 100644 dev/asio/include/asio/experimental/use_promise.hpp create mode 100644 dev/asio/include/asio/file_base.hpp create mode 100644 dev/asio/include/asio/generic/basic_endpoint.hpp create mode 100644 dev/asio/include/asio/generic/datagram_protocol.hpp create mode 100644 dev/asio/include/asio/generic/detail/endpoint.hpp create mode 100644 dev/asio/include/asio/generic/detail/impl/endpoint.ipp create mode 100644 dev/asio/include/asio/generic/raw_protocol.hpp create mode 100644 dev/asio/include/asio/generic/seq_packet_protocol.hpp create mode 100644 dev/asio/include/asio/generic/stream_protocol.hpp create mode 100644 dev/asio/include/asio/handler_alloc_hook.hpp create mode 100644 dev/asio/include/asio/handler_continuation_hook.hpp create mode 100644 dev/asio/include/asio/handler_invoke_hook.hpp create mode 100644 dev/asio/include/asio/high_resolution_timer.hpp create mode 100644 dev/asio/include/asio/impl/any_completion_executor.ipp create mode 100644 dev/asio/include/asio/impl/any_io_executor.ipp create mode 100644 dev/asio/include/asio/impl/append.hpp create mode 100644 dev/asio/include/asio/impl/as_tuple.hpp create mode 100644 dev/asio/include/asio/impl/awaitable.hpp create mode 100644 dev/asio/include/asio/impl/buffered_read_stream.hpp create mode 100644 dev/asio/include/asio/impl/buffered_write_stream.hpp create mode 100644 dev/asio/include/asio/impl/cancellation_signal.ipp create mode 100644 dev/asio/include/asio/impl/co_spawn.hpp create mode 100644 dev/asio/include/asio/impl/connect.hpp create mode 100644 dev/asio/include/asio/impl/connect_pipe.hpp create mode 100644 dev/asio/include/asio/impl/connect_pipe.ipp create mode 100644 dev/asio/include/asio/impl/consign.hpp create mode 100644 dev/asio/include/asio/impl/deferred.hpp create mode 100644 dev/asio/include/asio/impl/detached.hpp create mode 100644 dev/asio/include/asio/impl/error.ipp create mode 100644 dev/asio/include/asio/impl/error_code.ipp create mode 100644 dev/asio/include/asio/impl/execution_context.hpp create mode 100644 dev/asio/include/asio/impl/execution_context.ipp create mode 100644 dev/asio/include/asio/impl/executor.hpp create mode 100644 dev/asio/include/asio/impl/executor.ipp create mode 100644 dev/asio/include/asio/impl/handler_alloc_hook.ipp create mode 100644 dev/asio/include/asio/impl/io_context.hpp create mode 100644 dev/asio/include/asio/impl/io_context.ipp create mode 100644 dev/asio/include/asio/impl/multiple_exceptions.ipp create mode 100644 dev/asio/include/asio/impl/prepend.hpp create mode 100644 dev/asio/include/asio/impl/read.hpp create mode 100644 dev/asio/include/asio/impl/read_at.hpp create mode 100644 dev/asio/include/asio/impl/read_until.hpp create mode 100644 dev/asio/include/asio/impl/redirect_error.hpp create mode 100644 dev/asio/include/asio/impl/serial_port_base.hpp create mode 100644 dev/asio/include/asio/impl/serial_port_base.ipp create mode 100644 dev/asio/include/asio/impl/spawn.hpp create mode 100644 dev/asio/include/asio/impl/src.hpp create mode 100644 dev/asio/include/asio/impl/system_context.hpp create mode 100644 dev/asio/include/asio/impl/system_context.ipp create mode 100644 dev/asio/include/asio/impl/system_executor.hpp create mode 100644 dev/asio/include/asio/impl/thread_pool.hpp create mode 100644 dev/asio/include/asio/impl/thread_pool.ipp create mode 100644 dev/asio/include/asio/impl/use_awaitable.hpp create mode 100644 dev/asio/include/asio/impl/use_future.hpp create mode 100644 dev/asio/include/asio/impl/write.hpp create mode 100644 dev/asio/include/asio/impl/write_at.hpp create mode 100644 dev/asio/include/asio/io_context.hpp create mode 100644 dev/asio/include/asio/io_context_strand.hpp create mode 100644 dev/asio/include/asio/io_service.hpp create mode 100644 dev/asio/include/asio/io_service_strand.hpp create mode 100644 dev/asio/include/asio/ip/address.hpp create mode 100644 dev/asio/include/asio/ip/address_v4.hpp create mode 100644 dev/asio/include/asio/ip/address_v4_iterator.hpp create mode 100644 dev/asio/include/asio/ip/address_v4_range.hpp create mode 100644 dev/asio/include/asio/ip/address_v6.hpp create mode 100644 dev/asio/include/asio/ip/address_v6_iterator.hpp create mode 100644 dev/asio/include/asio/ip/address_v6_range.hpp create mode 100644 dev/asio/include/asio/ip/bad_address_cast.hpp create mode 100644 dev/asio/include/asio/ip/basic_endpoint.hpp create mode 100644 dev/asio/include/asio/ip/basic_resolver.hpp create mode 100644 dev/asio/include/asio/ip/basic_resolver_entry.hpp create mode 100644 dev/asio/include/asio/ip/basic_resolver_iterator.hpp create mode 100644 dev/asio/include/asio/ip/basic_resolver_query.hpp create mode 100644 dev/asio/include/asio/ip/basic_resolver_results.hpp create mode 100644 dev/asio/include/asio/ip/detail/endpoint.hpp create mode 100644 dev/asio/include/asio/ip/detail/impl/endpoint.ipp create mode 100644 dev/asio/include/asio/ip/detail/socket_option.hpp create mode 100644 dev/asio/include/asio/ip/host_name.hpp create mode 100644 dev/asio/include/asio/ip/icmp.hpp create mode 100644 dev/asio/include/asio/ip/impl/address.hpp create mode 100644 dev/asio/include/asio/ip/impl/address.ipp create mode 100644 dev/asio/include/asio/ip/impl/address_v4.hpp create mode 100644 dev/asio/include/asio/ip/impl/address_v4.ipp create mode 100644 dev/asio/include/asio/ip/impl/address_v6.hpp create mode 100644 dev/asio/include/asio/ip/impl/address_v6.ipp create mode 100644 dev/asio/include/asio/ip/impl/basic_endpoint.hpp create mode 100644 dev/asio/include/asio/ip/impl/host_name.ipp create mode 100644 dev/asio/include/asio/ip/impl/network_v4.hpp create mode 100644 dev/asio/include/asio/ip/impl/network_v4.ipp create mode 100644 dev/asio/include/asio/ip/impl/network_v6.hpp create mode 100644 dev/asio/include/asio/ip/impl/network_v6.ipp create mode 100644 dev/asio/include/asio/ip/multicast.hpp create mode 100644 dev/asio/include/asio/ip/network_v4.hpp create mode 100644 dev/asio/include/asio/ip/network_v6.hpp create mode 100644 dev/asio/include/asio/ip/resolver_base.hpp create mode 100644 dev/asio/include/asio/ip/resolver_query_base.hpp create mode 100644 dev/asio/include/asio/ip/tcp.hpp create mode 100644 dev/asio/include/asio/ip/udp.hpp create mode 100644 dev/asio/include/asio/ip/unicast.hpp create mode 100644 dev/asio/include/asio/ip/v6_only.hpp create mode 100644 dev/asio/include/asio/is_applicable_property.hpp create mode 100644 dev/asio/include/asio/is_contiguous_iterator.hpp create mode 100644 dev/asio/include/asio/is_executor.hpp create mode 100644 dev/asio/include/asio/is_read_buffered.hpp create mode 100644 dev/asio/include/asio/is_write_buffered.hpp create mode 100644 dev/asio/include/asio/local/basic_endpoint.hpp create mode 100644 dev/asio/include/asio/local/connect_pair.hpp create mode 100644 dev/asio/include/asio/local/datagram_protocol.hpp create mode 100644 dev/asio/include/asio/local/detail/endpoint.hpp create mode 100644 dev/asio/include/asio/local/detail/impl/endpoint.ipp create mode 100644 dev/asio/include/asio/local/seq_packet_protocol.hpp create mode 100644 dev/asio/include/asio/local/stream_protocol.hpp create mode 100644 dev/asio/include/asio/multiple_exceptions.hpp create mode 100644 dev/asio/include/asio/packaged_task.hpp create mode 100644 dev/asio/include/asio/placeholders.hpp create mode 100644 dev/asio/include/asio/posix/basic_descriptor.hpp create mode 100644 dev/asio/include/asio/posix/basic_stream_descriptor.hpp create mode 100644 dev/asio/include/asio/posix/descriptor.hpp create mode 100644 dev/asio/include/asio/posix/descriptor_base.hpp create mode 100644 dev/asio/include/asio/posix/stream_descriptor.hpp create mode 100644 dev/asio/include/asio/post.hpp create mode 100644 dev/asio/include/asio/prefer.hpp create mode 100644 dev/asio/include/asio/prepend.hpp create mode 100644 dev/asio/include/asio/query.hpp create mode 100644 dev/asio/include/asio/random_access_file.hpp create mode 100644 dev/asio/include/asio/read.hpp create mode 100644 dev/asio/include/asio/read_at.hpp create mode 100644 dev/asio/include/asio/read_until.hpp create mode 100644 dev/asio/include/asio/readable_pipe.hpp create mode 100644 dev/asio/include/asio/recycling_allocator.hpp create mode 100644 dev/asio/include/asio/redirect_error.hpp create mode 100644 dev/asio/include/asio/registered_buffer.hpp create mode 100644 dev/asio/include/asio/require.hpp create mode 100644 dev/asio/include/asio/require_concept.hpp create mode 100644 dev/asio/include/asio/serial_port.hpp create mode 100644 dev/asio/include/asio/serial_port_base.hpp create mode 100644 dev/asio/include/asio/signal_set.hpp create mode 100644 dev/asio/include/asio/signal_set_base.hpp create mode 100644 dev/asio/include/asio/socket_base.hpp create mode 100644 dev/asio/include/asio/spawn.hpp create mode 100644 dev/asio/include/asio/ssl.hpp create mode 100644 dev/asio/include/asio/ssl/context.hpp create mode 100644 dev/asio/include/asio/ssl/context_base.hpp create mode 100644 dev/asio/include/asio/ssl/detail/buffered_handshake_op.hpp create mode 100644 dev/asio/include/asio/ssl/detail/engine.hpp create mode 100644 dev/asio/include/asio/ssl/detail/handshake_op.hpp create mode 100644 dev/asio/include/asio/ssl/detail/impl/engine.ipp create mode 100644 dev/asio/include/asio/ssl/detail/impl/openssl_init.ipp create mode 100644 dev/asio/include/asio/ssl/detail/io.hpp create mode 100644 dev/asio/include/asio/ssl/detail/openssl_init.hpp create mode 100644 dev/asio/include/asio/ssl/detail/openssl_types.hpp create mode 100644 dev/asio/include/asio/ssl/detail/password_callback.hpp create mode 100644 dev/asio/include/asio/ssl/detail/read_op.hpp create mode 100644 dev/asio/include/asio/ssl/detail/shutdown_op.hpp create mode 100644 dev/asio/include/asio/ssl/detail/stream_core.hpp create mode 100644 dev/asio/include/asio/ssl/detail/verify_callback.hpp create mode 100644 dev/asio/include/asio/ssl/detail/write_op.hpp create mode 100644 dev/asio/include/asio/ssl/error.hpp create mode 100644 dev/asio/include/asio/ssl/host_name_verification.hpp create mode 100644 dev/asio/include/asio/ssl/impl/context.hpp create mode 100644 dev/asio/include/asio/ssl/impl/context.ipp create mode 100644 dev/asio/include/asio/ssl/impl/error.ipp create mode 100644 dev/asio/include/asio/ssl/impl/host_name_verification.ipp create mode 100644 dev/asio/include/asio/ssl/impl/rfc2818_verification.ipp create mode 100644 dev/asio/include/asio/ssl/impl/src.hpp create mode 100644 dev/asio/include/asio/ssl/rfc2818_verification.hpp create mode 100644 dev/asio/include/asio/ssl/stream.hpp create mode 100644 dev/asio/include/asio/ssl/stream_base.hpp create mode 100644 dev/asio/include/asio/ssl/verify_context.hpp create mode 100644 dev/asio/include/asio/ssl/verify_mode.hpp create mode 100644 dev/asio/include/asio/static_thread_pool.hpp create mode 100644 dev/asio/include/asio/steady_timer.hpp create mode 100644 dev/asio/include/asio/strand.hpp create mode 100644 dev/asio/include/asio/stream_file.hpp create mode 100644 dev/asio/include/asio/streambuf.hpp create mode 100644 dev/asio/include/asio/system_context.hpp create mode 100644 dev/asio/include/asio/system_error.hpp create mode 100644 dev/asio/include/asio/system_executor.hpp create mode 100644 dev/asio/include/asio/system_timer.hpp create mode 100644 dev/asio/include/asio/this_coro.hpp create mode 100644 dev/asio/include/asio/thread.hpp create mode 100644 dev/asio/include/asio/thread_pool.hpp create mode 100644 dev/asio/include/asio/time_traits.hpp create mode 100644 dev/asio/include/asio/traits/bulk_execute_free.hpp create mode 100644 dev/asio/include/asio/traits/bulk_execute_member.hpp create mode 100644 dev/asio/include/asio/traits/connect_free.hpp create mode 100644 dev/asio/include/asio/traits/connect_member.hpp create mode 100644 dev/asio/include/asio/traits/equality_comparable.hpp create mode 100644 dev/asio/include/asio/traits/execute_free.hpp create mode 100644 dev/asio/include/asio/traits/execute_member.hpp create mode 100644 dev/asio/include/asio/traits/prefer_free.hpp create mode 100644 dev/asio/include/asio/traits/prefer_member.hpp create mode 100644 dev/asio/include/asio/traits/query_free.hpp create mode 100644 dev/asio/include/asio/traits/query_member.hpp create mode 100644 dev/asio/include/asio/traits/query_static_constexpr_member.hpp create mode 100644 dev/asio/include/asio/traits/require_concept_free.hpp create mode 100644 dev/asio/include/asio/traits/require_concept_member.hpp create mode 100644 dev/asio/include/asio/traits/require_free.hpp create mode 100644 dev/asio/include/asio/traits/require_member.hpp create mode 100644 dev/asio/include/asio/traits/schedule_free.hpp create mode 100644 dev/asio/include/asio/traits/schedule_member.hpp create mode 100644 dev/asio/include/asio/traits/set_done_free.hpp create mode 100644 dev/asio/include/asio/traits/set_done_member.hpp create mode 100644 dev/asio/include/asio/traits/set_error_free.hpp create mode 100644 dev/asio/include/asio/traits/set_error_member.hpp create mode 100644 dev/asio/include/asio/traits/set_value_free.hpp create mode 100644 dev/asio/include/asio/traits/set_value_member.hpp create mode 100644 dev/asio/include/asio/traits/start_free.hpp create mode 100644 dev/asio/include/asio/traits/start_member.hpp create mode 100644 dev/asio/include/asio/traits/static_query.hpp create mode 100644 dev/asio/include/asio/traits/static_require.hpp create mode 100644 dev/asio/include/asio/traits/static_require_concept.hpp create mode 100644 dev/asio/include/asio/traits/submit_free.hpp create mode 100644 dev/asio/include/asio/traits/submit_member.hpp create mode 100644 dev/asio/include/asio/ts/buffer.hpp create mode 100644 dev/asio/include/asio/ts/executor.hpp create mode 100644 dev/asio/include/asio/ts/internet.hpp create mode 100644 dev/asio/include/asio/ts/io_context.hpp create mode 100644 dev/asio/include/asio/ts/net.hpp create mode 100644 dev/asio/include/asio/ts/netfwd.hpp create mode 100644 dev/asio/include/asio/ts/socket.hpp create mode 100644 dev/asio/include/asio/ts/timer.hpp create mode 100644 dev/asio/include/asio/unyield.hpp create mode 100644 dev/asio/include/asio/use_awaitable.hpp create mode 100644 dev/asio/include/asio/use_future.hpp create mode 100644 dev/asio/include/asio/uses_executor.hpp create mode 100644 dev/asio/include/asio/version.hpp create mode 100644 dev/asio/include/asio/wait_traits.hpp create mode 100644 dev/asio/include/asio/windows/basic_object_handle.hpp create mode 100644 dev/asio/include/asio/windows/basic_overlapped_handle.hpp create mode 100644 dev/asio/include/asio/windows/basic_random_access_handle.hpp create mode 100644 dev/asio/include/asio/windows/basic_stream_handle.hpp create mode 100644 dev/asio/include/asio/windows/object_handle.hpp create mode 100644 dev/asio/include/asio/windows/overlapped_handle.hpp create mode 100644 dev/asio/include/asio/windows/overlapped_ptr.hpp create mode 100644 dev/asio/include/asio/windows/random_access_handle.hpp create mode 100644 dev/asio/include/asio/windows/stream_handle.hpp create mode 100644 dev/asio/include/asio/writable_pipe.hpp create mode 100644 dev/asio/include/asio/write.hpp create mode 100644 dev/asio/include/asio/write_at.hpp create mode 100644 dev/asio/include/asio/yield.hpp create mode 100644 dev/asio_mxxru/prj.rb create mode 100644 dev/benches/CMakeLists.txt create mode 100644 dev/benches/build_benches.rb create mode 100644 dev/benches/common_args/app_args.hpp create mode 100644 dev/benches/single_handler/CMakeLists.txt create mode 100644 dev/benches/single_handler/main.cpp create mode 100644 dev/benches/single_handler/prj.rb create mode 100644 dev/benches/single_handler_no_timer/CMakeLists.txt create mode 100644 dev/benches/single_handler_no_timer/main.cpp create mode 100644 dev/benches/single_handler_no_timer/prj.rb create mode 100644 dev/benches/single_handler_so5_timer/CMakeLists.txt create mode 100644 dev/benches/single_handler_so5_timer/main.cpp create mode 100644 dev/benches/single_handler_so5_timer/prj.rb create mode 100755 dev/build.rb create mode 100644 dev/catch2/catch.hpp create mode 100644 dev/catch2/catch_reporter_automake.hpp create mode 100644 dev/catch2/catch_reporter_sonarqube.hpp create mode 100644 dev/catch2/catch_reporter_tap.hpp create mode 100644 dev/catch2/catch_reporter_teamcity.hpp create mode 100644 dev/clara/clara.hpp create mode 100644 dev/cmake/bench.cmake create mode 100644 dev/cmake/link_atomic_if_necessary.cmake create mode 100644 dev/cmake/link_threads_if_necessary.cmake create mode 100644 dev/cmake/modules/FindPCRE.cmake create mode 100644 dev/cmake/modules/FindPCRE2.cmake create mode 100644 dev/cmake/modules/Findhttp-parser.cmake create mode 100644 dev/cmake/run_tests.bat create mode 100644 dev/cmake/sample.cmake create mode 100644 dev/cmake/testbench.cmake create mode 100644 dev/cmake/unittest.cmake create mode 100644 dev/fmt/CMakeLists.txt create mode 100644 dev/fmt/ChangeLog.rst create mode 100644 dev/fmt/README.rst create mode 100644 dev/fmt/include/fmt/args.h create mode 100644 dev/fmt/include/fmt/chrono.h create mode 100644 dev/fmt/include/fmt/color.h create mode 100644 dev/fmt/include/fmt/compile.h create mode 100644 dev/fmt/include/fmt/core.h create mode 100644 dev/fmt/include/fmt/format-inl.h create mode 100644 dev/fmt/include/fmt/format.h create mode 100644 dev/fmt/include/fmt/os.h create mode 100644 dev/fmt/include/fmt/ostream.h create mode 100644 dev/fmt/include/fmt/printf.h create mode 100644 dev/fmt/include/fmt/ranges.h create mode 100644 dev/fmt/include/fmt/std.h create mode 100644 dev/fmt/include/fmt/xchar.h create mode 100644 dev/fmt/src/fmt.cc create mode 100644 dev/fmt/src/format.cc create mode 100644 dev/fmt/src/os.cc create mode 100644 dev/fmt/support/Android.mk create mode 100644 dev/fmt/support/AndroidManifest.xml create mode 100644 dev/fmt/support/C++.sublime-syntax create mode 100644 dev/fmt/support/README create mode 100644 dev/fmt/support/Vagrantfile create mode 100644 dev/fmt/support/bazel/.bazelversion create mode 100644 dev/fmt/support/bazel/BUILD.bazel create mode 100644 dev/fmt/support/bazel/README.md create mode 100644 dev/fmt/support/bazel/WORKSPACE.bazel create mode 100755 dev/fmt/support/build-docs.py create mode 100644 dev/fmt/support/build.gradle create mode 100644 dev/fmt/support/cmake/FindSetEnv.cmake create mode 100644 dev/fmt/support/cmake/JoinPaths.cmake create mode 100644 dev/fmt/support/cmake/fmt-config.cmake.in create mode 100644 dev/fmt/support/cmake/fmt.pc.in create mode 100755 dev/fmt/support/compute-powers.py create mode 100644 dev/fmt/support/docopt.py create mode 100755 dev/fmt/support/manage.py create mode 100755 dev/fmt/support/printable.py create mode 100755 dev/fmt/support/rst2md.py create mode 100644 dev/fmt/support/rtd/conf.py create mode 100644 dev/fmt/support/rtd/index.rst create mode 100644 dev/fmt/support/rtd/theme/layout.html create mode 100644 dev/fmt/support/rtd/theme/theme.conf create mode 100644 dev/fmt_mxxru/prj.rb create mode 100644 dev/json_dto/CMakeLists.txt create mode 100644 dev/json_dto/cmake/json-dto-config.cmake.in create mode 100644 dev/json_dto/cmake/target.cmake create mode 100644 dev/json_dto/pub.hpp create mode 100644 dev/json_dto/validators.hpp create mode 100644 dev/local-build.rb.example create mode 100644 dev/mainpage.dox create mode 100644 dev/nodejs/http_parser/CMakeLists.txt create mode 100644 dev/nodejs/http_parser/http_parser.c create mode 100644 dev/nodejs/http_parser/http_parser.h create mode 100644 dev/nodejs/http_parser_mxxru/prj.rb create mode 100644 dev/rapidjson/include/rapidjson/allocators.h create mode 100644 dev/rapidjson/include/rapidjson/document.h create mode 100644 dev/rapidjson/include/rapidjson/encodedstream.h create mode 100644 dev/rapidjson/include/rapidjson/encodings.h create mode 100644 dev/rapidjson/include/rapidjson/error/en.h create mode 100644 dev/rapidjson/include/rapidjson/error/error.h create mode 100644 dev/rapidjson/include/rapidjson/filereadstream.h create mode 100644 dev/rapidjson/include/rapidjson/filewritestream.h create mode 100644 dev/rapidjson/include/rapidjson/fwd.h create mode 100644 dev/rapidjson/include/rapidjson/internal/biginteger.h create mode 100644 dev/rapidjson/include/rapidjson/internal/diyfp.h create mode 100644 dev/rapidjson/include/rapidjson/internal/dtoa.h create mode 100644 dev/rapidjson/include/rapidjson/internal/ieee754.h create mode 100644 dev/rapidjson/include/rapidjson/internal/itoa.h create mode 100644 dev/rapidjson/include/rapidjson/internal/meta.h create mode 100644 dev/rapidjson/include/rapidjson/internal/pow10.h create mode 100644 dev/rapidjson/include/rapidjson/internal/regex.h create mode 100644 dev/rapidjson/include/rapidjson/internal/stack.h create mode 100644 dev/rapidjson/include/rapidjson/internal/strfunc.h create mode 100644 dev/rapidjson/include/rapidjson/internal/strtod.h create mode 100644 dev/rapidjson/include/rapidjson/internal/swap.h create mode 100644 dev/rapidjson/include/rapidjson/istreamwrapper.h create mode 100644 dev/rapidjson/include/rapidjson/memorybuffer.h create mode 100644 dev/rapidjson/include/rapidjson/memorystream.h create mode 100644 dev/rapidjson/include/rapidjson/msinttypes/inttypes.h create mode 100644 dev/rapidjson/include/rapidjson/msinttypes/stdint.h create mode 100644 dev/rapidjson/include/rapidjson/ostreamwrapper.h create mode 100644 dev/rapidjson/include/rapidjson/pointer.h create mode 100644 dev/rapidjson/include/rapidjson/prettywriter.h create mode 100644 dev/rapidjson/include/rapidjson/rapidjson.h create mode 100644 dev/rapidjson/include/rapidjson/reader.h create mode 100644 dev/rapidjson/include/rapidjson/schema.h create mode 100644 dev/rapidjson/include/rapidjson/stream.h create mode 100644 dev/rapidjson/include/rapidjson/stringbuffer.h create mode 100644 dev/rapidjson/include/rapidjson/writer.h create mode 100644 dev/rapidjson_mxxru/prj.rb create mode 100644 dev/restinio/CMakeLists.txt create mode 100644 dev/restinio/all.hpp create mode 100644 dev/restinio/asio_helper.rb create mode 100644 dev/restinio/asio_include.hpp create mode 100644 dev/restinio/asio_timer_manager.hpp create mode 100644 dev/restinio/boost_helper.rb create mode 100644 dev/restinio/buffers.hpp create mode 100644 dev/restinio/cast_to.hpp create mode 100644 dev/restinio/chunked_input_info.hpp create mode 100644 dev/restinio/cmake/restinio-config.cmake.in create mode 100644 dev/restinio/cmake/target.cmake create mode 100644 dev/restinio/common_types.hpp create mode 100644 dev/restinio/compiler_features.hpp create mode 100644 dev/restinio/connection_count_limiter.hpp create mode 100644 dev/restinio/connection_state_listener.hpp create mode 100644 dev/restinio/default_strands.hpp create mode 100644 dev/restinio/exception.hpp create mode 100644 dev/restinio/expected.hpp create mode 100644 dev/restinio/helpers/easy_parser.hpp create mode 100644 dev/restinio/helpers/file_upload.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/accept-charset.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/accept-encoding.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/accept-language.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/accept.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/authorization.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/basic_auth.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/basics.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/bearer_auth.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/cache-control.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/connection.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/content-disposition.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/content-encoding.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/content-type.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/details/pct_encoded_symbols.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/host.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/media-type.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/range.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/transfer-encoding.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/try_parse_field.hpp create mode 100644 dev/restinio/helpers/http_field_parsers/user-agent.hpp create mode 100644 dev/restinio/helpers/multipart_body.hpp create mode 100644 dev/restinio/helpers/string_algo.hpp create mode 100644 dev/restinio/http_headers.hpp create mode 100644 dev/restinio/http_server.hpp create mode 100644 dev/restinio/http_server_run.hpp create mode 100644 dev/restinio/impl/acceptor.hpp create mode 100644 dev/restinio/impl/connection.hpp create mode 100644 dev/restinio/impl/connection_base.hpp create mode 100644 dev/restinio/impl/connection_settings.hpp create mode 100644 dev/restinio/impl/executor_wrapper.hpp create mode 100644 dev/restinio/impl/fixed_buffer.hpp create mode 100644 dev/restinio/impl/header_helpers.hpp create mode 100644 dev/restinio/impl/include_fmtlib.hpp create mode 100644 dev/restinio/impl/ioctx_on_thread_pool.hpp create mode 100644 dev/restinio/impl/os_posix.ipp create mode 100644 dev/restinio/impl/os_unknown.ipp create mode 100644 dev/restinio/impl/os_win.ipp create mode 100644 dev/restinio/impl/overflow_controlled_integer_accumulator.hpp create mode 100644 dev/restinio/impl/parser_callbacks.ipp create mode 100644 dev/restinio/impl/response_coordinator.hpp create mode 100644 dev/restinio/impl/sendfile_operation.hpp create mode 100644 dev/restinio/impl/sendfile_operation_default.ipp create mode 100644 dev/restinio/impl/sendfile_operation_posix.ipp create mode 100644 dev/restinio/impl/sendfile_operation_win.ipp create mode 100644 dev/restinio/impl/string_caseless_compare.hpp create mode 100644 dev/restinio/impl/tls_socket.hpp create mode 100644 dev/restinio/impl/to_lower_lut.hpp create mode 100644 dev/restinio/impl/write_group_output_ctx.hpp create mode 100644 dev/restinio/incoming_http_msg_limits.hpp create mode 100644 dev/restinio/ip_blocker.hpp create mode 100644 dev/restinio/lib_finder.rb create mode 100644 dev/restinio/message_builders.hpp create mode 100644 dev/restinio/null_logger.hpp create mode 100644 dev/restinio/null_mutex.hpp create mode 100644 dev/restinio/null_timer_manager.hpp create mode 100644 dev/restinio/open_ssl_libs.rb create mode 100644 dev/restinio/openssl_find.rb create mode 100644 dev/restinio/optional.hpp create mode 100644 dev/restinio/os.hpp create mode 100644 dev/restinio/ostream_logger.hpp create mode 100644 dev/restinio/path2regex/path2regex.hpp create mode 100644 dev/restinio/pcre2_find.rb create mode 100644 dev/restinio/pcre2_libs.rb create mode 100644 dev/restinio/pcre_find.rb create mode 100644 dev/restinio/pcre_libs.rb create mode 100644 dev/restinio/platform_specific_libs.rb create mode 100644 dev/restinio/request_handler.hpp create mode 100644 dev/restinio/router/boost_regex_engine.hpp create mode 100644 dev/restinio/router/easy_parser_router.hpp create mode 100644 dev/restinio/router/express.hpp create mode 100644 dev/restinio/router/impl/target_path_holder.hpp create mode 100644 dev/restinio/router/method_matcher.hpp create mode 100644 dev/restinio/router/non_matched_request_handler.hpp create mode 100644 dev/restinio/router/pcre2_regex_engine.hpp create mode 100644 dev/restinio/router/pcre_regex_engine.hpp create mode 100644 dev/restinio/router/std_regex_engine.hpp create mode 100644 dev/restinio/sendfile.hpp create mode 100644 dev/restinio/sendfile_defs_default.hpp create mode 100644 dev/restinio/sendfile_defs_posix.hpp create mode 100644 dev/restinio/sendfile_defs_win.hpp create mode 100644 dev/restinio/settings.hpp create mode 100644 dev/restinio/so5/so_timer_manager.hpp create mode 100644 dev/restinio/string_view.hpp create mode 100644 dev/restinio/sync_chain/fixed_size.hpp create mode 100644 dev/restinio/sync_chain/growable_size.hpp create mode 100644 dev/restinio/tcp_connection_ctx_base.hpp create mode 100644 dev/restinio/third_party/expected-lite/expected.hpp create mode 100644 dev/restinio/third_party/optional-lite/optional.hpp create mode 100644 dev/restinio/third_party/string-view-lite/string_view.hpp create mode 100644 dev/restinio/third_party/variant-lite/variant.hpp create mode 100644 dev/restinio/third_party/zlib/CMakeLists.txt create mode 100644 dev/restinio/third_party/zlib/adler32.c create mode 100644 dev/restinio/third_party/zlib/compress.c create mode 100644 dev/restinio/third_party/zlib/contrib/amd64/amd64-match.S create mode 100644 dev/restinio/third_party/zlib/contrib/asm686/README.686 create mode 100644 dev/restinio/third_party/zlib/contrib/asm686/match.S create mode 100644 dev/restinio/third_party/zlib/contrib/masmx64/bld_ml64.bat create mode 100644 dev/restinio/third_party/zlib/contrib/masmx64/gvmat64.asm create mode 100644 dev/restinio/third_party/zlib/contrib/masmx64/inffas8664.c create mode 100644 dev/restinio/third_party/zlib/contrib/masmx64/inffasx64.asm create mode 100644 dev/restinio/third_party/zlib/contrib/masmx64/readme.txt create mode 100644 dev/restinio/third_party/zlib/contrib/win32/DLL_FAQ.txt create mode 100644 dev/restinio/third_party/zlib/contrib/win32/Makefile.bor create mode 100644 dev/restinio/third_party/zlib/contrib/win32/Makefile.gcc create mode 100644 dev/restinio/third_party/zlib/contrib/win32/Makefile.msc create mode 100644 dev/restinio/third_party/zlib/contrib/win32/README-WIN32.txt create mode 100644 dev/restinio/third_party/zlib/contrib/win32/VisualC.txt create mode 100644 dev/restinio/third_party/zlib/contrib/win32/zlib.def create mode 100644 dev/restinio/third_party/zlib/contrib/win32/zlib1.rc create mode 100644 dev/restinio/third_party/zlib/crc32.c create mode 100644 dev/restinio/third_party/zlib/crc32.h create mode 100644 dev/restinio/third_party/zlib/deflate.c create mode 100644 dev/restinio/third_party/zlib/deflate.h create mode 100644 dev/restinio/third_party/zlib/gzclose.c create mode 100644 dev/restinio/third_party/zlib/gzguts.h create mode 100644 dev/restinio/third_party/zlib/gzlib.c create mode 100644 dev/restinio/third_party/zlib/gzread.c create mode 100644 dev/restinio/third_party/zlib/gzwrite.c create mode 100644 dev/restinio/third_party/zlib/infback.c create mode 100644 dev/restinio/third_party/zlib/inffast.c create mode 100644 dev/restinio/third_party/zlib/inffast.h create mode 100644 dev/restinio/third_party/zlib/inffixed.h create mode 100644 dev/restinio/third_party/zlib/inflate.c create mode 100644 dev/restinio/third_party/zlib/inflate.h create mode 100644 dev/restinio/third_party/zlib/inftrees.c create mode 100644 dev/restinio/third_party/zlib/inftrees.h create mode 100644 dev/restinio/third_party/zlib/prj.rb create mode 100644 dev/restinio/third_party/zlib/trees.c create mode 100644 dev/restinio/third_party/zlib/trees.h create mode 100644 dev/restinio/third_party/zlib/uncompr.c create mode 100644 dev/restinio/third_party/zlib/win32/DLL_FAQ.txt create mode 100644 dev/restinio/third_party/zlib/win32/Makefile.bor create mode 100644 dev/restinio/third_party/zlib/win32/Makefile.gcc create mode 100644 dev/restinio/third_party/zlib/win32/Makefile.msc create mode 100644 dev/restinio/third_party/zlib/win32/README-WIN32.txt create mode 100644 dev/restinio/third_party/zlib/win32/VisualC.txt create mode 100644 dev/restinio/third_party/zlib/win32/zlib.def create mode 100644 dev/restinio/third_party/zlib/win32/zlib1.rc create mode 100644 dev/restinio/third_party/zlib/zconf.h create mode 100644 dev/restinio/third_party/zlib/zlib.h create mode 100644 dev/restinio/third_party/zlib/zutil.c create mode 100644 dev/restinio/third_party/zlib/zutil.h create mode 100644 dev/restinio/timer_common.hpp create mode 100644 dev/restinio/tls.hpp create mode 100644 dev/restinio/tls_fwd.hpp create mode 100644 dev/restinio/traits.hpp create mode 100644 dev/restinio/transforms/zlib.hpp create mode 100644 dev/restinio/uri_helpers.hpp create mode 100644 dev/restinio/utils/at_scope_exit.hpp create mode 100644 dev/restinio/utils/base64.hpp create mode 100644 dev/restinio/utils/base64_lut.ipp create mode 100644 dev/restinio/utils/from_string.hpp create mode 100644 dev/restinio/utils/from_string_details.ipp create mode 100644 dev/restinio/utils/impl/bitops.hpp create mode 100644 dev/restinio/utils/impl/safe_uint_truncate.hpp create mode 100644 dev/restinio/utils/metaprogramming.hpp create mode 100644 dev/restinio/utils/percent_encoding.hpp create mode 100644 dev/restinio/utils/sha1.hpp create mode 100644 dev/restinio/utils/suppress_exceptions.hpp create mode 100644 dev/restinio/utils/tagged_scalar.hpp create mode 100644 dev/restinio/utils/tuple_algorithms.hpp create mode 100644 dev/restinio/utils/utf8_checker.hpp create mode 100644 dev/restinio/value_or.hpp create mode 100644 dev/restinio/variant.hpp create mode 100644 dev/restinio/version.hpp create mode 100644 dev/restinio/websocket/impl/utf8.hpp create mode 100644 dev/restinio/websocket/impl/ws_connection.hpp create mode 100644 dev/restinio/websocket/impl/ws_connection_base.hpp create mode 100644 dev/restinio/websocket/impl/ws_parser.hpp create mode 100644 dev/restinio/websocket/impl/ws_protocol_validator.hpp create mode 100644 dev/restinio/websocket/message.hpp create mode 100644 dev/restinio/websocket/websocket.hpp create mode 100644 dev/restinio/zlib_find.rb create mode 100644 dev/restinio/zlib_libs.rb create mode 100644 dev/sample/CMakeLists.txt create mode 100644 dev/sample/async_handling_with_sobjectizer/CMakeLists.txt create mode 100644 dev/sample/async_handling_with_sobjectizer/main.cpp create mode 100644 dev/sample/async_handling_with_sobjectizer/prj.rb create mode 100644 dev/sample/build_samples.rb create mode 100644 dev/sample/chained_handlers/CMakeLists.txt create mode 100644 dev/sample/chained_handlers/main.cpp create mode 100644 dev/sample/chained_handlers/prj.rb create mode 100644 dev/sample/compression/CMakeLists.txt create mode 100644 dev/sample/compression/main.cpp create mode 100644 dev/sample/compression/prj.rb create mode 100644 dev/sample/connection_state/CMakeLists.txt create mode 100644 dev/sample/connection_state/main.cpp create mode 100644 dev/sample/connection_state/prj.rb create mode 100644 dev/sample/custom_buffer/CMakeLists.txt create mode 100644 dev/sample/custom_buffer/main.cpp create mode 100644 dev/sample/custom_buffer/prj.rb create mode 100644 dev/sample/decompression/CMakeLists.txt create mode 100644 dev/sample/decompression/main.cpp create mode 100644 dev/sample/decompression/prj.rb create mode 100755 dev/sample/decompression/test_decompression.sh create mode 100755 dev/sample/easy_parser_router/CMakeLists.txt create mode 100644 dev/sample/easy_parser_router/main.cpp create mode 100644 dev/sample/easy_parser_router/prj.rb create mode 100755 dev/sample/express_router/CMakeLists.txt create mode 100644 dev/sample/express_router/main.cpp create mode 100644 dev/sample/express_router/prj.rb create mode 100755 dev/sample/express_router_tutorial/CMakeLists.txt create mode 100644 dev/sample/express_router_tutorial/main.cpp create mode 100644 dev/sample/express_router_tutorial/prj.rb create mode 100644 dev/sample/extra_data_factory/CMakeLists.txt create mode 100644 dev/sample/extra_data_factory/main.cpp create mode 100644 dev/sample/extra_data_factory/prj.rb create mode 100644 dev/sample/file_upload/CMakeLists.txt create mode 100644 dev/sample/file_upload/main.cpp create mode 100644 dev/sample/file_upload/prj.rb create mode 100755 dev/sample/hello_world/CMakeLists.txt create mode 100644 dev/sample/hello_world/main.cpp create mode 100644 dev/sample/hello_world/prj.rb create mode 100644 dev/sample/hello_world_basic/CMakeLists.txt create mode 100644 dev/sample/hello_world_basic/main.cpp create mode 100644 dev/sample/hello_world_basic/prj.rb create mode 100644 dev/sample/hello_world_delayed/CMakeLists.txt create mode 100644 dev/sample/hello_world_delayed/main.cpp create mode 100644 dev/sample/hello_world_delayed/prj.rb create mode 100755 dev/sample/hello_world_https/CMakeLists.txt create mode 100644 dev/sample/hello_world_https/dh2048.pem create mode 100644 dev/sample/hello_world_https/key.pem create mode 100644 dev/sample/hello_world_https/main.cpp create mode 100644 dev/sample/hello_world_https/prj.rb create mode 100644 dev/sample/hello_world_https/server.pem create mode 100644 dev/sample/hello_world_minimal/CMakeLists.txt create mode 100644 dev/sample/hello_world_minimal/main.cpp create mode 100644 dev/sample/hello_world_minimal/prj.rb create mode 100644 dev/sample/hello_world_sendfile/CMakeLists.txt create mode 100644 dev/sample/hello_world_sendfile/main.cpp create mode 100644 dev/sample/hello_world_sendfile/prj.rb create mode 100644 dev/sample/hello_world_sendfile_https/CMakeLists.txt create mode 100644 dev/sample/hello_world_sendfile_https/main.cpp create mode 100644 dev/sample/hello_world_sendfile_https/prj.rb create mode 100644 dev/sample/hello_world_sendfile_w32_unicode/CMakeLists.txt create mode 100644 dev/sample/hello_world_sendfile_w32_unicode/main.cpp create mode 100644 dev/sample/hello_world_sendfile_w32_unicode/prj.rb create mode 100644 dev/sample/ip_blocker/CMakeLists.txt create mode 100644 dev/sample/ip_blocker/main.cpp create mode 100644 dev/sample/ip_blocker/prj.rb create mode 100644 dev/sample/notificators/CMakeLists.txt create mode 100644 dev/sample/notificators/main.cpp create mode 100644 dev/sample/notificators/prj.rb create mode 100755 dev/sample/query_string_params/CMakeLists.txt create mode 100644 dev/sample/query_string_params/main.cpp create mode 100644 dev/sample/query_string_params/prj.rb create mode 100644 dev/sample/run_existing_server/CMakeLists.txt create mode 100644 dev/sample/run_existing_server/main.cpp create mode 100644 dev/sample/run_existing_server/prj.rb create mode 100644 dev/sample/run_for_minute/CMakeLists.txt create mode 100644 dev/sample/run_for_minute/main.cpp create mode 100644 dev/sample/run_for_minute/prj.rb create mode 100644 dev/sample/samples.dox create mode 100755 dev/sample/sendfiles/CMakeLists.txt create mode 100644 dev/sample/sendfiles/main.cpp create mode 100644 dev/sample/sendfiles/prj.rb create mode 100755 dev/sample/shared_tls_context/CMakeLists.txt create mode 100644 dev/sample/shared_tls_context/dh2048.pem create mode 100644 dev/sample/shared_tls_context/key.pem create mode 100644 dev/sample/shared_tls_context/main.cpp create mode 100644 dev/sample/shared_tls_context/prj.rb create mode 100644 dev/sample/shared_tls_context/server.pem create mode 100755 dev/sample/tls_inspector/CMakeLists.txt create mode 100644 dev/sample/tls_inspector/certs/README.md create mode 100644 dev/sample/tls_inspector/certs/alice.cer create mode 100644 dev/sample/tls_inspector/certs/alice.key create mode 100644 dev/sample/tls_inspector/certs/bob.cer create mode 100644 dev/sample/tls_inspector/certs/bob.key create mode 100644 dev/sample/tls_inspector/certs/ca.cer create mode 100644 dev/sample/tls_inspector/certs/ca.key create mode 100644 dev/sample/tls_inspector/certs/ca.key.passphrase create mode 100644 dev/sample/tls_inspector/certs/dh2048.pem create mode 100644 dev/sample/tls_inspector/certs/server.cer create mode 100644 dev/sample/tls_inspector/certs/server.key create mode 100644 dev/sample/tls_inspector/main.cpp create mode 100644 dev/sample/tls_inspector/prj.rb create mode 100755 dev/sample/try_parse_query_string/CMakeLists.txt create mode 100644 dev/sample/try_parse_query_string/main.cpp create mode 100644 dev/sample/try_parse_query_string/prj.rb create mode 100644 dev/sample/using_external_io_context/CMakeLists.txt create mode 100644 dev/sample/using_external_io_context/main.cpp create mode 100644 dev/sample/using_external_io_context/prj.rb create mode 100755 dev/sample/websocket/CMakeLists.txt create mode 100644 dev/sample/websocket/main.cpp create mode 100644 dev/sample/websocket/prj.rb create mode 100755 dev/sample/websocket_detailed/CMakeLists.txt create mode 100644 dev/sample/websocket_detailed/main.cpp create mode 100644 dev/sample/websocket_detailed/prj.rb create mode 100755 dev/sample/websocket_wss/CMakeLists.txt create mode 100644 dev/sample/websocket_wss/main.cpp create mode 100644 dev/sample/websocket_wss/prj.rb create mode 100644 dev/sample/websocket_wss/wss_dh2048.pem create mode 100644 dev/sample/websocket_wss/wss_key.pem create mode 100644 dev/sample/websocket_wss/wss_server.pem create mode 100644 dev/so_5/3rd_party/optional-lite/nonstd/optional.hpp create mode 100644 dev/so_5/CMakeLists.txt create mode 100644 dev/so_5/all.hpp create mode 100644 dev/so_5/api/h/api.hpp create mode 100644 dev/so_5/cmake/sobjectizer-config.cmake.in create mode 100644 dev/so_5/cmake/target.cmake create mode 100644 dev/so_5/current_thread_id.cpp create mode 100644 dev/so_5/details/h/abort_on_fatal_error.hpp create mode 100644 dev/so_5/details/h/at_scope_exit.hpp create mode 100644 dev/so_5/details/h/invoke_noexcept_code.hpp create mode 100644 dev/so_5/details/h/ios_helpers.hpp create mode 100644 dev/so_5/details/h/lambda_traits.hpp create mode 100644 dev/so_5/details/h/remaining_time_counter.hpp create mode 100644 dev/so_5/details/h/rollback_on_exception.hpp create mode 100644 dev/so_5/details/h/sync_helpers.hpp create mode 100644 dev/so_5/disp/active_group/h/pub.hpp create mode 100644 dev/so_5/disp/active_group/pub.cpp create mode 100644 dev/so_5/disp/active_obj/h/pub.hpp create mode 100644 dev/so_5/disp/active_obj/pub.cpp create mode 100644 dev/so_5/disp/adv_thread_pool/h/pub.hpp create mode 100644 dev/so_5/disp/adv_thread_pool/impl/h/disp.hpp create mode 100644 dev/so_5/disp/adv_thread_pool/pub.cpp create mode 100644 dev/so_5/disp/mpmc_queue_traits/h/pub.hpp create mode 100644 dev/so_5/disp/mpmc_queue_traits/pub.cpp create mode 100644 dev/so_5/disp/mpsc_queue_traits/h/pub.hpp create mode 100644 dev/so_5/disp/mpsc_queue_traits/pub.cpp create mode 100644 dev/so_5/disp/one_thread/h/params.hpp create mode 100644 dev/so_5/disp/one_thread/h/pub.hpp create mode 100644 dev/so_5/disp/one_thread/pub.cpp create mode 100644 dev/so_5/disp/prio_dedicated_threads/one_per_prio/h/pub.hpp create mode 100644 dev/so_5/disp/prio_dedicated_threads/one_per_prio/pub.cpp create mode 100644 dev/so_5/disp/prio_one_thread/quoted_round_robin/h/pub.hpp create mode 100644 dev/so_5/disp/prio_one_thread/quoted_round_robin/h/quotes.hpp create mode 100644 dev/so_5/disp/prio_one_thread/quoted_round_robin/impl/h/demand_queue.hpp create mode 100644 dev/so_5/disp/prio_one_thread/quoted_round_robin/pub.cpp create mode 100644 dev/so_5/disp/prio_one_thread/reuse/h/work_thread.hpp create mode 100644 dev/so_5/disp/prio_one_thread/strictly_ordered/h/pub.hpp create mode 100644 dev/so_5/disp/prio_one_thread/strictly_ordered/impl/h/demand_queue.hpp create mode 100644 dev/so_5/disp/prio_one_thread/strictly_ordered/pub.cpp create mode 100644 dev/so_5/disp/reuse/h/data_source_prefix_helpers.hpp create mode 100644 dev/so_5/disp/reuse/h/disp_binder_helpers.hpp create mode 100644 dev/so_5/disp/reuse/h/mpmc_ptr_queue.hpp create mode 100644 dev/so_5/disp/reuse/h/proxy_dispatcher_template.hpp create mode 100644 dev/so_5/disp/reuse/h/thread_pool_stats.hpp create mode 100644 dev/so_5/disp/reuse/h/work_thread_activity_tracking.hpp create mode 100644 dev/so_5/disp/reuse/work_thread/h/work_thread.hpp create mode 100644 dev/so_5/disp/thread_pool/h/pub.hpp create mode 100644 dev/so_5/disp/thread_pool/impl/h/common_implementation.hpp create mode 100644 dev/so_5/disp/thread_pool/impl/h/disp.hpp create mode 100644 dev/so_5/disp/thread_pool/pub.cpp create mode 100644 dev/so_5/error_logger.cpp create mode 100644 dev/so_5/exception.cpp create mode 100644 dev/so_5/experimental/testing.hpp create mode 100644 dev/so_5/experimental/testing/v1/all.cpp create mode 100644 dev/so_5/experimental/testing/v1/all.hpp create mode 100644 dev/so_5/h/atomic_refcounted.hpp create mode 100644 dev/so_5/h/chrono_helpers.hpp create mode 100644 dev/so_5/h/compiler_features.hpp create mode 100644 dev/so_5/h/current_thread_id.hpp create mode 100644 dev/so_5/h/custom_mbox.hpp create mode 100644 dev/so_5/h/declspec.hpp create mode 100644 dev/so_5/h/error_logger.hpp create mode 100644 dev/so_5/h/exception.hpp create mode 100644 dev/so_5/h/mchain_helper_functions.hpp create mode 100644 dev/so_5/h/msg_tracing.hpp create mode 100644 dev/so_5/h/optional.hpp create mode 100644 dev/so_5/h/outliving.hpp create mode 100644 dev/so_5/h/priority.hpp create mode 100644 dev/so_5/h/ret_code.hpp create mode 100644 dev/so_5/h/spinlocks.hpp create mode 100644 dev/so_5/h/stdcpp.hpp create mode 100644 dev/so_5/h/stop_guard.hpp create mode 100644 dev/so_5/h/thread_helper_functions.hpp create mode 100644 dev/so_5/h/timers.hpp create mode 100644 dev/so_5/h/types.hpp create mode 100644 dev/so_5/h/version.hpp create mode 100644 dev/so_5/h/wait_indication.hpp create mode 100644 dev/so_5/h/wrapped_env.hpp create mode 100644 dev/so_5/msg_tracing.cpp create mode 100644 dev/so_5/prj.rb create mode 100644 dev/so_5/prj_common.rb create mode 100644 dev/so_5/prj_s.rb create mode 100644 dev/so_5/rt/agent.cpp create mode 100644 dev/so_5/rt/agent_coop.cpp create mode 100644 dev/so_5/rt/agent_coop_notifications.cpp create mode 100644 dev/so_5/rt/disp.cpp create mode 100644 dev/so_5/rt/disp_binder.cpp create mode 100644 dev/so_5/rt/enveloped_msg.cpp create mode 100644 dev/so_5/rt/environment.cpp create mode 100644 dev/so_5/rt/event_exception_logger.cpp create mode 100644 dev/so_5/rt/event_queue_hook.cpp create mode 100644 dev/so_5/rt/h/adhoc_agent_wrapper.hpp create mode 100644 dev/so_5/rt/h/agent.hpp create mode 100644 dev/so_5/rt/h/agent_context.hpp create mode 100644 dev/so_5/rt/h/agent_coop.hpp create mode 100644 dev/so_5/rt/h/agent_coop_notifications.hpp create mode 100644 dev/so_5/rt/h/agent_ref_fwd.hpp create mode 100644 dev/so_5/rt/h/agent_state_listener.hpp create mode 100644 dev/so_5/rt/h/agent_tuning_options.hpp create mode 100644 dev/so_5/rt/h/coop_listener.hpp create mode 100644 dev/so_5/rt/h/disp.hpp create mode 100644 dev/so_5/rt/h/disp_binder.hpp create mode 100644 dev/so_5/rt/h/env_infrastructures.hpp create mode 100644 dev/so_5/rt/h/enveloped_msg.hpp create mode 100644 dev/so_5/rt/h/environment.hpp create mode 100644 dev/so_5/rt/h/environment_infrastructure.hpp create mode 100644 dev/so_5/rt/h/event_data.hpp create mode 100644 dev/so_5/rt/h/event_exception_logger.hpp create mode 100644 dev/so_5/rt/h/event_queue.hpp create mode 100644 dev/so_5/rt/h/event_queue_hook.hpp create mode 100644 dev/so_5/rt/h/execution_demand.hpp create mode 100644 dev/so_5/rt/h/fwd.hpp create mode 100644 dev/so_5/rt/h/handler_makers.hpp create mode 100644 dev/so_5/rt/h/mbox.hpp create mode 100644 dev/so_5/rt/h/mbox_fwd.hpp create mode 100644 dev/so_5/rt/h/mchain.hpp create mode 100644 dev/so_5/rt/h/mchain_select.hpp create mode 100644 dev/so_5/rt/h/mchain_select_ifaces.hpp create mode 100644 dev/so_5/rt/h/message.hpp create mode 100644 dev/so_5/rt/h/message_handler_format_detector.hpp create mode 100644 dev/so_5/rt/h/message_limit.hpp create mode 100644 dev/so_5/rt/h/nonempty_name.hpp create mode 100644 dev/so_5/rt/h/queue_locks_defaults_manager.hpp create mode 100644 dev/so_5/rt/h/rt.hpp create mode 100644 dev/so_5/rt/h/send_functions.hpp create mode 100644 dev/so_5/rt/h/so_layer.hpp create mode 100644 dev/so_5/rt/h/state.hpp create mode 100644 dev/so_5/rt/h/subscription_storage_fwd.hpp create mode 100644 dev/so_5/rt/h/tuple_as_message.hpp create mode 100644 dev/so_5/rt/handler_makers.cpp create mode 100644 dev/so_5/rt/impl/coop_repository_basis.cpp create mode 100644 dev/so_5/rt/impl/disp_repository.cpp create mode 100644 dev/so_5/rt/impl/h/agent_ptr_compare.hpp create mode 100644 dev/so_5/rt/impl/h/coop_repository_basis.hpp create mode 100644 dev/so_5/rt/impl/h/delivery_filter_storage.hpp create mode 100644 dev/so_5/rt/impl/h/disp_repository.hpp create mode 100644 dev/so_5/rt/impl/h/enveloped_msg_details.hpp create mode 100644 dev/so_5/rt/impl/h/internal_env_iface.hpp create mode 100644 dev/so_5/rt/impl/h/internal_message_iface.hpp create mode 100644 dev/so_5/rt/impl/h/layer_core.hpp create mode 100644 dev/so_5/rt/impl/h/local_mbox.hpp create mode 100644 dev/so_5/rt/impl/h/mbox_core.hpp create mode 100644 dev/so_5/rt/impl/h/mbox_iface_for_timers.hpp create mode 100644 dev/so_5/rt/impl/h/mchain_details.hpp create mode 100644 dev/so_5/rt/impl/h/message_limit_action_msg_tracer.hpp create mode 100644 dev/so_5/rt/impl/h/message_limit_internals.hpp create mode 100644 dev/so_5/rt/impl/h/mpsc_mbox.hpp create mode 100644 dev/so_5/rt/impl/h/msg_tracing_helpers.hpp create mode 100644 dev/so_5/rt/impl/h/mt_env_infrastructure.hpp create mode 100644 dev/so_5/rt/impl/h/named_local_mbox.hpp create mode 100644 dev/so_5/rt/impl/h/process_unhandled_exception.hpp create mode 100644 dev/so_5/rt/impl/h/run_stage.hpp create mode 100644 dev/so_5/rt/impl/h/st_env_infrastructure_reuse.hpp create mode 100644 dev/so_5/rt/impl/h/state_listener_controller.hpp create mode 100644 dev/so_5/rt/impl/h/std_msg_tracer_holder.hpp create mode 100644 dev/so_5/rt/impl/h/stop_guard_repo.hpp create mode 100644 dev/so_5/rt/impl/h/subscription_storage_iface.hpp create mode 100644 dev/so_5/rt/impl/layer_core.cpp create mode 100644 dev/so_5/rt/impl/mbox_core.cpp create mode 100644 dev/so_5/rt/impl/msg_tracing_helpers.cpp create mode 100644 dev/so_5/rt/impl/mt_env_infrastructure.cpp create mode 100644 dev/so_5/rt/impl/named_local_mbox.cpp create mode 100644 dev/so_5/rt/impl/process_unhandled_exception.cpp create mode 100644 dev/so_5/rt/impl/simple_mtsafe_st_env_infrastructure.cpp create mode 100644 dev/so_5/rt/impl/simple_not_mtsafe_st_env_infrastructure.cpp create mode 100644 dev/so_5/rt/impl/state_listener_controller.cpp create mode 100644 dev/so_5/rt/impl/subscr_storage_adaptive.cpp create mode 100644 dev/so_5/rt/impl/subscr_storage_hash_table_based.cpp create mode 100644 dev/so_5/rt/impl/subscr_storage_map_based.cpp create mode 100644 dev/so_5/rt/impl/subscr_storage_vector_based.cpp create mode 100644 dev/so_5/rt/impl/subscription_storage_iface.cpp create mode 100644 dev/so_5/rt/mbox.cpp create mode 100644 dev/so_5/rt/mchain.cpp create mode 100644 dev/so_5/rt/message.cpp create mode 100644 dev/so_5/rt/message_limit.cpp create mode 100644 dev/so_5/rt/queue_locks_defaults_manager.cpp create mode 100644 dev/so_5/rt/so_layer.cpp create mode 100644 dev/so_5/rt/stats/h/controller.hpp create mode 100644 dev/so_5/rt/stats/h/messages.hpp create mode 100644 dev/so_5/rt/stats/h/prefix.hpp create mode 100644 dev/so_5/rt/stats/h/repository.hpp create mode 100644 dev/so_5/rt/stats/h/std_names.hpp create mode 100644 dev/so_5/rt/stats/h/work_thread_activity.hpp create mode 100644 dev/so_5/rt/stats/impl/ds_agent_core_stats.cpp create mode 100644 dev/so_5/rt/stats/impl/ds_mbox_core_stats.cpp create mode 100644 dev/so_5/rt/stats/impl/ds_timer_thread_stats.cpp create mode 100644 dev/so_5/rt/stats/impl/h/activity_tracking.hpp create mode 100644 dev/so_5/rt/stats/impl/h/ds_agent_core_stats.hpp create mode 100644 dev/so_5/rt/stats/impl/h/ds_mbox_core_stats.hpp create mode 100644 dev/so_5/rt/stats/impl/h/ds_timer_thread_stats.hpp create mode 100644 dev/so_5/rt/stats/impl/h/st_env_stuff.hpp create mode 100644 dev/so_5/rt/stats/impl/h/std_controller.hpp create mode 100644 dev/so_5/rt/stats/impl/std_controller.cpp create mode 100644 dev/so_5/rt/stats/repository.cpp create mode 100644 dev/so_5/rt/stats/std_names.cpp create mode 100644 dev/so_5/timers.cpp create mode 100644 dev/so_5/version.dox create mode 100644 dev/so_5/version.rb create mode 100644 dev/so_5/wrapped_env.cpp create mode 100644 dev/test/CMakeLists.txt create mode 100644 dev/test/basic_auth/CMakeLists.txt create mode 100644 dev/test/basic_auth/main.cpp create mode 100644 dev/test/basic_auth/prj.rb create mode 100644 dev/test/basic_auth/prj.ut.rb create mode 100644 dev/test/bearer_auth/CMakeLists.txt create mode 100644 dev/test/bearer_auth/main.cpp create mode 100644 dev/test/bearer_auth/prj.rb create mode 100644 dev/test/bearer_auth/prj.ut.rb create mode 100644 dev/test/buffers/CMakeLists.txt create mode 100644 dev/test/buffers/main.cpp create mode 100644 dev/test/buffers/prj.rb create mode 100644 dev/test/buffers/prj.ut.rb create mode 100644 dev/test/build_tests.rb create mode 100644 dev/test/catch_main/CMakeLists.txt create mode 100644 dev/test/catch_main/catch_main.cpp create mode 100644 dev/test/catch_main/prj.rb create mode 100644 dev/test/common/dummy_connection.hpp create mode 100644 dev/test/common/fake_connection.ipp create mode 100644 dev/test/common/pub.hpp create mode 100644 dev/test/common/request_handler_pool.hpp create mode 100644 dev/test/common/test_extra_data_factory.ipp create mode 100644 dev/test/common/thread_safe_queue.hpp create mode 100644 dev/test/common/time_limited_execution.hpp create mode 100644 dev/test/common/utest_logger.hpp create mode 100644 dev/test/default_constructed_settings/CMakeLists.txt create mode 100644 dev/test/default_constructed_settings/main.cpp create mode 100644 dev/test/default_constructed_settings/prj.rb create mode 100644 dev/test/default_constructed_settings/prj.ut.rb create mode 100644 dev/test/encoders/CMakeLists.txt create mode 100644 dev/test/encoders/main.cpp create mode 100644 dev/test/encoders/prj.rb create mode 100644 dev/test/encoders/prj.ut.rb create mode 100644 dev/test/file_upload/CMakeLists.txt create mode 100644 dev/test/file_upload/main.cpp create mode 100644 dev/test/file_upload/prj.rb create mode 100644 dev/test/file_upload/prj.ut.rb create mode 100644 dev/test/from_string/CMakeLists.txt create mode 100644 dev/test/from_string/main.cpp create mode 100644 dev/test/from_string/prj.rb create mode 100644 dev/test/from_string/prj.ut.rb create mode 100644 dev/test/from_string_bench/main.cpp create mode 100644 dev/test/from_string_bench/prj.rb create mode 100644 dev/test/handle_requests/CMakeLists.txt create mode 100644 dev/test/handle_requests/acceptor_post_bind_hook/CMakeLists.txt create mode 100644 dev/test/handle_requests/acceptor_post_bind_hook/main.cpp create mode 100644 dev/test/handle_requests/acceptor_post_bind_hook/prj.rb create mode 100644 dev/test/handle_requests/acceptor_post_bind_hook/prj.ut.rb create mode 100644 dev/test/handle_requests/build_tests.rb create mode 100644 dev/test/handle_requests/chained_handlers/CMakeLists.txt create mode 100644 dev/test/handle_requests/chained_handlers/main.cpp create mode 100644 dev/test/handle_requests/chained_handlers/prj.rb create mode 100644 dev/test/handle_requests/chained_handlers/prj.ut.rb create mode 100644 dev/test/handle_requests/chunked_input/CMakeLists.txt create mode 100644 dev/test/handle_requests/chunked_input/main.cpp create mode 100644 dev/test/handle_requests/chunked_input/prj.rb create mode 100644 dev/test/handle_requests/chunked_input/prj.ut.rb create mode 100644 dev/test/handle_requests/chunked_output/CMakeLists.txt create mode 100644 dev/test/handle_requests/chunked_output/main.cpp create mode 100644 dev/test/handle_requests/chunked_output/prj.rb create mode 100644 dev/test/handle_requests/chunked_output/prj.ut.rb create mode 100644 dev/test/handle_requests/connection_count_limit/CMakeLists.txt create mode 100644 dev/test/handle_requests/connection_count_limit/main.cpp create mode 100644 dev/test/handle_requests/connection_count_limit/prj.rb create mode 100644 dev/test/handle_requests/connection_count_limit/prj.ut.rb create mode 100644 dev/test/handle_requests/connection_state/CMakeLists.txt create mode 100644 dev/test/handle_requests/connection_state/main.cpp create mode 100644 dev/test/handle_requests/connection_state/prj.rb create mode 100644 dev/test/handle_requests/connection_state/prj.ut.rb create mode 100644 dev/test/handle_requests/echo_body/CMakeLists.txt create mode 100644 dev/test/handle_requests/echo_body/main.cpp create mode 100644 dev/test/handle_requests/echo_body/prj.rb create mode 100644 dev/test/handle_requests/echo_body/prj.ut.rb create mode 100644 dev/test/handle_requests/incoming_msg_limits/CMakeLists.txt create mode 100644 dev/test/handle_requests/incoming_msg_limits/main.cpp create mode 100644 dev/test/handle_requests/incoming_msg_limits/prj.rb create mode 100644 dev/test/handle_requests/incoming_msg_limits/prj.ut.rb create mode 100644 dev/test/handle_requests/ip_blocker/CMakeLists.txt create mode 100644 dev/test/handle_requests/ip_blocker/main.cpp create mode 100644 dev/test/handle_requests/ip_blocker/prj.rb create mode 100644 dev/test/handle_requests/ip_blocker/prj.ut.rb create mode 100644 dev/test/handle_requests/method/CMakeLists.txt create mode 100644 dev/test/handle_requests/method/main.cpp create mode 100644 dev/test/handle_requests/method/prj.rb create mode 100644 dev/test/handle_requests/method/prj.ut.rb create mode 100644 dev/test/handle_requests/notificators/CMakeLists.txt create mode 100644 dev/test/handle_requests/notificators/main.cpp create mode 100644 dev/test/handle_requests/notificators/prj.rb create mode 100644 dev/test/handle_requests/notificators/prj.ut.rb create mode 100644 dev/test/handle_requests/output_and_buffers/CMakeLists.txt create mode 100644 dev/test/handle_requests/output_and_buffers/const_buffer.cpp create mode 100644 dev/test/handle_requests/output_and_buffers/prj.rb create mode 100644 dev/test/handle_requests/output_and_buffers/prj.ut.rb create mode 100644 dev/test/handle_requests/output_and_buffers/shared_ptr_std_string.cpp create mode 100644 dev/test/handle_requests/output_and_buffers/std_string.cpp create mode 100644 dev/test/handle_requests/remote_endpoint/CMakeLists.txt create mode 100644 dev/test/handle_requests/remote_endpoint/main.cpp create mode 100644 dev/test/handle_requests/remote_endpoint/prj.rb create mode 100644 dev/test/handle_requests/remote_endpoint/prj.ut.rb create mode 100644 dev/test/handle_requests/slow_transmit/CMakeLists.txt create mode 100644 dev/test/handle_requests/slow_transmit/main.cpp create mode 100644 dev/test/handle_requests/slow_transmit/prj.rb create mode 100644 dev/test/handle_requests/slow_transmit/prj.ut.rb create mode 100644 dev/test/handle_requests/throw_exception/CMakeLists.txt create mode 100644 dev/test/handle_requests/throw_exception/main.cpp create mode 100644 dev/test/handle_requests/throw_exception/prj.rb create mode 100644 dev/test/handle_requests/throw_exception/prj.ut.rb create mode 100644 dev/test/handle_requests/timeouts/CMakeLists.txt create mode 100644 dev/test/handle_requests/timeouts/main.cpp create mode 100644 dev/test/handle_requests/timeouts/prj.rb create mode 100644 dev/test/handle_requests/timeouts/prj.ut.rb create mode 100644 dev/test/handle_requests/upgrade/CMakeLists.txt create mode 100644 dev/test/handle_requests/upgrade/main.cpp create mode 100644 dev/test/handle_requests/upgrade/prj.rb create mode 100644 dev/test/handle_requests/upgrade/prj.ut.rb create mode 100644 dev/test/handle_requests/user_controlled_output/CMakeLists.txt create mode 100644 dev/test/handle_requests/user_controlled_output/main.cpp create mode 100644 dev/test/handle_requests/user_controlled_output/prj.rb create mode 100644 dev/test/handle_requests/user_controlled_output/prj.ut.rb create mode 100644 dev/test/handle_requests/user_data_simple/CMakeLists.txt create mode 100644 dev/test/handle_requests/user_data_simple/main.cpp create mode 100644 dev/test/handle_requests/user_data_simple/prj.rb create mode 100644 dev/test/handle_requests/user_data_simple/prj.ut.rb create mode 100644 dev/test/header/CMakeLists.txt create mode 100644 dev/test/header/main.cpp create mode 100644 dev/test/header/prj.rb create mode 100644 dev/test/header/prj.ut.rb create mode 100644 dev/test/http_field_parser/CMakeLists.txt create mode 100644 dev/test/http_field_parser/accept-charset.cpp create mode 100644 dev/test/http_field_parser/accept-encoding.cpp create mode 100644 dev/test/http_field_parser/accept-language.cpp create mode 100644 dev/test/http_field_parser/accept.cpp create mode 100644 dev/test/http_field_parser/authorization.cpp create mode 100644 dev/test/http_field_parser/basics.cpp create mode 100644 dev/test/http_field_parser/cache-control.cpp create mode 100644 dev/test/http_field_parser/connection.cpp create mode 100644 dev/test/http_field_parser/content-disposition.cpp create mode 100644 dev/test/http_field_parser/content-encoding.cpp create mode 100644 dev/test/http_field_parser/content-type.cpp create mode 100644 dev/test/http_field_parser/host.cpp create mode 100644 dev/test/http_field_parser/media-type.cpp create mode 100644 dev/test/http_field_parser/prj.rb create mode 100644 dev/test/http_field_parser/prj.ut.rb create mode 100644 dev/test/http_field_parser/range.cpp create mode 100644 dev/test/http_field_parser/transfer-encoding.cpp create mode 100644 dev/test/http_field_parser/user-agent.cpp create mode 100644 dev/test/http_pipelining/CMakeLists.txt create mode 100644 dev/test/http_pipelining/sequence/CMakeLists.txt create mode 100644 dev/test/http_pipelining/sequence/main.cpp create mode 100644 dev/test/http_pipelining/sequence/prj.rb create mode 100644 dev/test/http_pipelining/sequence/prj.ut.rb create mode 100644 dev/test/http_pipelining/timeouts/CMakeLists.txt create mode 100644 dev/test/http_pipelining/timeouts/main.cpp create mode 100644 dev/test/http_pipelining/timeouts/prj.rb create mode 100644 dev/test/http_pipelining/timeouts/prj.ut.rb create mode 100644 dev/test/metaprogramming/CMakeLists.txt create mode 100644 dev/test/metaprogramming/main.cpp create mode 100644 dev/test/metaprogramming/prj.rb create mode 100644 dev/test/metaprogramming/prj.ut.rb create mode 100644 dev/test/multipart_body/CMakeLists.txt create mode 100644 dev/test/multipart_body/http_field_parser/CMakeLists.txt create mode 100644 dev/test/multipart_body/http_field_parser/main.cpp create mode 100644 dev/test/multipart_body/http_field_parser/prj.rb create mode 100644 dev/test/multipart_body/http_field_parser/prj.ut.rb create mode 100644 dev/test/multipart_body/main.cpp create mode 100644 dev/test/multipart_body/prj.rb create mode 100644 dev/test/multipart_body/prj.ut.rb create mode 100644 dev/test/ref_qualifiers_settings/CMakeLists.txt create mode 100644 dev/test/ref_qualifiers_settings/main.cpp create mode 100644 dev/test/ref_qualifiers_settings/prj.rb create mode 100644 dev/test/ref_qualifiers_settings/prj.ut.rb create mode 100644 dev/test/response_coordinator/CMakeLists.txt create mode 100644 dev/test/response_coordinator/main.cpp create mode 100644 dev/test/response_coordinator/prj.rb create mode 100644 dev/test/response_coordinator/prj.ut.rb create mode 100644 dev/test/router/CMakeLists.txt create mode 100644 dev/test/router/build_tests.rb create mode 100644 dev/test/router/cmp_router_bench/CMakeLists.txt create mode 100644 dev/test/router/cmp_router_bench/main.cpp create mode 100644 dev/test/router/cmp_router_bench/prj.rb create mode 100644 dev/test/router/cmp_router_bench/route_parser.cpp create mode 100644 dev/test/router/cmp_router_bench/route_parser.hpp create mode 100644 dev/test/router/easy_parser_path_to_params/CMakeLists.txt create mode 100644 dev/test/router/easy_parser_path_to_params/main.cpp create mode 100644 dev/test/router/easy_parser_path_to_params/prj.rb create mode 100644 dev/test/router/easy_parser_path_to_params/prj.ut.rb create mode 100644 dev/test/router/easy_parser_path_to_tuple/CMakeLists.txt create mode 100644 dev/test/router/easy_parser_path_to_tuple/main.cpp create mode 100644 dev/test/router/easy_parser_path_to_tuple/prj.rb create mode 100644 dev/test/router/easy_parser_path_to_tuple/prj.ut.rb create mode 100644 dev/test/router/easy_parser_router_bench/CMakeLists.txt create mode 100644 dev/test/router/easy_parser_router_bench/main.cpp create mode 100644 dev/test/router/easy_parser_router_bench/prj.rb create mode 100644 dev/test/router/easy_parser_router_dsl/CMakeLists.txt create mode 100644 dev/test/router/easy_parser_router_dsl/main.cpp create mode 100644 dev/test/router/easy_parser_router_dsl/prj.rb create mode 100644 dev/test/router/easy_parser_router_dsl/prj.ut.rb create mode 100644 dev/test/router/express/CMakeLists.txt create mode 100644 dev/test/router/express/additional_tests.ipp create mode 100644 dev/test/router/express/main.cpp create mode 100644 dev/test/router/express/original_tests_part1.ipp create mode 100644 dev/test/router/express/original_tests_part2.ipp create mode 100644 dev/test/router/express/original_tests_part3.ipp create mode 100644 dev/test/router/express/original_tests_part4.ipp create mode 100644 dev/test/router/express/original_tests_part5.ipp create mode 100644 dev/test/router/express/part1.cpp create mode 100644 dev/test/router/express/part2.cpp create mode 100644 dev/test/router/express/part3.cpp create mode 100644 dev/test/router/express/part4.cpp create mode 100644 dev/test/router/express/part5.cpp create mode 100644 dev/test/router/express/prj.rb create mode 100644 dev/test/router/express/prj.ut.rb create mode 100644 dev/test/router/express/usings.ipp create mode 100644 dev/test/router/express_boost_regex/CMakeLists.txt create mode 100644 dev/test/router/express_boost_regex/main.cpp create mode 100644 dev/test/router/express_boost_regex/part1.cpp create mode 100644 dev/test/router/express_boost_regex/part2.cpp create mode 100644 dev/test/router/express_boost_regex/part3.cpp create mode 100644 dev/test/router/express_boost_regex/part4.cpp create mode 100644 dev/test/router/express_boost_regex/part5.cpp create mode 100644 dev/test/router/express_boost_regex/prj.rb create mode 100644 dev/test/router/express_boost_regex/prj.ut.rb create mode 100644 dev/test/router/express_boost_regex/usings.ipp create mode 100644 dev/test/router/express_pcre/CMakeLists.txt create mode 100644 dev/test/router/express_pcre/main.cpp create mode 100644 dev/test/router/express_pcre/part1.cpp create mode 100644 dev/test/router/express_pcre/part2.cpp create mode 100644 dev/test/router/express_pcre/part3.cpp create mode 100644 dev/test/router/express_pcre/part4.cpp create mode 100644 dev/test/router/express_pcre/part5.cpp create mode 100644 dev/test/router/express_pcre/prj.rb create mode 100644 dev/test/router/express_pcre/prj.ut.rb create mode 100644 dev/test/router/express_pcre/usings.ipp create mode 100644 dev/test/router/express_pcre2/CMakeLists.txt create mode 100644 dev/test/router/express_pcre2/main.cpp create mode 100644 dev/test/router/express_pcre2/part1.cpp create mode 100644 dev/test/router/express_pcre2/part2.cpp create mode 100644 dev/test/router/express_pcre2/part3.cpp create mode 100644 dev/test/router/express_pcre2/part4.cpp create mode 100644 dev/test/router/express_pcre2/part5.cpp create mode 100644 dev/test/router/express_pcre2/prj.rb create mode 100644 dev/test/router/express_pcre2/prj.ut.rb create mode 100644 dev/test/router/express_pcre2/usings.ipp create mode 100644 dev/test/router/express_router/CMakeLists.txt create mode 100644 dev/test/router/express_router/main.cpp create mode 100644 dev/test/router/express_router/prj.rb create mode 100644 dev/test/router/express_router/prj.ut.rb create mode 100644 dev/test/router/express_router/tests.ipp create mode 100644 dev/test/router/express_router_bench/CMakeLists.txt create mode 100644 dev/test/router/express_router_bench/cmp_routes.lua create mode 100644 dev/test/router/express_router_bench/cmp_routes.txt create mode 100644 dev/test/router/express_router_bench/main.cpp create mode 100644 dev/test/router/express_router_bench/many_routes.txt create mode 100644 dev/test/router/express_router_bench/prj.rb create mode 100644 dev/test/router/express_router_bench/simple.txt create mode 100644 dev/test/router/express_router_boost_regex/CMakeLists.txt create mode 100644 dev/test/router/express_router_boost_regex/main.cpp create mode 100644 dev/test/router/express_router_boost_regex/prj.rb create mode 100644 dev/test/router/express_router_boost_regex/prj.ut.rb create mode 100644 dev/test/router/express_router_boost_regex_bench/CMakeLists.txt create mode 100644 dev/test/router/express_router_boost_regex_bench/main.cpp create mode 100644 dev/test/router/express_router_boost_regex_bench/prj.rb create mode 100644 dev/test/router/express_router_pcre/CMakeLists.txt create mode 100644 dev/test/router/express_router_pcre/main.cpp create mode 100644 dev/test/router/express_router_pcre/prj.rb create mode 100644 dev/test/router/express_router_pcre/prj.ut.rb create mode 100644 dev/test/router/express_router_pcre2/CMakeLists.txt create mode 100644 dev/test/router/express_router_pcre2/main.cpp create mode 100644 dev/test/router/express_router_pcre2/prj.rb create mode 100644 dev/test/router/express_router_pcre2/prj.ut.rb create mode 100644 dev/test/router/express_router_pcre2_bench/CMakeLists.txt create mode 100644 dev/test/router/express_router_pcre2_bench/main.cpp create mode 100644 dev/test/router/express_router_pcre2_bench/prj.rb create mode 100644 dev/test/router/express_router_pcre_bench/CMakeLists.txt create mode 100644 dev/test/router/express_router_pcre_bench/main.cpp create mode 100644 dev/test/router/express_router_pcre_bench/prj.rb create mode 100644 dev/test/router/express_router_user_data_simple/CMakeLists.txt create mode 100644 dev/test/router/express_router_user_data_simple/main.cpp create mode 100644 dev/test/router/express_router_user_data_simple/prj.rb create mode 100644 dev/test/router/express_router_user_data_simple/prj.ut.rb create mode 100644 dev/test/router/fake_connection_and_request.ipp create mode 100644 dev/test/run_on_thread_pool/CMakeLists.txt create mode 100644 dev/test/run_on_thread_pool/main.cpp create mode 100644 dev/test/run_on_thread_pool/prj.rb create mode 100644 dev/test/run_on_thread_pool/prj.ut.rb create mode 100644 dev/test/sendfile/.gitattributes create mode 100644 dev/test/sendfile/CMakeLists.txt create mode 100644 dev/test/sendfile/f1.dat create mode 100644 dev/test/sendfile/f2.dat create mode 100644 dev/test/sendfile/f3.dat create mode 100644 dev/test/sendfile/main.cpp create mode 100644 dev/test/sendfile/prj.rb create mode 100644 dev/test/sendfile/prj.ut.rb create mode 100644 dev/test/socket_options/CMakeLists.txt create mode 100644 dev/test/socket_options/main.cpp create mode 100644 dev/test/socket_options/prj.rb create mode 100644 dev/test/socket_options/prj.ut.rb create mode 100644 dev/test/socket_options_tls/CMakeLists.txt create mode 100644 dev/test/socket_options_tls/main.cpp create mode 100644 dev/test/socket_options_tls/prj.rb create mode 100644 dev/test/socket_options_tls/prj.ut.rb create mode 100644 dev/test/start_stop/CMakeLists.txt create mode 100644 dev/test/start_stop/main.cpp create mode 100644 dev/test/start_stop/prj.rb create mode 100644 dev/test/start_stop/prj.ut.rb create mode 100644 dev/test/to_lower_bench/main.cpp create mode 100644 dev/test/to_lower_bench/prj.rb create mode 100644 dev/test/transforms/CMakeLists.txt create mode 100644 dev/test/transforms/build_tests.rb create mode 100644 dev/test/transforms/random_data_generators.ipp create mode 100644 dev/test/transforms/zlib/CMakeLists.txt create mode 100644 dev/test/transforms/zlib/main.cpp create mode 100644 dev/test/transforms/zlib/prj.rb create mode 100644 dev/test/transforms/zlib/prj.ut.rb create mode 100644 dev/test/transforms/zlib_body_appender/CMakeLists.txt create mode 100644 dev/test/transforms/zlib_body_appender/main.cpp create mode 100644 dev/test/transforms/zlib_body_appender/prj.rb create mode 100644 dev/test/transforms/zlib_body_appender/prj.ut.rb create mode 100644 dev/test/transforms/zlib_body_handler/CMakeLists.txt create mode 100644 dev/test/transforms/zlib_body_handler/main.cpp create mode 100644 dev/test/transforms/zlib_body_handler/prj.rb create mode 100644 dev/test/transforms/zlib_body_handler/prj.ut.rb create mode 100644 dev/test/try_parse_field/CMakeLists.txt create mode 100644 dev/test/try_parse_field/main.cpp create mode 100644 dev/test/try_parse_field/prj.rb create mode 100644 dev/test/try_parse_field/prj.ut.rb create mode 100644 dev/test/tuple_algorithms/CMakeLists.txt create mode 100644 dev/test/tuple_algorithms/main.cpp create mode 100644 dev/test/tuple_algorithms/prj.rb create mode 100644 dev/test/tuple_algorithms/prj.ut.rb create mode 100644 dev/test/uri_helpers/CMakeLists.txt create mode 100644 dev/test/uri_helpers/main.cpp create mode 100644 dev/test/uri_helpers/prj.rb create mode 100644 dev/test/uri_helpers/prj.ut.rb create mode 100644 dev/test/utf8_checker/CMakeLists.txt create mode 100644 dev/test/utf8_checker/main.cpp create mode 100644 dev/test/utf8_checker/prj.rb create mode 100644 dev/test/utf8_checker/prj.ut.rb create mode 100644 dev/test/websocket/CMakeLists.txt create mode 100644 dev/test/websocket/common/pub.hpp create mode 100644 dev/test/websocket/notificators/CMakeLists.txt create mode 100644 dev/test/websocket/notificators/main.cpp create mode 100644 dev/test/websocket/notificators/prj.rb create mode 100644 dev/test/websocket/notificators/prj.ut.rb create mode 100644 dev/test/websocket/parser/CMakeLists.txt create mode 100644 dev/test/websocket/parser/main.cpp create mode 100644 dev/test/websocket/parser/prj.rb create mode 100644 dev/test/websocket/parser/prj.ut.rb create mode 100644 dev/test/websocket/validators/CMakeLists.txt create mode 100644 dev/test/websocket/validators/main.cpp create mode 100644 dev/test/websocket/validators/prj.rb create mode 100644 dev/test/websocket/validators/prj.ut.rb create mode 100644 dev/test/websocket/ws_connection/CMakeLists.txt create mode 100644 dev/test/websocket/ws_connection/main.cpp create mode 100644 dev/test/websocket/ws_connection/prj.rb create mode 100644 dev/test/websocket/ws_connection/prj.ut.rb create mode 100644 dev/test/write_group_output_ctx/CMakeLists.txt create mode 100644 dev/test/write_group_output_ctx/main.cpp create mode 100644 dev/test/write_group_output_ctx/prj.rb create mode 100644 dev/test/write_group_output_ctx/prj.ut.rb create mode 100644 dev/timertt/all.hpp create mode 100644 externals.rb create mode 100644 vcpkg/CMakeLists.txt create mode 100644 vcpkg/build_with_cmake.bat create mode 100755 vcpkg/build_with_cmake.sh diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..36965f9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,27 @@ +RESTinio - library for creating REST applications in c++. +Copyright (c) 2017-2023 Stiffstream . All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors +may be used to endorse or promote products derived from this software without +specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/LICENSE.catch2 b/LICENSE.catch2 new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE.catch2 @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.clara b/LICENSE.clara new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE.clara @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.expected-lite b/LICENSE.expected-lite new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE.expected-lite @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.optional-lite b/LICENSE.optional-lite new file mode 100644 index 0000000..a0b19ce --- /dev/null +++ b/LICENSE.optional-lite @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Martin Moene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.string-view-lite b/LICENSE.string-view-lite new file mode 100644 index 0000000..1c2812e --- /dev/null +++ b/LICENSE.string-view-lite @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Martin Moene + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/LICENSE.variant-lite b/LICENSE.variant-lite new file mode 100644 index 0000000..36b7cd9 --- /dev/null +++ b/LICENSE.variant-lite @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.zlib b/LICENSE.zlib new file mode 100644 index 0000000..b657b60 --- /dev/null +++ b/LICENSE.zlib @@ -0,0 +1,33 @@ +ZLIB DATA COMPRESSION LIBRARY + +Copyright notice: + + (C) 1995-2017 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + Jean-loup Gailly Mark Adler + jloup@gzip.org madler@alumni.caltech.edu + +If you use the zlib library in a product, we would appreciate *not* receiving +lengthy legal documents to sign. The sources are provided for free but without +warranty of any kind. The library has been entirely written by Jean-loup +Gailly and Mark Adler; it does not include third-party code. + +If you redistribute modified sources, we would appreciate that you include in +the file ChangeLog history information documenting your changes. Please read +the FAQ for more information on the distribution of modified source versions. diff --git a/README.md b/README.md new file mode 100644 index 0000000..8066345 --- /dev/null +++ b/README.md @@ -0,0 +1,123 @@ +# What Is RESTinio? + +RESTinio is a header-only C++14 library that gives you an embedded +HTTP/Websocket server. It is based on standalone version of ASIO +and targeted primarily for asynchronous processing of HTTP-requests. +Since v.0.4.1 Boost::ASIO (1.66 or higher) is also supported +(see [notes on building with Boost::ASIO](https://stiffstream.com/en/docs/restinio/0.6/obtaining.html#notes-on-building-with-boost-asio)). + +# A Very Basic Example Of RESTinio + +Consider the task of writing a C++ application that must support some REST API, +RESTinio represents our solution for that task. Currently it is in stable beta state. +Lets see how it feels like in the simplest case: + +```C++ +#include +int main() +{ + restinio::run( + restinio::on_this_thread() + .port(8080) + .address("localhost") + .request_handler([](auto req) { + return req->create_response().set_body("Hello, World!").done(); + })); + return 0; +} +``` + +Server runs on the main thread, and respond to all requests with hello-world +message. Of course you've got an access to the structure of a given HTTP request, +so you can apply a complex logic for handling requests. + +# Features + +* Async request handling. Cannot get the response data immediately? That's ok, + store request handle somewhere and/or pass it to another execution context + and get back to it when the data is ready. +* HTTP pipelining. Works well with async request handling. + It might increase your server throughput dramatically. +* Timeout control. RESTinio can take care of bad connection that are like: send + "GET /" and then just stuck. +* Response builders. Need chunked-encoded body - then RESTinio has a special + response builder for you (obviously it is not the only builder). +* ExpressJS-like request routing (see an example below). +* An experimental typesafe request router that allows avoiding problems of ExpressJS-like router with help of static checks from C++ compiler. +* A possibility to chain several request-handlers (somewhat similar to ExpressJS's middleware). +* Working with query string parameters. +* Several ready-to-use helpers for working with HTTP headers (for example, the support for HTTP headers related to file uploading). +* Supports sending files and its parts (with sendfile on linux/unix and TransmitFile on windows). +* Supports compression (deflate, gzip). +* Supports TLS (HTTPS). +* Basic websocket support. Simply restinio::websocket::basic::upgrade() the + request handle and start websocket session on a corresponding connection. +* Can run on external asio::io_context. RESTinio is separated from execution + context. +* Some tune options. One can set acceptor and socket options. When running + RESTinio on a pool of threads connections can be accepted in parallel. + +# Enhanced Example With Express Router + +```C++ +#include + +using namespace restinio; + +template +std::ostream & operator<<(std::ostream & to, const optional_t & v) { + if(v) to << *v; + return to; +} + +int main() { + // Create express router for our service. + auto router = std::make_unique>(); + router->http_get( + R"(/data/meter/:meter_id(\d+))", + [](auto req, auto params) { + const auto qp = parse_query(req->header().query()); + return req->create_response() + .set_body( + fmt::format("meter_id={} (year={}/mon={}/day={})", + cast_to(params["meter_id"]), + opt_value(qp, "year"), + opt_value(qp, "mon"), + opt_value(qp, "day"))) + .done(); + }); + + router->non_matched_request_handler( + [](auto req){ + return req->create_response(restinio::status_not_found()).connection_close().done(); + }); + + // Launching a server with custom traits. + struct my_server_traits : public default_single_thread_traits_t { + using request_handler_t = restinio::router::express_router_t<>; + }; + + restinio::run( + restinio::on_this_thread() + .address("localhost") + .request_handler(std::move(router))); + + return 0; +} +``` + +# License + +RESTinio is distributed under BSD-3-CLAUSE license. + +# How To Use It? + +The full documentation for RESTinio can be found [here](https://stiffstream.com/en/docs/restinio/0.6/). + +# More + +* Issues and bugs: +[Issue Tracker on GitHub](https://github.com/stiffstream/restinio/issues). +* Discussion section [on GitHub](https://github.com/Stiffstream/restinio/discussions). +* Discussion group: [restinio](https://groups.google.com/forum/#!forum/restinio). + diff --git a/dev/CMakeLists.txt b/dev/CMakeLists.txt new file mode 100644 index 0000000..bbc4bce --- /dev/null +++ b/dev/CMakeLists.txt @@ -0,0 +1,220 @@ +cmake_minimum_required(VERSION 3.5) + +SET(CMAKE_CXX_STANDARD 14) +SET(CMAKE_CXX_STANDARD_REQUIRED ON) + +# Determine if RESTinio is built as a subproject (using add_subdirectory) +# or if it is the master project. +SET(RESTINIO_MASTER_PROJECT OFF) +IF (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) + SET(RESTINIO_MASTER_PROJECT ON) +ENDIF () + +option(RESTINIO_INSTALL "Generate the install target." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_TEST "Build the tests." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_SAMPLE "Build samples." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_INSTALL_SAMPLES "Build install samples." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_BENCH "Build the test target." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_INSTALL_BENCHES "Build install samples." ${RESTINIO_MASTER_PROJECT}) +option(RESTINIO_FIND_DEPS "Use `find_package()` for including RESTinio dependencies." OFF) +option(RESTINIO_FMT_HEADER_ONLY "Include fmt library as header-only." ON) + +option(RESTINIO_ALLOW_SOBJECTIZER "Allow usage of SObjectizer" ${RESTINIO_MASTER_PROJECT}) + +option(RESTINIO_USE_EXTERNAL_SOBJECTIZER "Allow add_subdirectory(so_5) in the main RESTinio CMakeLists.txt" OFF) + +# Since v.0.6.5 a user can force usage of already installed http-parser +# library. +option(RESTINIO_USE_EXTERNAL_HTTP_PARSER "Use already installed http-parser library" OFF) + +# Since v.0.6.7 a user can force usage of already installed nonstd +# libraries. +option(RESTINIO_USE_EXTERNAL_EXPECTED_LITE + "Use already installed expected-lite library" OFF) +option(RESTINIO_USE_EXTERNAL_OPTIONAL_LITE + "Use already installed optional-lite library" OFF) +option(RESTINIO_USE_EXTERNAL_STRING_VIEW_LITE + "Use already installed string-view-lite library" OFF) +option(RESTINIO_USE_EXTERNAL_VARIANT_LITE + "Use already installed variant-lite library" OFF) + +SET(RESTINIO_USE_BOOST_ASIO "none" CACHE STRING "Use boost version of ASIO") +SET(RESTINIO_USE_BOOST_ASIO_VALUES "none;static;shared") + +set_property(CACHE RESTINIO_USE_BOOST_ASIO PROPERTY STRINGS ${RESTINIO_USE_BOOST_ASIO_VALUES}) + +project(RESTinioRootProject CXX) + +IF (RESTINIO_USE_EXTERNAL_SOBJECTIZER AND NOT RESTINIO_ALLOW_SOBJECTIZER) + message(FATAL_ERROR "RESTINIO_USE_EXTERNAL_SOBJECTIZER can't be set without RESTINIO_ALLOW_SOBJECTIZER") +ENDIF() + +IF (RESTINIO_ALLOW_SOBJECTIZER) + SET(RESTINIO_SOBJECTIZER_ENABLED ON) +ENDIF() + +IF (RESTINIO_MASTER_PROJECT) + # RESTinio is a main project (not subproject) + # Do regular stuff here. + + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") + include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/link_threads_if_necessary.cmake") + include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/link_atomic_if_necessary.cmake") + + # ------------------------------------------------------------------------------ + # RESTinio dependencies: + # ASIO or Boost::ASIO + IF ( RESTINIO_USE_BOOST_ASIO MATCHES "none" ) + SET( RESTINIO_STAND_ALONE_ASIO_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/asio/include ) + SET( RESTINIO_STAND_ALONE_ASIO_DEFINES -DASIO_STANDALONE -DASIO_HAS_STD_CHRONO -DASIO_DISABLE_STD_STRING_VIEW) + + # Try to find boost for boost regex. + SET(Boost_USE_MULTITHREADED ON) + find_package(Boost COMPONENTS regex) + if ( Boost_FOUND ) + message(STATUS "Found Boost for regex.") + endif () + ELSE () + SET(Boost_USE_MULTITHREADED ON) + IF ( RESTINIO_USE_BOOST_ASIO MATCHES "shared" ) + SET(Boost_USE_STATIC_LIBS OFF) + ELSE () + SET(Boost_USE_STATIC_LIBS ON) + ENDIF () + + find_package(Boost 1.66.0 REQUIRED COMPONENTS system regex) + ENDIF () + + IF (RESTINIO_FIND_DEPS) + # Require necessary packages. + + # Catch2 + IF (RESTINIO_TEST) + find_package(Catch2 CONFIG REQUIRED) + ENDIF () + + # HTTP parser + IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER) + find_package(http-parser REQUIRED) + ELSE () + find_package(unofficial-http-parser CONFIG REQUIRED) + ENDIF () + + # fmtlib + find_package(fmt REQUIRED) + ELSE () + # Add necessary dependecies. + + include_directories("${CMAKE_SOURCE_DIR}/clara") + + # HTTP parser + IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER) + find_package(http-parser REQUIRED) + ELSE () + add_subdirectory(nodejs/http_parser) + ENDIF () + + # fmtlib + add_subdirectory(fmt) + ENDIF () + + # If RESTINIO_USE_EXTERNAL_*_LITE is defined we should + # search that libs regardless of RESTINIO_FIND_DEPS option. + IF (RESTINIO_USE_EXTERNAL_EXPECTED_LITE) + find_package(expected-lite REQUIRED) + ENDIF() + IF (RESTINIO_USE_EXTERNAL_OPTIONAL_LITE) + find_package(optional-lite REQUIRED) + ENDIF() + IF (RESTINIO_USE_EXTERNAL_STRING_VIEW_LITE) + find_package(string-view-lite REQUIRED) + ENDIF() + IF (RESTINIO_USE_EXTERNAL_VARIANT_LITE) + find_package(variant-lite REQUIRED) + ENDIF() + + # ------------------------------------------------------------------------------ + + # ------------------------------------------------------------------------------ + # Tests, samples and benchmark dependencies: + # OpenSSL + find_package(OpenSSL) + IF ( OPENSSL_FOUND ) + message("OpenSSL include dir: ${OPENSSL_INCLUDE_DIR}") + message("OpenSSL libraries: ${OPENSSL_LIBRARIES}") + ENDIF ( OPENSSL_FOUND ) + + # PCRE + find_package(PCRE) + IF (PCRE_FOUND) + message( STATUS "PCRE_LIBRARIES='" ${PCRE_LIBRARIES} "'" ) + message( STATUS "PCRE_INCLUDE_DIRS='" ${PCRE_INCLUDE_DIRS} "'" ) + ENDIF () + + # PCRE2 + find_package(PCRE2) + IF (PCRE2_FOUND) + message( STATUS "PCRE2_LIBRARIES='" ${PCRE2_LIBRARIES} "'" ) + message( STATUS "PCRE2_INCLUDE_DIRS='" ${PCRE2_INCLUDE_DIRS} "'" ) + ENDIF () + + # PCRE2 + find_package(PCRE2) + IF (PCRE2_FOUND) + message( STATUS "PCRE2_LIBRARIES='" ${PCRE2_LIBRARIES} "'" ) + message( STATUS "PCRE2_INCLUDE_DIRS='" ${PCRE2_INCLUDE_DIRS} "'" ) + ENDIF () + + # ------------------------------------------------------------------------------ + # SObjectizer + IF (RESTINIO_SOBJECTIZER_ENABLED) + IF (RESTINIO_USE_EXTERNAL_SOBJECTIZER) + find_package(sobjectizer) + ELSE () + SET(SOBJECTIZER_BUILD_STATIC ON) + add_subdirectory(so_5) + ENDIF () + SET(SOBJECTIZER_LIBS sobjectizer::StaticLib) + ENDIF() + + + # ------------------------------------------------------------------------------ + # Zlib + find_package(ZLIB) + + IF (NOT ZLIB_FOUND) + add_subdirectory(restinio/third_party/zlib) + message( STATUS "USE OWN ZLIB SOURCES") + SET(ZLIB_LIBRARIES zlibstatic) + SET(ZLIB_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/restinio/third_party/zlib) + ENDIF () + + message( STATUS "ZLIB_LIBRARIES='" ${ZLIB_LIBRARIES} "'" ) + message( STATUS "ZLIB_INCLUDE_DIRS='" ${ZLIB_INCLUDE_DIRS} "'" ) +ENDIF (RESTINIO_MASTER_PROJECT) + +# RESTinio itself. +add_subdirectory(restinio) + +# ------------------------------------------------------------------------------ +# Tests +IF (RESTINIO_TEST) + enable_testing() + add_subdirectory(test) + + IF (WIN32) + configure_file(${CMAKE_SOURCE_DIR}/cmake/run_tests.bat ${CMAKE_BINARY_DIR} NEWLINE_STYLE WIN32) + ENDIF () +ENDIF () + +# ------------------------------------------------------------------------------ +# Samples +IF (RESTINIO_SAMPLE) + add_subdirectory(sample) +ENDIF () + +# ------------------------------------------------------------------------------ +# Benches +IF (RESTINIO_BENCH) + add_subdirectory(benches) +ENDIF () diff --git a/dev/Doxyfile b/dev/Doxyfile new file mode 100644 index 0000000..dc7f956 --- /dev/null +++ b/dev/Doxyfile @@ -0,0 +1,2493 @@ +# Doxyfile 1.8.13 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "RESTinio" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = doc + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = YES + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = YES + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = NO + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = restinio sample/samples.dox \ + mainpage.dox + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f \ + *.for \ + *.tcl \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = sample + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = YES + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = com.stiffstream.restinio + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = com.stiffstream.restinio + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Stiffstream + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /