handle: Disable passing KeyChain by value in ReadHandle constructor

Change-Id: I5d12a2a0261348baf3aaf0169edcebfecb1701e6
Fixes: #1552
1 file changed
tree: 4f862ecbc55d55fd5a037e636cc83e9e1c7ac518
  1. .waf-tools/
  2. helpers/
  3. ndn-handle/
  4. server/
  5. storage/
  6. tests/
  7. .gitignore
  8. AUTHORS
  9. AUTHORS.md
  10. COPYING.md
  11. INSTALL.md
  12. README-dev.md
  13. README.md
  14. repo-ng.conf.sample
  15. waf
  16. wscript
README.md

repo-ng: Next generation of NDN repository

repo-ng is an implementation of a Named Data Networking data repository. The repo-ng follows Repo protocol of NDN. The specification of repo protocol is:

repo-ng uses ndn-cxx library as NDN development library, and uses sqlite3 as underlying storage.

repo-ng is an open source project licensed under GPL 3.0 (see COPYING.md for more detail). We highly welcome all contributions to the repo-ng code, provided that they can licensed under GPL 3.0+ or other compatible license.

See the file INSTALL.md for build and install instructions.

Please submit any bugs or issues to the ndn-repo-ng issue tracker: