Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
25b4e61cedef1e58fee23b015199947cfacf8ef9
/
tests
/
test-encode-decode-interest.cpp
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
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
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
c2b7b14
Change wire encoding to return a Blob.
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
17882b4
Use relative paths for local includes.
by Jeff Thompson
· 11 years ago
f9d4bfd
Added dumpInterest.
by Jeff Thompson
· 11 years ago
ed4f373
Show the hex encoding of the re-encoded interest.
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
67e9e0a
Rename encode and decode to wireEncode and wireDecode
by Jeff Thompson
· 11 years ago
e32adb6
Rename test-encode-decode-interest.cpp (lower case)
by Jeff Thompson
· 11 years ago
[Renamed from tests/test-encode-decode-interest2.cpp]
58095b7
Temporarily rename test-encode-decode-Interest.cpp
by Jeff Thompson
· 11 years ago
[Renamed from tests/test-encode-decode-Interest.cpp]
b0979fd
In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> >
by Jeff Thompson
· 11 years ago
c98be1a
Added test-get-async
by Jeff Thompson
· 11 years ago
0d567da
Implement TcpTransport
by Jeff Thompson
· 11 years ago
5a5e8b7
Rename interestLifetime to interestLifetimeMilliseconds and make it a double
by Jeff Thompson
· 11 years ago
d602023
Rename directory test to tests
by Jeff Thompson
· 11 years ago
[Renamed from test/test-encode-decode-interest.cpp]
8238d00
Added separate PublishPublicKeyDigest and use in Interest.
by Jeff Thompson
· 11 years ago
fe55686
Implement Interest Exclude
by Jeff Thompson
· 11 years ago
06f824a
Implement encodeBinaryXMLInterest.
by Jeff Thompson
· 11 years ago
8b66600
Change all C code to return ndn_Error enum instead of char * error string.
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
2255290
Implement ndn_decodeBinaryXMLInterest (except for Exclude)
by Jeff Thompson
· 11 years ago
443398d
Implement Name(const char *uri)
by Jeff Thompson
· 11 years ago
1f3f517
Implement name encoding.
by Jeff Thompson
· 11 years ago
2fb4b1b
Use name.to_uri()
by Jeff Thompson
· 11 years ago
539e79f
Test Name.decode
by Jeff Thompson
· 11 years ago
7afc98e
Fix bug in ndn_BinaryXMLStructureDecoder_findElementEnd: need to use bufferDecoder, not decoder.
by Jeff Thompson
· 11 years ago
42cea3a
Rename folder wire to encoding
by Jeff Thompson
· 11 years ago
3b3aabf
Make static ndn-cpp.a. Remove libtool dynamic linking.
by Jeff Thompson
· 11 years ago