1. e306190 In rstr2binb and byteArray2binb, comment out console.log (from websocket branch). by Jeff Thompson · 12 years ago
  2. d0327ff Temporarily convert output from nonNegativeIntToBigEndian to byte array while Name still needs it. by Jeff Thompson · 12 years ago
  3. 95f935b Make nonNegativeIntToBigEndian return Uint8Array. Added concatFromString. by Jeff Thompson · 12 years ago
  4. af1a3cd Use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  5. 336fcb9 Add Helper.js by Jeff Thompson · 12 years ago
  6. 34a585f Make toString, toNumbers and toNumbersFromString use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  7. c92706b Use Uint8Array instead of byte array (from websocket branch). by Jeff Thompson · 12 years ago
  8. 3d2393f Make sign and saveRawData use Uint8Array (from websocket branch). by Jeff Thompson · 12 years ago
  9. 344891b Added encodeToBinaryInterest (from websocket branch). by Jeff Thompson · 12 years ago
  10. 8b44aa1 Always check LOG before console.log (from websocket branch). by Jeff Thompson · 12 years ago
  11. 287a318 Added new websocket files. by Jeff Thompson · 12 years ago
  12. 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
  13. 84ca950 In encodeBlob, allow components of zero length. by Jeff Thompson · 12 years ago
  14. 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
  15. 9e6dff0 Move out the ContentClosure for expressInterest to be its own class. by Jeff Thompson · 12 years ago
  16. 8ed382a Add separate onStart and onStop events to the content listener. by Jeff Thompson · 12 years ago
  17. 57d0738 Make the ContentChannel handle setting the URL bar. by Jeff Thompson · 12 years ago
  18. 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
  19. 60c95c8 Use dispatch to call aListener.onStartRequest, etc. on the calling thread. by Jeff Thompson · 12 years ago
  20. f72d7ed Remove unused variables from decodeTypeAndVal. by Jeff Thompson · 12 years ago
  21. d4617ff In newChannel, trim the URL before using and comparing. by Jeff Thompson · 12 years ago
  22. 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
  23. 4e8b770 In createNameArray, check for a compomenet with all periods. Added to_uri. by Jeff Thompson · 12 years ago
  24. 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
  25. deda95e Added bigEndianToUnsignedInt and nonNegativeIntToBigEndian. by Jeff Thompson · 12 years ago
  26. 9b41100 Fix bug in createNameArray, unescape the components after splitting by "/". by Jeff Thompson · 12 years ago
  27. 9d6b43d remove TEST by Jeff Burke · 12 years ago
  28. ea69bbd Test by Jeff Burke · 12 years ago
  29. 5369b52 Merge branch 'develop' of https://github.com/remap/ndn-js into develop by Jeff Thompson · 12 years ago
  30. cf187ff Only log "LENGTH OF PUBLISHER ID IS WRONG" for LOG < 0. by Jeff Thompson · 12 years ago
  31. df0a6f7 Move content type choice into separate function getContentTypeAndCharset. by Jeff Thompson · 12 years ago
  32. 5554723 remove TEST by Jeff Burke · 12 years ago
  33. 93846a6 Test by Jeff Burke · 12 years ago
  34. cab74c3 Define ContentDecodingException used by BinaryXMLDecoder. by Jeff Thompson · 12 years ago
  35. 722d9f4 Fix bug in expressInterest: Inside dataListener, use a local variable instead of this. by Jeff Thompson · 12 years ago
  36. 27a9ef8 In readAllFromSocket, make outputData be a byte array to be consistent with other code. by Jeff Thompson · 12 years ago
  37. 4404ab5 In expressInterest, copy all fields from template except name and nonce. by Jeff Thompson · 12 years ago
  38. d9784e0 Fix typo in page title. by Jeff Thompson · 12 years ago
  39. 158a47d Remove unused BinaryXMLCodec.js. by Jeff Thompson · 12 years ago
  40. 97f2743 In NDN.expressInterest, call readAllFromSocket directly without using getAsync to pass the interest in hex. by Jeff Thompson · 12 years ago
  41. 741108b upcall should return Closure.RESULT_OK. by Jeff Thompson · 12 years ago
  42. 3441976 Added Closure.js. Put expressInterest in NDN.js. Use it in ccnxProtocolService.js. by Jeff Thompson · 12 years ago
  43. c4bc369 In asyncOpen, catch and dump an exception. by Jeff Thompson · 12 years ago
  44. 3400a23 Increase the max PACKETSIZE to 8192. by Jeff Thompson · 12 years ago
  45. 6444788 In contentObjectToHtml, show FinalBlockID. by Jeff Thompson · 12 years ago
  46. dad617b Added BinaryXMLStructureDecoder. Use it in NDNSocketTransportService to detect the end of the input (instead of the hack to try to decode a ContentObject). by Jeff Thompson · 12 years ago
  47. 1b19659 For internal methods, don't pass istream as an argument since we use this.istream. by Jeff Thompson · 12 years ago
  48. e6923bf Fix comment (class only used to encode ccnb). by Jeff Thompson · 12 years ago
  49. 6aa338a In NDNSocketTransportService getAsync, make the listener receive a byte array, not hex. by Jeff Thompson · 12 years ago
  50. a901500 Don't include unused BinaryXMLCodec.js . by Jeff Thompson · 12 years ago
  51. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  52. e394197 Added BSD-style license by Jeff Burke · 12 years ago
  53. 7cb1419 Added COPYING by Jeff Burke · 12 years ago
  54. 3651251 Check for MIME type text/css. by Jeff Thompson · 12 years ago
  55. 744d28e For now, when reading the data, try to parse it as a content object to check if more needs to be read. Should really parse the ccnb skeleton. by Jeff Thompson · 12 years ago
  56. f076145 For now, hard code the host to lioncub.metwi.ucla.edu. by Jeff Thompson · 12 years ago
  57. 08ab3cd Add initial working implementation of the ccnx protocol handler for Firefox. The extension is ccnxProtocol.xpi. by Jeff Thompson · 12 years ago
  58. 7495797 Added hexToRawString. by Jeff Thompson · 12 years ago
  59. a566e79 Added stringToHex by Jeff Thompson · 12 years ago
  60. c316472 Moved DateFormat.js into encoding directory. by Jeff Thompson · 12 years ago
  61. b9ce458 Moved classes Signature and SignedInfo into ContentObject.js, and deleted Signature.js and SignedInfo.js. by Jeff Thompson · 12 years ago
  62. e06b31e Renamed lwNDN to NDN. Make test-get.html use NDN. Added test-put.html. Moved image-loader.html and image-sender.html to testing directory. by Jeff Thompson · 12 years ago
  63. f3bd359 Major update: Refactor to rename ContentName to Name. Delete KeyName.js. For the moment, the KeyName class is now in KeyLocator.js. by Jeff Thompson · 12 years ago
  64. 34a2ec0 Major update: Fix bug: Rename "new Exception" to "new Error" througout the project. by Jeff Thompson · 12 years ago
  65. e85ff1d Major update: refactored the API of all classes to make attributes start with a lower case letter and rename encode=>to_ccnb() and decode()=>from_ccnb. by Jeff Thompson · 12 years ago
  66. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  67. bb97609 Added arraysEqual. by Jeff Thompson · 12 years ago
  68. f14b7bc Fix bug: Use this to check the key length. by Jeff Thompson · 12 years ago
  69. 9a9fff2 Use get from the Java socket bridge. by jeff · 12 years ago
  70. 7264ee1 Fix bug: Rename global variable String to srcString because it was bashing the "real" String object. by jeff · 12 years ago
  71. dd4602f Fix bug: Need to include EncodingUtils.js to get decodeHexFaceInstance. by jeff · 12 years ago
  72. 0b65e35 In verify, need to use keyManager.certificate because by jeff · 12 years ago
  73. fe2cdeb In JavaSocketBridge, added new bytes2Hex which takes the length. by jeff · 12 years ago
  74. f1ba4b7 New test to get and display the content for an interest. by jeff · 12 years ago
  75. cc8b3a9 Moved display code from test-encode-decode-ContentObject.html to EncodingUtils contentObjectToHtml() to allow re-use. by jeff · 12 years ago
  76. 9797d3d Fix typo in input field name by jeff · 12 years ago
  77. 6c38857 Show that second output is "reference" by jeff · 12 years ago
  78. 6743969 Change path to ../JavaSocketBridge.jar because test files are now in a subdirectory. by Jeff Thompson · 12 years ago
  79. f676c42 Fix page header to NDN Signature - Binary by Jeff Thompson · 12 years ago
  80. 12b029d Fix prompt. Remove old cached result. by Jeff Thompson · 12 years ago
  81. 7ed5ef5 Add ../ to javascript src because test files were moved to testing subdirectory. by Jeff Thompson · 12 years ago
  82. 8ecc076 Fix page title and prompt to be for testing SHA-256, not signing. by Jeff Thompson · 12 years ago
  83. 7328c5d Set Javascript src to ../securityLib since the test files are now in a subdirectory. by Jeff Thompson · 12 years ago
  84. e7bd722 Adding a .DS_Store by Meki Cherkaoui · 13 years ago
  85. cb03910 Changed content of publish-data by Axel Colin de Verdiere · 13 years ago
  86. 2758c46 Renaming and reorganizing before the demo by Axel Colin de Verdiere · 13 years ago
  87. f86381a Final versions of image sender and loader by Axel Colin de Verdiere · 13 years ago
  88. 7ce2834 Image sender and loader demo complete by Axel Colin de Verdiere · 13 years ago
  89. 8f3758e Image sender and receiver by Axel Colin de Verdiere · 13 years ago
  90. d363e63 We now get the PKD from the remote node when starting by Axel Colin de Verdiere · 13 years ago
  91. 0984797 Updating the java applet by Meki Cherkaoui · 13 years ago
  92. 81bfc28 FIRST WORKING VERSION by Meki Cherkaoui · 13 years ago
  93. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
  94. b21911b More update missing by Meki Cherkaoui · 13 years ago
  95. e2991cd Jsdoc comment for createRoute by Axel Colin de Verdiere · 13 years ago
  96. e37e9af Adding comment by Meki Cherkaoui · 13 years ago
  97. 4577250 Removed DS_Store by Axel Colin de Verdiere · 13 years ago
  98. f3d8f69 Uncomitted stuff from the previous commit by Meki Cherkaoui · 13 years ago
  99. 88d59cd Adding Security Features by Meki Cherkaoui · 13 years ago
  100. abb973b Publish code submitted by Meki Cherkaoui · 13 years ago