- 5318ce0 Node: internal: In node.cpp, use Name size() instead of deprecated getComponentCount. by Jeff Thompson · 11 years ago
- ce11576 In all .cpp files, remove using namespace ndn::ptr_lib and explicitly use ptr_lib::shared_ptr and make_shared. by Jeff Thompson · 11 years ago
- 03c423b Node: In NdndIdFetcher, in onData, should get a const pointer to the signature. by Jeff Thompson · 11 years ago
- f62f9f2 Interest: Moved class ExcludeEntry to inner class Exclude::Entry. by Jeff Thompson · 11 years ago
- fff4a37 Sha256WithRsaSignature: In setSignature, etc. only take a Blob. The Blob constructor can make a copy if needed. by Jeff Thompson · 11 years ago
- 43fb822 PublisherPublicKeyDigest: in setPublisherPublicKeyDigest, just support const Blob& since the Blob constructor makes the necessary conversions. by Jeff Thompson · 11 years ago
- 978c152 Face: In expressInterest, add optional wireFormat argument. by Jeff Thompson · 11 years ago
- 3b0ed53 In processEvents, if an interest has timed out, remove it from the PIT before calling the callback. by Jeff Thompson · 11 years ago
- 3a71563 Name: Change to not use the deprecated addComponent. by Jeff Thompson · 11 years ago
- 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/node.cpp]
- ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago