12 Commits (d033930fa74b996e4e5a491c13ef9f6c319a8e11)

Author SHA1 Message Date
Yingdi Yu 61ec2726de renaming: ndn-cpp to ndn-cpp-dev 12 years ago
Alexander Afanasyev 929e86dac8 interest/tlv: Do not encode InterestLifetime if it has default value (4sec) 12 years ago
Alexander Afanasyev 54467afa9b build: Fixing gcc compilation 12 years ago
Alexander Afanasyev 854808459c binary-xml-wire-format: Partial enabling of binary-xml-wire-format 12 years ago
Alexander Afanasyev 840139f73e interest: auto-generating random nonce if not set 12 years ago
Alexander Afanasyev ff0a3940fb interest: Update TLV encoding/decoding 12 years ago
Alexander Afanasyev 1eb961ae73 interest: More TLV-related changes 12 years ago
Alexander Afanasyev 8468198a8a interest: Convert Interest to TLV 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