1. 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 · 12 years ago
  2. 95e14d1 In from_ccnb, set fields null if absent. by Jeff Thompson · 12 years ago
  3. 14afeea Rename BinaryXMLDecoder.istream to input. by Jeff Thompson · 12 years ago
  4. d4a1f86 In readBinaryElement, added argument allowNull, and use for ContentObject content. by Jeff Thompson · 12 years ago
  5. b094d2b In ContentObject.from_ccnb, allow content to be null. by Jeff Thompson · 12 years ago
  6. 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
  7. fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
  8. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  9. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  10. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  11. 1e62536 Remove unused generateSignatureBits. by Jeff Thompson · 12 years ago
  12. 146d7de Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases. by Jeff Thompson · 12 years ago
  13. 3d2393f Make sign and saveRawData use Uint8Array (from websocket branch). 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. f3d8f69 Uncomitted stuff from the previous commit by Meki Cherkaoui · 13 years ago
  21. f441d3a First Commit after cleanup by Meki Cherkaoui · 13 years ago