1. 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
  2. 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
  3. 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
  4. 9449113 Change ndn.InterestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  5. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  6. 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
  7. 604c06e Recompile to connect to a random testbed host. by Jeff Thompson · 12 years ago
  8. 3dfddaa For XPCOM (the Firefox add-on), connect to a random testbed host. by Jeff Thompson · 12 years ago
  9. 2a67a54 Pass host: null to the NDN constructor. by Jeff Thompson · 12 years ago
  10. 869e819 Always compute contentSha256. by Jeff Thompson · 12 years ago
  11. 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
  12. 35cfc26 Minor change in the alert message. by Jeff Thompson · 12 years ago
  13. ae95c2d In the constructor, set loadFlags LOAD_REPLACE so that window.location uses the updated URI. by Jeff Thompson · 12 years ago
  14. c2d7ae0 Fix spelling of ndnToolbarGetLatestButton. by Jeff Thompson · 12 years ago
  15. e4c3614 Added setTimeout and clearTimeout. by Jeff Thompson · 12 years ago
  16. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  17. dc860c1 Added make-ndnProtocol.sh by Jeff Thompson · 12 years ago
  18. e9f1194 Change makefile to use compressed ndn-js.js. by Jeff Thompson · 12 years ago
  19. 7ccc76f Don't need LOG = 0 since NDN.js defines it. by Jeff Thompson · 12 years ago
  20. 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
  21. 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