1. 714c1c7 Refactor out functionality from connect to connectHelper. by Jeff Thompson · 12 years ago
  2. 48aa492 Log a message on connect. by Jeff Thompson · 12 years ago
  3. 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
  4. 2632584 In expressInterest, call expressInterestHelper. by Jeff Thompson · 12 years ago
  5. a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
  6. 24189e5 In onDataAvailable, just use BinaryXmlElementReader. by Jeff Thompson · 12 years ago
  7. 275133e In onReceivedElement, renamed arg data to element. by Jeff Thompson · 12 years ago
  8. 07f15fb Renamed onReceivedData to onReceivedElement. by Jeff Thompson · 12 years ago
  9. 3b6bf98 Change XpcomTransport to use a single socket connection and the NDN PITTable. by Jeff Thompson · 12 years ago
  10. 3fa8415 Added defaultGetHostAndPort with a list of testbed hubs. Make onReceivedData return false until it gets a ContentObject so that onDataAvailable keeps reading and disregarding unwanted Interest objects. by Jeff Thompson · 12 years ago
  11. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  12. fab4a7d In readAllFromSocket onDataAvailable, use the enhanced BinaryXMLDecoder so that we only have to concatenate the data once at the very end to avoid multiple large copies. by Jeff Thompson · 12 years ago
  13. 17a9da8 Rename NDNSocketTransport.js to XpcomTransport.js and implement expressInterest. by Jeff Thompson · 12 years ago