1. c3a4679 base: add PacketBase to provide wrappers for congestion tags by Eric Newberry · 7 years ago
  2. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  3. 9b84535 data: mark constructor explicit by Junxiao Shi · 7 years ago
  4. 81206d5 data: reorganize code and test cases by Junxiao Shi · 7 years ago
  5. a1478db lp: delete deprecated LocalControlHeader by Junxiao Shi · 8 years ago
  6. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  7. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  8. 3b54e85 link: add Link abstraction by Spyridon Mastorakis · 9 years ago
  9. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 9 years ago
  10. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 9 years ago
  11. a3887ae base: Interest and Data packets can now be tagged with arbitrary information by Alexander Afanasyev · 10 years ago
  12. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  13. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  14. a0c5f83 data+interest: Fixing operator<< by Alexander Afanasyev · 10 years ago
  15. 3b70310 data: Implementing Data::getFullName() method to get Data packet name with implicit digest by Alexander Afanasyev · 10 years ago
  16. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  17. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  18. 770827c docs: Updating doxygen comments and minor update to normalize API by Alexander Afanasyev · 10 years ago
  19. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  20. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  21. ff2d08f data+interest+selectors+meta-info+signature: Implementing EqualityComparable concept by Alexander Afanasyev · 10 years ago
  22. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  23. 5964fb7 management: Making LocalControlHeader encoding independent of Interest/Data wire by Alexander Afanasyev · 10 years ago
  24. 6d48bc1 management: Finalizing LocalControlHeader implementation by Alexander Afanasyev · 10 years ago
  25. 809805d encoding: Optimized Data packet encoding, preparation for memory-efficient signing operation by Alexander Afanasyev · 10 years ago
  26. 95b0e34 data: Implementing FinalBlockId in Data packet's MetaInfo section by Alexander Afanasyev · 10 years ago
  27. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 10 years ago
  28. a4e5767 interest+data: Add incomingFaceId into Interest and Data. by Yingdi Yu · 10 years ago
  29. 196b9aa data: Ensure that content block always exists, even content wasn't set explicitly by Alexander Afanasyev · 10 years ago
  30. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed from include/ndn-cpp-dev/data.hpp]
  31. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed from include/ndn-cpp/data.hpp]
  32. 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 11 years ago
  33. 7b4a7fc name+data: Small improvements by Alexander Afanasyev · 11 years ago
  34. ec3cbad data: Extensions to simplify coding by Alexander Afanasyev · 11 years ago
  35. ad39b18 data: Small API to update SignatureValue directly, without replacing the whole Signature (both Info and Value block) by Alexander Afanasyev · 11 years ago
  36. e0c02f5 node+face-management-protocol: Finalizing prefix registration (selfreg) by Alexander Afanasyev · 11 years ago
  37. 277f469 data: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  38. 4ff3c91 data: Add ability to print out information about Data packet using std::ostream by Alexander Afanasyev · 11 years ago
  39. a61757b data: setName method is no longer virtual by Alexander Afanasyev · 11 years ago
  40. 2ba8f66 data: Corrections and separations for Data abstraction by Alexander Afanasyev · 11 years ago
  41. fadc97d data: Converting Data packet and related fields to TLV by Alexander Afanasyev · 11 years ago
  42. 6b58c2f Data. Fix type: setMetainfo should be setMetaInfo. by Jeff Thompson · 11 years ago
  43. f69a26e Data MetaInfo: Remove unused setFinalBlockID which take uint8_t*, etc. The Name::Component constructor can do this. by Jeff Thompson · 11 years ago
  44. ee2bf57 MetaInfo: Added setFinalBlockID for Name::Component. by Jeff Thompson · 11 years ago
  45. f1ffba8 Data: Change the cached wireEncoding_ to defaultWireEncoding_ so we only cache an encoding using the default wire format. Change getWireEncoding() to getDefaultWireEncoding(). by Jeff Thompson · 11 years ago
  46. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  47. 6d59197 Data and IdentityCertificate: Make Data::setName virtual so that IdentityCertificate::setName is sure to validate the name. by Jeff Thompson · 11 years ago
  48. 25bfdca Data: add a copy constructor and assignment operator to clone the signature pointer. by Jeff Thompson · 11 years ago
  49. 63631b7 Data: Added version of setContent which takes a Blob. by Jeff Thompson · 11 years ago
  50. 70d0e46 MetaInfo: added setFinalBlockID that takes a Blob. by Jeff Thompson · 11 years ago
  51. c69163b security: Change to use IdentityCertificate instead of Certificate where needed. by Jeff Thompson · 11 years ago
  52. 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[Renamed (97%) from ndn-cpp/data.hpp]
  53. fd2a7ef documentation: Fix comment in Signature class. by Jeff Thompson · 11 years ago
  54. 1fe62d4 documentation: In Signature, fix typo in comment. by Jeff Thompson · 11 years ago
  55. 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
  56. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  57. b697c5d Added getWireEncoding. by Jeff Thompson · 11 years ago
  58. 3776d1c Move key.hpp to sha256-with-rsa-signature.hpp. by Jeff Thompson · 11 years ago
  59. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  60. 3352fc2 Cody style for pointers. by Jeff Thompson · 11 years ago
  61. b7aefa00 Make Data wireEncode and wireDecode set the wireEncoding_, and setter functions clear it. by Jeff Thompson · 11 years ago
  62. 0cd8c4a Update doc comments on setName and setMetaInfo. by Jeff Thompson · 11 years ago
  63. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  64. 20af073 Make Signature an abstract base class and added subclass Sha256WithRsaSignature. Change Data.signature to a pointer to a Signature. by Jeff Thompson · 11 years ago
  65. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  66. 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
  67. 6a51333 In Data.getContent, return Blob. by Jeff Thompson · 11 years ago
  68. 85db6d7 Make MetaInfo.finalBlockID a Name::Component. by Jeff Thompson · 11 years ago
  69. 0899c0f Make Data content_ use a Blob. by Jeff Thompson · 11 years ago
  70. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  71. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  72. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  73. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  74. d877635 Change SignedInfo type to use enum type ndn_ContentType by Jeff Thompson · 11 years ago
  75. 4962c62 Fix bug: getter methods for vectors should return a reference. by Jeff Thompson · 11 years ago
  76. f842d21 Added signature.clear by Jeff Thompson · 11 years ago
  77. 237fbc0 In Signature, getters for vector should return a reference. by Jeff Thompson · 11 years ago
  78. ac1b0ac Added non-const getters for vector members so they can be manipulated directly. by Jeff Thompson · 11 years ago
  79. f5dbd27 Added Data constructor with Name by Jeff Thompson · 11 years ago
  80. 46bd45f Added setter methods. by Jeff Thompson · 11 years ago
  81. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  82. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  83. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  84. f544701 In encode and decode with default WireFormat, use WireFormat::getDefaultWireFormat() by Jeff Thompson · 11 years ago
  85. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (82%) from ndn-cpp/ContentObject.hpp]
  86. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  87. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  88. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  89. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  90. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago