1. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  2. 404eafd util: Support MustBeFresh processing in InMemoryStorage by Yingdi Yu · 9 years ago
  3. 9a8bae5 util: split platform-specific NetworkMonitor backends into separate files by Davide Pesavento · 9 years ago
  4. 537dc3a Reduce inclusions of <boost/asio.hpp> in public headers by Davide Pesavento · 9 years ago
  5. 6617e49 Update copyright notices for files modified in 2016 by Junxiao Shi · 9 years ago
  6. ce7b062 util: Workaround for gcc-4.7 being unable to deduce noexcept specifications by Alexander Afanasyev · 9 years ago
  7. 3a6da36 face+util: Add protected Face::getTransport method and simplify DummyClientFace implementation by Alexander Afanasyev · 9 years ago
  8. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  9. f58f8f4 util: Asynchronous data validation in SegmentFetcher by Muktadir R Chowdhury · 9 years ago
  10. e3e2505 face: remove try-catch in DummyClientFace::construct by Eric Newberry · 9 years ago
  11. 664dc03 util: add explicit specialization of DummyClientFace::receive<lp::Nack> to header by Eric Newberry · 9 years ago
  12. fd5de11 util: fix heap-use-after-free in ndn::dns::Resolver by Davide Pesavento · 9 years ago
  13. a2de7e4 util: refactor and simplify ndn::dns by Davide Pesavento · 9 years ago
  14. be7804f util: Signal: make handler self-disconnection safer by Davide Pesavento · 9 years ago
  15. 83872fd face: send and receive NACK by Eric Newberry · 9 years ago
  16. 96b96af Emulate std::to_string on platforms that do not provide it by Davide Pesavento · 9 years ago
  17. 409cc20 Backport make_unique by Davide Pesavento · 9 years ago
  18. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  19. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  20. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  21. 5df5992 util: add io_service warning to dns::asyncResolve by Junxiao Shi · 9 years ago
  22. f4cbe35 util: delete deprecated EventEmitter by Junxiao Shi · 9 years ago
  23. 7b187f5 docs: Correct use of @example doxygen tag by philo · 9 years ago
  24. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  25. 8828ca6 util: Improvements of string helpers by Alexander Afanasyev · 9 years ago
  26. d27334f util: Add constructor of Digest object from std::istream& by Alexander Afanasyev · 9 years ago
  27. 8868140 Add `noexcept` to move constructors and move assignment operators by Junxiao Shi · 9 years ago
  28. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  29. 7f17790 util: Sqlite3Statement helper by Mickey Sweatt · 9 years ago
  30. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  31. 17ef37d util: Avoid output duplication in IndentedStream by Alexander Afanasyev · 9 years ago
  32. bbb2435 util: disallow destruction of Signal from handler by Junxiao Shi · 10 years ago
  33. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  34. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 10 years ago
  35. 94f2183 util: mark Digest<Hash>::operator== as unsuitable for security related context by Junxiao Shi · 10 years ago
  36. f46482c util: add isConnected() in signal::Connection and signal::ScopedConnection by Chengyu Fan · 10 years ago
  37. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  38. 7b3080f util: rtnetlink-based implementation of NetworkMonitor by Alexander Afanasyev · 10 years ago
  39. e6c65e2 util: NetworkMonitor helper to detect network state changes by Alexander Afanasyev · 10 years ago
  40. 9a9952f util: scheduler::ScopedEventId to automatically cancel scheduled events upon destruction by Alexander Afanasyev · 10 years ago
  41. 1286e02 util: Use default resolver behavior in util::dns::Resolver by Alexander Afanasyev · 10 years ago
  42. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  43. 728873f util: replace EventEmitter with Signal in NotificationSubscriber by Junxiao Shi · 10 years ago
  44. 52ec667 util: Use C version of snprintf by Alexander Afanasyev · 10 years ago
  45. 29ea835 util: delete deprecated EventEmitter in DummyClientFace by Junxiao Shi · 10 years ago
  46. ecc57b5 util: Signal::connectSingleShot by Junxiao Shi · 10 years ago
  47. 27913b4 util: use Signal in DummyClientFace by Junxiao Shi · 10 years ago
  48. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago
  49. 018e30d util: allow emitSignal with non-zero arguments by Junxiao Shi · 10 years ago
  50. 2cec707 util: fix segfault in UtilSignal/DisconnectSelfInHandler test case by Junxiao Shi · 10 years ago
  51. 8e131fd util: Fix incorrect iteration over entries in InMemoryStorage by Alexander Afanasyev · 10 years ago
  52. 8d71fdb util: Signal by Junxiao Shi · 10 years ago
  53. a4c5048 util: ensure concepts.hpp can compile on its own by Junxiao Shi · 10 years ago
  54. 24d4b93 util: Workaround clang bug in IndentedStream implementation by Alexander Afanasyev · 10 years ago
  55. bbb31f9 util: Exposing IndentedStream class as part of public API by Alexander Afanasyev · 10 years ago
  56. 80979ba security: Handle certificate decoding error in validation process by Yingdi Yu · 10 years ago
  57. dfb8a61 util: specialize std::hash<> for ethernet::Address by Davide Pesavento · 10 years ago
  58. a60d936 util: make DummyClientFace public API by Junxiao Shi · 10 years ago
  59. eabffdf tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required) by Alexander Afanasyev · 10 years ago
  60. 85b17b8 time: Add ability to specialize system and steady clocks by Alexander Afanasyev · 10 years ago
  61. a93870d util: rewrite EventEmitter with C++11 features by Junxiao Shi · 10 years ago
  62. 51dc2ef util: use C++11 features in ethernet::Address class. by Davide Pesavento · 10 years ago
  63. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  64. 8991bb5 util: Change "common.hpp" to "../common.hpp" by Vince Lehman · 10 years ago
  65. 4083c8d util: FaceUri canonization for udp,tcp,ether by Junxiao Shi · 10 years ago
  66. 9984850 common.hpp: prepend NDN_CXX_ to WITH_TESTS macros by Junxiao Shi · 10 years ago
  67. 9913596 util: in-memory storage by Jiewen Tan · 10 years ago
  68. e3ef6ee util: Restore original copyright notice for the imported Ethernet and FaceUri files by Junxiao Shi · 10 years ago
  69. 77dcadd util: import Ethernet and FaceUri by Junxiao Shi · 10 years ago
  70. 7a6bb35 util: Add DNS resolver utility class by Vince Lehman · 10 years ago
  71. 6800e1f util: Add missing include by Alexander Afanasyev · 10 years ago
  72. 9ad2d72 util: Add toString and operator<< for util::Digest by Yingdi Yu · 10 years ago
  73. de222c7 util: Add stateful digest by Yingdi Yu · 10 years ago
  74. f3cfab5 util: Implement helper class to fetch multi-segmented data by Alexander Afanasyev · 10 years ago
  75. 680e77a util: Ensure ndn::RegexComponentMatcher works with Boost >= 1.56 by Alexander Afanasyev · 10 years ago
  76. d51cd58 util: Correcting include by Alexander Afanasyev · 10 years ago
  77. 4abdbf1 util: Porting NotificationSubscriber, FaceMonitor, and NotificationStream from NFD by Alexander Afanasyev · 10 years ago
  78. fe14015 util: Add EventEmitter by Yingdi Yu · 10 years ago
  79. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  80. 50b1390 util: Deprecate CommandInterestGenerator and CommandInterestValidator by Yingdi Yu · 10 years ago
  81. 7508867 util: Redefine method for random number generation by Alexander Afanasyev · 10 years ago
  82. 7ae4bf5 util: Introduce Scheduler::cancelAllEvents to cancel all previously scheduled events by Alexander Afanasyev · 10 years ago
  83. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  84. 72a1178 utils: Removing concept of periodic event from Scheduler by Alexander Afanasyev · 10 years ago
  85. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  86. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  87. 285c2cf utils: Allow resetting command interest validator rules by Alexander Afanasyev · 10 years ago
  88. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  89. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  90. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  91. 770827c docs: Updating doxygen comments and minor update to normalize API by Alexander Afanasyev · 10 years ago
  92. fc7d33a src: Removing deprecated logging facility by Alexander Afanasyev · 10 years ago
  93. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  94. 9016496 face: Implementing InterestFilter abstraction to be used with setInterestFilter by Alexander Afanasyev · 11 years ago
  95. b6b21b3 util: Correcting code style in regular expression implementation by Alexander Afanasyev · 10 years ago
  96. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  97. 0fc447c security: Adding wildcard support in CommandInterestValidator by Yingdi Yu · 10 years ago
  98. e66bf2a face: Specify signing certificate/identity in setInterestFilter/unsetInterestFilter by Yingdi Yu · 10 years ago
  99. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  100. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago