Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
87021f7b3d8fcd751536023642ed281faf6d0e60
/
js
/
testing
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
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
046d09a
Add test page for the new Helper.js
by Wentao Shang
· 12 years ago
9c9cb64
Revert to using toNumbersFromString instead of stringToUtf8Array because a valid ccnx URI doesn't have extended ASCII.
by Jeff Thompson
· 12 years ago
adba491
Added DataUtils.stringToUtf8Array. Use in Name to encode strings as utf8.
by Jeff Thompson
· 12 years ago
38422f4
Include Helper.js instead of including js files separately.
by Jeff Thompson
· 12 years ago
48ba4ff
Make registerPrefix take a Name object, not a name string.
by Jeff Thompson
· 12 years ago
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
287a318
Added new websocket files.
by Jeff Thompson
· 12 years ago
d9784e0
Fix typo in page title.
by Jeff Thompson
· 12 years ago
a901500
Don't include unused BinaryXMLCodec.js .
by Jeff Thompson
· 12 years ago
c316472
Moved DateFormat.js into encoding directory.
by Jeff Thompson
· 12 years ago
b9ce458
Moved classes Signature and SignedInfo into ContentObject.js, and deleted Signature.js and SignedInfo.js.
by Jeff Thompson
· 12 years ago
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
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
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
86aea88
Major update: refactored the API of Interest and ContentObject according to the API notes:
by Jeff Thompson
· 12 years ago
9a9fff2
Use get from the Java socket bridge.
by jeff
· 12 years ago
7264ee1
Fix bug: Rename global variable String to srcString because it was bashing the "real" String object.
by jeff
· 12 years ago
dd4602f
Fix bug: Need to include EncodingUtils.js to get decodeHexFaceInstance.
by jeff
· 12 years ago
0b65e35
In verify, need to use keyManager.certificate because
by jeff
· 12 years ago
f1ba4b7
New test to get and display the content for an interest.
by jeff
· 12 years ago
cc8b3a9
Moved display code from test-encode-decode-ContentObject.html to EncodingUtils contentObjectToHtml() to allow re-use.
by jeff
· 12 years ago
9797d3d
Fix typo in input field name
by jeff
· 12 years ago
6c38857
Show that second output is "reference"
by jeff
· 12 years ago
6743969
Change path to ../JavaSocketBridge.jar because test files are now in a subdirectory.
by Jeff Thompson
· 12 years ago
f676c42
Fix page header to NDN Signature - Binary
by Jeff Thompson
· 12 years ago
12b029d
Fix prompt. Remove old cached result.
by Jeff Thompson
· 12 years ago
7ed5ef5
Add ../ to javascript src because test files were moved to testing subdirectory.
by Jeff Thompson
· 12 years ago
8ecc076
Fix page title and prompt to be for testing SHA-256, not signing.
by Jeff Thompson
· 12 years ago
7328c5d
Set Javascript src to ../securityLib since the test files are now in a subdirectory.
by Jeff Thompson
· 12 years ago
2758c46
Renaming and reorganizing before the demo
by Axel Colin de Verdiere
· 13 years ago