1. 3e88fa3 Blob: In Blob constructor which takes a shared_ptr for a non-const vector, need to explicitly cast to const. by Jeff Thompson · 11 years ago
  2. e589c3f Code style: Replace tab with space. by Jeff Thompson · 11 years ago
  3. c69163b security: Change to use IdentityCertificate instead of Certificate where needed. by Jeff Thompson · 11 years ago
  4. 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 (89%) from ndn-cpp/util/blob.hpp]
  5. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  6. 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
  7. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  8. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  9. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  10. d0be471 Added constructor Blob(const ptr_lib::shared_ptr<const std::vector<unsigned char> > &value). by Jeff Thompson · 11 years ago
  11. f6d5a62 Fix code style. by Jeff Thompson · 11 years ago
  12. e5ddbed Make size and buf check for null. by Jeff Thompson · 11 years ago
  13. 0e6d142 Make Blob inherit from shared_ptr<const vector<unsigned char> > by Jeff Thompson · 11 years ago
  14. 675d71a Update documentation. by Jeff Thompson · 11 years ago
  15. 25e8938 Added blob.hpp by Jeff Thompson · 11 years ago