1. 32bfbfe Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  2. d4bef8d minor changes... by Wentao Shang · 12 years ago
  3. 3b6bf98 Change XpcomTransport to use a single socket connection and the NDN PITTable. by Jeff Thompson · 12 years ago
  4. b322ff8 In connectWebSocket, interestLifetime for KeyFetchClosure needs to be milliseconds, not seconds. by Jeff Thompson · 12 years ago
  5. b2f91ea In NdnProtocolInfo.jsm, put all functions in the NdnProtocolInfo class instead of being global. by Jeff Thompson · 12 years ago
  6. 2cc54b4 In ndnProtocol newURI, support relative URIs. by Jeff Thompson · 12 years ago
  7. 8107ec8 In NdnProtocolInfo.jsm, added splitUri, and use in ndnProtocolService.js and ndnToolbar.js. by Jeff Thompson · 12 years ago
  8. 3f4be55 In matches_name, just call Name.match. by Jeff Thompson · 12 years ago
  9. 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
  10. fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
  11. 4f3b5de Small fixes after merge by Wentao Shang · 12 years ago
  12. 803b265 Merge branch 'sigverify' by Wentao Shang · 12 years ago
  13. e0d7f05 Implement new Witness decoding function by Wentao Shang · 12 years ago
  14. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  15. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  16. 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
  17. 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
  18. b5d0c3e Improve KeyStore functionality by Wentao Shang · 12 years ago
  19. e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
  20. 98b595c Wait to merge by Wentao Shang · 12 years ago
  21. 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
  22. 942022d For this.headerBuffer, use DynamicUint8Array instead of setHeaderBuffer. by Jeff Thompson · 12 years ago
  23. 768870c Added DynamicUint8Array.js. by Jeff Thompson · 12 years ago
  24. 9449113 Change ndn.InterestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  25. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  26. 253cab4 In contentObjectToHtml, for the certificate, also show the public key values. by Jeff Thompson · 12 years ago
  27. 68fccd6 Added decodeSubjectPublicKeyInfo. In contentObjectToHtml, use decodeSubjectPublicKeyInfo and x509.readCertHex. by Jeff Thompson · 12 years ago
  28. 1a338f8 In _x509_getSubjectPublicKeyPosFromCertHex and _x509_getPublicKeyHexArrayFromCertHex, added an optional position argument to enable decoding a SubjectPublicKeyInfo directly. by Jeff Thompson · 12 years ago
  29. 1e4c183 Added x509-1.1.js. by Jeff Thompson · 12 years ago
  30. d3d45c8 Added readCertHex. by Jeff Thompson · 12 years ago
  31. 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
  32. 82854bd KeyStore implemented by Wentao Shang · 12 years ago
  33. fa24596 Recursive key fetching by Wentao Shang · 12 years ago
  34. f8b4a7d Start implement signature verification by Wentao Shang · 12 years ago
  35. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  36. ac3e62c Added Name.getComponentContentDigestValue and use in getContentDigestValue. by Jeff Thompson · 12 years ago
  37. 604c06e Recompile to connect to a random testbed host. by Jeff Thompson · 12 years ago
  38. 3dfddaa For XPCOM (the Firefox add-on), connect to a random testbed host. by Jeff Thompson · 12 years ago
  39. d3a80dc For expressInterest, if host is null use getHostAndPort to get hosts until one connects (at the moment, only used for XPCOM). by Jeff Thompson · 12 years ago
  40. 2a67a54 Pass host: null to the NDN constructor. by Jeff Thompson · 12 years ago
  41. 3fa8415 Added defaultGetHostAndPort with a list of testbed hubs. Make onReceivedData return false until it gets a ContentObject so that onDataAvailable keeps reading and disregarding unwanted Interest objects. by Jeff Thompson · 12 years ago
  42. 77fc9b7 Added equalsName. by Jeff Thompson · 12 years ago
  43. 869e819 Always compute contentSha256. by Jeff Thompson · 12 years ago
  44. 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
  45. 35cfc26 Minor change in the alert message. by Jeff Thompson · 12 years ago
  46. ae95c2d In the constructor, set loadFlags LOAD_REPLACE so that window.location uses the updated URI. by Jeff Thompson · 12 years ago
  47. c2d7ae0 Fix spelling of ndnToolbarGetLatestButton. by Jeff Thompson · 12 years ago
  48. bc1e912 Select a testbed host at random. by Jeff Thompson · 12 years ago
  49. c881b55 Added defaultGetHostAndPort. by Jeff Thompson · 12 years ago
  50. e4c3614 Added setTimeout and clearTimeout. by Jeff Thompson · 12 years ago
  51. 36a1a25 Added shuffle. by Jeff Thompson · 12 years ago
  52. be85be6 Make PITEntry keep the Interest object. Make getEntryForExpressedInterest search for longest matches_name. Moved PITEntry and PITTable to NDN.js. by Jeff Thompson · 12 years ago
  53. bd25df2 Move ccndIdFetch to NDN. by Jeff Thompson · 12 years ago
  54. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  55. 64db7c0 Remove old unused comments. by Jeff Thompson · 12 years ago
  56. 53733fb Make index a local variable. by Jeff Thompson · 12 years ago
  57. dc860c1 Added make-ndnProtocol.sh by Jeff Thompson · 12 years ago
  58. e9f1194 Change makefile to use compressed ndn-js.js. by Jeff Thompson · 12 years ago
  59. 83003a5 Use compiled ndn-js.js. by Jeff Thompson · 12 years ago
  60. 7ccc76f Don't need LOG = 0 since NDN.js defines it. by Jeff Thompson · 12 years ago
  61. bd9bd20 Renamed put-async to publish-async by Jeff Burke · 12 years ago
  62. acb3b3d Build instructions by Jeff Burke · 12 years ago
  63. 0f418d0 Build instructions by Jeff Burke · 12 years ago
  64. 46ab35f remove ds by Jeff Burke · 12 years ago
  65. fa87e6d DS by Jeff Burke · 12 years ago
  66. 0d10e34 Add ndn-ping example. by Jeff Burke · 12 years ago
  67. 92dd8e4 Added COPYING note to each test file by Jeff Burke · 12 years ago
  68. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  69. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  70. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  71. af25c6b Less console output by Wentao Shang · 12 years ago
  72. 6848986 Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  73. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  74. 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
  75. 990e300 Added getContentDigestValue(). by Jeff Thompson · 12 years ago
  76. f9a0bc2 In binb_sha256, extract processBlock_sha256 into a new function. Use this in new class Sha256 where you can call multiple update(data) then finalize(). Added test to test-sh256.html. by Jeff Thompson · 12 years ago
  77. 13c2e7b In onmessage log message, use DataUtils.toHex to show the data. by Jeff Thompson · 12 years ago
  78. 3c26381 For status log messages, use LOG > 3. by Jeff Thompson · 12 years ago
  79. 1e62536 Remove unused generateSignatureBits. by Jeff Thompson · 12 years ago
  80. 9b288b3 Added test for hex_sha256_from_bytes using Uint8Array. by Jeff Thompson · 12 years ago
  81. 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
  82. 08cd0d0 Fix typo in message. by Jeff Thompson · 12 years ago
  83. 02b9f4d Added CCNX toolbar with Get Latest button. by Jeff Thompson · 12 years ago
  84. fab4a7d In readAllFromSocket onDataAvailable, use the enhanced BinaryXMLDecoder so that we only have to concatenate the data once at the very end to avoid multiple large copies. by Jeff Thompson · 12 years ago
  85. 8dfa291 Added seek(offset) and enhance to allow each call to findElementEnd to not need access to the buffer from previous calls. by Jeff Thompson · 12 years ago
  86. 5e6ab9a Remove unused concatFromString. Added concatArrays. by Jeff Thompson · 12 years ago
  87. 11dc9b6 Change readBytesEndOffset to nBytesToRead so that we don't depend on offset aways increasing. by Jeff Thompson · 12 years ago
  88. b7e190b Fix bug in readStartElement, should log startTag, not startag. by Jeff Thompson · 12 years ago
  89. 9e3accb Fix bug in createNameArray when skipping a component: need to continue. by Jeff Thompson · 12 years ago
  90. 3cbf746 When dumping the exception message, also dump ex.stack. (We know this works because it is Firefox only.) by Jeff Thompson · 12 years ago
  91. 16a35f7 Added Name.indexOfFileName(). by Jeff Thompson · 12 years ago
  92. ec4036b Initial files for node.js implementation of ndnpublish. by Jeff Thompson · 12 years ago
  93. 8a97ac5 In add, don't use ArrayBuffer.slice since it isn't always supported. by Jeff Thompson · 12 years ago
  94. 5a5a282 In ContentClosure.upcall, remove nextSegmentNumberByteArray and use nextSegmentNumber directly. by Jeff Thompson · 12 years ago
  95. 98c451e Remove unneeded emptyLine.txt by Jeff Thompson · 12 years ago
  96. 51ab765 In add, overcome bug in JavaScript where instanceof Array is false if the array was created in a different module. by Jeff Thompson · 12 years ago
  97. 9ab151a In add, throw an exception for an invalid type. by Jeff Thompson · 12 years ago
  98. 821183d Move constants such as CHILD_SELECTOR_LEFT, etc. from the object to the class Interest.CHILD_SELECTOR_LEFT, etc. by Jeff Thompson · 12 years ago
  99. 754652d Fix bug in extractCcnxSearch: need trim(), not trim by Jeff Thompson · 12 years ago
  100. d6b61e4 Support query selectors such as ?ccnx.ChildSelector=1 . by Jeff Thompson · 12 years ago