1. 2b14c7e Initial update of comments to JSDoc format. by Jeff Thompson · 11 years ago
  2. 86bcd02 Added BinaryXMLWireFormat.js and moved to_ccnb and from_ccnb into there from Interest.js and ContentObject.js. In Interest and ContentObject, added encode and decode methods which take a WireFormat object. by Jeff Thompson · 11 years ago
  3. 12414d6 In from_ccnb, set fields null if they are absent. by Jeff Thompson · 11 years ago
  4. ea3a690 Added function clone(). by Jeff Thompson · 12 years ago
  5. 202728a In Interest.matches_name used to match interests in the PITTable, added a check for minSuffixComponents, maxSuffixComponents and exclude. by Jeff Thompson · 12 years ago
  6. 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
  7. fced4c2 In Exclude.from_ccnb, use a BinaryXMLStructureDecoder to skip decoding the Exclude. (Implementing decoding is still TODO.) This closes bug #16. by Jeff Thompson · 12 years ago
  8. 3f4be55 In matches_name, just call Name.match. by Jeff Thompson · 12 years ago
  9. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  10. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  11. 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
  12. 5fc9b67 Support interestLifetime in from_ccnb and to_ccnb. Updated test script to test all fields (except Exclude). by Jeff Thompson · 12 years ago
  13. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  14. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  15. b9ce458 Moved classes Signature and SignedInfo into ContentObject.js, and deleted Signature.js and SignedInfo.js. by Jeff Thompson · 12 years ago
  16. 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
  17. 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
  18. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  19. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
  20. e37e9af Adding comment by Meki Cherkaoui · 13 years ago
  21. 88d59cd Adding Security Features by Meki Cherkaoui · 13 years ago
  22. abb973b Publish code submitted by Meki Cherkaoui · 13 years ago
  23. f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago