1. 90df000 tests: Encode/decode Data by Alexander Afanasyev · 11 years ago
  2. 2a74276 name: Updating toEscapedString interface by Alexander Afanasyev · 11 years ago
  3. ff0a394 interest: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  4. 31b2adf signature: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  5. 213ea6d meta-info: Updated TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  6. 277f469 data: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  7. 10d902e face-management-protocol: Defining TLV types and enable encoding/decoding of ForwardingFlags by Alexander Afanasyev · 11 years ago
  8. 4ff3c91 data: Add ability to print out information about Data packet using std::ostream by Alexander Afanasyev · 11 years ago
  9. fa13f8e key-locator+signature: Extensions and corrections by Alexander Afanasyev · 11 years ago
  10. 76c5156 tests: Encode/decode data by Alexander Afanasyev · 11 years ago
  11. 594cdb2 name: Two more append methods by Alexander Afanasyev · 11 years ago
  12. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  13. b695b95 security: Adapting memory-based identity storage by Alexander Afanasyev · 11 years ago
  14. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  15. 049f8f7 security: Fixing decoding/encoding certificates. Now the test is fully working by Alexander Afanasyev · 11 years ago
  16. 0ea6e08 security: CryptoPP functions are used directly to encode/decode DER/BER by Alexander Afanasyev · 11 years ago
  17. 64a3d81 security: Preliminary work with security module changes by Alexander Afanasyev · 11 years ago
  18. a61757b data: setName method is no longer virtual by Alexander Afanasyev · 11 years ago
  19. e2e3ca5 c++-util: Add helper to convert time to/from string by Alexander Afanasyev · 11 years ago
  20. 5fa9e9a tests: Add boost's test framework based tests by Alexander Afanasyev · 11 years ago
  21. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  22. 96d914f node: Enabling TLV dispatching by Alexander Afanasyev · 11 years ago
  23. fe3b150 transport: Implementation of semi-async UNIX transport (for TLV format only) by Alexander Afanasyev · 11 years ago
  24. 8863d9d transport: (temporary) remove UDP and TCP transports by Alexander Afanasyev · 11 years ago
  25. 1eb961a interest: More TLV-related changes by Alexander Afanasyev · 11 years ago
  26. 8468198 interest: Convert Interest to TLV by Alexander Afanasyev · 11 years ago
  27. 895b2f3 face-management-protocol: Converting ForwardingEntry and ForwardingFlags to TLV by Alexander Afanasyev · 11 years ago
  28. 848c61a name: More changes related to TLV encoding/decoding implementation by Alexander Afanasyev · 11 years ago
  29. af283d8 name: Converting Name to TLV by Alexander Afanasyev · 11 years ago
  30. c94a783 c-util: Fixing ndn_memcpy definition (add necessary consts) by Alexander Afanasyev · 11 years ago
  31. 2ba8f66 data: Corrections and separations for Data abstraction by Alexander Afanasyev · 11 years ago
  32. fadc97d data: Converting Data packet and related fields to TLV by Alexander Afanasyev · 11 years ago
  33. 993a0e1 exclude: Implementing TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  34. b3a6af4 exclude: Porting implementation Exclude filter from ndn.cxx by Alexander Afanasyev · 11 years ago
  35. 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
  36. 0c63211 identity-storage: copying ndn.cxx extensions to get information about the stored data by Alexander Afanasyev · 11 years ago
  37. 8f9aa8bed name: allow negative argument for 'get' method to get component from the back by Alexander Afanasyev · 11 years ago
  38. fbdfa09 forwarding-entry: Fix "bug" with timeout for self-registered prefix by Alexander Afanasyev · 11 years ago
  39. ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
  40. de2f6b5 face: Renaming (remove)registerPrefix to (unset)interestFilter by Alexander Afanasyev · 11 years ago
  41. 8e96e58 src: Adding conditional compilation against boost or bundled "ndnboost" by Alexander Afanasyev · 11 years ago
  42. 13bb51a encoding: Add TLV-related definitions, data structures, abstraction, and functions by Alexander Afanasyev · 11 years ago
  43. 78bcb64 include: Fixing config file include from common.h by Alexander Afanasyev · 11 years ago
  44. ab82bc5 src: Add compiled tests to .gitignore by Alexander Afanasyev · 11 years ago
  45. 0d3671a build: Disable modification of global LIBS variable and explicitly specify library's CFLAGS, LDFLAGS, and LIBS variables by Alexander Afanasyev · 11 years ago
  46. 0541cf4 build: Conditional check for C++11 and add ability to use system's boost instead of bundled version by Alexander Afanasyev · 11 years ago
  47. 7eb64f1 build: Makefile.am corrections (separate Makefile.am for tests) by Alexander Afanasyev · 11 years ago
  48. bf4652a src+build: Removing autogenerated files from the git repo by Alexander Afanasyev · 11 years ago
  49. 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
  50. 5318ce0 Node: internal: In node.cpp, use Name size() instead of deprecated getComponentCount. by Jeff Thompson · 11 years ago
  51. 2787b41 Merge branch 'issue/1091-const-CertificateSubjectDescription-getOidString'. Refs #1091. by Jeff Thompson · 11 years ago
  52. 9afac39 security: In CertificateExtension, make toDer and derDerBlob const. Refs #1091. by Jeff Thompson · 11 years ago
  53. 61a25ff security: In CertificateSubjectDescription, make toDer and getOidString const. Refs #1091. by Jeff Thompson · 11 years ago
  54. 6c729a2 encoding: In OID, make toString, operator== and operator!= const. Refs #1091. by Jeff Thompson · 11 years ago
  55. 6ef69b2 security: In Certificate, added getSubjectDescriptionList and getExtensionList. by Jeff Thompson · 11 years ago
  56. 2105dbe security: internal: In Sha256WithRsaHandler, renamed verify to verifySignature. by Jeff Thompson · 11 years ago
  57. 7c4685d Merge branch 'issue/1090-always-use-ptr_lib-with-shared_ptr'. Refs #1090. by Jeff Thompson · 11 years ago
  58. 25ee2f7 tests: In test-publish-async, explicitly use func_lib::ref. Refs #1090. by Jeff Thompson · 11 years ago
  59. 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
  60. 82568ad Name: Added function breadthFirstLess to use in sort, and function object BreadthFirstLess to use in map. by Jeff Thompson · 11 years ago
  61. 7b8b729 Merge branch 'issue/1089-rename-key-hpp-to-key-locator-hpp'. Refs #1089. by Jeff Thompson · 11 years ago
  62. 3bb843b Rename key.cpp to key-locator.cpp. Refs #1089. by Jeff Thompson · 11 years ago
  63. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  64. 98ec85a Rename key.h to key-locator.h. Refs #1089. by Jeff Thompson · 11 years ago
  65. 7781b39 Name: In set and fromEscapedString, support std::string as well as char *. by Jeff Thompson · 11 years ago
  66. 9ff1957 Merge branch 'issue/1088-remove-certificate-version-in-key-locator-name'. Refs #1088. by Jeff Thompson · 11 years ago
  67. 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
  68. d5e5cc6 Merge branch 'issue/1086-name-getPrefix-negative-argument'. Refs #1086. by Jeff Thompson · 11 years ago
  69. eb0358f Name: In getPrefix, support a negative argument, e.g. getPrefix(-1). Refs #1086. by Jeff Thompson · 11 years ago
  70. 6504690 Merge branch 'issue/1085-add-name-component-comparison-operators'. Refs #1085. by Jeff Thompson · 11 years ago
  71. a98000c Name: In Name::Component, added operator<, etc. for comparison. Refs #1085. by Jeff Thompson · 11 years ago
  72. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  73. 36fe1bc security: In SelfVerifyPolicyManager, fix typo in comment. by Jeff Thompson · 11 years ago
  74. ed978ee security: documentation: Fix typo in comment for decrypt and encrypt. by Jeff Thompson · 11 years ago
  75. 10a8c38 security: documentation: Fix doc comment for PublicKey constructor and getDigest. by Jeff Thompson · 11 years ago
  76. b33b21e tests: In benchmarkEncodeDecodeDataCpp, fix comment. by Jeff Thompson · 11 years ago
  77. bebe32c tests: In benchmarkEncodeDecodeDataCpp, change the debug nIterations back to the real values. by Jeff Thompson · 11 years ago
  78. 00a7c7d Der encoding: in PublicKeyVisitor, restore the use of dynamic_pointer_cast. by Jeff Thompson · 11 years ago
  79. 44929d0 util: Fix typo on logging.hpp for include common.hpp. by Jeff Thompson · 11 years ago
  80. 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
  81. 3d5096c Der encoding: DerNode::accept is not const, so we need a list of non-const children. by Jeff Thompson · 11 years ago
  82. e0dc339 Face: In Face constructor, use shared_ptr instead of default make_shared. by Jeff Thompson · 11 years ago
  83. 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
  84. 987395e tests: in test-publish-async, needed to use namespace func_lib for ref. by Jeff Thompson · 11 years ago
  85. 03c423b Node: In NdndIdFetcher, in onData, should get a const pointer to the signature. by Jeff Thompson · 11 years ago
  86. c38ee7f encoding: In DynamicUInt8Vector, get should return a non-const result. by Jeff Thompson · 11 years ago
  87. 4c66e71 tests: In benchmarkEncodeDecodeDataCpp, fix comment. by Jeff Thompson · 11 years ago
  88. c5eec8d tests: In benchmarkEncodeDecodeDataCpp, fix type in comment. by Jeff Thompson · 11 years ago
  89. 9e387fe tests: Fix DEFAULT_PUBLIC_KEY_DER format. by Jeff Thompson · 11 years ago
  90. 30d3e6c tests: In benchmarks, added crypto for C encoding and decoding. by Jeff Thompson · 11 years ago
  91. 3a2eb2f security: Added SelfVerifyPolicyManager. by Jeff Thompson · 11 years ago
  92. 70e8080 tests: In Benchmark, added sign/verify, simple/complex and encoding for C. by Jeff Thompson · 11 years ago
  93. fc8380f encoding: In ndn_decodeBinaryXmlName, use ndn_Name_appendBlob. by Jeff Thompson · 11 years ago
  94. e7ab944 Name: In C ndn_Name, added appendComponent, appendBlob and appendString. by Jeff Thompson · 11 years ago
  95. 3aa2d54 encoding: In BinaryXmlWireFormat::encodeData, set the initial encoding buffer to 1500 bytes. by Jeff Thompson · 11 years ago
  96. fda38f5 encoding: In BinaryXmlEncoder class constructor, added parameter initialLength. by Jeff Thompson · 11 years ago
  97. ecaf326 tests: In test-encode-decode-benchmark, pass the encoding into the decode benchmark functions. by Jeff Thompson · 11 years ago
  98. 18dba8b tests: In benchmarks, change to show duration and Hz. by Jeff Thompson · 11 years ago
  99. 687ea65 tests: Add initial test-encode-decode-benchmark by Jeff Thompson · 11 years ago
  100. 1596639 security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature. by Jeff Thompson · 11 years ago