Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
0aa66f26f7852bf391feaaf3b7fe07c1b46973ed
/
ndn-cpp
/
name.cpp
6653b0b
Name: Added toEscapedString to Component.
by Jeff Thompson
· 11 years ago
6c146d7
Name: Fix bug in makeSegment: need to create the initial vector.
by Jeff Thompson
· 11 years ago
24b7244
Name: Fix bug in match: Need to compare component *getValue() since it is now a Blob.
by Jeff Thompson
· 11 years ago
d4144fe
Added using namespace ndn::ptr_lib and remove ptr_lib::
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
46411c9
Change Component setFromEscapedString and setSegment to static makeFromEscapedString and makeSegment, and make the class read-only.
by Jeff Thompson
· 11 years ago
c1c12e4
Change setFromEscapedString to take the string plus begin and end offsets.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
9bdb3b2
Make Name::Component.getValue() return Blob& .
by Jeff Thompson
· 11 years ago
995aba5
Make Name::Component use a Blob.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
15dc964
match should be a const method.
by Jeff Thompson
· 11 years ago
ec7789a
Make toEscapedString public static.
by Jeff Thompson
· 11 years ago
cc35cd4
Added match
by Jeff Thompson
· 11 years ago
67515bd
Added set(const char *uri)
by Jeff Thompson
· 11 years ago
b8f1b13
Need to include <algorithm> for std::reverse.
by Jeff Thompson
· 11 years ago
8aac199
Added appendSegment
by Jeff Thompson
· 11 years ago
21844fc
Added toUri and deprecated to_uri
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
[Renamed (99%) from ndn-cpp/Name.cpp]
d069486
In toEscapedString, output a single character instead of a string where possible.
by Jeff Thompson
· 11 years ago
5a6b5ab
Change NameComponent to Name::Component inner class.
by Jeff Thompson
· 11 years ago
dd3d229
In set methods, make the argument const
by Jeff Thompson
· 11 years ago
d345a5b
Use const where possible.
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
5490977
Need to include stdexcept
by Jeff Thompson
· 11 years ago
443398d
Implement Name(const char *uri)
by Jeff Thompson
· 11 years ago
26c63d6
Added trim and unescape.
by Jeff Thompson
· 11 years ago
4b2479a
Implment to_uri with toEscapedString,
by Jeff Thompson
· 11 years ago
016ed64
Added NameComponent.
by Jeff Thompson
· 11 years ago
ccb13c1
Added get(struct ndn_Name &)
by Jeff Thompson
· 11 years ago
b468c31
Added set(struct ndn_Name &)
by Jeff Thompson
· 11 years ago
e606351
Added to_uri
by Jeff Thompson
· 11 years ago
4881511
Move to use Name.cpp
by Jeff Thompson
· 11 years ago
9c41dfe
Use separate WireFormat class to handle encoding Name, Interest, etc.
by Jeff Thompson
· 11 years ago