1. e6bfab2 tools: Add security tools; Add waf build options for tools. by Yingdi Yu · 10 years ago
  2. a4e5767 interest+data: Add incomingFaceId into Interest and Data. by Yingdi Yu · 10 years ago
  3. e9fdb80 face: Fixing face registration protocol by ensuring uniqueness of each command interest by Alexander Afanasyev · 10 years ago
  4. f2a8209 util: Fix rescheduling and add test case. by Yingdi Yu · 10 years ago
  5. 2b2b479 security: Explicitly request password to unlock keychain by Yingdi Yu · 10 years ago
  6. 7794921 fast-encoding: implement fast encoding for Name, NameComponent and FibManagementOptions, including test case. by Wentao Shang · 10 years ago
  7. ab13655 util: fix "delete event in the same event" bug in scheduler. by Yingdi Yu · 10 years ago
  8. 7056ce8 security: Fix a bug in generating new key id. by Yingdi Yu · 10 years ago
  9. 9a33535 security: Fix a bug of Validator, making checkPolicy methods pure abstract by Yingdi Yu · 10 years ago
  10. 196b9aa data: Ensure that content block always exists, even content wasn't set explicitly by Alexander Afanasyev · 10 years ago
  11. 73f428d management: fix include name.hpp by Steve DiBenedetto · 10 years ago
  12. 274f2b0 src: Fixing several includes by Alexander Afanasyev · 10 years ago
  13. 6ac9798 security: Merging SecPolicy into Validator (previously Verifier) by Yingdi Yu · 10 years ago
  14. 0d92081 face: Expose ioService from Node and Face. by Yingdi Yu · 10 years ago
  15. 0abb2da tests: Do not use ``using namespace ndn'' and defining all tests in ndn namespace by Alexander Afanasyev · 10 years ago
  16. 4d5e1de nfd-control: Implementation of FibManagementOptions data structure by Wentao Shang · 10 years ago
  17. eaf105c nfd-control: Adding class of ControlResponse by Alexander Afanasyev · 10 years ago
  18. 3715f8d security: Adding SecPolicyRegex and related rules by Yingdi Yu · 10 years ago
  19. 52e7953 test: fix signedInterest test case by Yingdi Yu · 10 years ago
  20. 7640cb3 security: Adding CertificateCache and CertificateCacheTtl by Yingdi Yu · 10 years ago
  21. 84cf429 pkgconfig: Update pkgconfig file to include -framework directives by Alexander Afanasyev · 10 years ago
  22. 31ae15f build+tests: Fixing compilation of unit tests by Alexander Afanasyev · 10 years ago
  23. 5e97420 util: Adding regex support. by Yingdi Yu · 10 years ago
  24. 28fd32f security: Adding delete methods in KeyChain by Yingdi Yu · 10 years ago
  25. c6d795f build: On my 12.04 Linux box librt required linking against pthread library by Alexander Afanasyev · 10 years ago
  26. 59efe10 build: Disabling shared library (only static library is compiled) and disabling installation of tests and examples by Alexander Afanasyev · 10 years ago
  27. 4270f20 security: Adding supports to signed interest by Yingdi Yu · 10 years ago
  28. e07e339 security: Enabling SignedInterest processing in SecPolicy and Verifier. by Yingdi Yu · 10 years ago
  29. 90566dd ci: Fixing unit tests (unit test binary has changed paths) by Alexander Afanasyev · 10 years ago
  30. dcab82c build: Fixing Linux compilation by Alexander Afanasyev · 10 years ago
  31. f646889 util: Importing scheduler, originally implemented in NFD by Alexander Afanasyev · 10 years ago
  32. 1950885 build+src: Updating common.hpp to import (std|boost)::(shared_ptr|function|...) into ndn namespace by Alexander Afanasyev · 10 years ago
  33. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago
  34. d033930 doc: Updated README file and added new AUTHORS file by Alexander Afanasyev · 10 years ago
  35. 4e24d10 Merge branch 'waf-build' into new-dev by Alexander Afanasyev · 10 years ago
  36. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  37. 553d0c8 doc: Updating build instructions by Alexander Afanasyev · 10 years ago
  38. 200dd6f build: Finalizing build system conversion by Alexander Afanasyev · 10 years ago
  39. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  40. 8c5ca01 src: Removing ndnboost by Alexander Afanasyev · 10 years ago
  41. a1ae0a1 build: Adding waf as a build system by Alexander Afanasyev · 10 years ago
  42. 3222fed ci: Make sure notifications are always sent after successful and failed build by Alexander Afanasyev · 10 years ago
  43. 0b9c315 security: Changing file operation code in SecPublicInfoSqlite to use boost::filesystem. by Yingdi Yu · 10 years ago
  44. 20d2c58 transport: Implementing TcpTransport by Alexander Afanasyev · 10 years ago
  45. fb44c97 node: Need to explicitly specify MustBeFresh, othewise subsequent self-registrations will not work by Alexander Afanasyev · 10 years ago
  46. 9b18c56 build: Fix bug with enabling use of system-installed boost libraries by Alexander Afanasyev · 10 years ago
  47. 38403b7 build: Making libsqlite3 mandatory by Alexander Afanasyev · 10 years ago
  48. 9e92bfd build: Changing default to **not use** C++11 feature and **use** boost libraries, unless specifically instructed by ./configure options by Alexander Afanasyev · 10 years ago
  49. b790d95 face+node: Improving async operations by Alexander Afanasyev · 10 years ago
  50. 8f24d0c build: Patching ax_boost_base.m4 so it can detect correct path to Boost libraries on Ubuntu 13.10 (32-bit platform case) by Alexander Afanasyev · 10 years ago
  51. 6e9fc18 node: Fix of getting a pointer to the static member function (& necessary for some compilers) by Jeff Thompson · 10 years ago
  52. 8726f65 security: Rename KeyChain::signInTpm to KeyChain::signDataInTpm, and make it priviate. by Yingdi Yu · 10 years ago
  53. 874678f security: Hiding sqlite3 from the header of SecPublicInfoSqlite by Yingdi Yu · 10 years ago
  54. afc45a9 name: Added compare and comparison operators. Remove breadthFirstLess by Jeff Thompson · 10 years ago
  55. 0402092 security: Changing security storage location. Adding test case by Yingdi Yu · 10 years ago
  56. 2d9c50f security: Adding SecTpmFile which a pure file based "TPM". by Yingdi Yu · 10 years ago
  57. 3c5887c security: Moving signInTpm(Data& data, ...) from SecTpm to KeyChain. by Yingdi Yu · 10 years ago
  58. 2715839 encoding: Construct Block from istream by Yingdi Yu · 10 years ago
  59. 06e9d25 src: Adding pkgconfig script, so apps can use pkg-config to get all necesasry parameters to compile against the library by Alexander Afanasyev · 10 years ago
  60. fffd1e4 renaming: Make names of the tools unique by Yingdi Yu · 10 years ago
  61. 19dea68 c/util: Correcting qualifiers for memory operations by Alexander Afanasyev · 10 years ago
  62. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 10 years ago
  63. b4500d9 ci: Adding simple script for travis-ci (continuous integration platform) by Alexander Afanasyev · 10 years ago
  64. 89a889c tools/ndncatchunks: Enable MustBeFresh selector by Alexander Afanasyev · 10 years ago
  65. 929e86d interest/tlv: Do not encode InterestLifetime if it has default value (4sec) by Alexander Afanasyev · 10 years ago
  66. e9a66e5 security: Correcting generation of SignatureSha256WithRsa to conforming to the packet format specification by Alexander Afanasyev · 10 years ago
  67. f5c35ae encoding/block: Extending interface to allow removal of child items by Alexander Afanasyev · 10 years ago
  68. 8995f54 node+transport: Fixing bug that prevented reconnection to the forwarder after being disconnected for some reason by Alexander Afanasyev · 10 years ago
  69. c1ebbe9 tools: Disabling hardcoded Scope(1) for ndncatchunks tool by Alexander Afanasyev · 10 years ago
  70. a1a0c24 build: Correcting dependencies in [examples/tests/tests_boost]/Makefile.am so the code can be compiled on Linux by Alexander Afanasyev · 10 years ago
  71. 22a315f examples: Make producer.cpp to use default KeyChain by Alexander Afanasyev · 10 years ago
  72. 38d7968 tools: ndncatchunks and ndnputchunks tool by Wentao Shang · 10 years ago
  73. b4bb85a security: renaming methods by Yingdi Yu · 10 years ago
  74. 4f32463 security: renaming PolicyManager classess to SecPolicy___ and re-organize security file layout by Yingdi Yu · 10 years ago
  75. ea23f57 security: Fixing bug with signing in SecTpmOsx by Alexander Afanasyev · 10 years ago
  76. 7ea6950 security: add key name sanity checking in KeyChain::selfSign by Yingdi Yu · 10 years ago
  77. ef26ee3 security: bug fixing by Yingdi Yu · 10 years ago
  78. 88663af security: fixing bugs and adding methods by Yingdi Yu · 10 years ago
  79. f4330ee tests+Makefile: updates corresponding to refactored KeyChain and related classes by Yingdi Yu · 10 years ago
  80. 8758158 security: renaming sub-classess of SecPublicInfo and SecTpm and adapting corresponding interfaces by Yingdi Yu · 10 years ago
  81. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 10 years ago
  82. 462688f security: Removing unnecessary wrappers of info from KeyChain by Yingdi Yu · 10 years ago
  83. 3e7788b security+examples+tests: Updating examples and tests for the updated security API by Alexander Afanasyev · 10 years ago
  84. aaf3a21 security: Adding Error in CertificateExtension by Yingdi Yu · 10 years ago
  85. 913b0c7 security: Changing Verifier::verifySignature method to be more generalized, so that users can avoid explicit exception processing by Yingdi Yu · 10 years ago
  86. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 10 years ago
  87. d453f07 face-management-protocol: Fixing small bug with ForwardingEntry by Alexander Afanasyev · 10 years ago
  88. 94a356e c/util: Making util/crypto.h a public header by Alexander Afanasyev · 10 years ago
  89. f7f878c build: Disable ndnboost installation when system-installed Boost libraries are selected with --use-system-boost configure option by Alexander Afanasyev · 10 years ago
  90. 5874333 name: Small implementation changes by Alexander Afanasyev · 10 years ago
  91. 3f1d228 tests: Updating benchmark, so it works with TLV formats by Alexander Afanasyev · 10 years ago
  92. 7b4a7fc name+data: Small improvements by Alexander Afanasyev · 10 years ago
  93. 50ca627 transport/unix: Fixing segfault due to errorneous creation of multiple UnixTransport::Impl instances by Alexander Afanasyev · 10 years ago
  94. 84c2bd4 tests: Porting forwarding entry test and fixing app tests by Alexander Afanasyev · 10 years ago
  95. bc343ef node: Implement prefix 'unreg' when interest filter is unset by Alexander Afanasyev · 10 years ago
  96. c4b7598 examples: Add very basic consumer/producer apps by Alexander Afanasyev · 10 years ago
  97. 0102be9 transport/unix: Implementing connect timeout by Alexander Afanasyev · 10 years ago
  98. f75a0aa node: Extending processEvents API to allow processing thread management flexibility by Alexander Afanasyev · 10 years ago
  99. bf08211 node: Ensure that processEvents blocks only if there are active events by Alexander Afanasyev · 10 years ago
  100. 472fa02 include: Add sanity check for enabled C++11 features by Alexander Afanasyev · 10 years ago