- 2b14c7e Initial update of comments to JSDoc format. by Jeff Thompson · 11 years ago
- 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
- 12414d6 In from_ccnb, set fields null if they are absent. by Jeff Thompson · 11 years ago
- ea3a690 Added function clone(). by Jeff Thompson · 12 years ago
- 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
- 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
- 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
- 3f4be55 In matches_name, just call Name.match. by Jeff Thompson · 12 years ago
- 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
- bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
- 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
- 5fc9b67 Support interestLifetime in from_ccnb and to_ccnb. Updated test script to test all fields (except Exclude). by Jeff Thompson · 12 years ago
- 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
- 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
- b9ce458 Moved classes Signature and SignedInfo into ContentObject.js, and deleted Signature.js and SignedInfo.js. by Jeff Thompson · 12 years ago
- 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
- 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
- 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
- 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago
- e37e9af Adding comment by Meki Cherkaoui · 13 years ago
- 88d59cd Adding Security Features by Meki Cherkaoui · 13 years ago
- abb973b Publish code submitted by Meki Cherkaoui · 13 years ago
- f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago