couchbase 3.5.3 → 3.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (819) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ext/CMakeLists.txt +8 -2
  4. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/as_tuple.hpp +35 -9
  5. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_immediate_executor.hpp +3 -2
  6. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associator.hpp +1 -1
  7. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/async_result.hpp +74 -68
  8. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_datagram_socket.hpp +11 -11
  9. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_deadline_timer.hpp +2 -2
  10. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_random_access_file.hpp +2 -2
  11. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_raw_socket.hpp +10 -10
  12. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_readable_pipe.hpp +1 -1
  13. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_seq_packet_socket.hpp +3 -3
  14. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_serial_port.hpp +2 -2
  15. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_signal_set.hpp +1 -1
  16. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket.hpp +2 -2
  17. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_acceptor.hpp +9 -9
  18. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_stream_file.hpp +2 -2
  19. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_stream_socket.hpp +6 -6
  20. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_waitable_timer.hpp +2 -2
  21. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_writable_pipe.hpp +1 -1
  22. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_allocator.hpp +88 -22
  23. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_cancellation_slot.hpp +91 -22
  24. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_executor.hpp +105 -23
  25. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/bind_immediate_executor.hpp +90 -23
  26. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffer.hpp +2 -2
  27. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffer_registration.hpp +1 -1
  28. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/cancel_after.hpp +301 -0
  29. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/cancel_at.hpp +294 -0
  30. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/impl → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio}/co_composed.hpp +204 -59
  31. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/completion_condition.hpp +49 -0
  32. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/compose.hpp +128 -0
  33. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/compose.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/composed.hpp} +160 -66
  34. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/connect.hpp +214 -48
  35. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/coroutine.hpp +3 -4
  36. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/default_completion_token.hpp +89 -0
  37. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/deferred.hpp +8 -4
  38. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detached.hpp +1 -1
  39. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffered_stream_storage.hpp +1 -1
  40. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_message.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_message.hpp} +14 -16
  41. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_payload.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_payload.hpp} +30 -32
  42. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/detail/channel_handler.hpp → b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/completion_payload_handler.hpp} +15 -13
  43. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/deadline_timer_service.hpp +5 -1
  44. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_alloc_helpers.hpp +14 -116
  45. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/descriptor_ops.ipp +36 -33
  46. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.ipp +1 -1
  47. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/reactive_descriptor_service.ipp +7 -5
  48. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/reactive_socket_service_base.ipp +6 -4
  49. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/socket_ops.ipp +36 -33
  50. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/socket_select_interrupter.ipp +1 -1
  51. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_handle_service.ipp +5 -5
  52. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/initiation_base.hpp +62 -0
  53. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_descriptor_service.hpp +20 -16
  54. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_send_op.hpp +0 -1
  55. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_service.hpp +4 -4
  56. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_service_base.hpp +23 -18
  57. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/recycling_allocator.hpp +9 -0
  58. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_endpoint_op.hpp +1 -1
  59. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_query_op.hpp +1 -1
  60. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_info_base.hpp +11 -1
  61. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/detail/timed_cancel_op.hpp +361 -0
  62. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_service_base.hpp +1 -1
  63. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_ssocket_service_base.hpp +1 -1
  64. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/basic_channel.hpp +2 -1
  65. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/basic_concurrent_channel.hpp +2 -1
  66. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/experimental/co_composed.hpp +33 -0
  67. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_receive_op.hpp +2 -3
  68. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_send_functions.hpp +27 -19
  69. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_send_op.hpp +0 -1
  70. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_service.hpp +17 -15
  71. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/coro_promise_allocator.hpp +2 -3
  72. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/impl/channel_service.hpp +4 -2
  73. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/partial_promise.hpp +3 -5
  74. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/as_single.hpp +12 -7
  75. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/parallel_group.hpp +38 -40
  76. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/promise.hpp +3 -3
  77. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/use_coro.hpp +3 -3
  78. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/immediate.hpp +142 -0
  79. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/append.hpp +14 -7
  80. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/as_tuple.hpp +45 -14
  81. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/impl/cancel_after.hpp +268 -0
  82. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/include/asio/impl/cancel_at.hpp +268 -0
  83. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect.hpp +60 -166
  84. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/consign.hpp +14 -7
  85. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/detached.hpp +2 -2
  86. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/prepend.hpp +14 -7
  87. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read.hpp +26 -177
  88. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read_at.hpp +16 -82
  89. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/read_until.hpp +13 -286
  90. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/redirect_error.hpp +55 -18
  91. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/spawn.hpp +0 -1
  92. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/write.hpp +26 -185
  93. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/write_at.hpp +16 -87
  94. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_context_strand.hpp +5 -5
  95. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver.hpp +6 -6
  96. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/socket_option.hpp +1 -1
  97. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/basic_descriptor.hpp +1 -1
  98. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/basic_stream_descriptor.hpp +2 -2
  99. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read.hpp +127 -28
  100. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read_at.hpp +70 -20
  101. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/read_until.hpp +114 -36
  102. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/redirect_error.hpp +43 -3
  103. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/registered_buffer.hpp +2 -2
  104. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/spawn.hpp +0 -1
  105. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/impl/openssl_init.ipp +2 -2
  106. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/context.ipp +1 -1
  107. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/stream.hpp +5 -5
  108. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/version.hpp +1 -1
  109. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_object_handle.hpp +1 -1
  110. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_random_access_handle.hpp +2 -2
  111. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_stream_handle.hpp +2 -2
  112. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/write.hpp +147 -35
  113. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/write_at.hpp +74 -22
  114. data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio.hpp +6 -0
  115. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/src/asio.cpp +11 -0
  116. data/ext/cache/asio/b710bc0ca14b231d20e983b02d27485125c7860e/asio/asio/src/asio_ssl.cpp +11 -0
  117. data/ext/cache/extconf_include.rb +3 -3
  118. data/ext/cache/mozilla-ca-bundle.crt +100 -2
  119. data/ext/cache/mozilla-ca-bundle.sha256 +1 -1
  120. data/ext/couchbase/CMakeLists.txt +147 -97
  121. data/ext/couchbase/cmake/Packaging.cmake +147 -17
  122. data/ext/couchbase/cmake/Testing.cmake +36 -10
  123. data/ext/couchbase/cmake/ThirdPartyDependencies.cmake +25 -13
  124. data/ext/couchbase/cmake/VersionInfo.cmake +24 -10
  125. data/ext/couchbase/cmake/couchbase-cxx-client.spec.in +104 -0
  126. data/ext/couchbase/cmake/couchbase_cxx_client-config.cmake.in +3 -0
  127. data/ext/couchbase/cmake/tarball_glob.txt +91 -0
  128. data/ext/couchbase/core/agent_group.cxx +8 -0
  129. data/ext/couchbase/core/agent_group.hxx +4 -0
  130. data/ext/couchbase/core/bucket.cxx +16 -20
  131. data/ext/couchbase/core/bucket.hxx +12 -12
  132. data/ext/couchbase/core/cluster.cxx +48 -56
  133. data/ext/couchbase/core/cluster_agent.cxx +8 -0
  134. data/ext/couchbase/core/cluster_agent.hxx +4 -0
  135. data/ext/couchbase/core/collections_component.cxx +3 -3
  136. data/ext/couchbase/core/columnar/agent.cxx +63 -2
  137. data/ext/couchbase/core/columnar/agent.hxx +15 -0
  138. data/ext/couchbase/core/columnar/agent_config.cxx +3 -2
  139. data/ext/couchbase/core/columnar/agent_config.hxx +2 -0
  140. data/ext/couchbase/core/columnar/database_management_options.hxx +56 -0
  141. data/ext/couchbase/core/columnar/error.hxx +2 -2
  142. data/ext/couchbase/core/columnar/error_codes.cxx +44 -5
  143. data/ext/couchbase/core/columnar/error_codes.hxx +28 -0
  144. data/ext/couchbase/core/columnar/management_component.cxx +300 -0
  145. data/ext/couchbase/core/columnar/management_component.hxx +56 -0
  146. data/ext/couchbase/core/columnar/query_component.cxx +143 -62
  147. data/ext/couchbase/core/columnar/query_component.hxx +2 -1
  148. data/ext/couchbase/core/columnar/query_options.hxx +0 -5
  149. data/ext/couchbase/core/columnar/query_result.cxx +0 -3
  150. data/ext/couchbase/core/columnar/retry_info.hxx +3 -0
  151. data/ext/couchbase/core/crypto/cbcrypto.cc +159 -141
  152. data/ext/couchbase/core/crypto/cbcrypto.h +16 -14
  153. data/ext/couchbase/core/diagnostics_json.hxx +1 -1
  154. data/ext/couchbase/core/error_context/http_json.hxx +1 -1
  155. data/ext/couchbase/core/free_form_http_request.cxx +65 -1
  156. data/ext/couchbase/core/free_form_http_request.hxx +36 -7
  157. data/ext/couchbase/core/http_component.cxx +414 -107
  158. data/ext/couchbase/core/http_component.hxx +8 -0
  159. data/ext/couchbase/core/impl/analytics_index_manager.cxx +15 -15
  160. data/ext/couchbase/core/impl/bootstrap_error.hxx +10 -2
  161. data/ext/couchbase/core/impl/bucket.cxx +1 -1
  162. data/ext/couchbase/core/impl/bucket_manager.cxx +6 -6
  163. data/ext/couchbase/core/impl/cluster.cxx +40 -43
  164. data/ext/couchbase/core/impl/collection.cxx +2 -2
  165. data/ext/couchbase/core/impl/collection_manager.cxx +5 -5
  166. data/ext/couchbase/core/impl/lookup_in_replica.cxx +4 -0
  167. data/ext/couchbase/core/impl/observe_poll.cxx +13 -5
  168. data/ext/couchbase/core/impl/observe_poll.hxx +1 -3
  169. data/ext/couchbase/core/impl/query_index_manager.cxx +6 -6
  170. data/ext/couchbase/core/impl/scan_result.cxx +1 -1
  171. data/ext/couchbase/core/impl/search_index_manager.cxx +12 -12
  172. data/ext/couchbase/core/io/http_command.hxx +31 -20
  173. data/ext/couchbase/core/io/http_session.cxx +27 -10
  174. data/ext/couchbase/core/io/http_session.hxx +19 -4
  175. data/ext/couchbase/core/io/http_session_manager.hxx +150 -56
  176. data/ext/couchbase/core/io/http_streaming_response.cxx +1 -0
  177. data/ext/couchbase/core/io/mcbp_command.hxx +15 -14
  178. data/ext/couchbase/core/io/mcbp_session.cxx +48 -33
  179. data/ext/couchbase/core/io/streams.cxx +256 -0
  180. data/ext/couchbase/core/io/streams.hxx +31 -155
  181. data/ext/couchbase/core/logger/configuration.hxx +5 -0
  182. data/ext/couchbase/core/logger/custom_rotating_file_sink.cxx +14 -12
  183. data/ext/couchbase/core/logger/custom_rotating_file_sink.hxx +1 -1
  184. data/ext/couchbase/core/logger/logger.cxx +49 -17
  185. data/ext/couchbase/core/logger/logger.hxx +7 -0
  186. data/ext/couchbase/core/meta/version.cxx +15 -13
  187. data/ext/couchbase/core/metrics/logging_meter.cxx +4 -4
  188. data/ext/couchbase/core/metrics/meter_wrapper.cxx +188 -0
  189. data/ext/couchbase/core/metrics/meter_wrapper.hxx +73 -0
  190. data/ext/couchbase/core/operations/document_lookup_in.cxx +4 -0
  191. data/ext/couchbase/core/operations/document_lookup_in.hxx +1 -0
  192. data/ext/couchbase/core/operations/document_lookup_in_all_replicas.hxx +2 -2
  193. data/ext/couchbase/core/operations/document_lookup_in_any_replica.hxx +4 -3
  194. data/ext/couchbase/core/operations/management/bucket_describe.cxx +2 -1
  195. data/ext/couchbase/core/operations/management/bucket_drop.cxx +3 -1
  196. data/ext/couchbase/core/operations/management/bucket_flush.cxx +3 -1
  197. data/ext/couchbase/core/operations/management/bucket_get.cxx +3 -1
  198. data/ext/couchbase/core/operations/management/bucket_update.cxx +3 -1
  199. data/ext/couchbase/core/operations/management/collection_create.cxx +3 -2
  200. data/ext/couchbase/core/operations/management/collection_drop.cxx +5 -2
  201. data/ext/couchbase/core/operations/management/collection_update.cxx +4 -2
  202. data/ext/couchbase/core/operations/management/group_upsert.cxx +3 -3
  203. data/ext/couchbase/core/operations/management/scope_create.cxx +2 -1
  204. data/ext/couchbase/core/operations/management/scope_drop.cxx +4 -1
  205. data/ext/couchbase/core/operations/management/scope_get_all.cxx +3 -1
  206. data/ext/couchbase/core/operations/management/search_index_analyze_document.cxx +3 -2
  207. data/ext/couchbase/core/operations/management/search_index_control_ingest.cxx +3 -2
  208. data/ext/couchbase/core/operations/management/search_index_control_plan_freeze.cxx +3 -2
  209. data/ext/couchbase/core/operations/management/search_index_control_query.cxx +3 -2
  210. data/ext/couchbase/core/operations/management/search_index_drop.cxx +5 -2
  211. data/ext/couchbase/core/operations/management/search_index_get.cxx +5 -2
  212. data/ext/couchbase/core/operations/management/search_index_get_all.cxx +4 -2
  213. data/ext/couchbase/core/operations/management/search_index_get_documents_count.cxx +3 -2
  214. data/ext/couchbase/core/operations/management/search_index_upsert.cxx +5 -2
  215. data/ext/couchbase/core/operations/management/view_index_drop.cxx +2 -1
  216. data/ext/couchbase/core/operations/management/view_index_get.cxx +2 -1
  217. data/ext/couchbase/core/operations/management/view_index_get_all.cxx +3 -1
  218. data/ext/couchbase/core/operations/management/view_index_upsert.cxx +2 -1
  219. data/ext/couchbase/core/origin.cxx +37 -17
  220. data/ext/couchbase/core/platform/CMakeLists.txt +0 -19
  221. data/ext/couchbase/core/platform/base64.cc +26 -20
  222. data/ext/couchbase/core/platform/dirutils.cc +17 -10
  223. data/ext/couchbase/core/platform/random.cc +15 -7
  224. data/ext/couchbase/core/platform/string_hex.cc +30 -26
  225. data/ext/couchbase/core/platform/string_hex.h +1 -0
  226. data/ext/couchbase/core/platform/terminate_handler.cc +13 -11
  227. data/ext/couchbase/core/platform/uuid.cc +10 -8
  228. data/ext/couchbase/core/platform/uuid.h +6 -6
  229. data/ext/couchbase/core/row_streamer.cxx +1 -1
  230. data/ext/couchbase/core/sasl/context.cc +2 -2
  231. data/ext/couchbase/core/sasl/mechanism.cc +3 -5
  232. data/ext/couchbase/core/sasl/mechanism.h +2 -5
  233. data/ext/couchbase/core/sasl/plain/plain.cc +2 -2
  234. data/ext/couchbase/core/sasl/scram-sha/scram-sha.cc +21 -20
  235. data/ext/couchbase/core/sasl/scram-sha/stringutils.cc +4 -4
  236. data/ext/couchbase/core/sasl/scram-sha/stringutils.h +4 -4
  237. data/ext/couchbase/core/topology/configuration.hxx +2 -0
  238. data/ext/couchbase/core/topology/configuration_json.hxx +8 -0
  239. data/ext/couchbase/core/tracing/constants.hxx +3 -0
  240. data/ext/couchbase/core/tracing/threshold_logging_tracer.cxx +22 -26
  241. data/ext/couchbase/core/tracing/threshold_logging_tracer.hxx +1 -1
  242. data/ext/couchbase/core/tracing/tracer_wrapper.cxx +87 -0
  243. data/ext/couchbase/core/tracing/tracer_wrapper.hxx +57 -0
  244. data/ext/couchbase/core/transactions/attempt_context_impl.cxx +16 -15
  245. data/ext/couchbase/core/transactions/attempt_context_impl.hxx +2 -2
  246. data/ext/couchbase/core/transactions/staged_mutation.cxx +2 -2
  247. data/ext/couchbase/core/transactions/transactions.cxx +2 -2
  248. data/ext/couchbase/core/utils/connection_string.cxx +128 -52
  249. data/ext/couchbase/core/utils/movable_function.hxx +0 -1
  250. data/ext/couchbase/couchbase/analytics_meta_data.hxx +2 -1
  251. data/ext/couchbase/couchbase/analytics_options.hxx +32 -15
  252. data/ext/couchbase/couchbase/analytics_result.hxx +7 -9
  253. data/ext/couchbase/couchbase/behavior_options.hxx +1 -10
  254. data/ext/couchbase/couchbase/boolean_query.hxx +1 -1
  255. data/ext/couchbase/couchbase/codec/codec_flags.hxx +0 -1
  256. data/ext/couchbase/couchbase/codec/default_json_transcoder.hxx +1 -1
  257. data/ext/couchbase/couchbase/codec/tao_json_serializer.hxx +1 -1
  258. data/ext/couchbase/couchbase/collection.hxx +14 -0
  259. data/ext/couchbase/couchbase/conjunction_query.hxx +1 -1
  260. data/ext/couchbase/couchbase/date_range_query.hxx +2 -2
  261. data/ext/couchbase/couchbase/disjunction_query.hxx +1 -1
  262. data/ext/couchbase/couchbase/geo_bounding_box_query.hxx +1 -1
  263. data/ext/couchbase/couchbase/geo_distance_query.hxx +1 -1
  264. data/ext/couchbase/couchbase/geo_polygon_query.hxx +1 -1
  265. data/ext/couchbase/couchbase/get_replica_result.hxx +2 -2
  266. data/ext/couchbase/couchbase/get_result.hxx +2 -2
  267. data/ext/couchbase/couchbase/lookup_in_result.hxx +20 -7
  268. data/ext/couchbase/couchbase/match_phrase_query.hxx +1 -1
  269. data/ext/couchbase/couchbase/match_query.hxx +1 -1
  270. data/ext/couchbase/couchbase/mutate_in_result.hxx +17 -6
  271. data/ext/couchbase/couchbase/mutate_in_specs.hxx +16 -12
  272. data/ext/couchbase/couchbase/network_options.hxx +11 -1
  273. data/ext/couchbase/couchbase/numeric_range_query.hxx +2 -1
  274. data/ext/couchbase/couchbase/phrase_query.hxx +1 -1
  275. data/ext/couchbase/couchbase/prefix_query.hxx +1 -1
  276. data/ext/couchbase/couchbase/query_options.hxx +32 -14
  277. data/ext/couchbase/couchbase/query_result.hxx +9 -7
  278. data/ext/couchbase/couchbase/query_string_query.hxx +3 -3
  279. data/ext/couchbase/couchbase/regexp_query.hxx +1 -1
  280. data/ext/couchbase/couchbase/search_numeric_range.hxx +1 -0
  281. data/ext/couchbase/couchbase/search_options.hxx +9 -3
  282. data/ext/couchbase/couchbase/term_range_query.hxx +1 -1
  283. data/ext/couchbase/couchbase/transactions/async_attempt_context.hxx +7 -1
  284. data/ext/couchbase/couchbase/transactions/attempt_context.hxx +36 -10
  285. data/ext/couchbase/couchbase/transactions/transaction_get_result.hxx +26 -3
  286. data/ext/couchbase/couchbase/vector_query.hxx +1 -1
  287. data/ext/couchbase/couchbase/wildcard_query.hxx +1 -1
  288. data/ext/extconf.rb +3 -0
  289. data/ext/rcb_backend.cxx +0 -1
  290. data/ext/rcb_crud.cxx +2 -0
  291. data/ext/rcb_version.cxx +2 -1
  292. data/lib/active_support/cache/couchbase_store.rb +2 -2
  293. data/lib/couchbase/version.rb +1 -1
  294. metadata +651 -633
  295. data/ext/cache/asio/6a3b5a552ffb18a235024ec851619cfcb1337a98/asio/asio/include/asio/experimental/co_composed.hpp +0 -145
  296. data/ext/couchbase/core/logger/CMakeLists.txt +0 -10
  297. data/ext/couchbase/core/meta/CMakeLists.txt +0 -29
  298. data/ext/couchbase/core/metrics/CMakeLists.txt +0 -16
  299. data/ext/couchbase/core/tracing/CMakeLists.txt +0 -14
  300. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_completion_executor.hpp +0 -0
  301. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_completion_handler.hpp +0 -0
  302. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/any_io_executor.hpp +0 -0
  303. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/append.hpp +0 -0
  304. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_allocator.hpp +0 -0
  305. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_cancellation_slot.hpp +0 -0
  306. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/associated_executor.hpp +0 -0
  307. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/awaitable.hpp +0 -0
  308. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_file.hpp +0 -0
  309. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_io_object.hpp +0 -0
  310. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_iostream.hpp +0 -0
  311. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_socket_streambuf.hpp +0 -0
  312. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_streambuf.hpp +0 -0
  313. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/basic_streambuf_fwd.hpp +0 -0
  314. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_read_stream.hpp +0 -0
  315. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_read_stream_fwd.hpp +0 -0
  316. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_stream.hpp +0 -0
  317. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_stream_fwd.hpp +0 -0
  318. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_write_stream.hpp +0 -0
  319. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffered_write_stream_fwd.hpp +0 -0
  320. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/buffers_iterator.hpp +0 -0
  321. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_signal.hpp +0 -0
  322. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_state.hpp +0 -0
  323. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/cancellation_type.hpp +0 -0
  324. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/co_spawn.hpp +0 -0
  325. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/connect_pipe.hpp +0 -0
  326. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/consign.hpp +0 -0
  327. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/deadline_timer.hpp +0 -0
  328. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/defer.hpp +0 -0
  329. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/array.hpp +0 -0
  330. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/array_fwd.hpp +0 -0
  331. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/assert.hpp +0 -0
  332. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/atomic_count.hpp +0 -0
  333. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/base_from_cancellation_state.hpp +0 -0
  334. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/base_from_completion_cond.hpp +0 -0
  335. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/bind_handler.hpp +0 -0
  336. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/blocking_executor_op.hpp +0 -0
  337. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffer_resize_guard.hpp +0 -0
  338. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/buffer_sequence_adapter.hpp +0 -0
  339. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/call_stack.hpp +0 -0
  340. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/chrono.hpp +0 -0
  341. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/chrono_time_traits.hpp +0 -0
  342. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/completion_handler.hpp +0 -0
  343. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/composed_work.hpp +0 -0
  344. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/concurrency_hint.hpp +0 -0
  345. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/conditionally_enabled_event.hpp +0 -0
  346. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/conditionally_enabled_mutex.hpp +0 -0
  347. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/config.hpp +0 -0
  348. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/consuming_buffers.hpp +0 -0
  349. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/cstddef.hpp +0 -0
  350. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/cstdint.hpp +0 -0
  351. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/date_time_fwd.hpp +0 -0
  352. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/dependent_type.hpp +0 -0
  353. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_ops.hpp +0 -0
  354. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_read_op.hpp +0 -0
  355. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/descriptor_write_op.hpp +0 -0
  356. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/dev_poll_reactor.hpp +0 -0
  357. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/epoll_reactor.hpp +0 -0
  358. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/event.hpp +0 -0
  359. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/eventfd_select_interrupter.hpp +0 -0
  360. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/exception.hpp +0 -0
  361. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/executor_function.hpp +0 -0
  362. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/executor_op.hpp +0 -0
  363. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/fd_set_adapter.hpp +0 -0
  364. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/fenced_block.hpp +0 -0
  365. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/functional.hpp +0 -0
  366. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/future.hpp +0 -0
  367. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/global.hpp +0 -0
  368. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_cont_helpers.hpp +0 -0
  369. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_tracking.hpp +0 -0
  370. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_type_requirements.hpp +0 -0
  371. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/handler_work.hpp +0 -0
  372. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/hash_map.hpp +0 -0
  373. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/buffer_sequence_adapter.ipp +0 -0
  374. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/dev_poll_reactor.hpp +0 -0
  375. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/epoll_reactor.hpp +0 -0
  376. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/epoll_reactor.ipp +0 -0
  377. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/eventfd_select_interrupter.ipp +0 -0
  378. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/handler_tracking.ipp +0 -0
  379. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_descriptor_service.ipp +0 -0
  380. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_file_service.ipp +0 -0
  381. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_service.hpp +0 -0
  382. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_service.ipp +0 -0
  383. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/io_uring_socket_service_base.ipp +0 -0
  384. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/kqueue_reactor.hpp +0 -0
  385. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/kqueue_reactor.ipp +0 -0
  386. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/null_event.ipp +0 -0
  387. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/pipe_select_interrupter.ipp +0 -0
  388. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_event.ipp +0 -0
  389. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_mutex.ipp +0 -0
  390. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_serial_port_service.ipp +0 -0
  391. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_thread.ipp +0 -0
  392. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/posix_tss_ptr.ipp +0 -0
  393. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/resolver_service_base.ipp +0 -0
  394. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/scheduler.ipp +0 -0
  395. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/select_reactor.hpp +0 -0
  396. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/select_reactor.ipp +0 -0
  397. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/service_registry.hpp +0 -0
  398. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/service_registry.ipp +0 -0
  399. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/signal_set_service.ipp +0 -0
  400. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_executor_service.hpp +0 -0
  401. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_executor_service.ipp +0 -0
  402. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_service.hpp +0 -0
  403. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/strand_service.ipp +0 -0
  404. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/thread_context.ipp +0 -0
  405. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/throw_error.ipp +0 -0
  406. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/timer_queue_ptime.ipp +0 -0
  407. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/timer_queue_set.ipp +0 -0
  408. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_event.ipp +0 -0
  409. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_file_service.ipp +0 -0
  410. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_io_context.hpp +0 -0
  411. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_io_context.ipp +0 -0
  412. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_serial_port_service.ipp +0 -0
  413. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_iocp_socket_service_base.ipp +0 -0
  414. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_mutex.ipp +0 -0
  415. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_object_handle_service.ipp +0 -0
  416. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_static_mutex.ipp +0 -0
  417. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_thread.ipp +0 -0
  418. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/win_tss_ptr.ipp +0 -0
  419. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_ssocket_service_base.ipp +0 -0
  420. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp +0 -0
  421. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winrt_timer_scheduler.ipp +0 -0
  422. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/impl/winsock_init.ipp +0 -0
  423. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_defer.hpp +0 -0
  424. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_dispatch.hpp +0 -0
  425. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/initiate_post.hpp +0 -0
  426. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_control.hpp +0 -0
  427. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_object_impl.hpp +0 -0
  428. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_read_at_op.hpp +0 -0
  429. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_read_op.hpp +0 -0
  430. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_service.hpp +0 -0
  431. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_write_at_op.hpp +0 -0
  432. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_descriptor_write_op.hpp +0 -0
  433. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_file_service.hpp +0 -0
  434. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_null_buffers_op.hpp +0 -0
  435. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_operation.hpp +0 -0
  436. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_service.hpp +0 -0
  437. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_accept_op.hpp +0 -0
  438. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_connect_op.hpp +0 -0
  439. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recv_op.hpp +0 -0
  440. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recvfrom_op.hpp +0 -0
  441. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_recvmsg_op.hpp +0 -0
  442. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_send_op.hpp +0 -0
  443. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_sendto_op.hpp +0 -0
  444. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_service.hpp +0 -0
  445. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_socket_service_base.hpp +0 -0
  446. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/io_uring_wait_op.hpp +0 -0
  447. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/is_buffer_sequence.hpp +0 -0
  448. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/is_executor.hpp +0 -0
  449. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/keyword_tss_ptr.hpp +0 -0
  450. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/kqueue_reactor.hpp +0 -0
  451. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/limits.hpp +0 -0
  452. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/local_free_on_block_exit.hpp +0 -0
  453. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/memory.hpp +0 -0
  454. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/mutex.hpp +0 -0
  455. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/non_const_lvalue.hpp +0 -0
  456. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/noncopyable.hpp +0 -0
  457. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_event.hpp +0 -0
  458. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_fenced_block.hpp +0 -0
  459. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_global.hpp +0 -0
  460. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_mutex.hpp +0 -0
  461. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_reactor.hpp +0 -0
  462. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_signal_blocker.hpp +0 -0
  463. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_socket_service.hpp +0 -0
  464. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_static_mutex.hpp +0 -0
  465. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_thread.hpp +0 -0
  466. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/null_tss_ptr.hpp +0 -0
  467. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/object_pool.hpp +0 -0
  468. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/old_win_sdk_compat.hpp +0 -0
  469. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/op_queue.hpp +0 -0
  470. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/operation.hpp +0 -0
  471. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/pipe_select_interrupter.hpp +0 -0
  472. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/pop_options.hpp +0 -0
  473. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_event.hpp +0 -0
  474. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_fd_set_adapter.hpp +0 -0
  475. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_global.hpp +0 -0
  476. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_mutex.hpp +0 -0
  477. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_serial_port_service.hpp +0 -0
  478. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_signal_blocker.hpp +0 -0
  479. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_static_mutex.hpp +0 -0
  480. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_thread.hpp +0 -0
  481. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/posix_tss_ptr.hpp +0 -0
  482. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/push_options.hpp +0 -0
  483. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_null_buffers_op.hpp +0 -0
  484. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_accept_op.hpp +0 -0
  485. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_connect_op.hpp +0 -0
  486. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recv_op.hpp +0 -0
  487. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recvfrom_op.hpp +0 -0
  488. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_recvmsg_op.hpp +0 -0
  489. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_socket_sendto_op.hpp +0 -0
  490. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactive_wait_op.hpp +0 -0
  491. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor.hpp +0 -0
  492. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor_op.hpp +0 -0
  493. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/reactor_op_queue.hpp +0 -0
  494. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/regex_fwd.hpp +0 -0
  495. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolve_op.hpp +0 -0
  496. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolver_service.hpp +0 -0
  497. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/resolver_service_base.hpp +0 -0
  498. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler.hpp +0 -0
  499. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_operation.hpp +0 -0
  500. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_task.hpp +0 -0
  501. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scheduler_thread_info.hpp +0 -0
  502. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scoped_lock.hpp +0 -0
  503. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/scoped_ptr.hpp +0 -0
  504. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/select_interrupter.hpp +0 -0
  505. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/select_reactor.hpp +0 -0
  506. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/service_registry.hpp +0 -0
  507. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_blocker.hpp +0 -0
  508. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_handler.hpp +0 -0
  509. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_init.hpp +0 -0
  510. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_op.hpp +0 -0
  511. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/signal_set_service.hpp +0 -0
  512. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_holder.hpp +0 -0
  513. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_ops.hpp +0 -0
  514. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_option.hpp +0 -0
  515. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_select_interrupter.hpp +0 -0
  516. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/socket_types.hpp +0 -0
  517. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/source_location.hpp +0 -0
  518. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/static_mutex.hpp +0 -0
  519. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_event.hpp +0 -0
  520. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_fenced_block.hpp +0 -0
  521. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_global.hpp +0 -0
  522. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_mutex.hpp +0 -0
  523. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_static_mutex.hpp +0 -0
  524. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/std_thread.hpp +0 -0
  525. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/strand_executor_service.hpp +0 -0
  526. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/strand_service.hpp +0 -0
  527. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/string_view.hpp +0 -0
  528. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread.hpp +0 -0
  529. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_context.hpp +0 -0
  530. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/thread_group.hpp +0 -0
  531. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/throw_error.hpp +0 -0
  532. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/throw_exception.hpp +0 -0
  533. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue.hpp +0 -0
  534. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_base.hpp +0 -0
  535. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_ptime.hpp +0 -0
  536. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_queue_set.hpp +0 -0
  537. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_scheduler.hpp +0 -0
  538. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/timer_scheduler_fwd.hpp +0 -0
  539. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/tss_ptr.hpp +0 -0
  540. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/type_traits.hpp +0 -0
  541. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/utility.hpp +0 -0
  542. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wait_handler.hpp +0 -0
  543. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wait_op.hpp +0 -0
  544. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_event.hpp +0 -0
  545. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_fd_set_adapter.hpp +0 -0
  546. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_global.hpp +0 -0
  547. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_file_service.hpp +0 -0
  548. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_read_op.hpp +0 -0
  549. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_service.hpp +0 -0
  550. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_handle_write_op.hpp +0 -0
  551. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_io_context.hpp +0 -0
  552. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_null_buffers_op.hpp +0 -0
  553. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_operation.hpp +0 -0
  554. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_overlapped_op.hpp +0 -0
  555. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_overlapped_ptr.hpp +0 -0
  556. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_serial_port_service.hpp +0 -0
  557. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +0 -0
  558. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_connect_op.hpp +0 -0
  559. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recv_op.hpp +0 -0
  560. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recvfrom_op.hpp +0 -0
  561. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_recvmsg_op.hpp +0 -0
  562. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_send_op.hpp +0 -0
  563. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_socket_service.hpp +0 -0
  564. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_thread_info.hpp +0 -0
  565. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_iocp_wait_op.hpp +0 -0
  566. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_mutex.hpp +0 -0
  567. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_object_handle_service.hpp +0 -0
  568. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_static_mutex.hpp +0 -0
  569. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_thread.hpp +0 -0
  570. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/win_tss_ptr.hpp +0 -0
  571. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winapp_thread.hpp +0 -0
  572. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wince_thread.hpp +0 -0
  573. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_async_manager.hpp +0 -0
  574. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_async_op.hpp +0 -0
  575. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_resolve_op.hpp +0 -0
  576. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_resolver_service.hpp +0 -0
  577. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_connect_op.hpp +0 -0
  578. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_recv_op.hpp +0 -0
  579. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_socket_send_op.hpp +0 -0
  580. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_ssocket_service.hpp +0 -0
  581. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_timer_scheduler.hpp +0 -0
  582. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winrt_utils.hpp +0 -0
  583. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/winsock_init.hpp +0 -0
  584. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/work_dispatcher.hpp +0 -0
  585. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/detail/wrapped_handler.hpp +0 -0
  586. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/dispatch.hpp +0 -0
  587. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/error.hpp +0 -0
  588. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/error_code.hpp +0 -0
  589. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/allocator.hpp +0 -0
  590. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/any_executor.hpp +0 -0
  591. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/bad_executor.hpp +0 -0
  592. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/blocking.hpp +0 -0
  593. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/blocking_adaptation.hpp +0 -0
  594. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/context.hpp +0 -0
  595. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/context_as.hpp +0 -0
  596. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/executor.hpp +0 -0
  597. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/impl/bad_executor.ipp +0 -0
  598. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/invocable_archetype.hpp +0 -0
  599. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/mapping.hpp +0 -0
  600. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/occupancy.hpp +0 -0
  601. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/outstanding_work.hpp +0 -0
  602. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/prefer_only.hpp +0 -0
  603. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution/relationship.hpp +0 -0
  604. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution.hpp +0 -0
  605. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/execution_context.hpp +0 -0
  606. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/executor.hpp +0 -0
  607. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/executor_work_guard.hpp +0 -0
  608. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/append.hpp +0 -0
  609. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/as_single.hpp +0 -0
  610. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/as_tuple.hpp +0 -0
  611. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/awaitable_operators.hpp +0 -0
  612. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/cancellation_condition.hpp +0 -0
  613. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel.hpp +0 -0
  614. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel_error.hpp +0 -0
  615. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/channel_traits.hpp +0 -0
  616. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/co_spawn.hpp +0 -0
  617. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/concurrent_channel.hpp +0 -0
  618. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/coro.hpp +0 -0
  619. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/coro_traits.hpp +0 -0
  620. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/deferred.hpp +0 -0
  621. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/channel_operation.hpp +0 -0
  622. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/coro_completion_handler.hpp +0 -0
  623. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/detail/has_signature.hpp +0 -0
  624. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/channel_error.ipp +0 -0
  625. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/coro.hpp +0 -0
  626. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/parallel_group.hpp +0 -0
  627. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/promise.hpp +0 -0
  628. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/use_coro.hpp +0 -0
  629. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/impl/use_promise.hpp +0 -0
  630. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/prepend.hpp +0 -0
  631. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/experimental/use_promise.hpp +0 -0
  632. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/file_base.hpp +0 -0
  633. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/basic_endpoint.hpp +0 -0
  634. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/datagram_protocol.hpp +0 -0
  635. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/detail/endpoint.hpp +0 -0
  636. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/detail/impl/endpoint.ipp +0 -0
  637. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/raw_protocol.hpp +0 -0
  638. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/seq_packet_protocol.hpp +0 -0
  639. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/generic/stream_protocol.hpp +0 -0
  640. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/handler_continuation_hook.hpp +0 -0
  641. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/high_resolution_timer.hpp +0 -0
  642. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/any_completion_executor.ipp +0 -0
  643. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/any_io_executor.ipp +0 -0
  644. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/awaitable.hpp +0 -0
  645. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/buffered_read_stream.hpp +0 -0
  646. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/buffered_write_stream.hpp +0 -0
  647. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/cancellation_signal.ipp +0 -0
  648. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/co_spawn.hpp +0 -0
  649. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect_pipe.hpp +0 -0
  650. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/connect_pipe.ipp +0 -0
  651. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/deferred.hpp +0 -0
  652. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/error.ipp +0 -0
  653. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/error_code.ipp +0 -0
  654. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/execution_context.hpp +0 -0
  655. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/execution_context.ipp +0 -0
  656. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/executor.hpp +0 -0
  657. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/executor.ipp +0 -0
  658. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/io_context.hpp +0 -0
  659. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/io_context.ipp +0 -0
  660. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/multiple_exceptions.ipp +0 -0
  661. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/serial_port_base.hpp +0 -0
  662. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/serial_port_base.ipp +0 -0
  663. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/src.hpp +0 -0
  664. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_context.hpp +0 -0
  665. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_context.ipp +0 -0
  666. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/system_executor.hpp +0 -0
  667. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/thread_pool.hpp +0 -0
  668. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/thread_pool.ipp +0 -0
  669. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/use_awaitable.hpp +0 -0
  670. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/impl/use_future.hpp +0 -0
  671. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_context.hpp +0 -0
  672. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_service.hpp +0 -0
  673. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/io_service_strand.hpp +0 -0
  674. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address.hpp +0 -0
  675. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4.hpp +0 -0
  676. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4_iterator.hpp +0 -0
  677. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v4_range.hpp +0 -0
  678. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6.hpp +0 -0
  679. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6_iterator.hpp +0 -0
  680. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/address_v6_range.hpp +0 -0
  681. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/bad_address_cast.hpp +0 -0
  682. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_endpoint.hpp +0 -0
  683. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_entry.hpp +0 -0
  684. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_iterator.hpp +0 -0
  685. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_query.hpp +0 -0
  686. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/basic_resolver_results.hpp +0 -0
  687. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/endpoint.hpp +0 -0
  688. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/detail/impl/endpoint.ipp +0 -0
  689. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/host_name.hpp +0 -0
  690. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/icmp.hpp +0 -0
  691. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address.hpp +0 -0
  692. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address.ipp +0 -0
  693. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v4.hpp +0 -0
  694. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v4.ipp +0 -0
  695. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v6.hpp +0 -0
  696. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/address_v6.ipp +0 -0
  697. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/basic_endpoint.hpp +0 -0
  698. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/host_name.ipp +0 -0
  699. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v4.hpp +0 -0
  700. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v4.ipp +0 -0
  701. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v6.hpp +0 -0
  702. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/impl/network_v6.ipp +0 -0
  703. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/multicast.hpp +0 -0
  704. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/network_v4.hpp +0 -0
  705. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/network_v6.hpp +0 -0
  706. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/resolver_base.hpp +0 -0
  707. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/resolver_query_base.hpp +0 -0
  708. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/tcp.hpp +0 -0
  709. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/udp.hpp +0 -0
  710. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/unicast.hpp +0 -0
  711. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ip/v6_only.hpp +0 -0
  712. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_applicable_property.hpp +0 -0
  713. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_contiguous_iterator.hpp +0 -0
  714. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_executor.hpp +0 -0
  715. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_read_buffered.hpp +0 -0
  716. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/is_write_buffered.hpp +0 -0
  717. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/basic_endpoint.hpp +0 -0
  718. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/connect_pair.hpp +0 -0
  719. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/datagram_protocol.hpp +0 -0
  720. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/detail/endpoint.hpp +0 -0
  721. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/detail/impl/endpoint.ipp +0 -0
  722. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/seq_packet_protocol.hpp +0 -0
  723. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/local/stream_protocol.hpp +0 -0
  724. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/multiple_exceptions.hpp +0 -0
  725. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/packaged_task.hpp +0 -0
  726. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/placeholders.hpp +0 -0
  727. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/descriptor.hpp +0 -0
  728. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/descriptor_base.hpp +0 -0
  729. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/posix/stream_descriptor.hpp +0 -0
  730. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/post.hpp +0 -0
  731. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/prefer.hpp +0 -0
  732. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/prepend.hpp +0 -0
  733. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/query.hpp +0 -0
  734. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/random_access_file.hpp +0 -0
  735. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/readable_pipe.hpp +0 -0
  736. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/recycling_allocator.hpp +0 -0
  737. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/require.hpp +0 -0
  738. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/require_concept.hpp +0 -0
  739. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/serial_port.hpp +0 -0
  740. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/serial_port_base.hpp +0 -0
  741. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/signal_set.hpp +0 -0
  742. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/signal_set_base.hpp +0 -0
  743. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/socket_base.hpp +0 -0
  744. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/context.hpp +0 -0
  745. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/context_base.hpp +0 -0
  746. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/buffered_handshake_op.hpp +0 -0
  747. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/engine.hpp +0 -0
  748. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/handshake_op.hpp +0 -0
  749. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/impl/engine.ipp +0 -0
  750. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/io.hpp +0 -0
  751. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/openssl_init.hpp +0 -0
  752. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/openssl_types.hpp +0 -0
  753. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/password_callback.hpp +0 -0
  754. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/read_op.hpp +0 -0
  755. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/shutdown_op.hpp +0 -0
  756. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/stream_core.hpp +0 -0
  757. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/verify_callback.hpp +0 -0
  758. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/detail/write_op.hpp +0 -0
  759. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/error.hpp +0 -0
  760. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/host_name_verification.hpp +0 -0
  761. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/context.hpp +0 -0
  762. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/error.ipp +0 -0
  763. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/host_name_verification.ipp +0 -0
  764. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/rfc2818_verification.ipp +0 -0
  765. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/impl/src.hpp +0 -0
  766. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/rfc2818_verification.hpp +0 -0
  767. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/stream_base.hpp +0 -0
  768. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/verify_context.hpp +0 -0
  769. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl/verify_mode.hpp +0 -0
  770. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ssl.hpp +0 -0
  771. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/static_thread_pool.hpp +0 -0
  772. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/steady_timer.hpp +0 -0
  773. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/strand.hpp +0 -0
  774. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/stream_file.hpp +0 -0
  775. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/streambuf.hpp +0 -0
  776. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_context.hpp +0 -0
  777. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_error.hpp +0 -0
  778. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_executor.hpp +0 -0
  779. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/system_timer.hpp +0 -0
  780. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/this_coro.hpp +0 -0
  781. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/thread.hpp +0 -0
  782. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/thread_pool.hpp +0 -0
  783. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/time_traits.hpp +0 -0
  784. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/equality_comparable.hpp +0 -0
  785. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/execute_member.hpp +0 -0
  786. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/prefer_free.hpp +0 -0
  787. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/prefer_member.hpp +0 -0
  788. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_free.hpp +0 -0
  789. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_member.hpp +0 -0
  790. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/query_static_constexpr_member.hpp +0 -0
  791. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_concept_free.hpp +0 -0
  792. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_concept_member.hpp +0 -0
  793. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_free.hpp +0 -0
  794. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/require_member.hpp +0 -0
  795. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_query.hpp +0 -0
  796. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_require.hpp +0 -0
  797. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/traits/static_require_concept.hpp +0 -0
  798. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/buffer.hpp +0 -0
  799. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/executor.hpp +0 -0
  800. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/internet.hpp +0 -0
  801. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/io_context.hpp +0 -0
  802. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/net.hpp +0 -0
  803. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/netfwd.hpp +0 -0
  804. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/socket.hpp +0 -0
  805. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/ts/timer.hpp +0 -0
  806. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/unyield.hpp +0 -0
  807. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/use_awaitable.hpp +0 -0
  808. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/use_future.hpp +0 -0
  809. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/uses_executor.hpp +0 -0
  810. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/wait_traits.hpp +0 -0
  811. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/basic_overlapped_handle.hpp +0 -0
  812. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/object_handle.hpp +0 -0
  813. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/overlapped_handle.hpp +0 -0
  814. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/overlapped_ptr.hpp +0 -0
  815. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/random_access_handle.hpp +0 -0
  816. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/windows/stream_handle.hpp +0 -0
  817. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/writable_pipe.hpp +0 -0
  818. /data/ext/cache/asio/{6a3b5a552ffb18a235024ec851619cfcb1337a98 → b710bc0ca14b231d20e983b02d27485125c7860e}/asio/asio/include/asio/yield.hpp +0 -0
  819. /data/ext/couchbase/cmake/{couchbase-cxx-client.pc.in → couchbase_cxx_client.pc.in} +0 -0
