Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
4b70d3d3f312fb5c9171f6ded499e72a8a652621
/
ndn-cpp
/
interest.cpp
e589c3f
Code style: Replace tab with space.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
9303453
Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob.
by Jeff Thompson
· 11 years ago
97223af
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
by Jeff Thompson
· 11 years ago
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
412226d
Change Interest.nonce to a Blob.
by Jeff Thompson
· 11 years ago
9bdb3b2
Make Name::Component.getValue() return Blob& .
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
37527d6
Added Exclude toUri.
by Jeff Thompson
· 11 years ago
38d0e08
Change the ExcludeEntry to use a name component directly.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
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 (98%) from ndn-cpp/Interest.cpp]
5a5e8b7
Rename interestLifetime to interestLifetimeMilliseconds and make it a double
by Jeff Thompson
· 11 years ago
51dd5fd
Added setVector in common.hpp
by Jeff Thompson
· 11 years ago
dd3d229
In set methods, make the argument const
by Jeff Thompson
· 11 years ago
8238d00
Added separate PublishPublicKeyDigest and use in Interest.
by Jeff Thompson
· 11 years ago
fe55686
Implement Interest Exclude
by Jeff Thompson
· 11 years ago
d345a5b
Use const where possible.
by Jeff Thompson
· 11 years ago
f2e5e28
In structures, put minSuffixComponents before maxSuffixComponents
by Jeff Thompson
· 11 years ago
d9e278c
Implement get(struct ndn_Interest &)
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
b7f9556
Added Interest
by Jeff Thompson
· 11 years ago