1. 78849a7 Split out the function Name.fromEscapedString from createNameArray. by Jeff Thompson · 12 years ago
  2. 9530663 In to_uri, if there are not components, return "/". by Jeff Thompson · 12 years ago
  3. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  4. ac3e62c Added Name.getComponentContentDigestValue and use in getContentDigestValue. by Jeff Thompson · 12 years ago
  5. 77fc9b7 Added equalsName. by Jeff Thompson · 12 years ago
  6. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  7. 990e300 Added getContentDigestValue(). by Jeff Thompson · 12 years ago
  8. 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
  9. 9e3accb Fix bug in createNameArray when skipping a component: need to continue. by Jeff Thompson · 12 years ago
  10. 16a35f7 Added Name.indexOfFileName(). by Jeff Thompson · 12 years ago
  11. 8a97ac5 In add, don't use ArrayBuffer.slice since it isn't always supported. by Jeff Thompson · 12 years ago
  12. 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
  13. 9ab151a In add, throw an exception for an invalid type. by Jeff Thompson · 12 years ago
  14. 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
  15. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  16. 9c9cb64 Revert to using toNumbersFromString instead of stringToUtf8Array because a valid ccnx URI doesn't have extended ASCII. by Jeff Thompson · 12 years ago
  17. adba491 Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8. by Jeff Thompson · 12 years ago
  18. 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
  19. 4e8b770 In createNameArray, check for a compomenet with all periods. Added to_uri. by Jeff Thompson · 12 years ago
  20. 9b41100 Fix bug in createNameArray, unescape the components after splitting by "/". by Jeff Thompson · 12 years ago
  21. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  22. 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[Renamed (75%) from js/ContentName.js]
  23. 34a2ec0 Major update: Fix bug: Rename "new Exception" to "new Error" througout the project. by Jeff Thompson · 12 years ago
  24. 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
  25. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  26. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
  27. f3d8f69 Uncomitted stuff from the previous commit by Meki Cherkaoui · 13 years ago
  28. f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago