- 6c6dc3e Added comment for match. by Jeff Thompson · 11 years ago
- 232f289 Added instructions to make doc by Jeff Thompson · 11 years ago
- 2b14c7e Initial update of comments to JSDoc format. by Jeff Thompson · 11 years ago
- 3ed09eb Remove commented-out "not working" code by Jeff Thompson · 11 years ago
- f0c7221 Add section for JSDoc by Jeff Thompson · 11 years ago
- c780b34 Remove unused Doxyfile by Jeff Thompson · 11 years ago
- 58f1c2c Added Doxyfile by Jeff Thompson · 11 years ago
- 1ed4bde Added Doxyten section by Jeff Thompson · 11 years ago
- 420b589 Merge branch 'master' of github.com:named-data/ndn-js by Wentao Shang · 11 years ago
- 2a74ed8 Fix bug in CSTable lookup. by Wentao Shang · 11 years ago
- 3a09fc8 In stringtoBase64, don't escape the input, and in base64toString don't unescape the result. by Jeff Thompson · 11 years ago
- bc0d326 Deprecate encodeToBinaryInterest and encodeToBinaryContentObject, and use interest.encode and contentObject.encode. Make decodeHexInterest and decodeHexContentObject use the new decode. by Jeff Thompson · 11 years ago
- 6a65204 Fix bugs: Need to call local encodeInterest, etc, not to_ccnb. by Jeff Thompson · 11 years ago
- 86bcd02 Added BinaryXMLWireFormat.js and moved to_ccnb and from_ccnb into there from Interest.js and ContentObject.js. In Interest and ContentObject, added encode and decode methods which take a WireFormat object. by Jeff Thompson · 11 years ago
- 95e14d1 In from_ccnb, set fields null if absent. by Jeff Thompson · 11 years ago
- 12414d6 In from_ccnb, set fields null if they are absent. by Jeff Thompson · 11 years ago
- adba5a9 Direct bugs to the Redmine issue tracker by Jeff Thompson · 11 years ago
- 0bfa3f9 Rename NDN.JS to NDN-JS by Jeff Thompson · 11 years ago
- 27fbfdc In onReceivedData, renamed argument rawData to data. by Jeff Thompson · 12 years ago
- 8023c15 In writeDateTime, only prepend a 0 if the hex string has odd length by Jeff Thompson · 12 years ago
- 612f255 In contentObjectToHtml, show signature DigestAlgorithm and Witness by Jeff Thompson · 12 years ago
- 8b0e387 Change to request the remaining pings on the first upcall. by Jeff Thompson · 12 years ago
- d855602 In createNameArray, rename argument name to uri. by Jeff Thompson · 12 years ago
- f5c5612 In findElementEnd, set this.gotElementEnd true when finished. by Jeff Thompson · 12 years ago
- 14afeea Rename BinaryXMLDecoder.istream to input. by Jeff Thompson · 12 years ago
- 71b6de4 Revert links for NDN example URIs since Markdown doesn't seem to accept ndn: by Jeff Thompson · 12 years ago
- 8c563fe Add line breaks for Markdown display by Jeff Thompson · 12 years ago
- 0044ecb Put NDN example URI in paretheses for Markdown display. by Jeff Thompson · 12 years ago
- f06ecfd Put NDN example URI in paretheses for Markdown display. by Jeff Thompson · 12 years ago
- aa0b412 Fix wsproxy to be compatible with node.js v0.10.x by Wentao Shang · 12 years ago
- 714c1c7 Refactor out functionality from connect to connectHelper. by Jeff Thompson · 12 years ago
- d4fd300 Make console.log call dump("\n") separately. by Jeff Thompson · 12 years ago
- facbb84 Disable tracking windows until bug is fixed for opening multiple tabs. by Jeff Thompson · 12 years ago
- 4f91227 Use ContentClosure.setClosureForWindow to stop a previous closure if the window is fetching a new URI. by Jeff Thompson · 12 years ago
- f998ef1 In ContentChannel contentListener, added function isDone since it needs to wrap the ContentChannel.isDone. by Jeff Thompson · 12 years ago
- 74d38e3 Use XPCOM nsICryptoHash to always compute the SHA256 content digest (much faster than the JavaScript implementation). by Jeff Thompson · 12 years ago
- 9c24c47 Move functionality for setting the hub into NdnProtocolInfo.setHub. by Jeff Thompson · 12 years ago
- cd376e7 Added Android menu to show the connected hub. by Jeff Thompson · 12 years ago
- edaccfb Mention to click the Set button to change the hub. Added instructions to install on Android. by Jeff Thompson · 12 years ago
- ca5130a Added startup code for Firefox for Android to add the NDN Get Version menu. by Jeff Thompson · 12 years ago
- 3faa218 Remove debug override for hub. by Jeff Thompson · 12 years ago
- d51cb58 Moved functionality from ndnToolbarGetVersion to NdnProtocolInfo.getVersion so that Firefox for Android can use it too. by Jeff Thompson · 12 years ago
- 7cf1a56 Added target applications for Firefox on Android. by Jeff Thompson · 12 years ago
- 1ce138d Use the default connection to the testbed hubs. by Jeff Thompson · 12 years ago
- 1887462 Changed <script> to script to make the github display work. by Jeff Thompson · 12 years ago
- 213b4c6 Merge branch 'master' of https://github.com/named-data/ndn-js by Jeff Thompson · 12 years ago
- dd038fc In ContentClosure, only compute the content digest if there is a content digest in the name to check. by Jeff Thompson · 12 years ago
- 86a3eae Fix tcp proxy crash bug by Wentao Shang · 12 years ago
- 9c7d691 Exclude content whose name has %C1.META (if not requested) by Jeff Thompson · 12 years ago
- b080eb5 Remove unused file in tools/ndnProtocol.xpi. Main build output is in the top directory. by Jeff Thompson · 12 years ago
- 7fb08bf In ContentClosure, check that all segments have the same base name. by Jeff Thompson · 12 years ago
- f6bf02e Ignore ndnProtocol/modules/ndn-js.jsm . by Jeff Thompson · 12 years ago
- 88a314f Correcting README and example to reflect new changes by Alexander Afanasyev · 12 years ago
- 426174a Updating READMEs and firefox plugin building script by Alexander Afanasyev · 12 years ago
- 2a2c9d2 tests: Updating tests to have correct include path for ndn-js by Alexander Afanasyev · 12 years ago
- 53dca59 waf: Building closure-compiler-compressed version of js by default (can be disabled) by Alexander Afanasyev · 12 years ago
- 66f2d60 Merge feature branch 'waf-build' by Alexander Afanasyev · 12 years ago
- 6b8f3f7 Update download for Firefox add-on from github.com/remap to named-data. by Jeff Thompson · 12 years ago
- d4a1f86 In readBinaryElement, added argument allowNull, and use for ContentObject content. by Jeff Thompson · 12 years ago
- efff43b Correct comments for readBinaryElement and readBlob. by Jeff Thompson · 12 years ago
- 3d9ad14 Changed primary connection log messages to LOG>0. by Jeff Thompson · 12 years ago
- eec7267 In NDN Toolbar, added Set button to set the hub. by Jeff Thompson · 12 years ago
- 7e2e2e2 In ContentClosure.upcall, move calling setConnectedNdnHub until after we get the desired content object. by Jeff Thompson · 12 years ago
- 0da6561 Changed informational log messages to LOG>4. by Jeff Thompson · 12 years ago
- b094d2b In ContentObject.from_ccnb, allow content to be null. by Jeff Thompson · 12 years ago
- 7480aca Fix bug: peekTypeAndVal should be a prototype member, not static. by Jeff Thompson · 12 years ago
- 4eb992a Move the NDN object from ndnProtocolService to NdnProtocolInfo. by Jeff Thompson · 12 years ago
- ad65962 wscript: Renaming produced .js file to ndn-js.js by Alexander Afanasyev · 12 years ago
- 13bd648 Name.js: new 'cut' helper method (similar to Java API) by Alexander Afanasyev · 12 years ago
- aa7e9a0 BUG: When calling closure.upcall on ContentObject, the requested interest has not been specified by Alexander Afanasyev · 12 years ago
- 7866474 Adding --js-dir option to specify location to install ndn.js files. by Alexander Afanasyev · 12 years ago
- 122c2ff Removing unnecessary components by Alexander Afanasyev · 12 years ago
- 57dce8b README correction by Alexander Afanasyev · 12 years ago
- f6b7dd4 ./waf now builds combined js by Alexander Afanasyev · 12 years ago
- 181a8b9 Initial reorganization by Alexander Afanasyev · 12 years ago
- 48aa492 Log a message on connect. by Jeff Thompson · 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