1. bf4652a src+build: Removing autogenerated files from the git repo by Alexander Afanasyev · 11 years ago
  2. 830553b tests: In test-get-async, temporarily connect directly to borges.metwi.ucla.edu until the test repo is connected to the NDN testbed. by Jeff Thompson · 11 years ago
  3. 5318ce0 Node: internal: In node.cpp, use Name size() instead of deprecated getComponentCount. by Jeff Thompson · 11 years ago
  4. 2787b41 Merge branch 'issue/1091-const-CertificateSubjectDescription-getOidString'. Refs #1091. by Jeff Thompson · 11 years ago
  5. 9afac39 security: In CertificateExtension, make toDer and derDerBlob const. Refs #1091. by Jeff Thompson · 11 years ago
  6. 61a25ff security: In CertificateSubjectDescription, make toDer and getOidString const. Refs #1091. by Jeff Thompson · 11 years ago
  7. 6c729a2 encoding: In OID, make toString, operator== and operator!= const. Refs #1091. by Jeff Thompson · 11 years ago
  8. 6ef69b2 security: In Certificate, added getSubjectDescriptionList and getExtensionList. by Jeff Thompson · 11 years ago
  9. 2105dbe security: internal: In Sha256WithRsaHandler, renamed verify to verifySignature. by Jeff Thompson · 11 years ago
  10. 7c4685d Merge branch 'issue/1090-always-use-ptr_lib-with-shared_ptr'. Refs #1090. by Jeff Thompson · 11 years ago
  11. 25ee2f7 tests: In test-publish-async, explicitly use func_lib::ref. Refs #1090. by Jeff Thompson · 11 years ago
  12. ce11576 In all .cpp files, remove using namespace ndn::ptr_lib and explicitly use ptr_lib::shared_ptr and make_shared. by Jeff Thompson · 11 years ago
  13. 82568ad Name: Added function breadthFirstLess to use in sort, and function object BreadthFirstLess to use in map. by Jeff Thompson · 11 years ago
  14. 7b8b729 Merge branch 'issue/1089-rename-key-hpp-to-key-locator-hpp'. Refs #1089. by Jeff Thompson · 11 years ago
  15. 3bb843b Rename key.cpp to key-locator.cpp. Refs #1089. by Jeff Thompson · 11 years ago
  16. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  17. 98ec85a Rename key.h to key-locator.h. Refs #1089. by Jeff Thompson · 11 years ago
  18. 7781b39 Name: In set and fromEscapedString, support std::string as well as char *. by Jeff Thompson · 11 years ago
  19. 9ff1957 Merge branch 'issue/1088-remove-certificate-version-in-key-locator-name'. Refs #1088. by Jeff Thompson · 11 years ago
  20. 40ada91 security: In IdentityManager::signByCertificate, when setting the KeyLocator keyName, use certificateName.getPrefix(-1) to remove the version number. Refs #1088. by Jeff Thompson · 11 years ago
  21. d5e5cc6 Merge branch 'issue/1086-name-getPrefix-negative-argument'. Refs #1086. by Jeff Thompson · 11 years ago
  22. eb0358f Name: In getPrefix, support a negative argument, e.g. getPrefix(-1). Refs #1086. by Jeff Thompson · 11 years ago
  23. 6504690 Merge branch 'issue/1085-add-name-component-comparison-operators'. Refs #1085. by Jeff Thompson · 11 years ago
  24. a98000c Name: In Name::Component, added operator<, etc. for comparison. Refs #1085. by Jeff Thompson · 11 years ago
  25. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  26. 36fe1bc security: In SelfVerifyPolicyManager, fix typo in comment. by Jeff Thompson · 11 years ago
  27. ed978ee security: documentation: Fix typo in comment for decrypt and encrypt. by Jeff Thompson · 11 years ago
  28. 10a8c38 security: documentation: Fix doc comment for PublicKey constructor and getDigest. by Jeff Thompson · 11 years ago
  29. b33b21e tests: In benchmarkEncodeDecodeDataCpp, fix comment. by Jeff Thompson · 11 years ago
  30. bebe32c tests: In benchmarkEncodeDecodeDataCpp, change the debug nIterations back to the real values. by Jeff Thompson · 11 years ago
  31. 00a7c7d Der encoding: in PublicKeyVisitor, restore the use of dynamic_pointer_cast. by Jeff Thompson · 11 years ago
  32. 44929d0 util: Fix typo on logging.hpp for include common.hpp. by Jeff Thompson · 11 years ago
  33. 3e88fa3 Blob: In Blob constructor which takes a shared_ptr for a non-const vector, need to explicitly cast to const. by Jeff Thompson · 11 years ago
  34. 3d5096c Der encoding: DerNode::accept is not const, so we need a list of non-const children. by Jeff Thompson · 11 years ago
  35. e0dc339 Face: In Face constructor, use shared_ptr instead of default make_shared. by Jeff Thompson · 11 years ago
  36. 06d1780 tests: Don't use namespace ptr_lib and qualify ptr_lib::shared_ptr explicitly in case the application also uses std::shared_ptr, etc. by Jeff Thompson · 11 years ago
  37. 987395e tests: in test-publish-async, needed to use namespace func_lib for ref. by Jeff Thompson · 11 years ago
  38. 03c423b Node: In NdndIdFetcher, in onData, should get a const pointer to the signature. by Jeff Thompson · 11 years ago
  39. c38ee7f encoding: In DynamicUInt8Vector, get should return a non-const result. by Jeff Thompson · 11 years ago
  40. 4c66e71 tests: In benchmarkEncodeDecodeDataCpp, fix comment. by Jeff Thompson · 11 years ago
  41. c5eec8d tests: In benchmarkEncodeDecodeDataCpp, fix type in comment. by Jeff Thompson · 11 years ago
  42. 9e387fe tests: Fix DEFAULT_PUBLIC_KEY_DER format. by Jeff Thompson · 11 years ago
  43. 30d3e6c tests: In benchmarks, added crypto for C encoding and decoding. by Jeff Thompson · 11 years ago
  44. 3a2eb2f security: Added SelfVerifyPolicyManager. by Jeff Thompson · 11 years ago
  45. 70e8080 tests: In Benchmark, added sign/verify, simple/complex and encoding for C. by Jeff Thompson · 11 years ago
  46. fc8380f encoding: In ndn_decodeBinaryXmlName, use ndn_Name_appendBlob. by Jeff Thompson · 11 years ago
  47. e7ab944 Name: In C ndn_Name, added appendComponent, appendBlob and appendString. by Jeff Thompson · 11 years ago
  48. 3aa2d54 encoding: In BinaryXmlWireFormat::encodeData, set the initial encoding buffer to 1500 bytes. by Jeff Thompson · 11 years ago
  49. fda38f5 encoding: In BinaryXmlEncoder class constructor, added parameter initialLength. by Jeff Thompson · 11 years ago
  50. ecaf326 tests: In test-encode-decode-benchmark, pass the encoding into the decode benchmark functions. by Jeff Thompson · 11 years ago
  51. 18dba8b tests: In benchmarks, change to show duration and Hz. by Jeff Thompson · 11 years ago
  52. 687ea65 tests: Add initial test-encode-decode-benchmark by Jeff Thompson · 11 years ago
  53. 1596639 security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature. by Jeff Thompson · 11 years ago
  54. 5424ab3 encoding: In BinaryXmlDecoder, cache the result of peekDTag for a speedup when decoding optional elements. by Jeff Thompson · 11 years ago
  55. 13e280b Interest: Added Interest::toUri(). by Jeff Thompson · 11 years ago
  56. 92342a9 code style: Exclude: Put return type on the previous line. by Jeff Thompson · 11 years ago
  57. 000a1e9 code style: In Exclude, put return types on previous line. by Jeff Thompson · 11 years ago
  58. 4dfca98 Exclude: Fix doc comment. by Jeff Thompson · 11 years ago
  59. f62f9f2 Interest: Moved class ExcludeEntry to inner class Exclude::Entry. by Jeff Thompson · 11 years ago
  60. 31aeed8 security: PolicyManager: In checkVerificationPolicy, pass stepCount by value since the reference is not needed to modify the caller's value, and it is copied through to the ValidationRequest constructor. by Jeff Thompson · 11 years ago
  61. 728e2d6 Merge branch 'issue/1077-fix-location-of-sqlite-identity-db'. Refs #1077. by Jeff Thompson · 11 years ago
  62. 88c77d2 CHANGELOG: Added bug 1077. Added other interim changes. Refs #1077. by Jeff Thompson · 11 years ago
  63. ac64b13 security: In BasicIdentityStorage, move the sqlite file to ~/.ndnx/ndnsec-identity.db. Refs #1077. by Jeff Thompson · 11 years ago
  64. 5ae3c90 make: In include/Makefile.am, use $(wildcard) so that we only list directories. by Jeff Thompson · 11 years ago
  65. 9f908dc Make: In INSTALL, added Development Prerequisites for Ubuntu. Split Development section into Development Prerequisites and Development since "Development" is the same for all platforms. by Jeff Thompson · 11 years ago
  66. b2b41e0 make: In INSTALL, in the Development section, added to install doxygen. by Jeff Thompson · 11 years ago
  67. 597d9fe Merge branch 'issue/1064-add-m4-files-for-autoconf'. Refs #1064. by Jeff Thompson · 11 years ago
  68. 97f4ade make: In INSTALL, in the Development section, remove instructions to download ax_lib_sqlite3.m4, etc. since they are now in the distribution. Refs #1064. by Jeff Thompson · 11 years ago
  69. 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
  70. 2ecc50a Merge branch 'issue/1072-skip-ndnboost-for-doxygen'. Refs 1072. by Jeff Thompson · 11 years ago
  71. d72c7cf make: In Doxyfile, fix EXCLUDE for ndnboost to new location include/ndnboost. by Jeff Thompson · 11 years ago
  72. 18f43e1 make: Move instructions for running ./autogen.sh from configure.ac to the Development section of INSTALL. by Jeff Thompson · 11 years ago
  73. 13527ab INSTALL: In File section, add bin/test-publish-async. by Jeff Thompson · 11 years ago
  74. a4aa4ce security: Add IdentityCertificate copy constructor. by Jeff Thompson · 11 years ago
  75. 04e2cd6 security: Add comment that the default IdentityCertificate copy constructor works. by Jeff Thompson · 11 years ago
  76. b8b6758 security: certificate-data-visitor: CertificateExtensionEntryVisitor::visit should use vector<uin8_t>, not Blob. by Jeff Thompson · 11 years ago
  77. 62f6e7a Fix clang compiler warning: Cast enum to int for comparison. by Jeff Thompson · 11 years ago
  78. f68a74a Fix from clang compiler warnings: Use explicit parentheses. by Jeff Thompson · 11 years ago
  79. e2cfa35 Fix from clang compiler warnings: Include header files to avoid implicit declaration, use explicit parentheses, use explicit cast for assignment. by Jeff Thompson · 11 years ago
  80. 3c16603 Fix from clang compiler warnings: Include header files to avoid implicit declaration. by Jeff Thompson · 11 years ago
  81. 6b58c2f Data. Fix type: setMetainfo should be setMetaInfo. by Jeff Thompson · 11 years ago
  82. f69a26e Data MetaInfo: Remove unused setFinalBlockID which take uint8_t*, etc. The Name::Component constructor can do this. by Jeff Thompson · 11 years ago
  83. ee2bf57 MetaInfo: Added setFinalBlockID for Name::Component. by Jeff Thompson · 11 years ago
  84. fff4a37 Sha256WithRsaSignature: In setSignature, etc. only take a Blob. The Blob constructor can make a copy if needed. by Jeff Thompson · 11 years ago
  85. 83bf07e Code style: In "setter" methods, use meaningful argument name instead of "value". by Jeff Thompson · 11 years ago
  86. e5c53aa code style: Put return type on the line above. by Jeff Thompson · 11 years ago
  87. 43fb822 PublisherPublicKeyDigest: in setPublisherPublicKeyDigest, just support const Blob& since the Blob constructor makes the necessary conversions. by Jeff Thompson · 11 years ago
  88. 2c8dff5 Key: in setKeyData, just support const Blob& since the Blob constructor makes the necessary conversions. by Jeff Thompson · 11 years ago
  89. f76efef Interest: In setNonce, make the argument const Blob&. by Jeff Thompson · 11 years ago
  90. 72b58a4 tests: In test-get-async, fix message string. by Jeff Thompson · 11 years ago
  91. 17cb30c transport: Remove unused member elementListener_. by Jeff Thompson · 11 years ago
  92. 1b4a7b1 doc: Add documentation for Interest constructors and methods. by Jeff Thompson · 11 years ago
  93. 1dbe80b Merge branch 'issue/1056-fix-DTAG-NDNProtocolDataUnit'. Refs #1056. by Jeff Thompson · 11 years ago
  94. d3a13e0 CHANGELOG: Added bug fix for DTAG NDNProtocolDataUnit. Refs #1056. by Jeff Thompson · 11 years ago
  95. 9b19524 Fix DTAG NDNProtocolDataUnit to encode as "NDN\202\000", same as NDNx. Refs #1056. by Jeff Thompson · 11 years ago
  96. 94bf61c encoding: Fix bug in getForwardingEntryFlags: Need to check all flags, not the first flag using "else if". by Jeff Thompson · 11 years ago
  97. 978c152 Face: In expressInterest, add optional wireFormat argument. by Jeff Thompson · 11 years ago
  98. 52fe4e7 CHANGELOG: Added v0.2 by Jeff Thompson · 11 years ago
  99. 0849359 Name: Fix doc comments. by Jeff Thompson · 11 years ago
  100. c7d6550 Name: Fix typo in comment. by Jeff Thompson · 11 years ago