1. d40f08a In WebSocketTransport constructor, throw an exception if !WebSocket by Jeff Thompson · 12 years ago
  2. f668acb Complete the merger of WebSocketTransport and XpcomTransport up into NDN: Moved expressInterest in the transport up to NDN.reconnectAndExpressInterest. by Jeff Thompson · 12 years ago
  3. 537ce14 Move expressInterestHelpler from WebSocketTransport up to NDN. by Jeff Thompson · 12 years ago
  4. d771b12 Major updates to change default behavior of NDN to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
  5. dd69155 Fix the bug with WebSocketTransport.send usage: will cause problem with Safari by Wentao Shang · 12 years ago
  6. bb9802d In onmessage, just use a BinaryXmlElementReader instead of buffer, bufferOffset and structureDecoder. by Jeff Thompson · 12 years ago
  7. 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
  8. fcb1626 Move timerID to pit entry; implement basic pipeline code by Wentao Shang · 12 years ago
  9. dc5c29f Support null closure by Wentao Shang · 12 years ago
  10. 32bfbfe Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  11. d4bef8d minor changes... by Wentao Shang · 12 years ago
  12. b322ff8 In connectWebSocket, interestLifetime for KeyFetchClosure needs to be milliseconds, not seconds. by Jeff Thompson · 12 years ago
  13. fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
  14. e0d7f05 Implement new Witness decoding function by Wentao Shang · 12 years ago
  15. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  16. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  17. b5d0c3e Improve KeyStore functionality by Wentao Shang · 12 years ago
  18. e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
  19. 98b595c Wait to merge by Wentao Shang · 12 years ago
  20. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  21. 82854bd KeyStore implemented by Wentao Shang · 12 years ago
  22. fa24596 Recursive key fetching by Wentao Shang · 12 years ago
  23. f8b4a7d Start implement signature verification by Wentao Shang · 12 years ago
  24. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  25. c881b55 Added defaultGetHostAndPort. by Jeff Thompson · 12 years ago
  26. 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
  27. bd25df2 Move ccndIdFetch to NDN. by Jeff Thompson · 12 years ago
  28. 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
  29. 64db7c0 Remove old unused comments. by Jeff Thompson · 12 years ago
  30. 53733fb Make index a local variable. by Jeff Thompson · 12 years ago
  31. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  32. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  33. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  34. af25c6b Less console output by Wentao Shang · 12 years ago
  35. 6848986 Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  36. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  37. 13c2e7b In onmessage log message, use DataUtils.toHex to show the data. by Jeff Thompson · 12 years ago
  38. 3c26381 For status log messages, use LOG > 3. by Jeff Thompson · 12 years ago
  39. bd82926 Major update to rename ccnx to ndn, mainly in ndnProtocol and also in a few files with ccnx in comments. by Jeff Thompson · 12 years ago
  40. c05dc53 Some files is forgotten to be commited... by Wentao Shang · 12 years ago
  41. 48ba4ff Make registerPrefix take a Name object, not a name string. by Jeff Thompson · 12 years ago
  42. 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