Yingdi Yu
61ec2726de
renaming: ndn-cpp to ndn-cpp-dev
...
Change-Id: Iff3e4ff53a0005b7dd35c57d03da76b347170d03
12 years ago
Alexander Afanasyev
929e86dac8
interest/tlv: Do not encode InterestLifetime if it has default value (4sec)
...
Change-Id: I33dc7b7512e406655fe18c5e570bc69ad8d93298
12 years ago
Alexander Afanasyev
54467afa9b
build: Fixing gcc compilation
...
Change-Id: I925de1d5a687398a918d1b41826cb44e2c1ea170
12 years ago
Alexander Afanasyev
854808459c
binary-xml-wire-format: Partial enabling of binary-xml-wire-format
...
Due to significant changes, Data abstraction conversion (from and to
wire format) is currently disabled, using empty placeholders instead.
Other data structures should have working conversion (minus
PublisherPublicKeyDigest, which is not part of Interest and
ForwardingEntry data structure anymore).
Change-Id: I51c47495808c35b500fc6b1fcc0c46db217e6598
12 years ago
Alexander Afanasyev
840139f73e
interest: auto-generating random nonce if not set
...
Change-Id: Ib3aac0b7d4b1fd38f13dff2c57a4d1dfc77592ff
12 years ago
Alexander Afanasyev
ff0a3940fb
interest: Update TLV encoding/decoding
...
Change-Id: I360619ec3380e68d2fb2dc335462259913d4af93
12 years ago
Alexander Afanasyev
1eb961ae73
interest: More TLV-related changes
...
Change-Id: I3cf300b58aaf7091cb0b27827b39bfe9e3556c78
12 years ago
Alexander Afanasyev
8468198a8a
interest: Convert Interest to TLV
...
Change-Id: I9b6ccd840289d7fd22fc6f652ac4bd7d0fbee63d
12 years ago
Jeff Thompson
13e280bef7
Interest: Added Interest::toUri().
12 years ago
Jeff Thompson
f62f9f27a5
Interest: Moved class ExcludeEntry to inner class Exclude::Entry.
12 years ago
Jeff Thompson
3a71563336
Name: Change to not use the deprecated addComponent.
12 years ago
Jeff Thompson
2db6037ab1
files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054 .
12 years ago
Jeff Thompson
e589c3fd93
Code style: Replace tab with space.
12 years ago
Jeff Thompson
25b4e61ced
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.
12 years ago
Jeff Thompson
9303453957
Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob.
12 years ago
Jeff Thompson
97223afa76
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
12 years ago
Jeff Thompson
10ad12ab2b
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
12 years ago
Jeff Thompson
0050abe882
Code style: Put function return type on a line by itself.
12 years ago
Jeff Thompson
7687dc0d0c
All source files: Added UC Copyright. Added jefft0 email address.
12 years ago
Jeff Thompson
412226d574
Change Interest.nonce to a Blob.
12 years ago
Jeff Thompson
9bdb3b2936
Make Name::Component.getValue() return Blob& .
12 years ago
Jeff Thompson
1656e6a7e7
Code style: Declare (Type& value) instead of (Type &value)
12 years ago
Jeff Thompson
37527d624f
Added Exclude toUri.
12 years ago
Jeff Thompson
38d0e087a0
Change the ExcludeEntry to use a name component directly.
12 years ago
Jeff Thompson
2d27e2f70a
Convert tabs to spaces.
12 years ago
Jeff Thompson
5341219a83
Major code style change to rename all files to lower case.
12 years ago
Jeff Thompson
5a5e8b7eef
Rename interestLifetime to interestLifetimeMilliseconds and make it a double
12 years ago
Jeff Thompson
51dd5fd7fd
Added setVector in common.hpp
12 years ago
Jeff Thompson
dd3d229d6d
In set methods, make the argument const
12 years ago
Jeff Thompson
8238d004d0
Added separate PublishPublicKeyDigest and use in Interest.
12 years ago
Jeff Thompson
fe556864ea
Implement Interest Exclude
12 years ago
Jeff Thompson
d345a5b8bf
Use const where possible.
12 years ago
Jeff Thompson
f2e5e28862
In structures, put minSuffixComponents before maxSuffixComponents
12 years ago
Jeff Thompson
d9e278c333
Implement get(struct ndn_Interest &)
12 years ago
Jeff Thompson
47eecfc6f9
Change all copyright notices to refer to file COPYING
12 years ago
Jeff Thompson
b7f95569c5
Added Interest
12 years ago