1. 196b9aa data: Ensure that content block always exists, even content wasn't set explicitly by Alexander Afanasyev · 11 years ago
  2. 73f428d management: fix include name.hpp by Steve DiBenedetto · 11 years ago
  3. 274f2b0 src: Fixing several includes by Alexander Afanasyev · 11 years ago
  4. 6ac9798 security: Merging SecPolicy into Validator (previously Verifier) by Yingdi Yu · 11 years ago
  5. 0d92081 face: Expose ioService from Node and Face. by Yingdi Yu · 11 years ago
  6. 4d5e1de nfd-control: Implementation of FibManagementOptions data structure by Wentao Shang · 11 years ago
  7. eaf105c nfd-control: Adding class of ControlResponse by Alexander Afanasyev · 11 years ago
  8. 3715f8d security: Adding SecPolicyRegex and related rules by Yingdi Yu · 11 years ago
  9. 7640cb3 security: Adding CertificateCache and CertificateCacheTtl by Yingdi Yu · 11 years ago
  10. 5e97420 util: Adding regex support. by Yingdi Yu · 11 years ago
  11. 28fd32f security: Adding delete methods in KeyChain by Yingdi Yu · 11 years ago
  12. 4270f20 security: Adding supports to signed interest by Yingdi Yu · 11 years ago
  13. e07e339 security: Enabling SignedInterest processing in SecPolicy and Verifier. by Yingdi Yu · 11 years ago
  14. f646889 util: Importing scheduler, originally implemented in NFD by Alexander Afanasyev · 11 years ago
  15. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 11 years ago
  16. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 11 years ago
  17. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 11 years ago
  18. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 11 years ago
  19. 0b9c315 security: Changing file operation code in SecPublicInfoSqlite to use boost::filesystem. by Yingdi Yu · 11 years ago
  20. 20d2c58 transport: Implementing TcpTransport by Alexander Afanasyev · 11 years ago
  21. fb44c97 node: Need to explicitly specify MustBeFresh, othewise subsequent self-registrations will not work by Alexander Afanasyev · 11 years ago
  22. b790d95 face+node: Improving async operations by Alexander Afanasyev · 11 years ago
  23. 6e9fc18 node: Fix of getting a pointer to the static member function (& necessary for some compilers) by Jeff Thompson · 11 years ago
  24. 874678f security: Hiding sqlite3 from the header of SecPublicInfoSqlite by Yingdi Yu · 11 years ago
  25. afc45a9 name: Added compare and comparison operators. Remove breadthFirstLess by Jeff Thompson · 11 years ago
  26. 0402092 security: Changing security storage location. Adding test case by Yingdi Yu · 11 years ago
  27. 2d9c50f security: Adding SecTpmFile which a pure file based "TPM". by Yingdi Yu · 11 years ago
  28. 3c5887c security: Moving signInTpm(Data& data, ...) from SecTpm to KeyChain. by Yingdi Yu · 11 years ago
  29. 2715839 encoding: Construct Block from istream by Yingdi Yu · 11 years ago
  30. 19dea68 c/util: Correcting qualifiers for memory operations by Alexander Afanasyev · 11 years ago
  31. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
  32. 929e86d interest/tlv: Do not encode InterestLifetime if it has default value (4sec) by Alexander Afanasyev · 11 years ago
  33. 8995f54 node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason by Alexander Afanasyev · 11 years ago
  34. b4bb85a security: renaming methods by Yingdi Yu · 11 years ago
  35. 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 11 years ago
  36. ea23f57 security: Fixing bug with signing in SecTpmOsx by Alexander Afanasyev · 11 years ago
  37. 88663af security: fixing bugs and adding methods by Yingdi Yu · 11 years ago
  38. 8758158 security: renaming sub-classess of SecPublicInfo and SecTpm and adapting corresponding interfaces by Yingdi Yu · 11 years ago
  39. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 11 years ago
  40. 913b0c7 security: Changing Verifier::verifySignature method to be more generalized, so that users can avoid explicit exception processing by Yingdi Yu · 11 years ago
  41. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  42. 94a356e c/util: Making util/crypto.h a public header by Alexander Afanasyev · 11 years ago
  43. 7b4a7fc name+data: Small improvements by Alexander Afanasyev · 11 years ago
  44. 50ca627 transport/unix: Fixing segfault due to errorneous creation of multiple UnixTransport::Impl instances by Alexander Afanasyev · 11 years ago
  45. bc343ef node: Implement prefix 'unreg' when interest filter is unset by Alexander Afanasyev · 11 years ago
  46. 0102be9 transport/unix: Implementing connect timeout by Alexander Afanasyev · 11 years ago
  47. f75a0aa node: Extending processEvents API to allow processing thread management flexibility by Alexander Afanasyev · 11 years ago
  48. bf08211 node: Ensure that processEvents blocks only if there are active events by Alexander Afanasyev · 11 years ago
  49. 54467af build: Fixing gcc compilation by Alexander Afanasyev · 11 years ago
  50. d155da4 build: Conditional enabling of osx-private-key-storage compilation by Alexander Afanasyev · 11 years ago
  51. bdfa624 security: Change default osx keychain from NDN to login by Yingdi Yu · 11 years ago
  52. 8548084 binary-xml-wire-format: Partial enabling of binary-xml-wire-format by Alexander Afanasyev · 11 years ago
  53. 736708b build: Fixing and suppressing all warnings by Alexander Afanasyev · 11 years ago
  54. 4440290 security+tests: Temporarily disable broken code by Alexander Afanasyev · 11 years ago
  55. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  56. 3c03420 transport/unix: Fixing compilation in c++11 mode by Alexander Afanasyev · 11 years ago
  57. fab95ed security: Final fixes for (basic-)identity-storage by Alexander Afanasyev · 11 years ago
  58. 5d7db8e face-management-protocol: Add abstraction for FaceInstance by Alexander Afanasyev · 11 years ago
  59. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  60. 04b22a9 security: Signature interface change and initial fixes for OSX private key store by Alexander Afanasyev · 11 years ago
  61. e1b7a5d node: Small complication to allow (in future) aggregation of Face processing threads by Alexander Afanasyev · 11 years ago
  62. 3ae2da2 node+transport: Improving async operations and error reporting by Alexander Afanasyev · 11 years ago
  63. a557d5a face: Extending Face interface to support ``put`` call by Alexander Afanasyev · 11 years ago
  64. 328e23d transport/unix: Adding complex logic to handle streamed data by Alexander Afanasyev · 11 years ago
  65. e0c02f5 node+face-management-protocol: Finalizing prefix registration (selfreg) by Alexander Afanasyev · 11 years ago
  66. 1837187 node+face-management-protocol: Adding StatusResponse to the Tlv::FaceManagement by Alexander Afanasyev · 11 years ago
  67. b24a68a node: Fixing "bugs": default interest timeout not infitine; ndnid fetcher was doing hash calculation over the wrong data set by Alexander Afanasyev · 11 years ago
  68. 840139f interest: auto-generating random nonce if not set by Alexander Afanasyev · 11 years ago
  69. 7910049 node: Enable empty signature for prefix self-registration request by Alexander Afanasyev · 11 years ago
  70. 2a74276 name: Updating toEscapedString interface by Alexander Afanasyev · 11 years ago
  71. ff0a394 interest: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  72. 277f469 data: Update TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  73. 4ff3c91 data: Add ability to print out information about Data packet using std::ostream by Alexander Afanasyev · 11 years ago
  74. 594cdb2 name: Two more append methods by Alexander Afanasyev · 11 years ago
  75. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  76. b695b95 security: Adapting memory-based identity storage by Alexander Afanasyev · 11 years ago
  77. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  78. 049f8f7 security: Fixing decoding/encoding certificates. Now the test is fully working by Alexander Afanasyev · 11 years ago
  79. 0ea6e08 security: CryptoPP functions are used directly to encode/decode DER/BER by Alexander Afanasyev · 11 years ago
  80. 64a3d81 security: Preliminary work with security module changes by Alexander Afanasyev · 11 years ago
  81. e2e3ca5 c++-util: Add helper to convert time to/from string by Alexander Afanasyev · 11 years ago
  82. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  83. 96d914f node: Enabling TLV dispatching by Alexander Afanasyev · 11 years ago
  84. fe3b150 transport: Implementation of semi-async UNIX transport (for TLV format only) by Alexander Afanasyev · 11 years ago
  85. 8863d9d transport: (temporary) remove UDP and TCP transports by Alexander Afanasyev · 11 years ago
  86. 1eb961a interest: More TLV-related changes by Alexander Afanasyev · 11 years ago
  87. 8468198 interest: Convert Interest to TLV by Alexander Afanasyev · 11 years ago
  88. 895b2f3 face-management-protocol: Converting ForwardingEntry and ForwardingFlags to TLV by Alexander Afanasyev · 11 years ago
  89. 848c61a name: More changes related to TLV encoding/decoding implementation by Alexander Afanasyev · 11 years ago
  90. af283d8 name: Converting Name to TLV by Alexander Afanasyev · 11 years ago
  91. c94a783 c-util: Fixing ndn_memcpy definition (add necessary consts) by Alexander Afanasyev · 11 years ago
  92. 2ba8f66 data: Corrections and separations for Data abstraction by Alexander Afanasyev · 11 years ago
  93. fadc97d data: Converting Data packet and related fields to TLV by Alexander Afanasyev · 11 years ago
  94. 993a0e1 exclude: Implementing TLV encoding/decoding by Alexander Afanasyev · 11 years ago
  95. b3a6af4 exclude: Porting implementation Exclude filter from ndn.cxx by Alexander Afanasyev · 11 years ago
  96. 0b688dc face+transport: Eliminating concept of ConnectionInfo by Alexander Afanasyev · 11 years ago
  97. 0c63211 identity-storage: copying ndn.cxx extensions to get information about the stored data by Alexander Afanasyev · 11 years ago
  98. fbdfa09 forwarding-entry: Fix "bug" with timeout for self-registered prefix by Alexander Afanasyev · 11 years ago
  99. ee94031 time: Changing time units to have int64_t type instead of double by Alexander Afanasyev · 11 years ago
  100. 8e96e58 src: Adding conditional compilation against boost or bundled "ndnboost" by Alexander Afanasyev · 11 years ago