Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
f51f9a50b88647ddcd8a93dc5ffd2f800e6c8479
/
ndn-cpp
/
c
/
util
f51f9a5
time: Fix bug in ndn_toIsoString: Return an error if the time is out of range.
by Jeff Thompson
· 11 years ago
30f0afe
time: Fix bug in ndn_toIsoString: Need to explicitly take the floor of the floating point seconds.
by Jeff Thompson
· 11 years ago
d32bab6
time support: For portability, also include <time.h>
by Jeff Thompson
· 11 years ago
ea94620
time support: check and define NDN_CPP_HAVE_GMTIME_SUPPORT. In ndn_toIsoString and ndn_fromIsoString, return an error if not supported.
by Jeff Thompson
· 11 years ago
fdaaa58
DER encoding: implement DerGtime::fromIsoString.
by Jeff Thompson
· 11 years ago
5a6ce83
DER ecncoding: implement DerGtime::toIsoString.
by Jeff Thompson
· 11 years ago
9a8e82f
common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate.
by Jeff Thompson
· 11 years ago
9ae4d78
util: Move getNowMilliseconds from node.cpp to c/util/time.c.
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
649e95f
make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h
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
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
d1427fb
Cody style: Replace init with initialize.
by Jeff Thompson
· 11 years ago
8dc775b
Added blob.h
by Jeff Thompson
· 11 years ago
3af7e79
Added C crypto.c for digestSha256
by Jeff Thompson
· 11 years ago
2f0bd00
Fix bug in ndn_memcmp: need to return the result of memcmp.
by Jeff Thompson
· 11 years ago
8e2177b
Fix bug in ndn_memcmp: need to call memcmp, not memcpy
by Jeff Thompson
· 11 years ago
9254d74
Make ndn_DynamicUCharArray realloc take a self pointer.
by Jeff Thompson
· 11 years ago
2d27e2f
Convert tabs to spaces.
by Jeff Thompson
· 11 years ago
adaf923
To avoid warnings on some compilers, return NDN_ERROR_success instead of 0.
by Jeff Thompson
· 11 years ago
94ddc27
To avoid warnings on some compilers added extra parens to if ((error = func()))
by Jeff Thompson
· 11 years ago
f2349af
Use NDN_ERROR_success instead of (ndn_Error)0
by Jeff Thompson
· 11 years ago
a0d18c9
Code style: replace tabs with spaces
by Jeff Thompson
· 11 years ago
5341219
Major code style change to rename all files to lower case.
by Jeff Thompson
· 11 years ago
4554509
Added ndn_realloc
by Jeff Thompson
· 11 years ago
7ca936b
Fix comment.
by Jeff Thompson
· 11 years ago
d4a1e16
Added ndn_memcmp
by Jeff Thompson
· 11 years ago
8b66600
Change all C code to return ndn_Error enum instead of char * error string.
by Jeff Thompson
· 11 years ago
47eecfc
Change all copyright notices to refer to file COPYING
by Jeff Thompson
· 11 years ago
4f93888
Implement reallocArray.
by Jeff Thompson
· 11 years ago
6cb56f9
Move C code into ndn-cpp/c
by Jeff Thompson
· 11 years ago