1. e2f7b6d Set NDN.supported based on availability of Uint8Array. In NDN constructor, throw an exception if not NDN.supported. by Jeff Thompson · 12 years ago
  2. 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
  3. 1c79843 Added util.ExponentialReExpressClosure.js. by Jeff Thompson · 12 years ago
  4. 65a11e4 Added util.ExponentialReExpressClosure.js. by Jeff Thompson · 12 years ago
  5. e8de582 Implement when the upcall from reexpressInterest returns Closure.RESULT_REEXPRESS. by Jeff Thompson · 12 years ago
  6. 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
  7. a53e65a Fix bug in expressInterestHelper: if interest.interestLifetime is null, use 4000. by Jeff Thompson · 12 years ago
  8. 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
  9. 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
  10. 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
  11. 537ce14 Move expressInterestHelpler from WebSocketTransport up to NDN. by Jeff Thompson · 12 years ago
  12. d771b12 Major updates to change default behavior of NDN to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
  13. a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
  14. 261b4be Remove a console output by Wentao Shang · 12 years ago
  15. dd69155 Fix the bug with WebSocketTransport.send usage: will cause problem with Safari by Wentao Shang · 12 years ago
  16. d460739 Allow user to disable content verification by Wentao Shang · 12 years ago
  17. 9530663 In to_uri, if there are not components, return "/". by Jeff Thompson · 12 years ago
  18. a46083c Added if (LOG>3) messages for receiving data. by Jeff Thompson · 12 years ago
  19. fcb1626 Move timerID to pit entry; implement basic pipeline code by Wentao Shang · 12 years ago
  20. edd4dea Fix bug in Witness decoding by Wentao Shang · 12 years ago
  21. dc5c29f Support null closure by Wentao Shang · 12 years ago
  22. d4bef8d minor changes... by Wentao Shang · 12 years ago
  23. fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
  24. 4f3b5de Small fixes after merge by Wentao Shang · 12 years ago
  25. e0d7f05 Implement new Witness decoding function by Wentao Shang · 12 years ago
  26. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  27. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  28. b5d0c3e Improve KeyStore functionality by Wentao Shang · 12 years ago
  29. e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
  30. 98b595c Wait to merge by Wentao Shang · 12 years ago
  31. 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
  32. 768870c Added DynamicUint8Array.js. by Jeff Thompson · 12 years ago
  33. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  34. 253cab4 In contentObjectToHtml, for the certificate, also show the public key values. by Jeff Thompson · 12 years ago
  35. 68fccd6 Added decodeSubjectPublicKeyInfo. In contentObjectToHtml, use decodeSubjectPublicKeyInfo and x509.readCertHex. by Jeff Thompson · 12 years ago
  36. 1a338f8 In _x509_getSubjectPublicKeyPosFromCertHex and _x509_getPublicKeyHexArrayFromCertHex, added an optional position argument to enable decoding a SubjectPublicKeyInfo directly. by Jeff Thompson · 12 years ago
  37. 1e4c183 Added x509-1.1.js. by Jeff Thompson · 12 years ago
  38. 82854bd KeyStore implemented by Wentao Shang · 12 years ago
  39. fa24596 Recursive key fetching by Wentao Shang · 12 years ago
  40. f8b4a7d Start implement signature verification by Wentao Shang · 12 years ago
  41. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  42. 3dfddaa For XPCOM (the Firefox add-on), connect to a random testbed host. by Jeff Thompson · 12 years ago
  43. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  44. acb3b3d Build instructions by Jeff Burke · 12 years ago
  45. 0f418d0 Build instructions by Jeff Burke · 12 years ago
  46. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  47. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  48. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  49. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago