1. 4affbf5 code style: Don't use std:: inside .cpp files. by Jeff Thompson · 11 years ago
  2. 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
  3. fdaaa58 DER encoding: implement DerGtime::fromIsoString. by Jeff Thompson · 11 years ago
  4. 5a6ce83 DER ecncoding: implement DerGtime::toIsoString. by Jeff Thompson · 11 years ago
  5. 6759833 DER encoding: implement Certificate::printCertificate(). by Jeff Thompson · 11 years ago
  6. e37aa21 DER encoding: added PrintVisitor. by Jeff Thompson · 11 years ago
  7. 415da1e DER encoding: Added CertificateDataVisitor and use in Certificate::decode. by Jeff Thompson · 11 years ago
  8. 2d47db7 DER encoding: Define InputIterator and OutputIterator in der.hpp and use as in the original. by Jeff Thompson · 11 years ago
  9. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  10. 161a2e0 code style: der.cpp: fix indentation after converting tabs. by Jeff Thompson · 11 years ago
  11. 1f7f206 code style: der.cpp: replace tab with space. by Jeff Thompson · 11 years ago
  12. 7ff36fe code style: member variables end with _ by Jeff Thompson · 11 years ago
  13. a92861a DER encoding: Implement DerNode and subclasses. by Jeff Thompson · 11 years ago
  14. 84cfe1d DER encoding: Temporarily comment out calls to DER functions until they are defined. by Jeff Thompson · 11 years ago
  15. d0a7d6d DER: In visitor code, use ndnboost::any. We can use ndnboost::any because this is an internal header and will not conflict with the application if it uses boost::any. by Jeff Thompson · 11 years ago
  16. 736a182 DER encoding: Make the Any stub a class with stub constructors. by Jeff Thompson · 11 years ago
  17. cfed832 DER encoding: Add stub for SimpleVisitor implementation. by Jeff Thompson · 11 years ago
  18. 6656585 DER encoding: implement VoidVisitor and NoArgumentsVisitor by Jeff Thompson · 11 years ago
  19. cf6b431 security: Temporarily move the Time definition into common.hpp. by Jeff Thompson · 11 years ago
  20. 958bf9b security: Added headers for der encoding. Added CertificateExtension and CertificateSubjectDescription. by Jeff Thompson · 11 years ago