Skip to content
Snippets Groups Projects
Select Git revision
  • windows_ci
  • master default
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • message_split
  • meson
  • build_unify
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
40 results

dht.cpp

Blame
    • Simon Désaulniers's avatar
      01fbe0fd
      dht: make main store a vector<unique_ptr<Storage>> · 01fbe0fd
      Simon Désaulniers authored
      Since the elements inside are going to be moved constantly during the life of
      the node, this design is better. Also, it works around a crash when the store is
      resized (elements inside moved) at some point (always happenned the 3rd time)
      for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
      dht: make main store a vector<unique_ptr<Storage>>
      Simon Désaulniers authored
      Since the elements inside are going to be moved constantly during the life of
      the node, this design is better. Also, it works around a crash when the store is
      resized (elements inside moved) at some point (always happenned the 3rd time)
      for some reason. This bug was known when compiled with LLVM >7.3.0 (>clang-703.0.31).
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.