1. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  2. b3d0a8e util: add missing assignment in Regex test case by Junxiao Shi · 7 years ago
  3. e062a18 util: Advanced filtering of the logging modules by dmcoomes · 7 years ago
  4. e5a19b8 security: Convert ValidatorConfig to ValidationPolicyConfig by Alexander Afanasyev · 8 years ago
  5. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  6. 2bea5c4 tests: revamp Face integrated tests by Junxiao Shi · 7 years ago
  7. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 7 years ago
  8. 6dfeffe mgmt: Switch nfd::Controller to use v2::Validator interface by Alexander Afanasyev · 8 years ago
  9. c542f63 ims: move InMemoryStorage from util/ by Junxiao Shi · 7 years ago
  10. 10b24be util: deprecate crypto::computeSha256Digest() by Davide Pesavento · 7 years ago
  11. 9436831 util: reimplement Sha256 using security::transform by Davide Pesavento · 7 years ago
  12. 2546794 net: move network-related files to src/net by Junxiao Shi · 7 years ago
  13. 3b3355c util: NetworkMonitor: macOS version of fine-grained signals on interface state changes by Alexander Afanasyev · 7 years ago
  14. f4c1eb3 util: no-op NetworkMonitor on unsupported platforms by Junxiao Shi · 7 years ago
  15. 71aecae util: don't resolve valid IP addresses when doing FaceUri canonization by Eric Newberry · 7 years ago
  16. a468ff5 util: NetworkMonitor: fix build on unsupported platforms by Davide Pesavento · 7 years ago
  17. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  18. 2bf35a6 util: NetworkMonitor: fine-grained signals on interface/address changes by Davide Pesavento · 7 years ago
  19. 354f382 util: Add API to enumerate Logger modules by Alexander Afanasyev · 7 years ago
  20. 855eaa5 util: avoid overflow in time::toIsoString by Junxiao Shi · 7 years ago
  21. d5c2f0c util: FaceUri canonize dev scheme by Junxiao Shi · 7 years ago
  22. cf41576 util: backport std::experimental::ostream_joiner by Davide Pesavento · 8 years ago
  23. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  24. e178989 src: minor updates to common.hpp and common-pch.hpp by Davide Pesavento · 8 years ago
  25. b5f8bcc util+tests: fix copyright notices in files copied from NFD by Davide Pesavento · 8 years ago
  26. 791badb util: reimplement computeSha256Digest using security::transform by Davide Pesavento · 8 years ago
  27. dd46143 util: remove unnecessary trim/trimLeft/trimRight wrappers by Davide Pesavento · 8 years ago
  28. fdda241 util: rewrite toHex using security::transform instead of printHex by Davide Pesavento · 8 years ago
  29. 03115ce util: rewrite fromHex using security::transform instead of cryptopp by Davide Pesavento · 8 years ago
  30. 3e2c3a0 security+tests: Fix small bugs with uninitialized and leaked memory by Alexander Afanasyev · 8 years ago
  31. f837917 security: Make self-signed certificate valid from 1970-01-01 to now()+20 years by Alexander Afanasyev · 8 years ago
  32. 70244f4 Switch to new KeyChain where possible by Alexander Afanasyev · 8 years ago
  33. fc99b51 tests: Implement IdentityManagementV2Fixture for v2::KeyChain by Alexander Afanasyev · 8 years ago
  34. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  35. e1081cd util: FaceUri: modernize and simplify code with C++11 features by Davide Pesavento · 8 years ago
  36. f78cb70 util: FaceUri: port numbers are 16 bits wide by Davide Pesavento · 8 years ago
  37. 70f95fa util: plug Regex memory leak by Junxiao Shi · 8 years ago
  38. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  39. d7f4fda util: FaceUri: add syntax for NIC-associated permanent faces by Weiwei Liu · 8 years ago
  40. c828dfc util: DummyClientFace can override processEvents by Junxiao Shi · 8 years ago
  41. 02948ec security: Add support for OpenSSL 1.1.0 API by Alexander Afanasyev · 8 years ago
  42. 435bb55 util: don't require T::Error in io::load and io::save by Junxiao Shi · 8 years ago
  43. 4ce0bcf util: io::load accepts base64 encoding without newlines by Junxiao Shi · 8 years ago
  44. 1aecae2 util: backport C++17 optional by Junxiao Shi · 8 years ago
  45. cfaa1ad util: backport C++17 std::clamp by Weiwei Liu · 8 years ago
  46. 62204f4 util: delete deprecated Command Interest classes by Junxiao Shi · 8 years ago
  47. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  48. ba6baaf security: StreamSource throws upon istream::fail() by Junxiao Shi · 8 years ago
  49. c177988 util: improve io::load and io::save test coverage by Junxiao Shi · 8 years ago
  50. 0b537b9 util: generate random bytes using OpenSSL instead of CryptoPP by Yingdi Yu · 9 years ago
  51. f8bf1b0 util: handle NACK in NotificationSubscriber by Teng Liang · 8 years ago
  52. 86dfa53 util: keep Scheduler running if a callback throws by Junxiao Shi · 8 years ago
  53. d50f2b4 util: redesign scheduler::EventId by Junxiao Shi · 8 years ago
  54. 1fe7ce5 util: rename NDN_CXX_LOG_* macros to NDN_LOG_* by Junxiao Shi · 8 years ago
  55. 5537d13 util: fix clang 3.4 time::abs compilation error by Junxiao Shi · 8 years ago
  56. 93adaff util: refactor NotificationSubscriber test suite by Teng Liang · 8 years ago
  57. 7d05427 util: logging facility by Junxiao Shi · 8 years ago
  58. 85d9083 tests: move makeInterest/makeData/etc to ndn::tests namespace by Junxiao Shi · 8 years ago
  59. d5827ce util: make SegmentFetcher test suite run faster by Junxiao Shi · 8 years ago
  60. 0f3f0b4 management: Controller validates StatusDataset response by Junxiao Shi · 8 years ago
  61. e4f8c3b tests: Enable isolation of KeyChain during run of unit/integrated tests by Alexander Afanasyev · 8 years ago
  62. 2bc2df0 util: SegmentFetcher don't restart from segment 0 upon Nack by Muktadir R Chowdhury · 8 years ago
  63. 404eafd util: Support MustBeFresh processing in InMemoryStorage by Yingdi Yu · 9 years ago
  64. 537dc3a Reduce inclusions of <boost/asio.hpp> in public headers by Davide Pesavento · 9 years ago
  65. 9bdbb83 tests: Replace usage of deprecated elements of ndn::util::DummyClientFace by Alexander Afanasyev · 9 years ago
  66. f58f8f4 util: Asynchronous data validation in SegmentFetcher by Muktadir R Chowdhury · 9 years ago
  67. be7804f util: Signal: make handler self-disconnection safer by Davide Pesavento · 9 years ago
  68. 409cc20 Backport make_unique by Davide Pesavento · 9 years ago
  69. f4cbe35 util: delete deprecated EventEmitter by Junxiao Shi · 9 years ago
  70. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  71. 8828ca6 util: Improvements of string helpers by Alexander Afanasyev · 9 years ago
  72. d27334f util: Add constructor of Digest object from std::istream& by Alexander Afanasyev · 9 years ago
  73. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  74. 7f17790 util: Sqlite3Statement helper by Mickey Sweatt · 9 years ago
  75. 17ef37d util: Avoid output duplication in IndentedStream by Alexander Afanasyev · 9 years ago
  76. 50df562 tests: increase canonize timeout in FaceUri tests to avoid spurious failures by Davide Pesavento · 9 years ago
  77. bbb2435 util: disallow destruction of Signal from handler by Junxiao Shi · 10 years ago
  78. 4427345 util: fix use-after-free in UtilSignal/DisconnectSelfInHandler test case by Junxiao Shi · 10 years ago
  79. 429634f tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  80. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 10 years ago
  81. f46482c util: add isConnected() in signal::Connection and signal::ScopedConnection by Chengyu Fan · 10 years ago
  82. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  83. 8cf2f2c tests: InMemoryStorage test cases for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  84. 9a9952f util: scheduler::ScopedEventId to automatically cancel scheduled events upon destruction by Alexander Afanasyev · 10 years ago
  85. 1286e02 util: Use default resolver behavior in util::dns::Resolver by Alexander Afanasyev · 10 years ago
  86. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  87. 728873f util: replace EventEmitter with Signal in NotificationSubscriber by Junxiao Shi · 10 years ago
  88. 4154634 security: Pair-up Tpm and Pib in KeyChain by Yingdi Yu · 10 years ago
  89. ecc57b5 util: Signal::connectSingleShot by Junxiao Shi · 10 years ago
  90. 018e30d util: allow emitSignal with non-zero arguments by Junxiao Shi · 10 years ago
  91. 2cec707 util: fix segfault in UtilSignal/DisconnectSelfInHandler test case by Junxiao Shi · 10 years ago
  92. a8659ff face: Make default transport configurable by Steve DiBenedetto · 10 years ago
  93. 8d71fdb util: Signal by Junxiao Shi · 10 years ago
  94. a4c5048 util: ensure concepts.hpp can compile on its own by Junxiao Shi · 10 years ago
  95. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  96. dfb8a61 util: specialize std::hash<> for ethernet::Address by Davide Pesavento · 10 years ago
  97. d3a55b2 tests: Converting test cases to use UnitTestClock by Alexander Afanasyev · 10 years ago
  98. a60d936 util: make DummyClientFace public API by Junxiao Shi · 10 years ago
  99. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  100. 85b17b8 time: Add ability to specialize system and steady clocks by Alexander Afanasyev · 10 years ago