- 66f2d60 Merge feature branch 'waf-build' by Alexander Afanasyev · 12 years ago
- 181a8b9 Initial reorganization by Alexander Afanasyev · 12 years ago[Renamed from js/ndnProtocol.xpi]
- ca2535c In ContentClosure.prototype.upcall, use Name.addSegment. by Jeff Thompson · 12 years ago
- 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
- 152342b Show the timeout message if didn't receive segment 0 (as opposed to not receiving any segment). This handles the case where segment 1 is received but not 0. by Jeff Thompson · 12 years ago
- 52843b1 Use ExponentialReExpressClosure to retry failed fetch of segments. by Jeff Thompson · 12 years ago
- 202728a In Interest.matches_name used to match interests in the PITTable, added a check for minSuffixComponents, maxSuffixComponents and exclude. by Jeff Thompson · 12 years ago
- 3077981 In the toolbar, added buttons to get the Earliest, Previous and Next versions. by Jeff Thompson · 12 years ago
- 3663c67 If fetching the first segment times out, set the content to a timeout message. by Jeff Thompson · 12 years ago
- 6ac75d2 In URI interest selector for ndn.Exclude, added support for comma-separated list of values by Jeff Thompson · 12 years ago
- 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
- fced4c2 In Exclude.from_ccnb, use a BinaryXMLStructureDecoder to skip decoding the Exclude. (Implementing decoding is still TODO.) This closes bug #16. by Jeff Thompson · 12 years ago
- 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
- a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
- b083c8e Added SegmentStore class and use in ContentClosure.upcall to keep at least 2 outstanding requests for segments to improve throughput. by Jeff Thompson · 12 years ago
- f6995b5 Added SegmentStore class and use in ContentClosure.upcall to keep at least 2 outstanding requests for segments to improve throughput. by Jeff Thompson · 12 years ago
- a46083c Added if (LOG>3) messages for receiving data. by Jeff Thompson · 12 years ago
- 3b6bf98 Change XpcomTransport to use a single socket connection and the NDN PITTable. by Jeff Thompson · 12 years ago
- 2cc54b4 In ndnProtocol newURI, support relative URIs. by Jeff Thompson · 12 years ago
- e5a8828 Pass segmentTemplate to the ContentClosure so further segments fetched by the NDN protocol handler use the PublisherPublicKeyDigest, Scope and InterestLifetime specified in the URI. by Jeff Thompson · 12 years ago
- e843502 Make sure the Hub is shown when opening a new window by calling addNdnHubChangedListener on the window load event so that the ndnHubLabel is defined. by Jeff Thompson · 12 years ago
- 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
- 9449113 Change ndn.InterestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
- 6ad5c36 Added NdnProtocolInfo.jsm to store static info such as the connected host. Updated ndnProtocolService.js to report the hub host and port when connected, and updated the NDN Toolbar to display it. by Jeff Thompson · 12 years ago
- 604c06e Recompile to connect to a random testbed host. by Jeff Thompson · 12 years ago
- 3dfddaa For XPCOM (the Firefox add-on), connect to a random testbed host. by Jeff Thompson · 12 years ago
- bc1e912 Select a testbed host at random. by Jeff Thompson · 12 years ago
- 84db263 The Interest object interestLifetime is seconds, not milliseconds. by Jeff Thompson · 12 years ago
- e9f1194 Change makefile to use compressed ndn-js.js. by Jeff Thompson · 12 years ago
- 963d2da If Name.getContentDigestValue() returns a content digest, then use Sha256 to digest the content and dump an error if not equal. by Jeff Thompson · 12 years ago
- 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