1. 1a1f3d4 For UPCALL_INTEREST_TIMED_OUT, return RESULT_REEXPRESS. by Jeff Thompson · 12 years ago
  2. 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
  3. 08d41b7 Implement interest Exclude to_ccnb and from_ccnb. by Jeff Thompson · 12 years ago
  4. 969d9ad Remove call to connectWebSocket since expressInterest now connects. by Jeff Thompson · 12 years ago
  5. 589664b Use the default NDN() to connect to a random host on the testbed. by Jeff Thompson · 12 years ago
  6. 261b4be Remove a console output by Wentao Shang · 12 years ago
  7. dd69155 Fix the bug with WebSocketTransport.send usage: will cause problem with Safari by Wentao Shang · 12 years ago
  8. d460739 Allow user to disable content verification by Wentao Shang · 12 years ago
  9. fcb1626 Move timerID to pit entry; implement basic pipeline code by Wentao Shang · 12 years ago
  10. edd4dea Fix bug in Witness decoding by Wentao Shang · 12 years ago
  11. d4bef8d minor changes... by Wentao Shang · 12 years ago
  12. e0d7f05 Implement new Witness decoding function by Wentao Shang · 12 years ago
  13. 882e34e Implement Merkle hash verification by Wentao Shang · 12 years ago
  14. b42483a Bug fix. Use Name.match for name matching. by Wentao Shang · 12 years ago
  15. e086b6d Merge branch 'master' into sigverify by Wentao Shang · 12 years ago
  16. 42806a1 Change Interest.interestLifetime to be milliseconds (not seconds). by Jeff Thompson · 12 years ago
  17. 82854bd KeyStore implemented by Wentao Shang · 12 years ago
  18. fa24596 Recursive key fetching by Wentao Shang · 12 years ago
  19. f8b4a7d Start implement signature verification by Wentao Shang · 12 years ago
  20. ab9018d Move the functionality of sending content response into WebSocketTransport so that user's closure is simpler. by Wentao Shang · 12 years ago
  21. bd9bd20 Renamed put-async to publish-async by Jeff Burke · 12 years ago
  22. 92dd8e4 Added COPYING note to each test file by Jeff Burke · 12 years ago
  23. 2b740e6 Fix bug in decoding NDN packet from multiple Websocket frames by Wentao Shang · 12 years ago
  24. bd63e46 Set interest timeout with interest.interestLifetime by Wentao Shang · 12 years ago
  25. c0311e5 Add interest timeout by Wentao Shang · 12 years ago
  26. 6848986 Merge branch 'master' of https://github.com/remap/ndn-js by Wentao Shang · 12 years ago
  27. 0e291c8 Add library compressing tool; add onopen and onclose callback to NDN class by Wentao Shang · 12 years ago
  28. f9a0bc2 In binb_sha256, extract processBlock_sha256 into a new function. Use this in new class Sha256 where you can call multiple update(data) then finalize(). Added test to test-sh256.html. by Jeff Thompson · 12 years ago
  29. 1e62536 Remove unused generateSignatureBits. by Jeff Thompson · 12 years ago
  30. 9b288b3 Added test for hex_sha256_from_bytes using Uint8Array. by Jeff Thompson · 12 years ago
  31. 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
  32. 5fc9b67 Support interestLifetime in from_ccnb and to_ccnb. Updated test script to test all fields (except Exclude). by Jeff Thompson · 12 years ago
  33. 7eb8c40 Explicit listen on '0.0.0.0' in wsproxy. Proxy port number is configurable now. by Wentao Shang · 12 years ago
  34. c05dc53 Some files is forgotten to be commited... by Wentao Shang · 12 years ago
  35. 87021f7 Make add check for string, byte array, etc. If a component is a string, encode as UTF8. Implement getPrefix and getComponent. Added test-name.html to test these functions. by Jeff Thompson · 12 years ago
  36. 2effbfb Remove JavaSocketBridge and files which depend on it. In NDN.js, remove blocking get and put which use java_socket_bridge.js. by Jeff Thompson · 12 years ago
  37. 046d09a Add test page for the new Helper.js by Wentao Shang · 12 years ago
  38. 9c9cb64 Revert to using toNumbersFromString instead of stringToUtf8Array because a valid ccnx URI doesn't have extended ASCII. by Jeff Thompson · 12 years ago
  39. adba491 Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8. by Jeff Thompson · 12 years ago
  40. 38422f4 Include Helper.js instead of including js files separately. by Jeff Thompson · 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
  43. 287a318 Added new websocket files. by Jeff Thompson · 12 years ago
  44. d9784e0 Fix typo in page title. by Jeff Thompson · 12 years ago
  45. a901500 Don't include unused BinaryXMLCodec.js . by Jeff Thompson · 12 years ago
  46. c316472 Moved DateFormat.js into encoding directory. by Jeff Thompson · 12 years ago
  47. b9ce458 Moved classes Signature and SignedInfo into ContentObject.js, and deleted Signature.js and SignedInfo.js. by Jeff Thompson · 12 years ago
  48. e06b31e Renamed lwNDN to NDN. Make test-get.html use NDN. Added test-put.html. Moved image-loader.html and image-sender.html to testing directory. by Jeff Thompson · 12 years ago
  49. f3bd359 Major update: Refactor to rename ContentName to Name. Delete KeyName.js. For the moment, the KeyName class is now in KeyLocator.js. by Jeff Thompson · 12 years ago
  50. e85ff1d Major update: refactored the API of all classes to make attributes start with a lower case letter and rename encode=>to_ccnb() and decode()=>from_ccnb. by Jeff Thompson · 12 years ago
  51. 86aea88 Major update: refactored the API of Interest and ContentObject according to the API notes: by Jeff Thompson · 12 years ago
  52. 9a9fff2 Use get from the Java socket bridge. by jeff · 12 years ago
  53. 7264ee1 Fix bug: Rename global variable String to srcString because it was bashing the "real" String object. by jeff · 12 years ago
  54. dd4602f Fix bug: Need to include EncodingUtils.js to get decodeHexFaceInstance. by jeff · 12 years ago
  55. 0b65e35 In verify, need to use keyManager.certificate because by jeff · 12 years ago
  56. f1ba4b7 New test to get and display the content for an interest. by jeff · 12 years ago
  57. cc8b3a9 Moved display code from test-encode-decode-ContentObject.html to EncodingUtils contentObjectToHtml() to allow re-use. by jeff · 12 years ago
  58. 9797d3d Fix typo in input field name by jeff · 12 years ago
  59. 6c38857 Show that second output is "reference" by jeff · 12 years ago
  60. 6743969 Change path to ../JavaSocketBridge.jar because test files are now in a subdirectory. by Jeff Thompson · 12 years ago
  61. f676c42 Fix page header to NDN Signature - Binary by Jeff Thompson · 12 years ago
  62. 12b029d Fix prompt. Remove old cached result. by Jeff Thompson · 12 years ago
  63. 7ed5ef5 Add ../ to javascript src because test files were moved to testing subdirectory. by Jeff Thompson · 12 years ago
  64. 8ecc076 Fix page title and prompt to be for testing SHA-256, not signing. by Jeff Thompson · 12 years ago
  65. 7328c5d Set Javascript src to ../securityLib since the test files are now in a subdirectory. by Jeff Thompson · 12 years ago
  66. 2758c46 Renaming and reorganizing before the demo by Axel Colin de Verdiere · 13 years ago