1. eec7267 In NDN Toolbar, added Set button to set the hub. by Jeff Thompson · 12 years ago
  2. 7e2e2e2 In ContentClosure.upcall, move calling setConnectedNdnHub until after we get the desired content object. by Jeff Thompson · 12 years ago
  3. 4eb992a Move the NDN object from ndnProtocolService to NdnProtocolInfo. by Jeff Thompson · 12 years ago
  4. ca2535c In ContentClosure.prototype.upcall, use Name.addSegment. by Jeff Thompson · 12 years ago
  5. 4a4caba In ContentClosure constructor, take uriName instead of uriEndsWithSegmentNumber. by Jeff Thompson · 12 years ago
  6. 48ff28a Added var to properly declare local variables so that they don't pollute the global namespace and risk multi-threading conflicts. by Jeff Thompson · 12 years ago
  7. 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
  8. 52843b1 Use ExponentialReExpressClosure to retry failed fetch of segments. by Jeff Thompson · 12 years ago
  9. 202728a In Interest.matches_name used to match interests in the PITTable, added a check for minSuffixComponents, maxSuffixComponents and exclude. by Jeff Thompson · 12 years ago
  10. 3077981 In the toolbar, added buttons to get the Earliest, Previous and Next versions. by Jeff Thompson · 12 years ago
  11. 3663c67 If fetching the first segment times out, set the content to a timeout message. by Jeff Thompson · 12 years ago
  12. 6ac75d2 In URI interest selector for ndn.Exclude, added support for comma-separated list of values by Jeff Thompson · 12 years ago
  13. 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
  14. fced4c2 In Exclude.from_ccnb, use a BinaryXMLStructureDecoder to skip decoding the Exclude. (Implementing decoding is still TODO.) This closes bug #16. by Jeff Thompson · 12 years ago
  15. f668acb Complete the merger of WebSocketTransport and XpcomTransport up into NDN: Moved expressInterest in the transport up to NDN.reconnectAndExpressInterest. by Jeff Thompson · 12 years ago
  16. 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
  17. a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
  18. 6b3d81a For now, when creating the NDN object, set verify false. by Jeff Thompson · 12 years ago
  19. 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
  20. 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
  21. 1ac86ce Initialize contentSha256 in the constructor. by Jeff Thompson · 12 years ago
  22. a46083c Added if (LOG>3) messages for receiving data. by Jeff Thompson · 12 years ago
  23. 3b6bf98 Change XpcomTransport to use a single socket connection and the NDN PITTable. by Jeff Thompson · 12 years ago
  24. b2f91ea In NdnProtocolInfo.jsm, put all functions in the NdnProtocolInfo class instead of being global. by Jeff Thompson · 12 years ago
  25. 2cc54b4 In ndnProtocol newURI, support relative URIs. by Jeff Thompson · 12 years ago
  26. 8107ec8 In NdnProtocolInfo.jsm, added splitUri, and use in ndnProtocolService.js and ndnToolbar.js. by Jeff Thompson · 12 years ago
  27. 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
  28. e843502 Make sure the Hub is shown when opening a new window by calling addNdnHubChangedListener on the window load event so that the ndnHubLabel is defined. by Jeff Thompson · 12 years ago
  29. f3ec9a1 In addNdnHubChangedListener, if the current host and port are not null, call listener with the values to initialize. by Jeff Thompson · 12 years ago
  30. 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
  31. 9449113 Change ndn.InterestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  32. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  33. 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
  34. 604c06e Recompile to connect to a random testbed host. by Jeff Thompson · 12 years ago
  35. 3dfddaa For XPCOM (the Firefox add-on), connect to a random testbed host. by Jeff Thompson · 12 years ago
  36. 2a67a54 Pass host: null to the NDN constructor. by Jeff Thompson · 12 years ago
  37. 869e819 Always compute contentSha256. by Jeff Thompson · 12 years ago
  38. 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
  39. 35cfc26 Minor change in the alert message. by Jeff Thompson · 12 years ago
  40. ae95c2d In the constructor, set loadFlags LOAD_REPLACE so that window.location uses the updated URI. by Jeff Thompson · 12 years ago
  41. c2d7ae0 Fix spelling of ndnToolbarGetLatestButton. by Jeff Thompson · 12 years ago
  42. e4c3614 Added setTimeout and clearTimeout. by Jeff Thompson · 12 years ago
  43. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  44. dc860c1 Added make-ndnProtocol.sh by Jeff Thompson · 12 years ago
  45. e9f1194 Change makefile to use compressed ndn-js.js. by Jeff Thompson · 12 years ago
  46. 7ccc76f Don't need LOG = 0 since NDN.js defines it. by Jeff Thompson · 12 years ago
  47. 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
  48. 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