1. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
  2. 8995f54 node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason by Alexander Afanasyev · 11 years ago
  3. 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 11 years ago
  4. bc343ef node: Implement prefix 'unreg' when interest filter is unset by Alexander Afanasyev · 11 years ago
  5. f75a0aa node: Extending processEvents API to allow processing thread management flexibility by Alexander Afanasyev · 11 years ago
  6. bf08211 node: Ensure that processEvents blocks only if there are active events by Alexander Afanasyev · 11 years ago
  7. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  8. 5d7db8e face-management-protocol: Add abstraction for FaceInstance by Alexander Afanasyev · 11 years ago
  9. e1b7a5d node: Small complication to allow (in future) aggregation of Face processing threads by Alexander Afanasyev · 11 years ago
  10. 3ae2da2 node+transport: Improving async operations and error reporting by Alexander Afanasyev · 11 years ago
  11. a557d5a face: Extending Face interface to support ``put`` call by Alexander Afanasyev · 11 years ago
  12. e0c02f5 node+face-management-protocol: Finalizing prefix registration (selfreg) by Alexander Afanasyev · 11 years ago
  13. 1837187 node+face-management-protocol: Adding StatusResponse to the Tlv::FaceManagement by Alexander Afanasyev · 11 years ago
  14. b24a68a node: Fixing "bugs": default interest timeout not infitine; ndnid fetcher was doing hash calculation over the wrong data set by Alexander Afanasyev · 11 years ago
  15. 7910049 node: Enable empty signature for prefix self-registration request by Alexander Afanasyev · 11 years ago
  16. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  17. 96d914f node: Enabling TLV dispatching by Alexander Afanasyev · 11 years ago
  18. 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
  19. fbdfa09 forwarding-entry: Fix "bug" with timeout for self-registered prefix by Alexander Afanasyev · 11 years ago
  20. ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
  21. 5318ce0 Node: internal: In node.cpp, use Name size() instead of deprecated getComponentCount. by Jeff Thompson · 11 years ago
  22. 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
  23. 03c423b Node: In NdndIdFetcher, in onData, should get a const pointer to the signature. by Jeff Thompson · 11 years ago
  24. f62f9f2 Interest: Moved class ExcludeEntry to inner class Exclude::Entry. by Jeff Thompson · 11 years ago
  25. fff4a37 Sha256WithRsaSignature: In setSignature, etc. only take a Blob. The Blob constructor can make a copy if needed. by Jeff Thompson · 11 years ago
  26. 43fb822 PublisherPublicKeyDigest: in setPublisherPublicKeyDigest, just support const Blob& since the Blob constructor makes the necessary conversions. by Jeff Thompson · 11 years ago
  27. 978c152 Face: In expressInterest, add optional wireFormat argument. by Jeff Thompson · 11 years ago
  28. 3b0ed53 In processEvents, if an interest has timed out, remove it from the PIT before calling the callback. by Jeff Thompson · 11 years ago
  29. 3a71563 Name: Change to not use the deprecated addComponent. by Jeff Thompson · 11 years ago
  30. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/node.cpp]
  31. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago