1. d771b12 Major updates to change default behavior of NDN to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
  2. a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
  3. d8dbd8f Use if (LOG>3) when logging messages while connecting. by Jeff Thompson · 12 years ago
  4. 261b4be Remove a console output by Wentao Shang · 12 years ago
  5. dd69155 Fix the bug with WebSocketTransport.send usage: will cause problem with Safari by Wentao Shang · 12 years ago
  6. d460739 Allow user to disable content verification by Wentao Shang · 12 years ago
  7. a46083c Added if (LOG>3) messages for receiving data. by Jeff Thompson · 12 years ago
  8. 75771cb Steps for merging WebSocket and Xpcom code: Moved the processing of Interest and ContentObject from WebSocketTransport onmessages to NDN.onReceivedData. by Jeff Thompson · 12 years ago
  9. fcb1626 Move timerID to pit entry; implement basic pipeline code by Wentao Shang · 12 years ago
  10. 4f3b5de Small fixes after merge by Wentao Shang · 12 years ago
  11. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  12. b5d0c3e Improve KeyStore functionality by Wentao Shang · 12 years ago
  13. e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
  14. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  15. 82854bd KeyStore implemented by Wentao Shang · 12 years ago
  16. d3a80dc For expressInterest, if host is null use getHostAndPort to get hosts until one connects (at the moment, only used for XPCOM). by Jeff Thompson · 12 years ago
  17. be85be6 Make PITEntry keep the Interest object. Make getEntryForExpressedInterest search for longest matches_name. Moved PITEntry and PITTable to NDN.js. by Jeff Thompson · 12 years ago
  18. bd25df2 Move ccndIdFetch to NDN. by Jeff Thompson · 12 years ago
  19. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  20. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  21. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  22. 6848986 Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  23. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  24. 3c26381 For status log messages, use LOG > 3. by Jeff Thompson · 12 years ago
  25. 2effbfb Remove JavaSocketBridge and files which depend on it. In NDN.js, remove blocking get and put which use java_socket_bridge.js. by Jeff Thompson · 12 years ago
  26. 5b265a7 Changed NDN to take getTransport and added WebSocketTransport.js which defines the default transport. Make NDN.expressInterest take the Name and call the specified transport's expressInterest. by Jeff Thompson · 12 years ago
  27. 722d9f4 Fix bug in expressInterest: Inside dataListener, use a local variable instead of this. by Jeff Thompson · 12 years ago
  28. 27a9ef8 In readAllFromSocket, make outputData be a byte array to be consistent with other code. by Jeff Thompson · 12 years ago
  29. 4404ab5 In expressInterest, copy all fields from template except name and nonce. by Jeff Thompson · 12 years ago
  30. 97f2743 In NDN.expressInterest, call readAllFromSocket directly without using getAsync to pass the interest in hex. by Jeff Thompson · 12 years ago
  31. 741108b upcall should return Closure.RESULT_OK. by Jeff Thompson · 12 years ago
  32. 3441976 Added Closure.js. Put expressInterest in NDN.js. Use it in ccnxProtocolService.js. by Jeff Thompson · 12 years ago
  33. 745026e Change all ucla-cs authored files to refer to COPYING. by Jeff Thompson · 12 years ago
  34. 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]
  35. 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
  36. 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
  37. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  38. d363e63 We now get the PKD from the remote node when starting by Axel Colin de Verdiere · 13 years ago
  39. 81bfc28 FIRST WORKING VERSION by Meki Cherkaoui · 13 years ago
  40. 8f17361 Security implemented + Partial publish by Meki Cherkaoui · 13 years ago