Stop using deprecated Data::{get,set}FinalBlockId()

This commit also fixes several build failures with gcc-8 and guards
against a potential crash in WriteHandle::onSegmentDataValidated()

Change-Id: I054f0f8e55f225c293e74fa219b6ee3103dd8e46
Refs: #4526
5 files changed
tree: 261d948ac722d8215da2eaf30923544f474a798e
  1. .jenkins.d/
  2. .waf-tools/
  3. examples/
  4. src/
  5. tests/
  6. tools/
  7. .gitignore
  8. .jenkins
  9. .travis.yml
  10. AUTHORS.md
  11. COPYING.md
  12. INSTALL.md
  13. README-dev.md
  14. README.md
  15. repo-ng.conf.sample
  16. waf
  17. wscript
README.md

repo-ng: Next generation of NDN repository

Build Status

repo-ng is an implementation of a Named Data Networking data repository, and follows the Repo protocol.

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

repo-ng is an open source project licensed under the GPL 3.0 (see COPYING.md for more details). 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 repo-ng issue tracker.