Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
98c451e656b6c8021555a6cca244a84ed62d163a
/
js
/
Name.js
51ab765
In add, overcome bug in JavaScript where instanceof Array is false if the array was created in a different module.
by Jeff Thompson
· 12 years ago
9ab151a
In add, throw an exception for an invalid type.
by Jeff Thompson
· 12 years ago
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
146d7de
Change the author from ucla-cs to Meki Cheraoui or to Jeff Thompson in a few cases.
by Jeff Thompson
· 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
0d3f203
In createNameArray, ignore leading //authority . Ignore components with only two or less periods. Trim before decoding the string. Make getName call to_uri.
by Jeff Thompson
· 12 years ago
4e8b770
In createNameArray, check for a compomenet with all periods. Added to_uri.
by Jeff Thompson
· 12 years ago
9b41100
Fix bug in createNameArray, unescape the components after splitting by "/".
by Jeff Thompson
· 12 years ago
745026e
Change all ucla-cs authored files to refer to COPYING.
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
[Renamed (75%) from js/ContentName.js]
34a2ec0
Major update: Fix bug: Rename "new Exception" to "new Error" througout the project.
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
8f17361
Security implemented + Partial publish
by Meki Cherkaoui
· 13 years ago
f3d8f69
Uncomitted stuff from the previous commit
by Meki Cherkaoui
· 13 years ago
f441d3a
First Commit after cleanup
by Meki Cherkaoui
· 13 years ago