--- !ruby/object:Gem::Specification name: couchbase version: !ruby/object:Gem::Version version: 3.0.1 platform: ruby authors: - Sergey Avseyev autorequire: bindir: exe cert_chain: [] date: 2020-10-05 00:00:00.000000000 Z dependencies: [] description: Modern SDK for Couchbase Server email: - sergey.avseyev@gmail.com executables: [] extensions: - ext/extconf.rb extra_rdoc_files: [] files: - LICENSE.txt - README.md - ext/CMakeLists.txt - ext/LICENSE.txt - ext/build_config.hxx.in - ext/build_version.hxx.in - ext/cmake/Backtrace.cmake - ext/cmake/BuildTracing.cmake - ext/cmake/Cache.cmake - ext/cmake/CompilerWarnings.cmake - ext/cmake/PreventInSourceBuilds.cmake - ext/cmake/Sanitizers.cmake - ext/cmake/StandardProjectSettings.cmake - ext/cmake/StaticAnalyzers.cmake - ext/cmake/Testing.cmake - ext/cmake/ThirdPartyDependencies.cmake - ext/cmake/VersionInfo.cmake - ext/couchbase/bucket.hxx - ext/couchbase/capabilities.hxx - ext/couchbase/cbcrypto/cbcrypto.cc - ext/couchbase/cbcrypto/cbcrypto.h - ext/couchbase/cbsasl/client.cc - ext/couchbase/cbsasl/client.h - ext/couchbase/cbsasl/context.cc - ext/couchbase/cbsasl/context.h - ext/couchbase/cbsasl/error.h - ext/couchbase/cbsasl/mechanism.cc - ext/couchbase/cbsasl/mechanism.h - ext/couchbase/cbsasl/plain/plain.cc - ext/couchbase/cbsasl/plain/plain.h - ext/couchbase/cbsasl/scram-sha/scram-sha.cc - ext/couchbase/cbsasl/scram-sha/scram-sha.h - ext/couchbase/cbsasl/scram-sha/stringutils.cc - ext/couchbase/cbsasl/scram-sha/stringutils.h - ext/couchbase/cluster.hxx - ext/couchbase/cluster_options.hxx - ext/couchbase/collections_manifest.hxx - ext/couchbase/configuration.hxx - ext/couchbase/couchbase.cxx - ext/couchbase/diagnostics.hxx - ext/couchbase/document_id.hxx - ext/couchbase/error_map.hxx - ext/couchbase/errors.hxx - ext/couchbase/io/dns_client.hxx - ext/couchbase/io/dns_codec.hxx - ext/couchbase/io/dns_config.hxx - ext/couchbase/io/dns_message.hxx - ext/couchbase/io/http_command.hxx - ext/couchbase/io/http_context.hxx - ext/couchbase/io/http_message.hxx - ext/couchbase/io/http_parser.hxx - ext/couchbase/io/http_session.hxx - ext/couchbase/io/http_session_manager.hxx - ext/couchbase/io/mcbp_command.hxx - ext/couchbase/io/mcbp_message.hxx - ext/couchbase/io/mcbp_parser.hxx - ext/couchbase/io/mcbp_session.hxx - ext/couchbase/io/query_cache.hxx - ext/couchbase/io/retry_action.hxx - ext/couchbase/io/retry_context.hxx - ext/couchbase/io/retry_orchestrator.hxx - ext/couchbase/io/retry_reason.hxx - ext/couchbase/io/retry_strategy.hxx - ext/couchbase/io/streams.hxx - ext/couchbase/mutation_token.hxx - ext/couchbase/operations.hxx - ext/couchbase/operations/analytics_dataset_create.hxx - ext/couchbase/operations/analytics_dataset_drop.hxx - ext/couchbase/operations/analytics_dataset_get_all.hxx - ext/couchbase/operations/analytics_dataverse_create.hxx - ext/couchbase/operations/analytics_dataverse_drop.hxx - ext/couchbase/operations/analytics_get_pending_mutations.hxx - ext/couchbase/operations/analytics_index_create.hxx - ext/couchbase/operations/analytics_index_drop.hxx - ext/couchbase/operations/analytics_index_get_all.hxx - ext/couchbase/operations/analytics_link_connect.hxx - ext/couchbase/operations/analytics_link_disconnect.hxx - ext/couchbase/operations/bucket_create.hxx - ext/couchbase/operations/bucket_drop.hxx - ext/couchbase/operations/bucket_flush.hxx - ext/couchbase/operations/bucket_get.hxx - ext/couchbase/operations/bucket_get_all.hxx - ext/couchbase/operations/bucket_settings.hxx - ext/couchbase/operations/bucket_update.hxx - ext/couchbase/operations/cluster_developer_preview_enable.hxx - ext/couchbase/operations/collection_create.hxx - ext/couchbase/operations/collection_drop.hxx - ext/couchbase/operations/collections_manifest_get.hxx - ext/couchbase/operations/design_document.hxx - ext/couchbase/operations/document_analytics.hxx - ext/couchbase/operations/document_decrement.hxx - ext/couchbase/operations/document_exists.hxx - ext/couchbase/operations/document_get.hxx - ext/couchbase/operations/document_get_and_lock.hxx - ext/couchbase/operations/document_get_and_touch.hxx - ext/couchbase/operations/document_get_projected.hxx - ext/couchbase/operations/document_increment.hxx - ext/couchbase/operations/document_insert.hxx - ext/couchbase/operations/document_lookup_in.hxx - ext/couchbase/operations/document_mutate_in.hxx - ext/couchbase/operations/document_query.hxx - ext/couchbase/operations/document_remove.hxx - ext/couchbase/operations/document_replace.hxx - ext/couchbase/operations/document_search.hxx - ext/couchbase/operations/document_touch.hxx - ext/couchbase/operations/document_unlock.hxx - ext/couchbase/operations/document_upsert.hxx - ext/couchbase/operations/document_view.hxx - ext/couchbase/operations/group_drop.hxx - ext/couchbase/operations/group_get.hxx - ext/couchbase/operations/group_get_all.hxx - ext/couchbase/operations/group_upsert.hxx - ext/couchbase/operations/query_index_build_deferred.hxx - ext/couchbase/operations/query_index_create.hxx - ext/couchbase/operations/query_index_drop.hxx - ext/couchbase/operations/query_index_get_all.hxx - ext/couchbase/operations/rbac.hxx - ext/couchbase/operations/role_get_all.hxx - ext/couchbase/operations/scope_create.hxx - ext/couchbase/operations/scope_drop.hxx - ext/couchbase/operations/scope_get_all.hxx - ext/couchbase/operations/search_get_stats.hxx - ext/couchbase/operations/search_index.hxx - ext/couchbase/operations/search_index_analyze_document.hxx - ext/couchbase/operations/search_index_control_ingest.hxx - ext/couchbase/operations/search_index_control_plan_freeze.hxx - ext/couchbase/operations/search_index_control_query.hxx - ext/couchbase/operations/search_index_drop.hxx - ext/couchbase/operations/search_index_get.hxx - ext/couchbase/operations/search_index_get_all.hxx - ext/couchbase/operations/search_index_get_documents_count.hxx - ext/couchbase/operations/search_index_get_stats.hxx - ext/couchbase/operations/search_index_upsert.hxx - ext/couchbase/operations/user_drop.hxx - ext/couchbase/operations/user_get.hxx - ext/couchbase/operations/user_get_all.hxx - ext/couchbase/operations/user_upsert.hxx - ext/couchbase/operations/view_index_drop.hxx - ext/couchbase/operations/view_index_get.hxx - ext/couchbase/operations/view_index_get_all.hxx - ext/couchbase/operations/view_index_upsert.hxx - ext/couchbase/origin.hxx - ext/couchbase/platform/backtrace.c - ext/couchbase/platform/backtrace.h - ext/couchbase/platform/base64.cc - ext/couchbase/platform/base64.h - ext/couchbase/platform/random.cc - ext/couchbase/platform/random.h - ext/couchbase/platform/string_hex.cc - ext/couchbase/platform/string_hex.h - ext/couchbase/platform/terminate_handler.cc - ext/couchbase/platform/terminate_handler.h - ext/couchbase/platform/uuid.cc - ext/couchbase/platform/uuid.h - ext/couchbase/protocol/client_opcode.hxx - ext/couchbase/protocol/client_request.hxx - ext/couchbase/protocol/client_response.hxx - ext/couchbase/protocol/cmd_cluster_map_change_notification.hxx - ext/couchbase/protocol/cmd_decrement.hxx - ext/couchbase/protocol/cmd_exists.hxx - ext/couchbase/protocol/cmd_get.hxx - ext/couchbase/protocol/cmd_get_and_lock.hxx - ext/couchbase/protocol/cmd_get_and_touch.hxx - ext/couchbase/protocol/cmd_get_cluster_config.hxx - ext/couchbase/protocol/cmd_get_collection_id.hxx - ext/couchbase/protocol/cmd_get_collections_manifest.hxx - ext/couchbase/protocol/cmd_get_error_map.hxx - ext/couchbase/protocol/cmd_hello.hxx - ext/couchbase/protocol/cmd_increment.hxx - ext/couchbase/protocol/cmd_info.hxx - ext/couchbase/protocol/cmd_insert.hxx - ext/couchbase/protocol/cmd_lookup_in.hxx - ext/couchbase/protocol/cmd_mutate_in.hxx - ext/couchbase/protocol/cmd_remove.hxx - ext/couchbase/protocol/cmd_replace.hxx - ext/couchbase/protocol/cmd_sasl_auth.hxx - ext/couchbase/protocol/cmd_sasl_list_mechs.hxx - ext/couchbase/protocol/cmd_sasl_step.hxx - ext/couchbase/protocol/cmd_select_bucket.hxx - ext/couchbase/protocol/cmd_touch.hxx - ext/couchbase/protocol/cmd_unlock.hxx - ext/couchbase/protocol/cmd_upsert.hxx - ext/couchbase/protocol/datatype.hxx - ext/couchbase/protocol/durability_level.hxx - ext/couchbase/protocol/frame_info_id.hxx - ext/couchbase/protocol/hello_feature.hxx - ext/couchbase/protocol/magic.hxx - ext/couchbase/protocol/server_opcode.hxx - ext/couchbase/protocol/server_request.hxx - ext/couchbase/protocol/status.hxx - ext/couchbase/protocol/unsigned_leb128.h - ext/couchbase/service_type.hxx - ext/couchbase/timeout_defaults.hxx - ext/couchbase/utils/byteswap.hxx - ext/couchbase/utils/connection_string.hxx - ext/couchbase/utils/crc32.hxx - ext/couchbase/utils/url_codec.hxx - ext/couchbase/version.hxx - ext/extconf.rb - ext/test/test_helper.hxx - ext/test/test_helper_native.hxx - ext/test/test_helper_ruby.hxx - ext/test/test_native_diagnostics.cxx - ext/test/test_native_trivial_crud.cxx - ext/test/test_ruby_trivial_crud.cxx - ext/test/test_ruby_trivial_query.cxx - ext/third_party/asio/asio/include/asio.hpp - ext/third_party/asio/asio/include/asio/any_io_executor.hpp - ext/third_party/asio/asio/include/asio/associated_allocator.hpp - ext/third_party/asio/asio/include/asio/associated_executor.hpp - ext/third_party/asio/asio/include/asio/async_result.hpp - ext/third_party/asio/asio/include/asio/awaitable.hpp - ext/third_party/asio/asio/include/asio/basic_datagram_socket.hpp - ext/third_party/asio/asio/include/asio/basic_deadline_timer.hpp - ext/third_party/asio/asio/include/asio/basic_io_object.hpp - ext/third_party/asio/asio/include/asio/basic_raw_socket.hpp - ext/third_party/asio/asio/include/asio/basic_seq_packet_socket.hpp - ext/third_party/asio/asio/include/asio/basic_serial_port.hpp - ext/third_party/asio/asio/include/asio/basic_signal_set.hpp - ext/third_party/asio/asio/include/asio/basic_socket.hpp - ext/third_party/asio/asio/include/asio/basic_socket_acceptor.hpp - ext/third_party/asio/asio/include/asio/basic_socket_iostream.hpp - ext/third_party/asio/asio/include/asio/basic_socket_streambuf.hpp - ext/third_party/asio/asio/include/asio/basic_stream_socket.hpp - ext/third_party/asio/asio/include/asio/basic_streambuf.hpp - ext/third_party/asio/asio/include/asio/basic_streambuf_fwd.hpp - ext/third_party/asio/asio/include/asio/basic_waitable_timer.hpp - ext/third_party/asio/asio/include/asio/bind_executor.hpp - ext/third_party/asio/asio/include/asio/buffer.hpp - ext/third_party/asio/asio/include/asio/buffered_read_stream.hpp - ext/third_party/asio/asio/include/asio/buffered_read_stream_fwd.hpp - ext/third_party/asio/asio/include/asio/buffered_stream.hpp - ext/third_party/asio/asio/include/asio/buffered_stream_fwd.hpp - ext/third_party/asio/asio/include/asio/buffered_write_stream.hpp - ext/third_party/asio/asio/include/asio/buffered_write_stream_fwd.hpp - ext/third_party/asio/asio/include/asio/buffers_iterator.hpp - ext/third_party/asio/asio/include/asio/co_spawn.hpp - ext/third_party/asio/asio/include/asio/completion_condition.hpp - ext/third_party/asio/asio/include/asio/compose.hpp - ext/third_party/asio/asio/include/asio/connect.hpp - ext/third_party/asio/asio/include/asio/coroutine.hpp - ext/third_party/asio/asio/include/asio/deadline_timer.hpp - ext/third_party/asio/asio/include/asio/defer.hpp - ext/third_party/asio/asio/include/asio/detached.hpp - ext/third_party/asio/asio/include/asio/detail/array.hpp - ext/third_party/asio/asio/include/asio/detail/array_fwd.hpp - ext/third_party/asio/asio/include/asio/detail/assert.hpp - ext/third_party/asio/asio/include/asio/detail/atomic_count.hpp - ext/third_party/asio/asio/include/asio/detail/base_from_completion_cond.hpp - ext/third_party/asio/asio/include/asio/detail/bind_handler.hpp - ext/third_party/asio/asio/include/asio/detail/blocking_executor_op.hpp - ext/third_party/asio/asio/include/asio/detail/buffer_resize_guard.hpp - ext/third_party/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp - ext/third_party/asio/asio/include/asio/detail/buffered_stream_storage.hpp - ext/third_party/asio/asio/include/asio/detail/bulk_executor_op.hpp - ext/third_party/asio/asio/include/asio/detail/call_stack.hpp - ext/third_party/asio/asio/include/asio/detail/chrono.hpp - ext/third_party/asio/asio/include/asio/detail/chrono_time_traits.hpp - ext/third_party/asio/asio/include/asio/detail/completion_handler.hpp - ext/third_party/asio/asio/include/asio/detail/concurrency_hint.hpp - ext/third_party/asio/asio/include/asio/detail/conditionally_enabled_event.hpp - ext/third_party/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/config.hpp - ext/third_party/asio/asio/include/asio/detail/consuming_buffers.hpp - ext/third_party/asio/asio/include/asio/detail/cstddef.hpp - ext/third_party/asio/asio/include/asio/detail/cstdint.hpp - ext/third_party/asio/asio/include/asio/detail/date_time_fwd.hpp - ext/third_party/asio/asio/include/asio/detail/deadline_timer_service.hpp - ext/third_party/asio/asio/include/asio/detail/dependent_type.hpp - ext/third_party/asio/asio/include/asio/detail/descriptor_ops.hpp - ext/third_party/asio/asio/include/asio/detail/descriptor_read_op.hpp - ext/third_party/asio/asio/include/asio/detail/descriptor_write_op.hpp - ext/third_party/asio/asio/include/asio/detail/dev_poll_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/epoll_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/event.hpp - ext/third_party/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp - ext/third_party/asio/asio/include/asio/detail/executor_function.hpp - ext/third_party/asio/asio/include/asio/detail/executor_op.hpp - ext/third_party/asio/asio/include/asio/detail/fd_set_adapter.hpp - ext/third_party/asio/asio/include/asio/detail/fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/functional.hpp - ext/third_party/asio/asio/include/asio/detail/future.hpp - ext/third_party/asio/asio/include/asio/detail/gcc_arm_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/gcc_hppa_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/gcc_sync_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/gcc_x86_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/global.hpp - ext/third_party/asio/asio/include/asio/detail/handler_alloc_helpers.hpp - ext/third_party/asio/asio/include/asio/detail/handler_cont_helpers.hpp - ext/third_party/asio/asio/include/asio/detail/handler_invoke_helpers.hpp - ext/third_party/asio/asio/include/asio/detail/handler_tracking.hpp - ext/third_party/asio/asio/include/asio/detail/handler_type_requirements.hpp - ext/third_party/asio/asio/include/asio/detail/handler_work.hpp - ext/third_party/asio/asio/include/asio/detail/hash_map.hpp - ext/third_party/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp - ext/third_party/asio/asio/include/asio/detail/impl/descriptor_ops.ipp - ext/third_party/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp - ext/third_party/asio/asio/include/asio/detail/impl/epoll_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/impl/epoll_reactor.ipp - ext/third_party/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp - ext/third_party/asio/asio/include/asio/detail/impl/handler_tracking.ipp - ext/third_party/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp - ext/third_party/asio/asio/include/asio/detail/impl/null_event.ipp - ext/third_party/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp - ext/third_party/asio/asio/include/asio/detail/impl/posix_event.ipp - ext/third_party/asio/asio/include/asio/detail/impl/posix_mutex.ipp - ext/third_party/asio/asio/include/asio/detail/impl/posix_thread.ipp - ext/third_party/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp - ext/third_party/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/reactive_serial_port_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp - ext/third_party/asio/asio/include/asio/detail/impl/resolver_service_base.ipp - ext/third_party/asio/asio/include/asio/detail/impl/scheduler.ipp - ext/third_party/asio/asio/include/asio/detail/impl/select_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/impl/select_reactor.ipp - ext/third_party/asio/asio/include/asio/detail/impl/service_registry.hpp - ext/third_party/asio/asio/include/asio/detail/impl/service_registry.ipp - ext/third_party/asio/asio/include/asio/detail/impl/signal_set_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/socket_ops.ipp - ext/third_party/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp - ext/third_party/asio/asio/include/asio/detail/impl/strand_executor_service.hpp - ext/third_party/asio/asio/include/asio/detail/impl/strand_executor_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/strand_service.hpp - ext/third_party/asio/asio/include/asio/detail/impl/strand_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/throw_error.ipp - ext/third_party/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp - ext/third_party/asio/asio/include/asio/detail/impl/timer_queue_set.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_event.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp - ext/third_party/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_mutex.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_static_mutex.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_thread.ipp - ext/third_party/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp - ext/third_party/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp - ext/third_party/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp - ext/third_party/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp - ext/third_party/asio/asio/include/asio/detail/impl/winsock_init.ipp - ext/third_party/asio/asio/include/asio/detail/io_control.hpp - ext/third_party/asio/asio/include/asio/detail/io_object_impl.hpp - ext/third_party/asio/asio/include/asio/detail/is_buffer_sequence.hpp - ext/third_party/asio/asio/include/asio/detail/is_executor.hpp - ext/third_party/asio/asio/include/asio/detail/keyword_tss_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/kqueue_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/limits.hpp - ext/third_party/asio/asio/include/asio/detail/local_free_on_block_exit.hpp - ext/third_party/asio/asio/include/asio/detail/macos_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/memory.hpp - ext/third_party/asio/asio/include/asio/detail/mutex.hpp - ext/third_party/asio/asio/include/asio/detail/non_const_lvalue.hpp - ext/third_party/asio/asio/include/asio/detail/noncopyable.hpp - ext/third_party/asio/asio/include/asio/detail/null_event.hpp - ext/third_party/asio/asio/include/asio/detail/null_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/null_global.hpp - ext/third_party/asio/asio/include/asio/detail/null_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/null_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/null_signal_blocker.hpp - ext/third_party/asio/asio/include/asio/detail/null_socket_service.hpp - ext/third_party/asio/asio/include/asio/detail/null_static_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/null_thread.hpp - ext/third_party/asio/asio/include/asio/detail/null_tss_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/object_pool.hpp - ext/third_party/asio/asio/include/asio/detail/old_win_sdk_compat.hpp - ext/third_party/asio/asio/include/asio/detail/op_queue.hpp - ext/third_party/asio/asio/include/asio/detail/operation.hpp - ext/third_party/asio/asio/include/asio/detail/pipe_select_interrupter.hpp - ext/third_party/asio/asio/include/asio/detail/pop_options.hpp - ext/third_party/asio/asio/include/asio/detail/posix_event.hpp - ext/third_party/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp - ext/third_party/asio/asio/include/asio/detail/posix_global.hpp - ext/third_party/asio/asio/include/asio/detail/posix_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/posix_signal_blocker.hpp - ext/third_party/asio/asio/include/asio/detail/posix_static_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/posix_thread.hpp - ext/third_party/asio/asio/include/asio/detail/posix_tss_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/push_options.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_descriptor_service.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_serial_port_service.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_send_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_service.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_socket_service_base.hpp - ext/third_party/asio/asio/include/asio/detail/reactive_wait_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactor.hpp - ext/third_party/asio/asio/include/asio/detail/reactor_fwd.hpp - ext/third_party/asio/asio/include/asio/detail/reactor_op.hpp - ext/third_party/asio/asio/include/asio/detail/reactor_op_queue.hpp - ext/third_party/asio/asio/include/asio/detail/recycling_allocator.hpp - ext/third_party/asio/asio/include/asio/detail/regex_fwd.hpp - ext/third_party/asio/asio/include/asio/detail/resolve_endpoint_op.hpp - ext/third_party/asio/asio/include/asio/detail/resolve_op.hpp - ext/third_party/asio/asio/include/asio/detail/resolve_query_op.hpp - ext/third_party/asio/asio/include/asio/detail/resolver_service.hpp - ext/third_party/asio/asio/include/asio/detail/resolver_service_base.hpp - ext/third_party/asio/asio/include/asio/detail/scheduler.hpp - ext/third_party/asio/asio/include/asio/detail/scheduler_operation.hpp - ext/third_party/asio/asio/include/asio/detail/scheduler_thread_info.hpp - ext/third_party/asio/asio/include/asio/detail/scoped_lock.hpp - ext/third_party/asio/asio/include/asio/detail/scoped_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/select_interrupter.hpp - ext/third_party/asio/asio/include/asio/detail/select_reactor.hpp - ext/third_party/asio/asio/include/asio/detail/service_registry.hpp - ext/third_party/asio/asio/include/asio/detail/signal_blocker.hpp - ext/third_party/asio/asio/include/asio/detail/signal_handler.hpp - ext/third_party/asio/asio/include/asio/detail/signal_init.hpp - ext/third_party/asio/asio/include/asio/detail/signal_op.hpp - ext/third_party/asio/asio/include/asio/detail/signal_set_service.hpp - ext/third_party/asio/asio/include/asio/detail/socket_holder.hpp - ext/third_party/asio/asio/include/asio/detail/socket_ops.hpp - ext/third_party/asio/asio/include/asio/detail/socket_option.hpp - ext/third_party/asio/asio/include/asio/detail/socket_select_interrupter.hpp - ext/third_party/asio/asio/include/asio/detail/socket_types.hpp - ext/third_party/asio/asio/include/asio/detail/solaris_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/source_location.hpp - ext/third_party/asio/asio/include/asio/detail/static_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/std_event.hpp - ext/third_party/asio/asio/include/asio/detail/std_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/std_global.hpp - ext/third_party/asio/asio/include/asio/detail/std_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/std_static_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/std_thread.hpp - ext/third_party/asio/asio/include/asio/detail/strand_executor_service.hpp - ext/third_party/asio/asio/include/asio/detail/strand_service.hpp - ext/third_party/asio/asio/include/asio/detail/string_view.hpp - ext/third_party/asio/asio/include/asio/detail/thread.hpp - ext/third_party/asio/asio/include/asio/detail/thread_context.hpp - ext/third_party/asio/asio/include/asio/detail/thread_group.hpp - ext/third_party/asio/asio/include/asio/detail/thread_info_base.hpp - ext/third_party/asio/asio/include/asio/detail/throw_error.hpp - ext/third_party/asio/asio/include/asio/detail/throw_exception.hpp - ext/third_party/asio/asio/include/asio/detail/timer_queue.hpp - ext/third_party/asio/asio/include/asio/detail/timer_queue_base.hpp - ext/third_party/asio/asio/include/asio/detail/timer_queue_ptime.hpp - ext/third_party/asio/asio/include/asio/detail/timer_queue_set.hpp - ext/third_party/asio/asio/include/asio/detail/timer_scheduler.hpp - ext/third_party/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp - ext/third_party/asio/asio/include/asio/detail/tss_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/type_traits.hpp - ext/third_party/asio/asio/include/asio/detail/variadic_templates.hpp - ext/third_party/asio/asio/include/asio/detail/wait_handler.hpp - ext/third_party/asio/asio/include/asio/detail/wait_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_event.hpp - ext/third_party/asio/asio/include/asio/detail/win_fd_set_adapter.hpp - ext/third_party/asio/asio/include/asio/detail/win_fenced_block.hpp - ext/third_party/asio/asio/include/asio/detail/win_global.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_handle_service.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_io_context.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_operation.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_service.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_thread_info.hpp - ext/third_party/asio/asio/include/asio/detail/win_iocp_wait_op.hpp - ext/third_party/asio/asio/include/asio/detail/win_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/win_object_handle_service.hpp - ext/third_party/asio/asio/include/asio/detail/win_static_mutex.hpp - ext/third_party/asio/asio/include/asio/detail/win_thread.hpp - ext/third_party/asio/asio/include/asio/detail/win_tss_ptr.hpp - ext/third_party/asio/asio/include/asio/detail/winapp_thread.hpp - ext/third_party/asio/asio/include/asio/detail/wince_thread.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_async_manager.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_async_op.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_resolve_op.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_resolver_service.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_socket_send_op.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_ssocket_service.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp - ext/third_party/asio/asio/include/asio/detail/winrt_utils.hpp - ext/third_party/asio/asio/include/asio/detail/winsock_init.hpp - ext/third_party/asio/asio/include/asio/detail/work_dispatcher.hpp - ext/third_party/asio/asio/include/asio/detail/wrapped_handler.hpp - ext/third_party/asio/asio/include/asio/dispatch.hpp - ext/third_party/asio/asio/include/asio/error.hpp - ext/third_party/asio/asio/include/asio/error_code.hpp - ext/third_party/asio/asio/include/asio/execution.hpp - ext/third_party/asio/asio/include/asio/execution/allocator.hpp - ext/third_party/asio/asio/include/asio/execution/any_executor.hpp - ext/third_party/asio/asio/include/asio/execution/bad_executor.hpp - ext/third_party/asio/asio/include/asio/execution/blocking.hpp - ext/third_party/asio/asio/include/asio/execution/blocking_adaptation.hpp - ext/third_party/asio/asio/include/asio/execution/bulk_execute.hpp - ext/third_party/asio/asio/include/asio/execution/bulk_guarantee.hpp - ext/third_party/asio/asio/include/asio/execution/connect.hpp - ext/third_party/asio/asio/include/asio/execution/context.hpp - ext/third_party/asio/asio/include/asio/execution/context_as.hpp - ext/third_party/asio/asio/include/asio/execution/detail/as_invocable.hpp - ext/third_party/asio/asio/include/asio/execution/detail/as_operation.hpp - ext/third_party/asio/asio/include/asio/execution/detail/as_receiver.hpp - ext/third_party/asio/asio/include/asio/execution/detail/bulk_sender.hpp - ext/third_party/asio/asio/include/asio/execution/detail/submit_receiver.hpp - ext/third_party/asio/asio/include/asio/execution/detail/void_receiver.hpp - ext/third_party/asio/asio/include/asio/execution/execute.hpp - ext/third_party/asio/asio/include/asio/execution/executor.hpp - ext/third_party/asio/asio/include/asio/execution/impl/bad_executor.ipp - ext/third_party/asio/asio/include/asio/execution/impl/receiver_invocation_error.ipp - ext/third_party/asio/asio/include/asio/execution/invocable_archetype.hpp - ext/third_party/asio/asio/include/asio/execution/mapping.hpp - ext/third_party/asio/asio/include/asio/execution/occupancy.hpp - ext/third_party/asio/asio/include/asio/execution/operation_state.hpp - ext/third_party/asio/asio/include/asio/execution/outstanding_work.hpp - ext/third_party/asio/asio/include/asio/execution/prefer_only.hpp - ext/third_party/asio/asio/include/asio/execution/receiver.hpp - ext/third_party/asio/asio/include/asio/execution/receiver_invocation_error.hpp - ext/third_party/asio/asio/include/asio/execution/relationship.hpp - ext/third_party/asio/asio/include/asio/execution/schedule.hpp - ext/third_party/asio/asio/include/asio/execution/scheduler.hpp - ext/third_party/asio/asio/include/asio/execution/sender.hpp - ext/third_party/asio/asio/include/asio/execution/set_done.hpp - ext/third_party/asio/asio/include/asio/execution/set_error.hpp - ext/third_party/asio/asio/include/asio/execution/set_value.hpp - ext/third_party/asio/asio/include/asio/execution/start.hpp - ext/third_party/asio/asio/include/asio/execution/submit.hpp - ext/third_party/asio/asio/include/asio/execution_context.hpp - ext/third_party/asio/asio/include/asio/executor.hpp - ext/third_party/asio/asio/include/asio/executor_work_guard.hpp - ext/third_party/asio/asio/include/asio/generic/basic_endpoint.hpp - ext/third_party/asio/asio/include/asio/generic/datagram_protocol.hpp - ext/third_party/asio/asio/include/asio/generic/detail/endpoint.hpp - ext/third_party/asio/asio/include/asio/generic/detail/impl/endpoint.ipp - ext/third_party/asio/asio/include/asio/generic/raw_protocol.hpp - ext/third_party/asio/asio/include/asio/generic/seq_packet_protocol.hpp - ext/third_party/asio/asio/include/asio/generic/stream_protocol.hpp - ext/third_party/asio/asio/include/asio/handler_alloc_hook.hpp - ext/third_party/asio/asio/include/asio/handler_continuation_hook.hpp - ext/third_party/asio/asio/include/asio/handler_invoke_hook.hpp - ext/third_party/asio/asio/include/asio/high_resolution_timer.hpp - ext/third_party/asio/asio/include/asio/impl/awaitable.hpp - ext/third_party/asio/asio/include/asio/impl/buffered_read_stream.hpp - ext/third_party/asio/asio/include/asio/impl/buffered_write_stream.hpp - ext/third_party/asio/asio/include/asio/impl/co_spawn.hpp - ext/third_party/asio/asio/include/asio/impl/compose.hpp - ext/third_party/asio/asio/include/asio/impl/connect.hpp - ext/third_party/asio/asio/include/asio/impl/defer.hpp - ext/third_party/asio/asio/include/asio/impl/detached.hpp - ext/third_party/asio/asio/include/asio/impl/dispatch.hpp - ext/third_party/asio/asio/include/asio/impl/error.ipp - ext/third_party/asio/asio/include/asio/impl/error_code.ipp - ext/third_party/asio/asio/include/asio/impl/execution_context.hpp - ext/third_party/asio/asio/include/asio/impl/execution_context.ipp - ext/third_party/asio/asio/include/asio/impl/executor.hpp - ext/third_party/asio/asio/include/asio/impl/executor.ipp - ext/third_party/asio/asio/include/asio/impl/handler_alloc_hook.ipp - ext/third_party/asio/asio/include/asio/impl/io_context.hpp - ext/third_party/asio/asio/include/asio/impl/io_context.ipp - ext/third_party/asio/asio/include/asio/impl/multiple_exceptions.ipp - ext/third_party/asio/asio/include/asio/impl/post.hpp - ext/third_party/asio/asio/include/asio/impl/read.hpp - ext/third_party/asio/asio/include/asio/impl/read_at.hpp - ext/third_party/asio/asio/include/asio/impl/read_until.hpp - ext/third_party/asio/asio/include/asio/impl/redirect_error.hpp - ext/third_party/asio/asio/include/asio/impl/serial_port_base.hpp - ext/third_party/asio/asio/include/asio/impl/serial_port_base.ipp - ext/third_party/asio/asio/include/asio/impl/spawn.hpp - ext/third_party/asio/asio/include/asio/impl/src.hpp - ext/third_party/asio/asio/include/asio/impl/system_context.hpp - ext/third_party/asio/asio/include/asio/impl/system_context.ipp - ext/third_party/asio/asio/include/asio/impl/system_executor.hpp - ext/third_party/asio/asio/include/asio/impl/thread_pool.hpp - ext/third_party/asio/asio/include/asio/impl/thread_pool.ipp - ext/third_party/asio/asio/include/asio/impl/use_awaitable.hpp - ext/third_party/asio/asio/include/asio/impl/use_future.hpp - ext/third_party/asio/asio/include/asio/impl/write.hpp - ext/third_party/asio/asio/include/asio/impl/write_at.hpp - ext/third_party/asio/asio/include/asio/io_context.hpp - ext/third_party/asio/asio/include/asio/io_context_strand.hpp - ext/third_party/asio/asio/include/asio/io_service.hpp - ext/third_party/asio/asio/include/asio/io_service_strand.hpp - ext/third_party/asio/asio/include/asio/ip/address.hpp - ext/third_party/asio/asio/include/asio/ip/address_v4.hpp - ext/third_party/asio/asio/include/asio/ip/address_v4_iterator.hpp - ext/third_party/asio/asio/include/asio/ip/address_v4_range.hpp - ext/third_party/asio/asio/include/asio/ip/address_v6.hpp - ext/third_party/asio/asio/include/asio/ip/address_v6_iterator.hpp - ext/third_party/asio/asio/include/asio/ip/address_v6_range.hpp - ext/third_party/asio/asio/include/asio/ip/bad_address_cast.hpp - ext/third_party/asio/asio/include/asio/ip/basic_endpoint.hpp - ext/third_party/asio/asio/include/asio/ip/basic_resolver.hpp - ext/third_party/asio/asio/include/asio/ip/basic_resolver_entry.hpp - ext/third_party/asio/asio/include/asio/ip/basic_resolver_iterator.hpp - ext/third_party/asio/asio/include/asio/ip/basic_resolver_query.hpp - ext/third_party/asio/asio/include/asio/ip/basic_resolver_results.hpp - ext/third_party/asio/asio/include/asio/ip/detail/endpoint.hpp - ext/third_party/asio/asio/include/asio/ip/detail/impl/endpoint.ipp - ext/third_party/asio/asio/include/asio/ip/detail/socket_option.hpp - ext/third_party/asio/asio/include/asio/ip/host_name.hpp - ext/third_party/asio/asio/include/asio/ip/icmp.hpp - ext/third_party/asio/asio/include/asio/ip/impl/address.hpp - ext/third_party/asio/asio/include/asio/ip/impl/address.ipp - ext/third_party/asio/asio/include/asio/ip/impl/address_v4.hpp - ext/third_party/asio/asio/include/asio/ip/impl/address_v4.ipp - ext/third_party/asio/asio/include/asio/ip/impl/address_v6.hpp - ext/third_party/asio/asio/include/asio/ip/impl/address_v6.ipp - ext/third_party/asio/asio/include/asio/ip/impl/basic_endpoint.hpp - ext/third_party/asio/asio/include/asio/ip/impl/host_name.ipp - ext/third_party/asio/asio/include/asio/ip/impl/network_v4.hpp - ext/third_party/asio/asio/include/asio/ip/impl/network_v4.ipp - ext/third_party/asio/asio/include/asio/ip/impl/network_v6.hpp - ext/third_party/asio/asio/include/asio/ip/impl/network_v6.ipp - ext/third_party/asio/asio/include/asio/ip/multicast.hpp - ext/third_party/asio/asio/include/asio/ip/network_v4.hpp - ext/third_party/asio/asio/include/asio/ip/network_v6.hpp - ext/third_party/asio/asio/include/asio/ip/resolver_base.hpp - ext/third_party/asio/asio/include/asio/ip/resolver_query_base.hpp - ext/third_party/asio/asio/include/asio/ip/tcp.hpp - ext/third_party/asio/asio/include/asio/ip/udp.hpp - ext/third_party/asio/asio/include/asio/ip/unicast.hpp - ext/third_party/asio/asio/include/asio/ip/v6_only.hpp - ext/third_party/asio/asio/include/asio/is_applicable_property.hpp - ext/third_party/asio/asio/include/asio/is_executor.hpp - ext/third_party/asio/asio/include/asio/is_read_buffered.hpp - ext/third_party/asio/asio/include/asio/is_write_buffered.hpp - ext/third_party/asio/asio/include/asio/local/basic_endpoint.hpp - ext/third_party/asio/asio/include/asio/local/connect_pair.hpp - ext/third_party/asio/asio/include/asio/local/datagram_protocol.hpp - ext/third_party/asio/asio/include/asio/local/detail/endpoint.hpp - ext/third_party/asio/asio/include/asio/local/detail/impl/endpoint.ipp - ext/third_party/asio/asio/include/asio/local/stream_protocol.hpp - ext/third_party/asio/asio/include/asio/multiple_exceptions.hpp - ext/third_party/asio/asio/include/asio/packaged_task.hpp - ext/third_party/asio/asio/include/asio/placeholders.hpp - ext/third_party/asio/asio/include/asio/posix/basic_descriptor.hpp - ext/third_party/asio/asio/include/asio/posix/basic_stream_descriptor.hpp - ext/third_party/asio/asio/include/asio/posix/descriptor.hpp - ext/third_party/asio/asio/include/asio/posix/descriptor_base.hpp - ext/third_party/asio/asio/include/asio/posix/stream_descriptor.hpp - ext/third_party/asio/asio/include/asio/post.hpp - ext/third_party/asio/asio/include/asio/prefer.hpp - ext/third_party/asio/asio/include/asio/query.hpp - ext/third_party/asio/asio/include/asio/read.hpp - ext/third_party/asio/asio/include/asio/read_at.hpp - ext/third_party/asio/asio/include/asio/read_until.hpp - ext/third_party/asio/asio/include/asio/redirect_error.hpp - ext/third_party/asio/asio/include/asio/require.hpp - ext/third_party/asio/asio/include/asio/require_concept.hpp - ext/third_party/asio/asio/include/asio/serial_port.hpp - ext/third_party/asio/asio/include/asio/serial_port_base.hpp - ext/third_party/asio/asio/include/asio/signal_set.hpp - ext/third_party/asio/asio/include/asio/socket_base.hpp - ext/third_party/asio/asio/include/asio/spawn.hpp - ext/third_party/asio/asio/include/asio/ssl.hpp - ext/third_party/asio/asio/include/asio/ssl/context.hpp - ext/third_party/asio/asio/include/asio/ssl/context_base.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/engine.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/handshake_op.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/impl/engine.ipp - ext/third_party/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp - ext/third_party/asio/asio/include/asio/ssl/detail/io.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/openssl_init.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/openssl_types.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/password_callback.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/read_op.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/shutdown_op.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/stream_core.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/verify_callback.hpp - ext/third_party/asio/asio/include/asio/ssl/detail/write_op.hpp - ext/third_party/asio/asio/include/asio/ssl/error.hpp - ext/third_party/asio/asio/include/asio/ssl/host_name_verification.hpp - ext/third_party/asio/asio/include/asio/ssl/impl/context.hpp - ext/third_party/asio/asio/include/asio/ssl/impl/context.ipp - ext/third_party/asio/asio/include/asio/ssl/impl/error.ipp - ext/third_party/asio/asio/include/asio/ssl/impl/host_name_verification.ipp - ext/third_party/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp - ext/third_party/asio/asio/include/asio/ssl/impl/src.hpp - ext/third_party/asio/asio/include/asio/ssl/rfc2818_verification.hpp - ext/third_party/asio/asio/include/asio/ssl/stream.hpp - ext/third_party/asio/asio/include/asio/ssl/stream_base.hpp - ext/third_party/asio/asio/include/asio/ssl/verify_context.hpp - ext/third_party/asio/asio/include/asio/ssl/verify_mode.hpp - ext/third_party/asio/asio/include/asio/static_thread_pool.hpp - ext/third_party/asio/asio/include/asio/steady_timer.hpp - ext/third_party/asio/asio/include/asio/strand.hpp - ext/third_party/asio/asio/include/asio/streambuf.hpp - ext/third_party/asio/asio/include/asio/system_context.hpp - ext/third_party/asio/asio/include/asio/system_error.hpp - ext/third_party/asio/asio/include/asio/system_executor.hpp - ext/third_party/asio/asio/include/asio/system_timer.hpp - ext/third_party/asio/asio/include/asio/this_coro.hpp - ext/third_party/asio/asio/include/asio/thread.hpp - ext/third_party/asio/asio/include/asio/thread_pool.hpp - ext/third_party/asio/asio/include/asio/time_traits.hpp - ext/third_party/asio/asio/include/asio/traits/bulk_execute_free.hpp - ext/third_party/asio/asio/include/asio/traits/bulk_execute_member.hpp - ext/third_party/asio/asio/include/asio/traits/connect_free.hpp - ext/third_party/asio/asio/include/asio/traits/connect_member.hpp - ext/third_party/asio/asio/include/asio/traits/equality_comparable.hpp - ext/third_party/asio/asio/include/asio/traits/execute_free.hpp - ext/third_party/asio/asio/include/asio/traits/execute_member.hpp - ext/third_party/asio/asio/include/asio/traits/prefer_free.hpp - ext/third_party/asio/asio/include/asio/traits/prefer_member.hpp - ext/third_party/asio/asio/include/asio/traits/query_free.hpp - ext/third_party/asio/asio/include/asio/traits/query_member.hpp - ext/third_party/asio/asio/include/asio/traits/query_static_constexpr_member.hpp - ext/third_party/asio/asio/include/asio/traits/require_concept_free.hpp - ext/third_party/asio/asio/include/asio/traits/require_concept_member.hpp - ext/third_party/asio/asio/include/asio/traits/require_free.hpp - ext/third_party/asio/asio/include/asio/traits/require_member.hpp - ext/third_party/asio/asio/include/asio/traits/schedule_free.hpp - ext/third_party/asio/asio/include/asio/traits/schedule_member.hpp - ext/third_party/asio/asio/include/asio/traits/set_done_free.hpp - ext/third_party/asio/asio/include/asio/traits/set_done_member.hpp - ext/third_party/asio/asio/include/asio/traits/set_error_free.hpp - ext/third_party/asio/asio/include/asio/traits/set_error_member.hpp - ext/third_party/asio/asio/include/asio/traits/set_value_free.hpp - ext/third_party/asio/asio/include/asio/traits/set_value_member.hpp - ext/third_party/asio/asio/include/asio/traits/start_free.hpp - ext/third_party/asio/asio/include/asio/traits/start_member.hpp - ext/third_party/asio/asio/include/asio/traits/static_query.hpp - ext/third_party/asio/asio/include/asio/traits/static_require.hpp - ext/third_party/asio/asio/include/asio/traits/static_require_concept.hpp - ext/third_party/asio/asio/include/asio/traits/submit_free.hpp - ext/third_party/asio/asio/include/asio/traits/submit_member.hpp - ext/third_party/asio/asio/include/asio/ts/buffer.hpp - ext/third_party/asio/asio/include/asio/ts/executor.hpp - ext/third_party/asio/asio/include/asio/ts/internet.hpp - ext/third_party/asio/asio/include/asio/ts/io_context.hpp - ext/third_party/asio/asio/include/asio/ts/net.hpp - ext/third_party/asio/asio/include/asio/ts/netfwd.hpp - ext/third_party/asio/asio/include/asio/ts/socket.hpp - ext/third_party/asio/asio/include/asio/ts/timer.hpp - ext/third_party/asio/asio/include/asio/unyield.hpp - ext/third_party/asio/asio/include/asio/use_awaitable.hpp - ext/third_party/asio/asio/include/asio/use_future.hpp - ext/third_party/asio/asio/include/asio/uses_executor.hpp - ext/third_party/asio/asio/include/asio/version.hpp - ext/third_party/asio/asio/include/asio/wait_traits.hpp - ext/third_party/asio/asio/include/asio/windows/basic_object_handle.hpp - ext/third_party/asio/asio/include/asio/windows/basic_overlapped_handle.hpp - ext/third_party/asio/asio/include/asio/windows/basic_random_access_handle.hpp - ext/third_party/asio/asio/include/asio/windows/basic_stream_handle.hpp - ext/third_party/asio/asio/include/asio/windows/object_handle.hpp - ext/third_party/asio/asio/include/asio/windows/overlapped_handle.hpp - ext/third_party/asio/asio/include/asio/windows/overlapped_ptr.hpp - ext/third_party/asio/asio/include/asio/windows/random_access_handle.hpp - ext/third_party/asio/asio/include/asio/windows/stream_handle.hpp - ext/third_party/asio/asio/include/asio/write.hpp - ext/third_party/asio/asio/include/asio/write_at.hpp - ext/third_party/asio/asio/include/asio/yield.hpp - ext/third_party/gsl/CMakeLists.txt - ext/third_party/gsl/LICENSE - ext/third_party/gsl/ThirdPartyNotices.txt - ext/third_party/gsl/include/gsl/gsl - ext/third_party/gsl/include/gsl/gsl_algorithm - ext/third_party/gsl/include/gsl/gsl_assert - ext/third_party/gsl/include/gsl/gsl_byte - ext/third_party/gsl/include/gsl/gsl_narrow - ext/third_party/gsl/include/gsl/gsl_util - ext/third_party/gsl/include/gsl/multi_span - ext/third_party/gsl/include/gsl/pointers - ext/third_party/gsl/include/gsl/span - ext/third_party/gsl/include/gsl/span_ext - ext/third_party/gsl/include/gsl/string_span - ext/third_party/http_parser/LICENSE-MIT - ext/third_party/http_parser/http_parser.c - ext/third_party/http_parser/http_parser.h - ext/third_party/json/CMakeLists.txt - ext/third_party/json/LICENSE - ext/third_party/json/LICENSE.double-conversion - ext/third_party/json/LICENSE.itoa - ext/third_party/json/LICENSE.ryu - ext/third_party/json/include/tao/json.hpp - ext/third_party/json/include/tao/json/basic_value.hpp - ext/third_party/json/include/tao/json/binary.hpp - ext/third_party/json/include/tao/json/binary_view.hpp - ext/third_party/json/include/tao/json/binding.hpp - ext/third_party/json/include/tao/json/binding/constant.hpp - ext/third_party/json/include/tao/json/binding/element.hpp - ext/third_party/json/include/tao/json/binding/factory.hpp - ext/third_party/json/include/tao/json/binding/for_nothing_value.hpp - ext/third_party/json/include/tao/json/binding/for_unknown_key.hpp - ext/third_party/json/include/tao/json/binding/inherit.hpp - ext/third_party/json/include/tao/json/binding/internal/array.hpp - ext/third_party/json/include/tao/json/binding/internal/inherit.hpp - ext/third_party/json/include/tao/json/binding/internal/object.hpp - ext/third_party/json/include/tao/json/binding/internal/type_key.hpp - ext/third_party/json/include/tao/json/binding/member.hpp - ext/third_party/json/include/tao/json/binding/member_kind.hpp - ext/third_party/json/include/tao/json/binding/versions.hpp - ext/third_party/json/include/tao/json/cbor.hpp - ext/third_party/json/include/tao/json/cbor/consume_file.hpp - ext/third_party/json/include/tao/json/cbor/consume_string.hpp - ext/third_party/json/include/tao/json/cbor/events/from_binary.hpp - ext/third_party/json/include/tao/json/cbor/events/from_file.hpp - ext/third_party/json/include/tao/json/cbor/events/from_input.hpp - ext/third_party/json/include/tao/json/cbor/events/from_string.hpp - ext/third_party/json/include/tao/json/cbor/events/to_stream.hpp - ext/third_party/json/include/tao/json/cbor/events/to_string.hpp - ext/third_party/json/include/tao/json/cbor/from_binary.hpp - ext/third_party/json/include/tao/json/cbor/from_file.hpp - ext/third_party/json/include/tao/json/cbor/from_input.hpp - ext/third_party/json/include/tao/json/cbor/from_string.hpp - ext/third_party/json/include/tao/json/cbor/internal/grammar.hpp - ext/third_party/json/include/tao/json/cbor/internal/major.hpp - ext/third_party/json/include/tao/json/cbor/parts_parser.hpp - ext/third_party/json/include/tao/json/cbor/to_stream.hpp - ext/third_party/json/include/tao/json/cbor/to_string.hpp - ext/third_party/json/include/tao/json/consume.hpp - ext/third_party/json/include/tao/json/consume_file.hpp - ext/third_party/json/include/tao/json/consume_string.hpp - ext/third_party/json/include/tao/json/contrib/array_traits.hpp - ext/third_party/json/include/tao/json/contrib/deque_traits.hpp - ext/third_party/json/include/tao/json/contrib/diff.hpp - ext/third_party/json/include/tao/json/contrib/get.hpp - ext/third_party/json/include/tao/json/contrib/internal/array_traits.hpp - ext/third_party/json/include/tao/json/contrib/internal/indirect_traits.hpp - ext/third_party/json/include/tao/json/contrib/internal/object_traits.hpp - ext/third_party/json/include/tao/json/contrib/internal/type_traits.hpp - ext/third_party/json/include/tao/json/contrib/list_traits.hpp - ext/third_party/json/include/tao/json/contrib/map_traits.hpp - ext/third_party/json/include/tao/json/contrib/multimap_traits.hpp - ext/third_party/json/include/tao/json/contrib/multiset_traits.hpp - ext/third_party/json/include/tao/json/contrib/pair_traits.hpp - ext/third_party/json/include/tao/json/contrib/patch.hpp - ext/third_party/json/include/tao/json/contrib/pointer_traits.hpp - ext/third_party/json/include/tao/json/contrib/position.hpp - ext/third_party/json/include/tao/json/contrib/reference.hpp - ext/third_party/json/include/tao/json/contrib/schema.hpp - ext/third_party/json/include/tao/json/contrib/set_traits.hpp - ext/third_party/json/include/tao/json/contrib/shared_ptr_traits.hpp - ext/third_party/json/include/tao/json/contrib/traits.hpp - ext/third_party/json/include/tao/json/contrib/tuple_traits.hpp - ext/third_party/json/include/tao/json/contrib/unique_ptr_traits.hpp - ext/third_party/json/include/tao/json/contrib/unordered_map_traits.hpp - ext/third_party/json/include/tao/json/contrib/unordered_set_traits.hpp - ext/third_party/json/include/tao/json/contrib/vector_bool_traits.hpp - ext/third_party/json/include/tao/json/contrib/vector_traits.hpp - ext/third_party/json/include/tao/json/events.hpp - ext/third_party/json/include/tao/json/events/apply.hpp - ext/third_party/json/include/tao/json/events/binary_to_base64.hpp - ext/third_party/json/include/tao/json/events/binary_to_base64url.hpp - ext/third_party/json/include/tao/json/events/binary_to_exception.hpp - ext/third_party/json/include/tao/json/events/binary_to_hex.hpp - ext/third_party/json/include/tao/json/events/compare.hpp - ext/third_party/json/include/tao/json/events/debug.hpp - ext/third_party/json/include/tao/json/events/discard.hpp - ext/third_party/json/include/tao/json/events/from_file.hpp - ext/third_party/json/include/tao/json/events/from_input.hpp - ext/third_party/json/include/tao/json/events/from_stream.hpp - ext/third_party/json/include/tao/json/events/from_string.hpp - ext/third_party/json/include/tao/json/events/from_value.hpp - ext/third_party/json/include/tao/json/events/hash.hpp - ext/third_party/json/include/tao/json/events/invalid_string_to_binary.hpp - ext/third_party/json/include/tao/json/events/invalid_string_to_exception.hpp - ext/third_party/json/include/tao/json/events/invalid_string_to_hex.hpp - ext/third_party/json/include/tao/json/events/key_camel_case_to_snake_case.hpp - ext/third_party/json/include/tao/json/events/key_snake_case_to_camel_case.hpp - ext/third_party/json/include/tao/json/events/limit_nesting_depth.hpp - ext/third_party/json/include/tao/json/events/limit_value_count.hpp - ext/third_party/json/include/tao/json/events/non_finite_to_exception.hpp - ext/third_party/json/include/tao/json/events/non_finite_to_null.hpp - ext/third_party/json/include/tao/json/events/non_finite_to_string.hpp - ext/third_party/json/include/tao/json/events/prefer_signed.hpp - ext/third_party/json/include/tao/json/events/prefer_unsigned.hpp - ext/third_party/json/include/tao/json/events/produce.hpp - ext/third_party/json/include/tao/json/events/ref.hpp - ext/third_party/json/include/tao/json/events/statistics.hpp - ext/third_party/json/include/tao/json/events/tee.hpp - ext/third_party/json/include/tao/json/events/to_pretty_stream.hpp - ext/third_party/json/include/tao/json/events/to_stream.hpp - ext/third_party/json/include/tao/json/events/to_string.hpp - ext/third_party/json/include/tao/json/events/to_value.hpp - ext/third_party/json/include/tao/json/events/transformer.hpp - ext/third_party/json/include/tao/json/events/validate_event_order.hpp - ext/third_party/json/include/tao/json/events/validate_keys.hpp - ext/third_party/json/include/tao/json/events/virtual_base.hpp - ext/third_party/json/include/tao/json/events/virtual_ref.hpp - ext/third_party/json/include/tao/json/external/double.hpp - ext/third_party/json/include/tao/json/external/itoa.hpp - ext/third_party/json/include/tao/json/external/pegtl.hpp - ext/third_party/json/include/tao/json/external/pegtl/apply_mode.hpp - ext/third_party/json/include/tao/json/external/pegtl/argv_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/ascii.hpp - ext/third_party/json/include/tao/json/external/pegtl/buffer_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_action.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_action_and_state.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_action_and_states.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_control.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_state.hpp - ext/third_party/json/include/tao/json/external/pegtl/change_states.hpp - ext/third_party/json/include/tao/json/external/pegtl/config.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/abnf.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/alphabet.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/analyze.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/analyze_traits.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/control_action.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/coverage.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/forward.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/http.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/icu/internal.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/icu/utf16.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/icu/utf32.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/icu/utf8.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/if_then.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/integer.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/endian.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/endian_gcc.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/endian_win.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_mask_uint.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_mask_uint8.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_uint.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_uint8.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_utf16.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/peek_utf32.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/read_uint.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/internal/set_stack_guard.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/json.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/json_pointer.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/parse_tree.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/parse_tree_to_dot.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/print.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/print_coverage.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/raw_string.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/remove_first_state.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/remove_last_states.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/rep_one_min_max.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/rep_string.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/shuffle_states.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/state_control.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/to_string.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/trace.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/uint16.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/uint32.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/uint64.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/uint8.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/unescape.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/uri.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/utf16.hpp - ext/third_party/json/include/tao/json/external/pegtl/contrib/utf32.hpp - ext/third_party/json/include/tao/json/external/pegtl/cstream_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/demangle.hpp - ext/third_party/json/include/tao/json/external/pegtl/disable_action.hpp - ext/third_party/json/include/tao/json/external/pegtl/discard_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/discard_input_on_failure.hpp - ext/third_party/json/include/tao/json/external/pegtl/discard_input_on_success.hpp - ext/third_party/json/include/tao/json/external/pegtl/enable_action.hpp - ext/third_party/json/include/tao/json/external/pegtl/eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/eol_pair.hpp - ext/third_party/json/include/tao/json/external/pegtl/file_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/action.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/action_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/any.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/apply.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/apply0.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/apply0_single.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/apply_single.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/at.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/bof.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/bol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/bump.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/bump_help.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/bytes.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/control.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/cr_crlf_eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/cr_eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/crlf_eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/cstream_reader.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/cstring_reader.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/dependent_false.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/disable.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/discard.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/enable.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/enable_control.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/eof.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/eolf.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/failure.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/file_mapper_posix.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/file_mapper_win32.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/file_reader.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/has_apply.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/has_apply0.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/has_match.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/has_unwind.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/identifier.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/if_apply.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/if_must.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/if_must_else.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/if_then_else.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/input_pair.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/istream_reader.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/istring.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/iterator.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/lf_crlf_eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/lf_eol.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/list.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/list_must.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/list_tail.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/list_tail_pad.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/marker.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/minus.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/missing_apply.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/missing_apply0.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/must.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/not_at.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/one.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/opt.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/pad.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/pad_opt.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/path_to_string.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/peek_char.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/peek_utf8.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/pegtl_string.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/plus.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/raise.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/range.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/ranges.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rematch.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rep.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rep_min.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rep_min_max.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rep_opt.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/require.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/result_on_found.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/rules.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/seq.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/sor.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/star.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/star_must.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/state.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/string.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/success.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/try_catch_type.hpp - ext/third_party/json/include/tao/json/external/pegtl/internal/until.hpp - ext/third_party/json/include/tao/json/external/pegtl/istream_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/match.hpp - ext/third_party/json/include/tao/json/external/pegtl/memory_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/mmap_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/must_if.hpp - ext/third_party/json/include/tao/json/external/pegtl/normal.hpp - ext/third_party/json/include/tao/json/external/pegtl/nothing.hpp - ext/third_party/json/include/tao/json/external/pegtl/parse.hpp - ext/third_party/json/include/tao/json/external/pegtl/parse_error.hpp - ext/third_party/json/include/tao/json/external/pegtl/position.hpp - ext/third_party/json/include/tao/json/external/pegtl/read_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/require_apply.hpp - ext/third_party/json/include/tao/json/external/pegtl/require_apply0.hpp - ext/third_party/json/include/tao/json/external/pegtl/rewind_mode.hpp - ext/third_party/json/include/tao/json/external/pegtl/rules.hpp - ext/third_party/json/include/tao/json/external/pegtl/string_input.hpp - ext/third_party/json/include/tao/json/external/pegtl/tracking_mode.hpp - ext/third_party/json/include/tao/json/external/pegtl/type_list.hpp - ext/third_party/json/include/tao/json/external/pegtl/utf8.hpp - ext/third_party/json/include/tao/json/external/pegtl/version.hpp - ext/third_party/json/include/tao/json/external/pegtl/visit.hpp - ext/third_party/json/include/tao/json/external/ryu.hpp - ext/third_party/json/include/tao/json/forward.hpp - ext/third_party/json/include/tao/json/from_file.hpp - ext/third_party/json/include/tao/json/from_input.hpp - ext/third_party/json/include/tao/json/from_stream.hpp - ext/third_party/json/include/tao/json/from_string.hpp - ext/third_party/json/include/tao/json/internal/action.hpp - ext/third_party/json/include/tao/json/internal/base64.hpp - ext/third_party/json/include/tao/json/internal/base64url.hpp - ext/third_party/json/include/tao/json/internal/dependent_false.hpp - ext/third_party/json/include/tao/json/internal/endian.hpp - ext/third_party/json/include/tao/json/internal/endian_gcc.hpp - ext/third_party/json/include/tao/json/internal/endian_win.hpp - ext/third_party/json/include/tao/json/internal/errors.hpp - ext/third_party/json/include/tao/json/internal/escape.hpp - ext/third_party/json/include/tao/json/internal/format.hpp - ext/third_party/json/include/tao/json/internal/grammar.hpp - ext/third_party/json/include/tao/json/internal/hexdump.hpp - ext/third_party/json/include/tao/json/internal/identity.hpp - ext/third_party/json/include/tao/json/internal/number_state.hpp - ext/third_party/json/include/tao/json/internal/number_traits.hpp - ext/third_party/json/include/tao/json/internal/pair.hpp - ext/third_party/json/include/tao/json/internal/parse_util.hpp - ext/third_party/json/include/tao/json/internal/sha256.hpp - ext/third_party/json/include/tao/json/internal/single.hpp - ext/third_party/json/include/tao/json/internal/string_t.hpp - ext/third_party/json/include/tao/json/internal/type_traits.hpp - ext/third_party/json/include/tao/json/internal/unescape_action.hpp - ext/third_party/json/include/tao/json/internal/uri_fragment.hpp - ext/third_party/json/include/tao/json/jaxn.hpp - ext/third_party/json/include/tao/json/jaxn/consume_file.hpp - ext/third_party/json/include/tao/json/jaxn/consume_string.hpp - ext/third_party/json/include/tao/json/jaxn/events/from_file.hpp - ext/third_party/json/include/tao/json/jaxn/events/from_input.hpp - ext/third_party/json/include/tao/json/jaxn/events/from_stream.hpp - ext/third_party/json/include/tao/json/jaxn/events/from_string.hpp - ext/third_party/json/include/tao/json/jaxn/events/to_pretty_stream.hpp - ext/third_party/json/include/tao/json/jaxn/events/to_stream.hpp - ext/third_party/json/include/tao/json/jaxn/events/to_string.hpp - ext/third_party/json/include/tao/json/jaxn/from_file.hpp - ext/third_party/json/include/tao/json/jaxn/from_input.hpp - ext/third_party/json/include/tao/json/jaxn/from_stream.hpp - ext/third_party/json/include/tao/json/jaxn/from_string.hpp - ext/third_party/json/include/tao/json/jaxn/internal/action.hpp - ext/third_party/json/include/tao/json/jaxn/internal/bunescape_action.hpp - ext/third_party/json/include/tao/json/jaxn/internal/errors.hpp - ext/third_party/json/include/tao/json/jaxn/internal/grammar.hpp - ext/third_party/json/include/tao/json/jaxn/internal/integer.hpp - ext/third_party/json/include/tao/json/jaxn/internal/unescape_action.hpp - ext/third_party/json/include/tao/json/jaxn/is_identifier.hpp - ext/third_party/json/include/tao/json/jaxn/parts_parser.hpp - ext/third_party/json/include/tao/json/jaxn/to_stream.hpp - ext/third_party/json/include/tao/json/jaxn/to_string.hpp - ext/third_party/json/include/tao/json/message_extension.hpp - ext/third_party/json/include/tao/json/msgpack.hpp - ext/third_party/json/include/tao/json/msgpack/consume_file.hpp - ext/third_party/json/include/tao/json/msgpack/consume_string.hpp - ext/third_party/json/include/tao/json/msgpack/events/from_binary.hpp - ext/third_party/json/include/tao/json/msgpack/events/from_file.hpp - ext/third_party/json/include/tao/json/msgpack/events/from_input.hpp - ext/third_party/json/include/tao/json/msgpack/events/from_string.hpp - ext/third_party/json/include/tao/json/msgpack/events/to_stream.hpp - ext/third_party/json/include/tao/json/msgpack/events/to_string.hpp - ext/third_party/json/include/tao/json/msgpack/from_binary.hpp - ext/third_party/json/include/tao/json/msgpack/from_file.hpp - ext/third_party/json/include/tao/json/msgpack/from_input.hpp - ext/third_party/json/include/tao/json/msgpack/from_string.hpp - ext/third_party/json/include/tao/json/msgpack/internal/format.hpp - ext/third_party/json/include/tao/json/msgpack/internal/grammar.hpp - ext/third_party/json/include/tao/json/msgpack/parts_parser.hpp - ext/third_party/json/include/tao/json/msgpack/to_stream.hpp - ext/third_party/json/include/tao/json/msgpack/to_string.hpp - ext/third_party/json/include/tao/json/operators.hpp - ext/third_party/json/include/tao/json/parts_parser.hpp - ext/third_party/json/include/tao/json/pointer.hpp - ext/third_party/json/include/tao/json/produce.hpp - ext/third_party/json/include/tao/json/self_contained.hpp - ext/third_party/json/include/tao/json/span.hpp - ext/third_party/json/include/tao/json/stream.hpp - ext/third_party/json/include/tao/json/to_stream.hpp - ext/third_party/json/include/tao/json/to_string.hpp - ext/third_party/json/include/tao/json/traits.hpp - ext/third_party/json/include/tao/json/type.hpp - ext/third_party/json/include/tao/json/ubjson.hpp - ext/third_party/json/include/tao/json/ubjson/consume_file.hpp - ext/third_party/json/include/tao/json/ubjson/consume_string.hpp - ext/third_party/json/include/tao/json/ubjson/events/from_binary.hpp - ext/third_party/json/include/tao/json/ubjson/events/from_file.hpp - ext/third_party/json/include/tao/json/ubjson/events/from_input.hpp - ext/third_party/json/include/tao/json/ubjson/events/from_string.hpp - ext/third_party/json/include/tao/json/ubjson/events/to_stream.hpp - ext/third_party/json/include/tao/json/ubjson/events/to_string.hpp - ext/third_party/json/include/tao/json/ubjson/from_binary.hpp - ext/third_party/json/include/tao/json/ubjson/from_file.hpp - ext/third_party/json/include/tao/json/ubjson/from_input.hpp - ext/third_party/json/include/tao/json/ubjson/from_string.hpp - ext/third_party/json/include/tao/json/ubjson/internal/grammar.hpp - ext/third_party/json/include/tao/json/ubjson/internal/marker.hpp - ext/third_party/json/include/tao/json/ubjson/parts_parser.hpp - ext/third_party/json/include/tao/json/ubjson/to_stream.hpp - ext/third_party/json/include/tao/json/ubjson/to_string.hpp - ext/third_party/json/include/tao/json/utf8.hpp - ext/third_party/json/include/tao/json/value.hpp - ext/third_party/snappy/CMakeLists.txt - ext/third_party/snappy/COPYING - ext/third_party/snappy/cmake/SnappyConfig.cmake.in - ext/third_party/snappy/cmake/config.h.in - ext/third_party/snappy/snappy-c.cc - ext/third_party/snappy/snappy-c.h - ext/third_party/snappy/snappy-internal.h - ext/third_party/snappy/snappy-sinksource.cc - ext/third_party/snappy/snappy-sinksource.h - ext/third_party/snappy/snappy-stubs-internal.cc - ext/third_party/snappy/snappy-stubs-internal.h - ext/third_party/snappy/snappy-stubs-public.h.in - ext/third_party/snappy/snappy.cc - ext/third_party/snappy/snappy.h - ext/third_party/spdlog/CMakeLists.txt - ext/third_party/spdlog/LICENSE - ext/third_party/spdlog/cmake/ide.cmake - ext/third_party/spdlog/cmake/pch.h.in - ext/third_party/spdlog/cmake/spdlog.pc.in - ext/third_party/spdlog/cmake/spdlogCPack.cmake - ext/third_party/spdlog/cmake/spdlogConfig.cmake.in - ext/third_party/spdlog/cmake/utils.cmake - ext/third_party/spdlog/cmake/version.rc.in - ext/third_party/spdlog/include/spdlog/async.h - ext/third_party/spdlog/include/spdlog/async_logger-inl.h - ext/third_party/spdlog/include/spdlog/async_logger.h - ext/third_party/spdlog/include/spdlog/cfg/argv.h - ext/third_party/spdlog/include/spdlog/cfg/env.h - ext/third_party/spdlog/include/spdlog/cfg/helpers-inl.h - ext/third_party/spdlog/include/spdlog/cfg/helpers.h - ext/third_party/spdlog/include/spdlog/common-inl.h - ext/third_party/spdlog/include/spdlog/common.h - ext/third_party/spdlog/include/spdlog/details/backtracer-inl.h - ext/third_party/spdlog/include/spdlog/details/backtracer.h - ext/third_party/spdlog/include/spdlog/details/circular_q.h - ext/third_party/spdlog/include/spdlog/details/console_globals.h - ext/third_party/spdlog/include/spdlog/details/file_helper-inl.h - ext/third_party/spdlog/include/spdlog/details/file_helper.h - ext/third_party/spdlog/include/spdlog/details/fmt_helper.h - ext/third_party/spdlog/include/spdlog/details/log_msg-inl.h - ext/third_party/spdlog/include/spdlog/details/log_msg.h - ext/third_party/spdlog/include/spdlog/details/log_msg_buffer-inl.h - ext/third_party/spdlog/include/spdlog/details/log_msg_buffer.h - ext/third_party/spdlog/include/spdlog/details/mpmc_blocking_q.h - ext/third_party/spdlog/include/spdlog/details/null_mutex.h - ext/third_party/spdlog/include/spdlog/details/os-inl.h - ext/third_party/spdlog/include/spdlog/details/os.h - ext/third_party/spdlog/include/spdlog/details/periodic_worker-inl.h - ext/third_party/spdlog/include/spdlog/details/periodic_worker.h - ext/third_party/spdlog/include/spdlog/details/registry-inl.h - ext/third_party/spdlog/include/spdlog/details/registry.h - ext/third_party/spdlog/include/spdlog/details/synchronous_factory.h - ext/third_party/spdlog/include/spdlog/details/tcp_client-windows.h - ext/third_party/spdlog/include/spdlog/details/tcp_client.h - ext/third_party/spdlog/include/spdlog/details/thread_pool-inl.h - ext/third_party/spdlog/include/spdlog/details/thread_pool.h - ext/third_party/spdlog/include/spdlog/details/windows_include.h - ext/third_party/spdlog/include/spdlog/fmt/bin_to_hex.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/LICENSE.rst - ext/third_party/spdlog/include/spdlog/fmt/bundled/chrono.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/color.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/compile.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/core.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/format-inl.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/format.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/locale.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/os.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/ostream.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/posix.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/printf.h - ext/third_party/spdlog/include/spdlog/fmt/bundled/ranges.h - ext/third_party/spdlog/include/spdlog/fmt/chrono.h - ext/third_party/spdlog/include/spdlog/fmt/fmt.h - ext/third_party/spdlog/include/spdlog/fmt/ostr.h - ext/third_party/spdlog/include/spdlog/formatter.h - ext/third_party/spdlog/include/spdlog/fwd.h - ext/third_party/spdlog/include/spdlog/logger-inl.h - ext/third_party/spdlog/include/spdlog/logger.h - ext/third_party/spdlog/include/spdlog/pattern_formatter-inl.h - ext/third_party/spdlog/include/spdlog/pattern_formatter.h - ext/third_party/spdlog/include/spdlog/sinks/android_sink.h - ext/third_party/spdlog/include/spdlog/sinks/ansicolor_sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/ansicolor_sink.h - ext/third_party/spdlog/include/spdlog/sinks/base_sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/base_sink.h - ext/third_party/spdlog/include/spdlog/sinks/basic_file_sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/basic_file_sink.h - ext/third_party/spdlog/include/spdlog/sinks/daily_file_sink.h - ext/third_party/spdlog/include/spdlog/sinks/dist_sink.h - ext/third_party/spdlog/include/spdlog/sinks/dup_filter_sink.h - ext/third_party/spdlog/include/spdlog/sinks/msvc_sink.h - ext/third_party/spdlog/include/spdlog/sinks/null_sink.h - ext/third_party/spdlog/include/spdlog/sinks/ostream_sink.h - ext/third_party/spdlog/include/spdlog/sinks/ringbuffer_sink.h - ext/third_party/spdlog/include/spdlog/sinks/rotating_file_sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/rotating_file_sink.h - ext/third_party/spdlog/include/spdlog/sinks/sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/sink.h - ext/third_party/spdlog/include/spdlog/sinks/stdout_color_sinks-inl.h - ext/third_party/spdlog/include/spdlog/sinks/stdout_color_sinks.h - ext/third_party/spdlog/include/spdlog/sinks/stdout_sinks-inl.h - ext/third_party/spdlog/include/spdlog/sinks/stdout_sinks.h - ext/third_party/spdlog/include/spdlog/sinks/syslog_sink.h - ext/third_party/spdlog/include/spdlog/sinks/systemd_sink.h - ext/third_party/spdlog/include/spdlog/sinks/tcp_sink.h - ext/third_party/spdlog/include/spdlog/sinks/win_eventlog_sink.h - ext/third_party/spdlog/include/spdlog/sinks/wincolor_sink-inl.h - ext/third_party/spdlog/include/spdlog/sinks/wincolor_sink.h - ext/third_party/spdlog/include/spdlog/spdlog-inl.h - ext/third_party/spdlog/include/spdlog/spdlog.h - ext/third_party/spdlog/include/spdlog/stopwatch.h - ext/third_party/spdlog/include/spdlog/tweakme.h - ext/third_party/spdlog/include/spdlog/version.h - ext/third_party/spdlog/src/async.cpp - ext/third_party/spdlog/src/cfg.cpp - ext/third_party/spdlog/src/color_sinks.cpp - ext/third_party/spdlog/src/file_sinks.cpp - ext/third_party/spdlog/src/fmt.cpp - ext/third_party/spdlog/src/spdlog.cpp - ext/third_party/spdlog/src/stdout_sinks.cpp - lib/couchbase.rb - lib/couchbase/analytics_options.rb - lib/couchbase/authenticator.rb - lib/couchbase/binary_collection.rb - lib/couchbase/binary_collection_options.rb - lib/couchbase/bucket.rb - lib/couchbase/cluster.rb - lib/couchbase/collection.rb - lib/couchbase/collection_options.rb - lib/couchbase/common_options.rb - lib/couchbase/datastructures.rb - lib/couchbase/datastructures/couchbase_list.rb - lib/couchbase/datastructures/couchbase_map.rb - lib/couchbase/datastructures/couchbase_queue.rb - lib/couchbase/datastructures/couchbase_set.rb - lib/couchbase/errors.rb - lib/couchbase/json_transcoder.rb - lib/couchbase/management/analytics_index_manager.rb - lib/couchbase/management/bucket_manager.rb - lib/couchbase/management/collection_manager.rb - lib/couchbase/management/query_index_manager.rb - lib/couchbase/management/search_index_manager.rb - lib/couchbase/management/user_manager.rb - lib/couchbase/management/view_index_manager.rb - lib/couchbase/mutation_state.rb - lib/couchbase/query_options.rb - lib/couchbase/scope.rb - lib/couchbase/search_options.rb - lib/couchbase/subdoc.rb - lib/couchbase/version.rb - lib/couchbase/view_options.rb homepage: https://www.couchbase.com licenses: - Apache-2.0 metadata: homepage_uri: https://docs.couchbase.com/ruby-sdk/3.0/hello-world/start-using-sdk.html bug_tracker_uri: https://couchbase.com/issues/browse/RCBC mailing_list_uri: https://forums.couchbase.com/c/ruby-sdk source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.0.1 changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.0.1 documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.0.1/index.html github_repo: ssh://github.com/couchbase/couchbase-ruby-client post_install_message: rdoc_options: - "--exclude" - ext/ require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: SDK for Couchbase Server test_files: []