1. b510e3e Face: in OnInterest callback for registerPrefix, added registeredPrefixId argument. by Jeff Thompson · 11 years ago
  2. 62992e4 Face: Make pendingInterestId and registeredPrefixId uint64_t. by Jeff Thompson · 11 years ago
  3. 1109514 Added support for removePendingInterest and removeRegisteredPrefix. by Jeff Thompson · 11 years ago
  4. 1f8a31a ForwardingFlags: Added ForwardingFlags class and use it in registerPrefix and ForwardingEntry instead of int flags. by Jeff Thompson · 11 years ago
  5. 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
  6. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  7. 6d7369b Remove keyChain, signerName and byKeyName from registerPrefix. by Jeff Thompson · 11 years ago
  8. 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
  9. a6d15c8 Code style: Remove spaces after &. by Jeff Thompson · 11 years ago
  10. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  11. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  12. 03616c9 In PublisherPublicKeyDigest, make the value a Blob. by Jeff Thompson · 11 years ago
  13. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  14. 9cc4be4 Finish implementing registerPrefix. by Jeff Thompson · 11 years ago
  15. fb29cda Move the default parameters for methods from Node to Face. by Jeff Thompson · 11 years ago
  16. 86507bc Added preliminary code for registerPrefix. by Jeff Thompson · 11 years ago
  17. 4fe4551 Added expressInterest which takes the Interest directly. by Jeff Thompson · 11 years ago
  18. 7aec025 Major change: in expressInterest, remove the Closure class and use function objects for onData and onTimeout. by Jeff Thompson · 11 years ago
  19. 10e3438 Change Transport connect to use the new ConnectionInfo object. by Jeff Thompson · 11 years ago
  20. 8b173cc Make onReceivedElement take const unsigned char * by Jeff Thompson · 11 years ago
  21. 48917f0 Update processEvents to check for timeout. Make PitEntry take a const Interest pointer. by Jeff Thompson · 11 years ago
  22. 557b81e Added PitEntry and make expressInterest use the PIT. by Jeff Thompson · 11 years ago
  23. 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