1. 722d9f4 Fix bug in expressInterest: Inside dataListener, use a local variable instead of this. by Jeff Thompson · 12 years ago
  2. 27a9ef8 In readAllFromSocket, make outputData be a byte array to be consistent with other code. by Jeff Thompson · 12 years ago
  3. 4404ab5 In expressInterest, copy all fields from template except name and nonce. by Jeff Thompson · 12 years ago
  4. 97f2743 In NDN.expressInterest, call readAllFromSocket directly without using getAsync to pass the interest in hex. by Jeff Thompson · 12 years ago
  5. 741108b upcall should return Closure.RESULT_OK. by Jeff Thompson · 12 years ago
  6. 3441976 Added Closure.js. Put expressInterest in NDN.js. Use it in ccnxProtocolService.js. by Jeff Thompson · 12 years ago
  7. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  8. e06b31e Renamed lwNDN to NDN. Make test-get.html use NDN. Added test-put.html. Moved image-loader.html and image-sender.html to testing directory. by Jeff Thompson · 12 years ago[Renamed (90%) from js/lwNDN.js]
  9. 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
  10. 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
  11. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  12. d363e63 We now get the PKD from the remote node when starting by Axel Colin de Verdiere · 13 years ago
  13. 81bfc28 FIRST WORKING VERSION by Meki Cherkaoui · 13 years ago
  14. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago