- f6b7dd4 ./waf now builds combined js by Alexander Afanasyev · 12 years ago
- 181a8b9 Initial reorganization by Alexander Afanasyev · 12 years ago
- fad41d3 Merge with 'remap/master' by Alexander Afanasyev · 12 years ago
- ca2535c In ContentClosure.prototype.upcall, use Name.addSegment. by Jeff Thompson · 12 years ago
- b2d46f6 Added test for chaining calls to add, plus addSegment. by Jeff Thompson · 12 years ago
- ff5a8dc In Name constructor, allow the argument to be another Name. by Jeff Thompson · 12 years ago
- 4a4caba In ContentClosure constructor, take uriName instead of uriEndsWithSegmentNumber. by Jeff Thompson · 12 years ago
- c083878 Another extension: Name.addSegment method by Alexander Afanasyev · 12 years ago
- 78122d5 Extending Name class by Alexander Afanasyev · 12 years ago
- d40f08a In WebSocketTransport constructor, throw an exception if !WebSocket by Jeff Thompson · 12 years ago
- e2f7b6d Set NDN.supported based on availability of Uint8Array. In NDN constructor, throw an exception if not NDN.supported. 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
- c3c611b Remove first definition of readAttributes which is replaced by the second one where attributes is an array. by Jeff Thompson · 12 years ago
- ac0ed60 In the NDN constructor comments, document the verify flag. 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
- 1c79843 Added util.ExponentialReExpressClosure.js. by Jeff Thompson · 12 years ago
- 65a11e4 Added util.ExponentialReExpressClosure.js. by Jeff Thompson · 12 years ago
- 0ee721e In onReceivedElement, call clearTimeout as soon as possible. by Jeff Thompson · 12 years ago
- 1a1f3d4 For UPCALL_INTEREST_TIMED_OUT, return RESULT_REEXPRESS. by Jeff Thompson · 12 years ago
- ea3a690 Added function clone(). by Jeff Thompson · 12 years ago
- e8de582 Implement when the upcall from reexpressInterest returns Closure.RESULT_REEXPRESS. 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
- a53e65a Fix bug in expressInterestHelper: if interest.interestLifetime is null, use 4000. by Jeff Thompson · 12 years ago
- a7500e2 In the code example, remove the call to connectWebSocket since this isn't used anymore. by Jeff Thompson · 12 years ago
- 42682dc Change the Firefox add-on example page to NDNProtocolExamples.html. 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
- 78849a7 Split out the function Name.fromEscapedString from createNameArray. 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
- 2632584 In expressInterest, call expressInterestHelper. by Jeff Thompson · 12 years ago
- 537ce14 Move expressInterestHelpler from WebSocketTransport up to NDN. by Jeff Thompson · 12 years ago
- 0790af8 In BinartXmlReader.onReceivedData, ignore errors from onReceivedElement. by Jeff Thompson · 12 years ago
- 969d9ad Remove call to connectWebSocket since expressInterest now connects. by Jeff Thompson · 12 years ago
- 49f3788 When creating the NDN, don't need to set host to null since this is now the default. by Jeff Thompson · 12 years ago
- 589664b Use the default NDN() to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
- d771b12 Major updates to change default behavior of NDN to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
- a5668d5 Change connectAndExpressInterest to connectAndExecute to be used by registerPrefix too. by Jeff Thompson · 12 years ago
- d8dbd8f Use if (LOG>3) when logging messages while connecting. by Jeff Thompson · 12 years ago
- 6b3d81a For now, when creating the NDN object, set verify false. by Jeff Thompson · 12 years ago
- 261b4be Remove a console output by Wentao Shang · 12 years ago
- dd69155 Fix the bug with WebSocketTransport.send usage: will cause problem with Safari by Wentao Shang · 12 years ago
- d460739 Allow user to disable content verification by Wentao Shang · 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
- 9530663 In to_uri, if there are not components, return "/". by Jeff Thompson · 12 years ago
- 1ac86ce Initialize contentSha256 in the constructor. by Jeff Thompson · 12 years ago
- a46083c Added if (LOG>3) messages for receiving data. by Jeff Thompson · 12 years ago
- bb9802d In onmessage, just use a BinaryXmlElementReader instead of buffer, bufferOffset and structureDecoder. by Jeff Thompson · 12 years ago
- 24189e5 In onDataAvailable, just use BinaryXmlElementReader. by Jeff Thompson · 12 years ago
- 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
- 275133e In onReceivedElement, renamed arg data to element. by Jeff Thompson · 12 years ago
- 25cb56f Import NDN.js last because it has global objects which need the above to be defined. by Jeff Thompson · 12 years ago
- 07f15fb Renamed onReceivedData to onReceivedElement. by Jeff Thompson · 12 years ago
- fcb1626 Move timerID to pit entry; implement basic pipeline code by Wentao Shang · 12 years ago
- edd4dea Fix bug in Witness decoding by Wentao Shang · 12 years ago
- dc5c29f Support null closure by Wentao Shang · 12 years ago
- 32bfbfe Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
- d4bef8d minor changes... by Wentao Shang · 12 years ago
- 3b6bf98 Change XpcomTransport to use a single socket connection and the NDN PITTable. by Jeff Thompson · 12 years ago
- b322ff8 In connectWebSocket, interestLifetime for KeyFetchClosure needs to be milliseconds, not seconds. by Jeff Thompson · 12 years ago
- b2f91ea In NdnProtocolInfo.jsm, put all functions in the NdnProtocolInfo class instead of being global. by Jeff Thompson · 12 years ago
- 2cc54b4 In ndnProtocol newURI, support relative URIs. by Jeff Thompson · 12 years ago
- 8107ec8 In NdnProtocolInfo.jsm, added splitUri, and use in ndnProtocolService.js and ndnToolbar.js. by Jeff Thompson · 12 years ago
- 3f4be55 In matches_name, just call Name.match. 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
- fddf90d Small bug in contentObjectToHTML() fixed by Wentao Shang · 12 years ago
- 4f3b5de Small fixes after merge by Wentao Shang · 12 years ago
- 803b265 Merge branch 'sigverify' by Wentao Shang · 12 years ago
- e0d7f05 Implement new Witness decoding function by Wentao Shang · 12 years ago
- 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
- b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 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
- f3ec9a1 In addNdnHubChangedListener, if the current host and port are not null, call listener with the values to initialize. by Jeff Thompson · 12 years ago
- b5d0c3e Improve KeyStore functionality by Wentao Shang · 12 years ago
- e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
- 98b595c Wait to merge by Wentao Shang · 12 years ago
- 96978b4 In BinaryXMLEncoder, use DynamicUint8Array to dynamically allocate the encoding buffer. by Jeff Thompson · 12 years ago
- 942022d For this.headerBuffer, use DynamicUint8Array instead of setHeaderBuffer. by Jeff Thompson · 12 years ago
- 768870c Added DynamicUint8Array.js. by Jeff Thompson · 12 years ago
- 9449113 Change ndn.InterestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
- 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
- 253cab4 In contentObjectToHtml, for the certificate, also show the public key values. by Jeff Thompson · 12 years ago
- 68fccd6 Added decodeSubjectPublicKeyInfo. In contentObjectToHtml, use decodeSubjectPublicKeyInfo and x509.readCertHex. by Jeff Thompson · 12 years ago
- 1a338f8 In _x509_getSubjectPublicKeyPosFromCertHex and _x509_getPublicKeyHexArrayFromCertHex, added an optional position argument to enable decoding a SubjectPublicKeyInfo directly. by Jeff Thompson · 12 years ago
- 1e4c183 Added x509-1.1.js. by Jeff Thompson · 12 years ago
- d3d45c8 Added readCertHex. 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
- 82854bd KeyStore implemented by Wentao Shang · 12 years ago
- fa24596 Recursive key fetching by Wentao Shang · 12 years ago
- f8b4a7d Start implement signature verification by Wentao Shang · 12 years ago
- ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
- ac3e62c Added Name.getComponentContentDigestValue and use in getContentDigestValue. 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
- 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
- 2a67a54 Pass host: null to the NDN constructor. by Jeff Thompson · 12 years ago