1. c4b7598 examples: Add very basic consumer/producer apps by Alexander Afanasyev · 11 years ago
  2. 303b350 tools: Adding tlvdump app that visualizes TLV encoding stored in files by Alexander Afanasyev · 11 years ago
  3. 636e9f1 encoding/tlv: Updating type assignment and fixing test cases by Alexander Afanasyev · 11 years ago
  4. fad679c tests: Conditional compilation of tests (including boost-based unit tests) by Alexander Afanasyev · 11 years ago
  5. d155da4 build: Conditional enabling of osx-private-key-storage compilation by Alexander Afanasyev · 11 years ago
  6. c5bb2ad build: Add check for required Crypto++ library by Alexander Afanasyev · 11 years ago
  7. 8548084 binary-xml-wire-format: Partial enabling of binary-xml-wire-format by Alexander Afanasyev · 11 years ago
  8. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  9. fb13ee6 build: Disabling (temporary) compilation of binary-xml-wire-format.cpp by Alexander Afanasyev · 11 years ago
  10. 0ea6e08 security: CryptoPP functions are used directly to encode/decode DER/BER by Alexander Afanasyev · 11 years ago
  11. e2e3ca5 c++-util: Add helper to convert time to/from string by Alexander Afanasyev · 11 years ago
  12. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  13. fe3b150 transport: Implementation of semi-async UNIX transport (for TLV format only) by Alexander Afanasyev · 11 years ago
  14. 895b2f3 face-management-protocol: Converting ForwardingEntry and ForwardingFlags to TLV by Alexander Afanasyev · 11 years ago
  15. af283d8 name: Converting Name to TLV by Alexander Afanasyev · 11 years ago
  16. 2ba8f66 data: Corrections and separations for Data abstraction by Alexander Afanasyev · 11 years ago
  17. b3a6af4 exclude: Porting implementation Exclude filter from ndn.cxx by Alexander Afanasyev · 11 years ago
  18. 13bb51a encoding: Add TLV-related definitions, data structures, abstraction, and functions by Alexander Afanasyev · 11 years ago
  19. 0d3671a build: Disable modification of global LIBS variable and explicitly specify library's CFLAGS, LDFLAGS, and LIBS variables by Alexander Afanasyev · 11 years ago
  20. 7eb64f1 build: Makefile.am corrections (separate Makefile.am for tests) by Alexander Afanasyev · 11 years ago
  21. 3bb843b Rename key.cpp to key-locator.cpp. Refs #1089. by Jeff Thompson · 11 years ago
  22. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  23. 98ec85a Rename key.h to key-locator.h. Refs #1089. by Jeff Thompson · 11 years ago
  24. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  25. 3a2eb2f security: Added SelfVerifyPolicyManager. by Jeff Thompson · 11 years ago
  26. 687ea65 tests: Add initial test-encode-decode-benchmark by Jeff Thompson · 11 years ago
  27. 5ae3c90 make: In include/Makefile.am, use $(wildcard) so that we only list directories. by Jeff Thompson · 11 years ago
  28. 22285ec security: Remove IdentityStorage::getKeyNameForCertificate. Make getNewKeyName not virtual. by Jeff Thompson · 11 years ago
  29. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago
  30. e37aa21 DER encoding: added PrintVisitor. by Jeff Thompson · 11 years ago
  31. 68192a3 DER encoding: implement Certificate::encode. by Jeff Thompson · 11 years ago
  32. 415da1e DER encoding: Added CertificateDataVisitor and use in Certificate::decode. by Jeff Thompson · 11 years ago
  33. a5dc351 security: Implement most of Certificate.cpp by Jeff Thompson · 11 years ago
  34. a92861a DER encoding: Implement DerNode and subclasses. by Jeff Thompson · 11 years ago
  35. 6656585 DER encoding: implement VoidVisitor and NoArgumentsVisitor by Jeff Thompson · 11 years ago
  36. 173fd43 security: Implement IdentityCertificate. by Jeff Thompson · 11 years ago
  37. 958bf9b security: Added headers for der encoding. Added CertificateExtension and CertificateSubjectDescription. by Jeff Thompson · 11 years ago
  38. 31b5c2f encoding: Move oid support from security/certificate to encoding. by Jeff Thompson · 11 years ago
  39. cf0fdd9 security: Added IdentityCertificate stub. by Jeff Thompson · 11 years ago
  40. 0a6c027 make: Change test programs to noinst_PROGRAMS to not install. by Jeff Thompson · 11 years ago
  41. f39a536 security: In IdentityManager, move addCertificateAsDefault into the cpp file. Publish certificate.hpp by Jeff Thompson · 11 years ago
  42. 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
  43. 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
  44. 23cb742 make: Added AC_CONFIG_MACRO_DIR([m4]). by Jeff Thompson · 11 years ago
  45. 649e95f make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h by Jeff Thompson · 11 years ago
  46. 18404ab make: Added basic-identity-storage and osx-private-key-storage. by Jeff Thompson · 11 years ago
  47. 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
  48. 1f8a31a ForwardingFlags: Added ForwardingFlags class and use it in registerPrefix and ForwardingEntry instead of int flags. by Jeff Thompson · 11 years ago
  49. 79a2d5d security: Added EncryptionManager. by Jeff Thompson · 11 years ago
  50. 3f3cfd3 security: Added NoVerifyPolicyManager. by Jeff Thompson · 11 years ago
  51. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  52. c868dd0 config: Added c/common.h and move check for uint8_t into there. by Jeff Thompson · 11 years ago
  53. 6c314bc security: Added MemoryIdentityStorage and MemoryPrivateKeyStorage. by Jeff Thompson · 11 years ago
  54. c057343 security: Added PublicKey and OID classes. by Jeff Thompson · 11 years ago
  55. e2cd587 Added logging.hpp. by Jeff Thompson · 11 years ago
  56. a04f23c Added ChangedEvent. by Jeff Thompson · 11 years ago
  57. d56753e Added SignedBlob. by Jeff Thompson · 11 years ago
  58. 7b79eb6 Move identity-manager.cpp to identity subfolder. Added initial private-key-storage. by Jeff Thompson · 11 years ago
  59. 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
  60. 4147191 Added initial IdentityManager. by Jeff Thompson · 11 years ago
  61. 25e8938 Added blob.hpp by Jeff Thompson · 11 years ago
  62. 8dc775b Added blob.h by Jeff Thompson · 11 years ago
  63. 990599b Added support for ForwardingEntry. by Jeff Thompson · 11 years ago
  64. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago
  65. cf624b9 Added test-publish-async.cpp by Jeff Thompson · 11 years ago
  66. 3af7e79 Added C crypto.c for digestSha256 by Jeff Thompson · 11 years ago
  67. 7aec025 Major change: in expressInterest, remove the Closure class and use function objects for onData and onTimeout. by Jeff Thompson · 11 years ago
  68. 6cd5931 Added node.cpp by Jeff Thompson · 11 years ago
  69. 2e0e088 Added ndn_Exclude_compareComponents. by Jeff Thompson · 11 years ago
  70. f1ba9bd Added ndn_Name_match. by Jeff Thompson · 11 years ago
  71. 529779a Added DynamicUCharVector. by Jeff Thompson · 11 years ago
  72. 8a055e0 Use AC_CHECK_LIB for ssl and crypto by Jeff Thompson · 11 years ago
  73. a0c6077 In LDADD, put OPENSSL_LIBS first by Jeff Thompson · 11 years ago
  74. b3768ae Added KeyChain and link to libssl by Jeff Thompson · 11 years ago
  75. a8d7b06 Added ndn::toHex by Jeff Thompson · 11 years ago
  76. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  77. 734671e When linking, need libndn-cpp before libndn-c (for Ubuntu) by Jeff Thompson · 11 years ago
  78. 4f03164 Use AC_PROG_LIBTOOL by Jeff Thompson · 11 years ago
  79. e32adb6 Rename test-encode-decode-interest.cpp (lower case) by Jeff Thompson · 11 years ago
  80. b9e3c8e Major update to rename NDN class to Face by Jeff Thompson · 11 years ago
  81. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago
  82. 0aa754a Move functionality into ndn_SocketTransport base class. by Jeff Thompson · 11 years ago
  83. bc53c52 Added UdpTransport by Jeff Thompson · 11 years ago
  84. 4554509 Added ndn_realloc by Jeff Thompson · 11 years ago
  85. b982b6d Added Closure class by Jeff Thompson · 11 years ago
  86. aa4e6db Added initial NDN class by Jeff Thompson · 11 years ago
  87. 0e72a16 Rename TcpTransport2.cpp to TcpTransport.cpp by Jeff Thompson · 11 years ago
  88. 25f8e61 Rename network directory to transport by Jeff Thompson · 11 years ago
  89. c98be1a Added test-get-async by Jeff Thompson · 11 years ago
  90. 7850d78 Added initial TcpTransport by Jeff Thompson · 11 years ago
  91. 9915bdd Added BinaryXMLKey by Jeff Thompson · 11 years ago
  92. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  93. 8b66600 Change all C code to return ndn_Error enum instead of char * error string. by Jeff Thompson · 11 years ago
  94. 5eb86ac Added Interest. by Jeff Thompson · 11 years ago
  95. 617dadb Update header file dependencies by Jeff Thompson · 11 years ago
  96. cc2474f Put the executables in subdir bin by Jeff Thompson · 11 years ago
  97. b1fd6dd Added BinaryXMLEncoder. by Jeff Thompson · 11 years ago
  98. 6cb56f9 Move C code into ndn-cpp/c by Jeff Thompson · 11 years ago
  99. 27e2feb Added BinaryXMLEncoder by Jeff Thompson · 11 years ago
  100. c896365 Added initial BinaryXMLEncoder by Jeff Thompson · 11 years ago