@@ -2975,7 +2975,7 @@ attempt_context_impl::do_get(const core::document_id& id,
2975
2975
  allow_replica,
2976
2976
  resolving_missing_atr_entry = std::move(resolving_missing_atr_entry),
2977
2977
  cb = std::move(cb)](std::optional<error_class> ec,
2978
- std::optional<std::string> err_message,
2978
+ const std::optional<std::string>& err_message,
2979
2979
  std::optional<transaction_get_result> doc) mutable {
2980
2980
  if (!ec && !doc) {
2981
2981
  // it just isn't there.
@@ -3101,20 +3101,21 @@ template<typename LookupInRequest, typename Callback>
3101
3101
  void
3102
3102
  execute_lookup(attempt_context_impl* ctx, LookupInRequest& req, Callback&& cb)
3103
3103
  {
3104
- ctx->overall()->cluster_ref().execute(req, [ctx, cb = std::forward<Callback>(cb)](auto resp) {
3105
- auto ec = error_class_from_response(resp);
3106
- if (ec) {
3107
- CB_ATTEMPT_CTX_LOG_TRACE(ctx, "get_doc got error {} : {}", resp.ctx.ec().message(), *ec);
3108
- switch (*ec) {
3109
- case FAIL_PATH_NOT_FOUND:
3110
- return cb(ec, resp.ctx.ec().message(), transaction_get_result::create_from(resp));
3111
- default:
3112
- return cb(ec, resp.ctx.ec().message(), std::nullopt);
3104
+ ctx->overall()->cluster_ref().execute(
3105
+ req, [ctx, cb = std::forward<Callback>(cb)](const auto& resp) {
3106
+ auto ec = error_class_from_response(resp);
3107
+ if (ec) {
3108
+ CB_ATTEMPT_CTX_LOG_TRACE(ctx, "get_doc got error {} : {}", resp.ctx.ec().message(), *ec);
3109
+ switch (*ec) {
3110
+ case FAIL_PATH_NOT_FOUND:
3111
+ return cb(ec, resp.ctx.ec().message(), transaction_get_result::create_from(resp));
3112
+ default:
3113
+ return cb(ec, resp.ctx.ec().message(), std::nullopt);
3114
+ }
3115
+ } else {
3116
+ return cb({}, {}, transaction_get_result::create_from(resp));
3113
3117
  }
3114
- } else {
3115
- return cb({}, {}, transaction_get_result::create_from(resp));
3116
- }
3117
- });
3118
+ });
3118
3119
  }
3119
3120
  } // namespace
3120
3121
 
@@ -3161,7 +3162,7 @@ attempt_context_impl::get_doc(const core::document_id& id,
3161
3162
  template<typename Handler, typename Delay>
3162
3163
  void
3163
3164
  attempt_context_impl::create_staged_insert_error_handler(const core::document_id& id,
3164
- codec::encoded_value content,
3165
+ const codec::encoded_value& content,
3165
3166
  std::uint64_t cas,
3166
3167
  Delay&& delay,
3167
3168
  const std::string& op_id,
@@ -463,8 +463,8 @@ private:
463
463
 
464
464
  template<typename Handler, typename Delay>
465
465
  void create_staged_insert_error_handler(const core::document_id& id,
466
- codec::encoded_value content,
467
- uint64_t cas,
466
+ const codec::encoded_value& content,
467
+ std::uint64_t cas,
468
468
  Delay&& delay,
469
469
  const std::string& op_id,
470
470
  Handler&& cb,
@@ -568,7 +568,7 @@ staged_mutation_queue::commit_doc(const std::shared_ptr<attempt_context_impl>& c
568
568
  res,
569
569
  item,
570
570
  [ambiguity_resolution_mode, cas_zero_mode, handler = std::move(handler)](
571
- auto e) mutable {
571
+ const auto& e) mutable {
572
572
  if (e) {
573
573
  return handler(e, ambiguity_resolution_mode, cas_zero_mode);
574
574
  }
@@ -610,7 +610,7 @@ staged_mutation_queue::commit_doc(const std::shared_ptr<attempt_context_impl>& c
610
610
  res,
611
611
  item,
612
612
  [ambiguity_resolution_mode, cas_zero_mode, handler = std::move(handler)](
613
- auto e) mutable {
613
+ const auto& e) mutable {
614
614
  if (e) {
615
615
  return handler(e, ambiguity_resolution_mode, cas_zero_mode);
616
616
  }
@@ -99,7 +99,7 @@ transactions::create(core::cluster cluster,
99
99
  {
100
100
  auto barrier =
101
101
  std::make_shared<std::promise<std::pair<std::error_code, std::shared_ptr<transactions>>>>();
102
- create(std::move(cluster), config, [barrier](auto ec, auto txns) mutable {
102
+ create(std::move(cluster), config, [barrier](auto ec, const auto& txns) mutable {
103
103
  barrier->set_value({ ec, txns });
104
104
  });
105
105
  return barrier->get_future();
@@ -171,7 +171,7 @@ wrap_public_api_run(transactions& txns,
171
171
  std::size_t max_attempts,
172
172
  Handler&& fn) -> ::couchbase::transactions::transaction_result
173
173
  {
174
- return wrap_run(txns, config, max_attempts, [fn = std::forward<Handler>(fn)](auto ctx) {
174
+ return wrap_run(txns, config, max_attempts, [fn = std::forward<Handler>(fn)](const auto& ctx) {
175
175
  const couchbase::error err = fn(ctx);
176
176
  if (err && err.ec() != errc::transaction_op::transaction_op_failed) {
177
177
  if (err.ec().category() == core::impl::transaction_op_category()) {
@@ -34,7 +34,7 @@ using namespace tao::pegtl;
34
34
 
35
35
  struct bucket_name : seq<uri::segment_nz> {
36
36
  };
37
- using param_key = star<sor<abnf::ALPHA, abnf::DIGIT, one<'_'>>>;
37
+ using param_key = star<sor<abnf::ALPHA, abnf::DIGIT, one<'_', '.'>>>;
38
38
  using param_value = star<sor<minus<uri::pchar, one<'=', '&', '?'>>, one<'/'>>>;
39
39
  struct param : seq<param_key, one<'='>, param_value> {
40
40
  };
@@ -237,38 +237,69 @@ parse_option(bool& receiver,
237
237
  }
238
238
 
239
239
  void
240
- parse_option(tls_verify_mode& receiver,
240
+ parse_option(io::ip_protocol& receiver,
241
241
  const std::string& name,
242
242
  const std::string& value,
243
243
  std::vector<std::string>& warnings)
244
244
  {
245
- if (value == "none") {
246
- receiver = tls_verify_mode::none;
247
- } else if (value == "peer") {
248
- receiver = tls_verify_mode::peer;
245
+ if (value == "any") {
246
+ receiver = io::ip_protocol::any;
247
+ } else if (value == "force_ipv4") {
248
+ receiver = io::ip_protocol::force_ipv4;
249
+ } else if (value == "force_ipv6") {
250
+ receiver = io::ip_protocol::force_ipv6;
249
251
  } else {
250
252
  warnings.push_back(fmt::format(
251
- R"(unable to parse "{}" parameter in connection string (value "{}" is not a valid TLS verification mode))",
253
+ R"(unable to parse "{}" parameter in connection string (value "{}" is not a valid IP protocol preference))",
252
254
  name,
253
255
  value));
254
256
  }
255
257
  }
256
258
 
259
+ #ifdef COUCHBASE_CXX_CLIENT_COLUMNAR
257
260
  void
258
- parse_option(io::ip_protocol& receiver,
261
+ parse_option(std::chrono::milliseconds& receiver,
259
262
  const std::string& name,
260
263
  const std::string& value,
261
264
  std::vector<std::string>& warnings)
262
265
  {
263
- if (value == "any") {
264
- receiver = io::ip_protocol::any;
265
- } else if (value == "force_ipv4") {
266
- receiver = io::ip_protocol::force_ipv4;
267
- } else if (value == "force_ipv6") {
268
- receiver = io::ip_protocol::force_ipv6;
266
+ try {
267
+ receiver = std::chrono::duration_cast<std::chrono::milliseconds>(
268
+ parse_duration(string_codec::url_decode(value)));
269
+ } catch (const duration_parse_error& dpe) {
270
+ warnings.push_back(
271
+ fmt::format(R"(unable to parse "{}" parameter in connection string (value: "{}"): {})",
272
+ name,
273
+ value,
274
+ dpe.what()));
275
+ } catch (const std::invalid_argument& ex1) {
276
+ warnings.push_back(fmt::format(
277
+ R"(unable to parse "{}" parameter in connection string (value "{}" is not a number): {})",
278
+ name,
279
+ value,
280
+ ex1.what()));
281
+ } catch (const std::out_of_range& ex2) {
282
+ warnings.push_back(fmt::format(
283
+ R"(unable to parse "{}" parameter in connection string (value "{}" is out of range): {})",
284
+ name,
285
+ value,
286
+ ex2.what()));
287
+ }
288
+ }
289
+ #else
290
+ void
291
+ parse_option(tls_verify_mode& receiver,
292
+ const std::string& name,
293
+ const std::string& value,
294
+ std::vector<std::string>& warnings)
295
+ {
296
+ if (value == "none") {
297
+ receiver = tls_verify_mode::none;
298
+ } else if (value == "peer") {
299
+ receiver = tls_verify_mode::peer;
269
300
  } else {
270
301
  warnings.push_back(fmt::format(
271
- R"(unable to parse "{}" parameter in connection string (value "{}" is not a valid IP protocol preference))",
302
+ R"(unable to parse "{}" parameter in connection string (value "{}" is not a valid TLS verification mode))",
272
303
  name,
273
304
  value));
274
305
  }
@@ -323,6 +354,7 @@ parse_option(std::chrono::milliseconds& receiver,
323
354
  }
324
355
  }
325
356
  }
357
+ #endif
326
358
 
327
359
  void
328
360
  extract_options(connection_string& connstr)
@@ -333,6 +365,54 @@ extract_options(connection_string& connstr)
333
365
  connstr.options.enable_dns_srv = false;
334
366
  }
335
367
  for (const auto& [name, value] : connstr.params) {
368
+ #ifdef COUCHBASE_CXX_CLIENT_COLUMNAR
369
+ if (name == "security.trust_only_pem_file") {
370
+ /**
371
+ * Set the trust cert path
372
+ */
373
+ parse_option(connstr.options.trust_certificate, name, value, connstr.warnings);
374
+ } else if (name == "security.disable_server_certificate_verification") {
375
+ /**
376
+ * Disable TLS server cert verification if set to true.
377
+ */
378
+ if (value == "true" || value == "yes" || value == "on" || value == "1") {
379
+ connstr.options.tls_verify = tls_verify_mode::none;
380
+ } else if (value == "false" || value == "no" || value == "off" || value == "0") {
381
+ connstr.options.tls_verify = tls_verify_mode::peer;
382
+ } else {
383
+ connstr.warnings.push_back(fmt::format(
384
+ R"(unable to parse "{}" parameter in connection string (value "{}" cannot be interpreted as a boolean))",
385
+ name,
386
+ value));
387
+ }
388
+
389
+ } else if (name == "timeout.connect_timeout") {
390
+ /**
391
+ * The period of time allocated to complete bootstrap
392
+ */
393
+ parse_option(connstr.options.bootstrap_timeout, name, value, connstr.warnings);
394
+ } else if (name == "timeout.dispatch_timeout") {
395
+ /**
396
+ * Number of seconds to wait before timing out a Query or N1QL request by the client.
397
+ */
398
+ parse_option(connstr.options.dispatch_timeout, name, value, connstr.warnings);
399
+ } else if (name == "timeout.query_timeout") {
400
+ /**
401
+ * Number of seconds to wait before timing out a Query or N1QL request by the client.
402
+ */
403
+ parse_option(connstr.options.query_timeout, name, value, connstr.warnings);
404
+ } else if (name == "timeout.resolve_timeout") {
405
+ /**
406
+ * The period of time to resolve DNS name of the node to IP address
407
+ */
408
+ parse_option(connstr.options.resolve_timeout, name, value, connstr.warnings);
409
+ } else if (name == "timeout.socket_connect_timeout") {
410
+ /**
411
+ * Number of seconds the client should wait while attempting to connect to a node’s KV service
412
+ * via a socket. Initial connection, reconnecting, node added, etc.
413
+ */
414
+ parse_option(connstr.options.connect_timeout, name, value, connstr.warnings);
415
+ #else
336
416
  if (name == "kv_connect_timeout") {
337
417
  /**
338
418
  * Number of seconds the client should wait while attempting to connect to a node’s KV service
@@ -404,6 +484,7 @@ extract_options(connection_string& connstr)
404
484
  if (force_ipv4) {
405
485
  connstr.options.use_ip_protocol = io::ip_protocol::force_ipv4;
406
486
  }
487
+ #endif
407
488
  } else if (name == "ip_protocol") {
408
489
  /**
409
490
  * Controls preference of IP protocol for name resolution
@@ -413,6 +494,37 @@ extract_options(connection_string& connstr)
413
494
  parse_option(connstr.options.config_poll_interval, name, value, connstr.warnings);
414
495
  } else if (name == "config_poll_floor") {
415
496
  parse_option(connstr.options.config_poll_floor, name, value, connstr.warnings);
497
+ } else if (name == "enable_dns_srv") {
498
+ if (connstr.bootstrap_nodes.size() == 1) {
499
+ parse_option(connstr.options.enable_dns_srv, name, value, connstr.warnings);
500
+ } else {
501
+ connstr.warnings.push_back(fmt::format(
502
+ R"(parameter "{}" requires single entry in bootstrap nodes list of the connection string, ignoring (value "{}"))",
503
+ name,
504
+ value));
505
+ }
506
+ } else if (name == "network") {
507
+ connstr.options.network =
508
+ value; /* current known values are "auto", "default" and "external" */
509
+ } else if (name == "user_agent_extra") {
510
+ /**
511
+ * string, that will be appended to identification fields of the server protocols (key in HELO
512
+ * packet for MCBP, "user-agent" header for HTTP)
513
+ */
514
+ parse_option(connstr.options.user_agent_extra, name, value, connstr.warnings);
515
+ } else if (name == "dump_configuration") {
516
+ /**
517
+ * Whether to dump every new configuration on TRACE level
518
+ */
519
+ parse_option(connstr.options.dump_configuration, name, value, connstr.warnings);
520
+ } else if (name == "enable_clustermap_notification") {
521
+ /**
522
+ * Allow the server to push configuration updates asynchronously.
523
+ */
524
+ parse_option(connstr.options.enable_clustermap_notification, name, value, connstr.warnings);
525
+ } else if (name == "disable_mozilla_ca_certificates") {
526
+ parse_option(connstr.options.disable_mozilla_ca_certificates, name, value, connstr.warnings);
527
+ #ifndef COUCHBASE_CXX_CLIENT_COLUMNAR
416
528
  } else if (name == "max_http_connections") {
417
529
  /**
418
530
  * The maximum number of HTTP connections allowed on a per-host and per-port basis. 0
@@ -429,40 +541,16 @@ extract_options(connection_string& connstr)
429
541
  * The period of time allocated to complete bootstrap
430
542
  */
431
543
  parse_option(connstr.options.bootstrap_timeout, name, value, connstr.warnings);
432
- #ifdef COUCHBASE_CXX_CLIENT_COLUMNAR
433
- } else if (name == "dispatch_timeout") {
434
- /**
435
- * The period of time allocated to complete HTTP session bootstrap
436
- */
437
- parse_option(connstr.options.dispatch_timeout, name, value, connstr.warnings);
438
- #endif
439
544
  } else if (name == "resolve_timeout") {
440
545
  /**
441
546
  * The period of time to resolve DNS name of the node to IP address
442
547
  */
443
548
  parse_option(connstr.options.resolve_timeout, name, value, connstr.warnings);
444
- } else if (name == "enable_dns_srv") {
445
- if (connstr.bootstrap_nodes.size() == 1) {
446
- parse_option(connstr.options.enable_dns_srv, name, value, connstr.warnings);
447
- } else {
448
- connstr.warnings.push_back(fmt::format(
449
- R"(parameter "{}" requires single entry in bootstrap nodes list of the connection string, ignoring (value "{}"))",
450
- name,
451
- value));
452
- }
453
- } else if (name == "network") {
454
- connstr.options.network =
455
- value; /* current known values are "auto", "default" and "external" */
456
549
  } else if (name == "show_queries") {
457
550
  /**
458
551
  * Whether to display N1QL, Analytics, Search queries on info level (default false)
459
552
  */
460
553
  parse_option(connstr.options.show_queries, name, value, connstr.warnings);
461
- } else if (name == "enable_clustermap_notification") {
462
- /**
463
- * Allow the server to push configuration updates asynchronously.
464
- */
465
- parse_option(connstr.options.enable_clustermap_notification, name, value, connstr.warnings);
466
554
  } else if (name == "enable_unordered_execution") {
467
555
  /**
468
556
  * Allow the server to reorder commands
@@ -487,25 +575,13 @@ extract_options(connection_string& connstr)
487
575
  parse_option(connstr.options.enable_metrics, name, value, connstr.warnings);
488
576
  } else if (name == "tls_verify") {
489
577
  parse_option(connstr.options.tls_verify, name, value, connstr.warnings);
490
- } else if (name == "disable_mozilla_ca_certificates") {
491
- parse_option(connstr.options.disable_mozilla_ca_certificates, name, value, connstr.warnings);
492
578
  } else if (name == "tls_disable_deprecated_protocols") {
493
579
  parse_option(connstr.options.tls_disable_deprecated_protocols, name, value, connstr.warnings);
494
580
  } else if (name == "tls_disable_v1_2") {
495
581
  parse_option(connstr.options.tls_disable_v1_2, name, value, connstr.warnings);
496
- } else if (name == "user_agent_extra") {
497
- /**
498
- * string, that will be appended to identification fields of the server protocols (key in HELO
499
- * packet for MCBP, "user-agent" header for HTTP)
500
- */
501
- parse_option(connstr.options.user_agent_extra, name, value, connstr.warnings);
502
- } else if (name == "dump_configuration") {
503
- /**
504
- * Whether to dump every new configuration on TRACE level
505
- */
506
- parse_option(connstr.options.dump_configuration, name, value, connstr.warnings);
507
582
  } else if (name == "server_group") {
508
583
  parse_option(connstr.options.server_group, name, value, connstr.warnings);
584
+ #endif
509
585
  } else {
510
586
  connstr.warnings.push_back(
511
587
  fmt::format(R"(unknown parameter "{}" in connection string (value "{}"))", name, value));
@@ -18,7 +18,6 @@
18
18
  #pragma once
19
19
 
20
20
  #include <functional>
21
- #include <gsl/assert>
22
21
  #include <memory>
23
22
 
24
23
  /* replace with standard version once http://wg21.link/P0288 will be accepted and implemented */
@@ -20,10 +20,11 @@
20
20
  #include <couchbase/analytics_metrics.hxx>
21
21
  #include <couchbase/analytics_status.hxx>
22
22
  #include <couchbase/analytics_warning.hxx>
23
- #include <couchbase/codec/json_transcoder.hxx>
23
+ #include <couchbase/codec/encoded_value.hxx>
24
24
 
25
25
  #include <cinttypes>
26
26
  #include <optional>
27
+ #include <string>
27
28
  #include <vector>
28
29
 
29
30
  namespace couchbase
@@ -19,18 +19,23 @@
19
19
 
20
20
  #include <couchbase/analytics_result.hxx>
21
21
  #include <couchbase/analytics_scan_consistency.hxx>
22
- #include <couchbase/codec/tao_json_serializer.hxx>
23
22
  #include <couchbase/common_options.hxx>
24
23
  #include <couchbase/error.hxx>
25
24
  #include <couchbase/mutation_state.hxx>
26
25
 
27
26
  #include <chrono>
28
27
  #include <functional>
29
- #include <memory>
28
+ #include <map>
30
29
  #include <optional>
31
30
 
32
31
  namespace couchbase
33
32
  {
33
+
34
+ namespace codec
35
+ {
36
+ class tao_json_serializer;
37
+ } // namespace codec
38
+
34
39
  /**
35
40
  * Options for cluster#analytics_query() and scope#analytics_query().
36
41
  *
@@ -223,7 +228,6 @@ struct analytics_options : public common_options<analytics_options> {
223
228
  }
224
229
 
225
230
  /**
226
- *
227
231
  * @tparam Value
228
232
  * @param name
229
233
  * @param value
@@ -232,10 +236,12 @@ struct analytics_options : public common_options<analytics_options> {
232
236
  * @since 1.0.0
233
237
  * @committed
234
238
  */
235
- template<typename Value>
239
+ template<typename Serializer = codec::tao_json_serializer,
240
+ typename Value,
241
+ std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
236
242
  auto raw(std::string name, const Value& value) -> analytics_options&
237
243
  {
238
- raw_[std::move(name)] = std::move(codec::tao_json_serializer::serialize(value));
244
+ raw_[std::move(name)] = std::move(Serializer::template serialize<const Value&>(value));
239
245
  return self();
240
246
  }
241
247
 
@@ -249,12 +255,14 @@ struct analytics_options : public common_options<analytics_options> {
249
255
  * @since 1.0.0
250
256
  * @committed
251
257
  */
252
- template<typename... Parameters>
258
+ template<typename Serializer = codec::tao_json_serializer,
259
+ typename... Parameters,
260
+ std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
253
261
  auto positional_parameters(const Parameters&... parameters) -> analytics_options&
254
262
  {
255
263
  named_parameters_.clear();
256
264
  positional_parameters_.clear();
257
- encode_positional_parameters(parameters...);
265
+ encode_positional_parameters<Serializer>(parameters...);
258
266
  return self();
259
267
  }
260
268
 
@@ -268,12 +276,14 @@ struct analytics_options : public common_options<analytics_options> {
268
276
  * @since 1.0.0
269
277
  * @committed
270
278
  */
271
- template<typename... Parameters>
279
+ template<typename Serializer = codec::tao_json_serializer,
280
+ typename... Parameters,
281
+ std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
272
282
  auto named_parameters(const Parameters&... parameters) -> analytics_options&
273
283
  {
274
284
  named_parameters_.clear();
275
285
  positional_parameters_.clear();
276
- encode_named_parameters(parameters...);
286
+ encode_named_parameters<Serializer>(parameters...);
277
287
  return self();
278
288
  }
279
289
 
@@ -343,23 +353,30 @@ struct analytics_options : public common_options<analytics_options> {
343
353
  }
344
354
 
345
355
  private:
346
- template<typename Parameter, typename... Rest>
356
+ template<typename Serializer = codec::tao_json_serializer,
357
+ typename Parameter,
358
+ typename... Rest,
359
+ std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
347
360
  void encode_positional_parameters(const Parameter& parameter, Rest... args)
348
361
  {
349
362
  positional_parameters_.emplace_back(
350
- std::move(codec::tao_json_serializer::serialize(parameter)));
363
+ std::move(Serializer::template serialize<Parameter>(parameter)));
351
364
  if constexpr (sizeof...(args) > 0) {
352
- encode_positional_parameters(args...);
365
+ encode_positional_parameters<Serializer>(args...);
353
366
  }
354
367
  }
355
368
 
356
- template<typename Name, typename Parameter, typename... Rest>
369
+ template<typename Serializer = codec::tao_json_serializer,
370
+ typename Name,
371
+ typename Parameter,
372
+ typename... Rest,
373
+ std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
357
374
  void encode_named_parameters(const std::pair<Name, Parameter>& parameter, Rest... args)
358
375
  {
359
376
  named_parameters_[parameter.first] =
360
- std::move(codec::tao_json_serializer::serialize(parameter.second));
377
+ std::move(Serializer::template serialize<Parameter>(parameter.second));
361
378
  if constexpr (sizeof...(args) > 0) {
362
- encode_named_parameters(args...);
379
+ encode_named_parameters<Serializer>(args...);
363
380
  }
364
381
  }
365
382
 
@@ -18,15 +18,18 @@
18
18
  #pragma once
19
19
 
20
20
  #include <couchbase/analytics_meta_data.hxx>
21
- #include <couchbase/codec/tao_json_serializer.hxx>
21
+ #include <couchbase/codec/encoded_value.hxx>
22
+ #include <couchbase/codec/serializer_traits.hxx>
22
23
 
23
- #include <chrono>
24
24
  #include <cinttypes>
25
- #include <optional>
26
25
  #include <vector>
27
26
 
28
27
  namespace couchbase
29
28
  {
29
+ namespace codec
30
+ {
31
+ class tao_json_serializer;
32
+ } // namespace codec
30
33
 
31
34
  /**
32
35
  * Represents result of @ref cluster#analytics_query() and @ref scope#analytics_query() calls.
@@ -78,7 +81,7 @@ public:
78
81
  return rows_;
79
82
  }
80
83
 
81
- template<typename Serializer,
84
+ template<typename Serializer = codec::tao_json_serializer,
82
85
  typename Document = typename Serializer::document_type,
83
86
  std::enable_if_t<codec::is_serializer_v<Serializer>, bool> = true>
84
87
  [[nodiscard]] auto rows_as() const -> std::vector<Document>
@@ -91,11 +94,6 @@ public:
91
94
  return rows;
92
95
  }
93
96
 
94
- [[nodiscard]] auto rows_as_json() const -> std::vector<codec::tao_json_serializer::document_type>
95
- {
96
- return rows_as<codec::tao_json_serializer>();
97
- }
98
-
99
97
  private:
100
98
  analytics_meta_data meta_data_{};
101
99
  std::vector<codec::binary> rows_{};
@@ -60,16 +60,7 @@ public:
60
60
  return *this;
61
61
  }
62
62
 
63
- /**
64
- * Selects network to use.
65
- *
66
- * @param name network name as it is exposed in the configuration.
67
- * @return this object for chaining purposes.
68
- *
69
- * @see
70
- * https://docs.couchbase.com/server/current/learn/clusters-and-availability/connectivity.html#alternate-addresses
71
- * @see https://docs.couchbase.com/server/current/rest-api/rest-set-up-alternate-address.html
72
- */
63
+ [[deprecated("Use couchbase::network_options#preferred_network() instead.")]]
73
64
  auto network(std::string name) -> behavior_options&
74
65
  {
75
66
  network_ = std::move(name);
@@ -51,7 +51,7 @@ namespace couchbase
51
51
  * > 5`.
52
52
  * * and finally, exclude documents with `city` `"Padfield"` or `"Gilingham"`.
53
53
  *
54
- * @snippet test_unit_search.cxx search-boolean
54
+ * @snippet{trimleft} test_unit_search.cxx search-boolean
55
55
  *
56
56
  * @see https://docs.couchbase.com/server/current/fts/fts-supported-queries-boolean-field-query.html
57
57
  * server documentation
@@ -18,7 +18,6 @@
18
18
  #pragma once
19
19
 
20
20
  #include <cinttypes>
21
- #include <vector>
22
21
 
23
22
  namespace couchbase::codec::codec_flags
24
23
  {
@@ -18,13 +18,13 @@
18
18
  #pragma once
19
19
 
20
20
  #include <couchbase/codec/json_transcoder.hxx>
21
- #include <couchbase/codec/tao_json_serializer.hxx>
22
21
  #include <couchbase/codec/transcoder_traits.hxx>
23
22
 
24
23
  namespace couchbase
25
24
  {
26
25
  namespace codec
27
26
  {
27
+ class tao_json_serializer;
28
28
  using default_json_transcoder = json_transcoder<tao_json_serializer>;
29
29
 
30
30
  #ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
@@ -47,7 +47,7 @@ public:
47
47
  static auto serialize([[maybe_unused]] Document document) -> binary
48
48
  {
49
49
  try {
50
- if constexpr (std::is_null_pointer_v<Document>) {
50
+ if constexpr (std::is_null_pointer_v<std::remove_reference_t<Document>>) {
51
51
  return core::utils::json::generate_binary(tao::json::null);
52
52
  } else {
53
53
  return core::utils::json::generate_binary(tao::json::value(document));
@@ -348,6 +348,13 @@ public:
348
348
  * @param options the custom options
349
349
  * @return the future object with first available result, might be the active or a replica.
350
350
  *
351
+ * Select preferred server group in connection options:
352
+ * @snippet{trimleft} test_integration_read_replica.cxx select-preferred_server_group
353
+ *
354
+ * Restrict get_any_replica to reach nodes that belong to selected server
355
+ * group only:
356
+ * @snippet{trimleft} test_integration_read_replica.cxx get_any_replica-with-read_preference
357
+ *
351
358
  * @exception errc::key_value::document_irretrievable
352
359
  * the situation where the SDK got all responses (most likely: key not found) but none of them
353
360
  * were successful so it ended up not returning anything
@@ -388,6 +395,13 @@ public:
388
395
  * @note Individual errors are ignored, so you can think of this API as a best effort
389
396
  * approach which explicitly emphasises availability over consistency.
390
397
  *
398
+ * Select preferred server group in connection options:
399
+ * @snippet{trimleft} test_integration_read_replica.cxx select-preferred_server_group
400
+ *
401
+ * Restrict get_all_replicas to reach nodes that belong to selected server
402
+ * group only:
403
+ * @snippet{trimleft} test_integration_read_replica.cxx get_all_replicas-with-read_preference
404
+ *
391
405
  * @param document_id the document id which is used to uniquely identify it.
392
406
  * @param options the custom options
393
407
  * @return future object that carries result of the operation
@@ -32,7 +32,7 @@ namespace couchbase
32
32
  *
33
33
  * Match documents with `"location"` in the field `reviews.content` and `true` in the field
34
34
  * `free_breakfast`.
35
- * @snippet test_unit_search.cxx search-conjunction
35
+ * @snippet{trimleft} test_unit_search.cxx search-conjunction
36
36
  *
37
37
  * @see https://docs.couchbase.com/server/current/fts/fts-supported-queries-conjuncts-disjuncts.html
38
38
  * server documentation