1. 5e6ab9a Remove unused concatFromString. Added concatArrays. by Jeff Thompson · 12 years ago
  2. 11dc9b6 Change readBytesEndOffset to nBytesToRead so that we don't depend on offset aways increasing. by Jeff Thompson · 12 years ago
  3. b7e190b Fix bug in readStartElement, should log startTag, not startag. by Jeff Thompson · 12 years ago
  4. 40df2fa Fix bug in nonNegativeIntToBigEndian. Need to encode backwards starting from the end of the result buffer. by Jeff Thompson · 12 years ago
  5. 41ef0f9 Use var where necessary to make variables local. by Jeff Thompson · 12 years ago
  6. d24dad3 Make writeUString, encodeUString and writeElement (if content is a string) encode as utf8. by Jeff Thompson · 12 years ago
  7. 3a78259 Remove unused encodeUtf8 since we use str2rstr_utf8 from sha256.js. by Jeff Thompson · 12 years ago
  8. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  9. 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
  10. adba491 Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8. by Jeff Thompson · 12 years ago
  11. a5a2a2b In contentObjectToHtml, use Name.to_uri. by Jeff Thompson · 12 years ago
  12. 95f935b Make nonNegativeIntToBigEndian return Uint8Array. Added concatFromString. by Jeff Thompson · 12 years ago
  13. 34a585f Make toString, toNumbers and toNumbersFromString use Uint8Array instead of byte array. by Jeff Thompson · 12 years ago
  14. c92706b Use Uint8Array instead of byte array (from websocket branch). by Jeff Thompson · 12 years ago
  15. 344891b Added encodeToBinaryInterest (from websocket branch). by Jeff Thompson · 12 years ago
  16. 8b44aa1 Always check LOG before console.log (from websocket branch). by Jeff Thompson · 12 years ago
  17. 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
  18. 84ca950 In encodeBlob, allow components of zero length. by Jeff Thompson · 12 years ago
  19. f72d7ed Remove unused variables from decodeTypeAndVal. by Jeff Thompson · 12 years ago
  20. deda95e Added bigEndianToUnsignedInt and nonNegativeIntToBigEndian. by Jeff Thompson · 12 years ago
  21. cab74c3 Define ContentDecodingException used by BinaryXMLDecoder. by Jeff Thompson · 12 years ago
  22. 158a47d Remove unused BinaryXMLCodec.js. by Jeff Thompson · 12 years ago
  23. 6444788 In contentObjectToHtml, show FinalBlockID. by Jeff Thompson · 12 years ago
  24. 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
  25. 1b19659 For internal methods, don't pass istream as an argument since we use this.istream. by Jeff Thompson · 12 years ago
  26. e6923bf Fix comment (class only used to encode ccnb). by Jeff Thompson · 12 years ago
  27. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  28. 7495797 Added hexToRawString. by Jeff Thompson · 12 years ago
  29. a566e79 Added stringToHex by Jeff Thompson · 12 years ago
  30. c316472 Moved DateFormat.js into encoding directory. by Jeff Thompson · 12 years ago
  31. 34a2ec0 Major update: Fix bug: Rename "new Exception" to "new Error" througout the project. by Jeff Thompson · 12 years ago
  32. 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
  33. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  34. bb97609 Added arraysEqual. by Jeff Thompson · 12 years ago
  35. cc8b3a9 Moved display code from test-encode-decode-ContentObject.html to EncodingUtils contentObjectToHtml() to allow re-use. by jeff · 12 years ago
  36. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
  37. b21911b More update missing by Meki Cherkaoui · 13 years ago
  38. abb973b Publish code submitted by Meki Cherkaoui · 13 years ago
  39. f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago