1. efff43b Correct comments for readBinaryElement and readBlob. by Jeff Thompson · 12 years ago
  2. 0da6561 Changed informational log messages to LOG>4. by Jeff Thompson · 12 years ago
  3. 7480aca Fix bug: peekTypeAndVal should be a prototype member, not static. by Jeff Thompson · 12 years ago
  4. 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
  5. c3c611b Remove first definition of readAttributes which is replaced by the second one where attributes is an array. by Jeff Thompson · 12 years ago
  6. fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
  7. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  8. 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
  9. 942022d For this.headerBuffer, use DynamicUint8Array instead of setHeaderBuffer. by Jeff Thompson · 12 years ago
  10. 768870c Added DynamicUint8Array.js. by Jeff Thompson · 12 years ago
  11. 253cab4 In contentObjectToHtml, for the certificate, also show the public key values. by Jeff Thompson · 12 years ago
  12. 68fccd6 Added decodeSubjectPublicKeyInfo. In contentObjectToHtml, use decodeSubjectPublicKeyInfo and x509.readCertHex. by Jeff Thompson · 12 years ago
  13. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  14. 36a1a25 Added shuffle. by Jeff Thompson · 12 years ago
  15. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  16. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  17. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  18. 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
  19. 5e6ab9a Remove unused concatFromString. Added concatArrays. by Jeff Thompson · 12 years ago
  20. 11dc9b6 Change readBytesEndOffset to nBytesToRead so that we don't depend on offset aways increasing. by Jeff Thompson · 12 years ago
  21. b7e190b Fix bug in readStartElement, should log startTag, not startag. by Jeff Thompson · 12 years ago
  22. 40df2fa Fix bug in nonNegativeIntToBigEndian. Need to encode backwards starting from the end of the result buffer. by Jeff Thompson · 12 years ago
  23. 41ef0f9 Use var where necessary to make variables local. by Jeff Thompson · 12 years ago
  24. d24dad3 Make writeUString, encodeUString and writeElement (if content is a string) encode as utf8. by Jeff Thompson · 12 years ago
  25. 3a78259 Remove unused encodeUtf8 since we use str2rstr_utf8 from sha256.js. by Jeff Thompson · 12 years ago
  26. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  27. 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
  28. adba491 Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8. by Jeff Thompson · 12 years ago
  29. a5a2a2b In contentObjectToHtml, use Name.to_uri. by Jeff Thompson · 12 years ago
  30. 95f935b Make nonNegativeIntToBigEndian return Uint8Array. Added concatFromString. by Jeff Thompson · 12 years ago
  31. 34a585f Make toString, toNumbers and toNumbersFromString use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  32. c92706b Use Uint8Array instead of byte array (from websocket branch). by Jeff Thompson · 12 years ago
  33. 344891b Added encodeToBinaryInterest (from websocket branch). by Jeff Thompson · 12 years ago
  34. 8b44aa1 Always check LOG before console.log (from websocket branch). by Jeff Thompson · 12 years ago
  35. 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
  36. 84ca950 In encodeBlob, allow components of zero length. by Jeff Thompson · 12 years ago
  37. f72d7ed Remove unused variables from decodeTypeAndVal. by Jeff Thompson · 12 years ago
  38. deda95e Added bigEndianToUnsignedInt and nonNegativeIntToBigEndian. by Jeff Thompson · 12 years ago
  39. cab74c3 Define ContentDecodingException used by BinaryXMLDecoder. by Jeff Thompson · 12 years ago
  40. 158a47d Remove unused BinaryXMLCodec.js. by Jeff Thompson · 12 years ago
  41. 6444788 In contentObjectToHtml, show FinalBlockID. by Jeff Thompson · 12 years ago
  42. 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
  43. 1b19659 For internal methods, don't pass istream as an argument since we use this.istream. by Jeff Thompson · 12 years ago
  44. e6923bf Fix comment (class only used to encode ccnb). by Jeff Thompson · 12 years ago
  45. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  46. 7495797 Added hexToRawString. by Jeff Thompson · 12 years ago
  47. a566e79 Added stringToHex by Jeff Thompson · 12 years ago
  48. c316472 Moved DateFormat.js into encoding directory. by Jeff Thompson · 12 years ago
  49. 34a2ec0 Major update: Fix bug: Rename "new Exception" to "new Error" througout the project. by Jeff Thompson · 12 years ago
  50. 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
  51. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  52. bb97609 Added arraysEqual. by Jeff Thompson · 12 years ago
  53. cc8b3a9 Moved display code from test-encode-decode-ContentObject.html to EncodingUtils contentObjectToHtml() to allow re-use. by jeff · 12 years ago
  54. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
  55. b21911b More update missing by Meki Cherkaoui · 13 years ago
  56. abb973b Publish code submitted by Meki Cherkaoui · 13 years ago
  57. f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago