1. e289b53 face: Implementing nfd::Controller by Alexander Afanasyev · 10 years ago
  2. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 10 years ago
  3. 0d92081 face: Expose ioService from Node and Face. by Yingdi Yu · 10 years ago
  4. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed from include/ndn-cpp-dev/node.hpp]
  5. b790d95 face+node: Improving async operations by Alexander Afanasyev · 10 years ago
  6. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed from include/ndn-cpp/node.hpp]
  7. bc343ef node: Implement prefix 'unreg' when interest filter is unset by Alexander Afanasyev · 11 years ago
  8. f75a0aa node: Extending processEvents API to allow processing thread management flexibility by Alexander Afanasyev · 11 years ago
  9. bf08211 node: Ensure that processEvents blocks only if there are active events by Alexander Afanasyev · 11 years ago
  10. e1b7a5d node: Small complication to allow (in future) aggregation of Face processing threads by Alexander Afanasyev · 11 years ago
  11. 3ae2da2 node+transport: Improving async operations and error reporting by Alexander Afanasyev · 11 years ago
  12. a557d5a face: Extending Face interface to support ``put`` call 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. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  15. 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
  16. 978c152 Face: In expressInterest, add optional wireFormat argument. by Jeff Thompson · 11 years ago
  17. 3b0ed53 In processEvents, if an interest has timed out, remove it from the PIT before calling the callback. by Jeff Thompson · 11 years ago
  18. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  19. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (97%) from ndn-cpp/node.hpp]
  20. b510e3e Face: in OnInterest callback for registerPrefix, added registeredPrefixId argument. by Jeff Thompson · 11 years ago
  21. 62992e4 Face: Make pendingInterestId and registeredPrefixId uint64_t. by Jeff Thompson · 11 years ago
  22. 1109514 Added support for removePendingInterest and removeRegisteredPrefix. by Jeff Thompson · 11 years ago
  23. 1f8a31a ForwardingFlags: Added ForwardingFlags class and use it in registerPrefix and ForwardingEntry instead of int flags. by Jeff Thompson · 11 years ago
  24. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  25. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  26. 6d7369b Remove keyChain, signerName and byKeyName from registerPrefix. by Jeff Thompson · 11 years ago
  27. 590ec23 In Face.registerPrefix, need to pass keyChain, signerName, etc. so that it can sign the Data packet with the ForwardingEntry. by Jeff Thompson · 11 years ago
  28. a6d15c8 Code style: Remove spaces after &. by Jeff Thompson · 11 years ago
  29. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  30. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  31. 03616c9 In PublisherPublicKeyDigest, make the value a Blob. by Jeff Thompson · 11 years ago
  32. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  33. 9cc4be4 Finish implementing registerPrefix. by Jeff Thompson · 11 years ago
  34. fb29cda Move the default parameters for methods from Node to Face. by Jeff Thompson · 11 years ago
  35. 86507bc Added preliminary code for registerPrefix. by Jeff Thompson · 11 years ago
  36. 4fe4551 Added expressInterest which takes the Interest directly. by Jeff Thompson · 11 years ago
  37. 7aec025 Major change: in expressInterest, remove the Closure class and use function objects for onData and onTimeout. by Jeff Thompson · 11 years ago
  38. 10e3438 Change Transport connect to use the new ConnectionInfo object. by Jeff Thompson · 11 years ago
  39. 8b173cc Make onReceivedElement take const unsigned char * by Jeff Thompson · 11 years ago
  40. 48917f0 Update processEvents to check for timeout. Make PitEntry take a const Interest pointer. by Jeff Thompson · 11 years ago
  41. 557b81e Added PitEntry and make expressInterest use the PIT. by Jeff Thompson · 11 years ago
  42. bf50a1a Added Node class, and move most functionality from Face to Node. Make connect take a Node, not a Face. by Jeff Thompson · 11 years ago