Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
68192a3879fc2e67bddbd9f6df05a3b2a6fd14d5
/
ndn-cpp
/
util
68192a3
DER encoding: implement Certificate::encode.
by Jeff Thompson
· 11 years ago
e589c3f
Code style: Replace tab with space.
by Jeff Thompson
· 11 years ago
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
b752300
make: In ndn-cpp-config.h, to avoid polluting the global name space, generate NDN_CPP_HAVE_BOOST_FUNCTION etc. instead of HAVE_BOOST_FUNCTION, etc.
by Jeff Thompson
· 11 years ago
9303453
Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob.
by Jeff Thompson
· 11 years ago
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
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
e2cd587
Added logging.hpp.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
aedee94
Added a default constructor.
by Jeff Thompson
· 11 years ago
a04f23c
Added ChangedEvent.
by Jeff Thompson
· 11 years ago
d56753e
Added SignedBlob.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
d0be471
Added constructor Blob(const ptr_lib::shared_ptr<const std::vector<unsigned char> > &value).
by Jeff Thompson
· 11 years ago
f6d5a62
Fix code style.
by Jeff Thompson
· 11 years ago
e5ddbed
Make size and buf check for null.
by Jeff Thompson
· 11 years ago
0e6d142
Make Blob inherit from shared_ptr<const vector<unsigned char> >
by Jeff Thompson
· 11 years ago
675d71a
Update documentation.
by Jeff Thompson
· 11 years ago
25e8938
Added blob.hpp
by Jeff Thompson
· 11 years ago
1656e6a
Code style: Declare (Type& value) instead of (Type &value)
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
5dbf543
Don't need ndn:: qualifier on vector_
by Jeff Thompson
· 11 years ago
1e2180f
Fix bug: need to use resize, not reserve.
by Jeff Thompson
· 11 years ago
529779a
Added DynamicUCharVector.
by Jeff Thompson
· 11 years ago
6cb56f9
Move C code into ndn-cpp/c
by Jeff Thompson
· 11 years ago
2275e60
Added ndn_memcpy_stub_to_avoid_empty_file_warning, etc.
by Jeff Thompson
· 11 years ago
519bcab
Add doc comments
by Jeff Thompson
· 11 years ago
2630dd0
ndn_memory.h should be in the header file
by Jeff Thompson
· 11 years ago
76de4a0
Added DynamicUCharArray
by Jeff Thompson
· 11 years ago
f418fe0
Use ndn_memcpy and ndn_memset based on HAVE_MEMCPY and HAVE_MEMSET
by Jeff Thompson
· 11 years ago