1. ca2535c In ContentClosure.prototype.upcall, use Name.addSegment. by Jeff Thompson · 12 years ago
  2. 4a4caba In ContentClosure constructor, take uriName instead of uriEndsWithSegmentNumber. by Jeff Thompson · 12 years ago
  3. 152342b Show the timeout message if didn't receive segment 0 (as opposed to not receiving any segment). This handles the case where segment 1 is received but not 0. by Jeff Thompson · 12 years ago
  4. 52843b1 Use ExponentialReExpressClosure to retry failed fetch of segments. by Jeff Thompson · 12 years ago
  5. 3663c67 If fetching the first segment times out, set the content to a timeout message. by Jeff Thompson · 12 years ago
  6. 6ac75d2 In URI interest selector for ndn.Exclude, added support for comma-separated list of values by Jeff Thompson · 12 years ago
  7. 49f3788 When creating the NDN, don't need to set host to null since this is now the default. by Jeff Thompson · 12 years ago
  8. a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
  9. 6b3d81a For now, when creating the NDN object, set verify false. by Jeff Thompson · 12 years ago
  10. b083c8e Added SegmentStore class and use in ContentClosure.upcall to keep at least 2 outstanding requests for segments to improve throughput. by Jeff Thompson · 12 years ago
  11. f6995b5 Added SegmentStore class and use in ContentClosure.upcall to keep at least 2 outstanding requests for segments to improve throughput. by Jeff Thompson · 12 years ago
  12. 1ac86ce Initialize contentSha256 in the constructor. by Jeff Thompson · 12 years ago
  13. b2f91ea In NdnProtocolInfo.jsm, put all functions in the NdnProtocolInfo class instead of being global. by Jeff Thompson · 12 years ago
  14. 2cc54b4 In ndnProtocol newURI, support relative URIs. by Jeff Thompson · 12 years ago
  15. 8107ec8 In NdnProtocolInfo.jsm, added splitUri, and use in ndnProtocolService.js and ndnToolbar.js. by Jeff Thompson · 12 years ago
  16. e5a8828 Pass segmentTemplate to the ContentClosure so further segments fetched by the NDN protocol handler use the PublisherPublicKeyDigest, Scope and InterestLifetime specified in the URI. by Jeff Thompson · 12 years ago
  17. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  18. 6ad5c36 Added NdnProtocolInfo.jsm to store static info such as the connected host. Updated ndnProtocolService.js to report the hub host and port when connected, and updated the NDN Toolbar to display it. by Jeff Thompson · 12 years ago
  19. 2a67a54 Pass host: null to the NDN constructor. by Jeff Thompson · 12 years ago
  20. 869e819 Always compute contentSha256. by Jeff Thompson · 12 years ago
  21. 3d6ce94 Create and keep one NDN object. Allow it to use XpcomTransport.defaultGetHostAndPort to select a testbed host at random. by Jeff Thompson · 12 years ago
  22. 963d2da If Name.getContentDigestValue() returns a content digest, then use Sha256 to digest the content and dump an error if not equal. by Jeff Thompson · 12 years ago
  23. bd82926 Major update to rename ccnx to ndn, mainly in ndnProtocol and also in a few files with ccnx in comments. by Jeff Thompson · 12 years ago