1. 0d10e34 Add ndn-ping example. by Jeff Burke · 12 years ago
  2. 92dd8e4 Added COPYING note to each test file by Jeff Burke · 12 years ago
  3. 858c07a Updated readme by Jeff Burke · 12 years ago
  4. 004039b Updated readme by Jeff Burke · 12 years ago
  5. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  6. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  7. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  8. af25c6b Less console output by Wentao Shang · 12 years ago
  9. 6848986 Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  10. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  11. 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
  12. 990e300 Added getContentDigestValue(). by Jeff Thompson · 12 years ago
  13. 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
  14. 13c2e7b In onmessage log message, use DataUtils.toHex to show the data. by Jeff Thompson · 12 years ago
  15. 3c26381 For status log messages, use LOG > 3. by Jeff Thompson · 12 years ago
  16. 1e62536 Remove unused generateSignatureBits. by Jeff Thompson · 12 years ago
  17. 9b288b3 Added test for hex_sha256_from_bytes using Uint8Array. by Jeff Thompson · 12 years ago
  18. e2c4820 Fix typos. by Jeff Thompson · 12 years ago
  19. 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
  20. 08cd0d0 Fix typo in message. by Jeff Thompson · 12 years ago
  21. 02b9f4d Added CCNX toolbar with Get Latest button. by Jeff Thompson · 12 years ago
  22. 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
  23. 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
  24. 5e6ab9a Remove unused concatFromString. Added concatArrays. by Jeff Thompson · 12 years ago
  25. 11dc9b6 Change readBytesEndOffset to nBytesToRead so that we don't depend on offset aways increasing. by Jeff Thompson · 12 years ago
  26. b7e190b Fix bug in readStartElement, should log startTag, not startag. by Jeff Thompson · 12 years ago
  27. b68ceab Udated the same get code from test-get-async.html. Added section Interest selectors in the ccnx protocol. by Jeff Thompson · 12 years ago
  28. 9e3accb Fix bug in createNameArray when skipping a component: need to continue. by Jeff Thompson · 12 years ago
  29. 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
  30. 16a35f7 Added Name.indexOfFileName(). by Jeff Thompson · 12 years ago
  31. ec4036b Initial files for node.js implementation of ndnpublish. by Jeff Thompson · 12 years ago
  32. 8a97ac5 In add, don't use ArrayBuffer.slice since it isn't always supported. by Jeff Thompson · 12 years ago
  33. 5a5a282 In ContentClosure.upcall, remove nextSegmentNumberByteArray and use nextSegmentNumber directly. by Jeff Thompson · 12 years ago
  34. 98c451e Remove unneeded emptyLine.txt by Jeff Thompson · 12 years ago
  35. 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
  36. 9ab151a In add, throw an exception for an invalid type. by Jeff Thompson · 12 years ago
  37. 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
  38. 754652d Fix bug in extractCcnxSearch: need trim(), not trim by Jeff Thompson · 12 years ago
  39. d6b61e4 Support query selectors such as ?ccnx.ChildSelector=1 . by Jeff Thompson · 12 years ago
  40. 5fc9b67 Support interestLifetime in from_ccnb and to_ccnb. Updated test script to test all fields (except Exclude). by Jeff Thompson · 12 years ago
  41. 40df2fa Fix bug in nonNegativeIntToBigEndian. Need to encode backwards starting from the end of the result buffer. by Jeff Thompson · 12 years ago
  42. 41ef0f9 Use var where necessary to make variables local. by Jeff Thompson · 12 years ago
  43. 42892c0 Merge branch 'master' of https://github.com/remap/ndn-js by Jeff Thompson · 12 years ago
  44. 1eea632 Parse the URI and pass the uriSearchAndHash into ContentClosure so it is preserved when the address bar is updated. by Jeff Thompson · 12 years ago
  45. 286ac92 Update README for wsproxy. by Wentao Shang · 12 years ago
  46. 7eb8c40 Explicit listen on '0.0.0.0' in wsproxy. Proxy port number is configurable now. by Wentao Shang · 12 years ago
  47. c05dc53 Some files is forgotten to be commited... by Wentao Shang · 12 years ago
  48. 7297a8d Add getopt function to proxy code. Allow parameter configuration via command line. Some bug fixes. by Wentao Shang · 12 years ago
  49. d24dad3 Make writeUString, encodeUString and writeElement (if content is a string) encode as utf8. by Jeff Thompson · 12 years ago
  50. 87021f7 Make add check for string, byte array, etc. If a component is a string, encode as UTF8. Implement getPrefix and getComponent. Added test-name.html to test these functions. by Jeff Thompson · 12 years ago
  51. 3a78259 Remove unused encodeUtf8 since we use str2rstr_utf8 from sha256.js. by Jeff Thompson · 12 years ago
  52. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  53. 2effbfb Remove JavaSocketBridge and files which depend on it. In NDN.js, remove blocking get and put which use java_socket_bridge.js. by Jeff Thompson · 12 years ago
  54. d15aa7b encodeUString, encodeTypeAndVal and encodeBlob were updated to not take the ostream argument, and to use this.ostream. This closes bug #116. by Jeff Thompson · 12 years ago
  55. 046d09a Add test page for the new Helper.js by Wentao Shang · 12 years ago
  56. f405a68 Change Helper.js to use relative path to itself when loading scripts. by Wentao Shang · 12 years ago
  57. 9c9cb64 Revert to using toNumbersFromString instead of stringToUtf8Array because a valid ccnx URI doesn't have extended ASCII. by Jeff Thompson · 12 years ago
  58. adba491 Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8. by Jeff Thompson · 12 years ago
  59. 38422f4 Include Helper.js instead of including js files separately. by Jeff Thompson · 12 years ago
  60. a5a2a2b In contentObjectToHtml, use Name.to_uri. by Jeff Thompson · 12 years ago
  61. 0286fc5 Merge branch 'origin/develop' after merging websocket into develop. by Jeff Thompson · 12 years ago
  62. 48ba4ff Make registerPrefix take a Name object, not a name string. by Jeff Thompson · 12 years ago
  63. 5b265a7 Changed NDN to take getTransport and added WebSocketTransport.js which defines the default transport. Make NDN.expressInterest take the Name and call the specified transport's expressInterest. by Jeff Thompson · 12 years ago
  64. 17a9da8 Rename NDNSocketTransport.js to XpcomTransport.js and implement expressInterest. by Jeff Thompson · 12 years ago
  65. e306190 In rstr2binb and byteArray2binb, comment out console.log (from websocket branch). by Jeff Thompson · 12 years ago
  66. d0327ff Temporarily convert output from nonNegativeIntToBigEndian to byte array while Name still needs it. by Jeff Thompson · 12 years ago
  67. 95f935b Make nonNegativeIntToBigEndian return Uint8Array. Added concatFromString. by Jeff Thompson · 12 years ago
  68. af1a3cd Use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  69. 336fcb9 Add Helper.js by Jeff Thompson · 12 years ago
  70. 34a585f Make toString, toNumbers and toNumbersFromString use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  71. c92706b Use Uint8Array instead of byte array (from websocket branch). by Jeff Thompson · 12 years ago
  72. 3d2393f Make sign and saveRawData use Uint8Array (from websocket branch). by Jeff Thompson · 12 years ago
  73. 344891b Added encodeToBinaryInterest (from websocket branch). by Jeff Thompson · 12 years ago
  74. 8b44aa1 Always check LOG before console.log (from websocket branch). by Jeff Thompson · 12 years ago
  75. 287a318 Added new websocket files. by Jeff Thompson · 12 years ago
  76. e769c51 Added MimeTypes.js, based on Ubuntu /etc/mime.types, to get the contentType based on the filename extension. by Jeff Thompson · 12 years ago
  77. 84ca950 In encodeBlob, allow components of zero length. by Jeff Thompson · 12 years ago
  78. 0d3f203 In createNameArray, ignore leading //authority . Ignore components with only two or less periods. Trim before decoding the string. Make getName call to_uri. by Jeff Thompson · 12 years ago
  79. 9e6dff0 Move out the ContentClosure for expressInterest to be its own class. by Jeff Thompson · 12 years ago
  80. 8ed382a Add separate onStart and onStop events to the content listener. by Jeff Thompson · 12 years ago
  81. 57d0738 Make the ContentChannel handle setting the URL bar. by Jeff Thompson · 12 years ago
  82. 6576bbb After sending the content to the ContentChannel, set the mostRecentWindow URL bar if its LOAD_INITIAL_DOCUMENT_URI bit is set. by Jeff Thompson · 12 years ago
  83. 60c95c8 Use dispatch to call aListener.onStartRequest, etc. on the calling thread. by Jeff Thompson · 12 years ago
  84. f72d7ed Remove unused variables from decodeTypeAndVal. by Jeff Thompson · 12 years ago
  85. d4617ff In newChannel, trim the URL before using and comparing. by Jeff Thompson · 12 years ago
  86. 10de459 Update the address bar with the name in the returned ContentObject. (Don't show the sequence number unless in the original URI.) by Jeff Thompson · 12 years ago
  87. 4e8b770 In createNameArray, check for a compomenet with all periods. Added to_uri. by Jeff Thompson · 12 years ago
  88. 25b0641 Use the name in the returned CoontentObject to get the MIME type and make getContentTypeAndCharset scan the components. by Jeff Thompson · 12 years ago
  89. deda95e Added bigEndianToUnsignedInt and nonNegativeIntToBigEndian. by Jeff Thompson · 12 years ago
  90. 9b41100 Fix bug in createNameArray, unescape the components after splitting by "/". by Jeff Thompson · 12 years ago
  91. 9d6b43d remove TEST by Jeff Burke · 12 years ago
  92. ea69bbd Test by Jeff Burke · 12 years ago
  93. 5369b52 Merge branch 'develop' of https://github.com/remap/ndn-js into develop by Jeff Thompson · 12 years ago
  94. cf187ff Only log "LENGTH OF PUBLISHER ID IS WRONG" for LOG < 0. by Jeff Thompson · 12 years ago
  95. df0a6f7 Move content type choice into separate function getContentTypeAndCharset. by Jeff Thompson · 12 years ago
  96. 5554723 remove TEST by Jeff Burke · 12 years ago
  97. 93846a6 Test by Jeff Burke · 12 years ago
  98. cab74c3 Define ContentDecodingException used by BinaryXMLDecoder. by Jeff Thompson · 12 years ago
  99. 722d9f4 Fix bug in expressInterest: Inside dataListener, use a local variable instead of this. by Jeff Thompson · 12 years ago
  100. 27a9ef8 In readAllFromSocket, make outputData be a byte array to be consistent with other code. by Jeff Thompson · 12 years ago