- 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 11 years ago
- d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 11 years ago
- fb44c97 node: Need to explicitly specify MustBeFresh, othewise subsequent self-registrations will not work by Alexander Afanasyev · 11 years ago
- b790d95 face+node: Improving async operations by Alexander Afanasyev · 11 years ago
- 6e9fc18 node: Fix of getting a pointer to the static member function (& necessary for some compilers) by Jeff Thompson · 11 years ago
- 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
- 8995f54 node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason by Alexander Afanasyev · 11 years ago
- 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 11 years ago
- bc343ef node: Implement prefix 'unreg' when interest filter is unset by Alexander Afanasyev · 11 years ago
- f75a0aa node: Extending processEvents API to allow processing thread management flexibility by Alexander Afanasyev · 11 years ago
- bf08211 node: Ensure that processEvents blocks only if there are active events by Alexander Afanasyev · 11 years ago
- 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
- 5d7db8e face-management-protocol: Add abstraction for FaceInstance by Alexander Afanasyev · 11 years ago
- e1b7a5d node: Small complication to allow (in future) aggregation of Face processing threads by Alexander Afanasyev · 11 years ago
- 3ae2da2 node+transport: Improving async operations and error reporting by Alexander Afanasyev · 11 years ago
- a557d5a face: Extending Face interface to support ``put`` call by Alexander Afanasyev · 11 years ago
- e0c02f5 node+face-management-protocol: Finalizing prefix registration (selfreg) by Alexander Afanasyev · 11 years ago
- 1837187 node+face-management-protocol: Adding StatusResponse to the Tlv::FaceManagement by Alexander Afanasyev · 11 years ago
- 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
- 7910049 node: Enable empty signature for prefix self-registration request by Alexander Afanasyev · 11 years ago
- e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
- 96d914f node: Enabling TLV dispatching by Alexander Afanasyev · 11 years ago
- 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
- fbdfa09 forwarding-entry: Fix "bug" with timeout for self-registered prefix by Alexander Afanasyev · 11 years ago
- ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
- 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