1. 3bb843b Rename key.cpp to key-locator.cpp. Refs #1089. by Jeff Thompson · 11 years ago
  2. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  3. 98ec85a Rename key.h to key-locator.h. Refs #1089. by Jeff Thompson · 11 years ago
  4. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  5. 3a2eb2f security: Added SelfVerifyPolicyManager. by Jeff Thompson · 11 years ago
  6. 687ea65 tests: Add initial test-encode-decode-benchmark by Jeff Thompson · 11 years ago
  7. 5ae3c90 make: In include/Makefile.am, use $(wildcard) so that we only list directories. by Jeff Thompson · 11 years ago
  8. dc2c430 make: Add ax_lib_sqlite3.m4, etc. to m4 directory so that autogen.sh works out of the box. Refs #1064. by Jeff Thompson · 11 years ago
  9. 22285ec security: Remove IdentityStorage::getKeyNameForCertificate. Make getNewKeyName not virtual. by Jeff Thompson · 11 years ago
  10. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago
  11. e37aa21 DER encoding: added PrintVisitor. by Jeff Thompson · 11 years ago
  12. 68192a3 DER encoding: implement Certificate::encode. by Jeff Thompson · 11 years ago
  13. 415da1e DER encoding: Added CertificateDataVisitor and use in Certificate::decode. by Jeff Thompson · 11 years ago
  14. a5dc351 security: Implement most of Certificate.cpp by Jeff Thompson · 11 years ago
  15. a92861a DER encoding: Implement DerNode and subclasses. by Jeff Thompson · 11 years ago
  16. 6656585 DER encoding: implement VoidVisitor and NoArgumentsVisitor by Jeff Thompson · 11 years ago
  17. 173fd43 security: Implement IdentityCertificate. by Jeff Thompson · 11 years ago
  18. 958bf9b security: Added headers for der encoding. Added CertificateExtension and CertificateSubjectDescription. by Jeff Thompson · 11 years ago
  19. 31b5c2f encoding: Move oid support from security/certificate to encoding. by Jeff Thompson · 11 years ago
  20. cf0fdd9 security: Added IdentityCertificate stub. by Jeff Thompson · 11 years ago
  21. 0a6c027 make: Change test programs to noinst_PROGRAMS to not install. by Jeff Thompson · 11 years ago
  22. f39a536 security: In IdentityManager, move addCertificateAsDefault into the cpp file. Publish certificate.hpp by Jeff Thompson · 11 years ago
  23. 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
  24. 6e22904 make: Create include directory for make install to install headers. Put ndn-cpp-config.h in include/ndn-cpp. by Jeff Thompson · 11 years ago
  25. 23cb742 make: Added AC_CONFIG_MACRO_DIR([m4]). by Jeff Thompson · 11 years ago
  26. 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
  27. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  28. 18404ab make: Added basic-identity-storage and osx-private-key-storage. by Jeff Thompson · 11 years ago
  29. 2bf5cdf make: In libndn-cpp, also include the C code so that the C++ application doesn't need to link to libndn-c. by Jeff Thompson · 11 years ago
  30. 965a324 make: Added AX_LIB_SQLITE3 by Jeff Thompson · 11 years ago
  31. 1f8a31a ForwardingFlags: Added ForwardingFlags class and use it in registerPrefix and ForwardingEntry instead of int flags. by Jeff Thompson · 11 years ago
  32. 79a2d5d security: Added EncryptionManager. by Jeff Thompson · 11 years ago
  33. 3f3cfd3 security: Added NoVerifyPolicyManager. by Jeff Thompson · 11 years ago
  34. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  35. c868dd0 config: Added c/common.h and move check for uint8_t into there. by Jeff Thompson · 11 years ago
  36. 6c314bc security: Added MemoryIdentityStorage and MemoryPrivateKeyStorage. by Jeff Thompson · 11 years ago
  37. c057343 security: Added PublicKey and OID classes. by Jeff Thompson · 11 years ago
  38. e2cd587 Added logging.hpp. by Jeff Thompson · 11 years ago
  39. a04f23c Added ChangedEvent. by Jeff Thompson · 11 years ago
  40. d56753e Added SignedBlob. by Jeff Thompson · 11 years ago
  41. 7b79eb6 Move identity-manager.cpp to identity subfolder. Added initial private-key-storage. by Jeff Thompson · 11 years ago
  42. 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
  43. 4147191 Added initial IdentityManager. by Jeff Thompson · 11 years ago
  44. 25e8938 Added blob.hpp by Jeff Thompson · 11 years ago
  45. 8dc775b Added blob.h by Jeff Thompson · 11 years ago
  46. 990599b Added support for ForwardingEntry. by Jeff Thompson · 11 years ago
  47. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago
  48. cf624b9 Added test-publish-async.cpp by Jeff Thompson · 11 years ago
  49. 3af7e79 Added C crypto.c for digestSha256 by Jeff Thompson · 11 years ago
  50. 7aec025 Major change: in expressInterest, remove the Closure class and use function objects for onData and onTimeout. by Jeff Thompson · 11 years ago
  51. 6cd5931 Added node.cpp by Jeff Thompson · 11 years ago
  52. 2e0e088 Added ndn_Exclude_compareComponents. by Jeff Thompson · 11 years ago
  53. f1ba9bd Added ndn_Name_match. by Jeff Thompson · 11 years ago
  54. 529779a Added DynamicUCharVector. by Jeff Thompson · 11 years ago
  55. 9208004 Don't need libssl (only libcrypto) by Jeff Thompson · 11 years ago
  56. 8a055e0 Use AC_CHECK_LIB for ssl and crypto by Jeff Thompson · 11 years ago
  57. a0c6077 In LDADD, put OPENSSL_LIBS first by Jeff Thompson · 11 years ago
  58. b3768ae Added KeyChain and link to libssl by Jeff Thompson · 11 years ago
  59. 11b1cb6 Added common.cpp by Jeff Thompson · 11 years ago
  60. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  61. 734671e When linking, need libndn-cpp before libndn-c (for Ubuntu) by Jeff Thompson · 11 years ago
  62. 4f03164 Use AC_PROG_LIBTOOL by Jeff Thompson · 11 years ago
  63. 47053ad Added AM_MAINTAINER_MODE to configure.ac by Jeff Thompson · 11 years ago
  64. e32adb6 Rename test-encode-decode-interest.cpp (lower case) by Jeff Thompson · 11 years ago
  65. b9e3c8e Major update to rename NDN class to Face by Jeff Thompson · 11 years ago
  66. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  67. 0aa754a Move functionality into ndn_SocketTransport base class. by Jeff Thompson · 11 years ago
  68. bc53c52 Added UdpTransport by Jeff Thompson · 11 years ago
  69. 4554509 Added ndn_realloc by Jeff Thompson · 11 years ago
  70. b982b6d Added Closure class by Jeff Thompson · 11 years ago
  71. aa4e6db Added initial NDN class by Jeff Thompson · 11 years ago
  72. 0e72a16 Rename TcpTransport2.cpp to TcpTransport.cpp by Jeff Thompson · 11 years ago
  73. 25f8e61 Rename network directory to transport by Jeff Thompson · 11 years ago
  74. c98be1a Added test-get-async by Jeff Thompson · 11 years ago
  75. 7850d78 Added initial TcpTransport by Jeff Thompson · 11 years ago
  76. 9915bdd Added BinaryXMLKey by Jeff Thompson · 11 years ago
  77. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  78. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  79. 5eb86ac Added Interest. by Jeff Thompson · 11 years ago
  80. 617dadb Update header file dependencies by Jeff Thompson · 11 years ago
  81. cc2474f Put the executables in subdir bin by Jeff Thompson · 11 years ago
  82. b1fd6dd Added BinaryXMLEncoder. by Jeff Thompson · 11 years ago
  83. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago
  84. 27e2feb Added BinaryXMLEncoder by Jeff Thompson · 11 years ago
  85. 1a1b4c0 Added AM_PROG_CC_C_O to configure.ac by Jeff Thompson · 11 years ago
  86. c896365 Added initial BinaryXMLEncoder by Jeff Thompson · 11 years ago
  87. 4881511 Move to use Name.cpp by Jeff Thompson · 11 years ago
  88. 08d5629 Make Name.h use externally allocated components array by Jeff Thompson · 11 years ago
  89. f418fe0 Use ndn_memcpy and ndn_memset based on HAVE_MEMCPY and HAVE_MEMSET by Jeff Thompson · 11 years ago
  90. 1a4ca7f Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago
  91. ca45e55 Added support for make doxygen-doc by Jeff Thompson · 11 years ago
  92. 42cea3a Rename folder wire to encoding by Jeff Thompson · 11 years ago
  93. 3b3aabf Make static ndn-cpp.a. Remove libtool dynamic linking. by Jeff Thompson · 11 years ago
  94. 3617406 Enable make ndn-cpp.a by Jeff Thompson · 11 years ago
  95. 1b8f4c9 In configure, check for C++11 by Jeff Thompson · 11 years ago
  96. 39128c6 Added output files from autogen by Jeff Thompson · 11 years ago