1. 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 3 months ago
  2. 187e9f9 Adopt more C++17 features throughout the codebase by Davide Pesavento · 1 year, 4 months ago
  3. fcd3e44 build: switch to C++17 by Davide Pesavento · 1 year, 4 months ago
  4. d09d52b tests: fix dangling-reference warning with gcc 13 by Davide Pesavento · 1 year, 5 months ago
  5. 017a9c0 util: add Segmenter utility class to segment an object by Davide Pesavento · 1 year, 9 months ago
  6. c860bd1 docs: fix capitalization in doxygen comments by Davide Pesavento · 1 year, 10 months ago
  7. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 1 month ago
  8. 4999b2e security: reimplement RSA and EC key generation for OpenSSL 3.0 by Davide Pesavento · 2 years, 3 months ago
  9. 541a822 build: raise minimum build requirements by Davide Pesavento · 2 years, 5 months ago
  10. 258d51a encoding: make Block convertible to span by Davide Pesavento · 2 years, 5 months ago
  11. 0838f3d util: allow customizing FaceId in DummyClientFace by Junxiao Shi · 2 years, 5 months ago
  12. df8fd8a name: convert to span by Davide Pesavento · 2 years, 5 months ago
  13. 273ea01 build: require OpenSSL >= 1.1.1 by Davide Pesavento · 2 years, 5 months ago
  14. fbea4fc encoding: convert to span by Davide Pesavento · 2 years, 5 months ago
  15. a3d809e interest+data: convert to span by Davide Pesavento · 2 years, 6 months ago
  16. 35c6379 security: convert more functions to span by Davide Pesavento · 2 years, 6 months ago
  17. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  18. 949075a ndnsec: improve error reporting when loading a Certificate or SafeBag fails by Davide Pesavento · 2 years, 9 months ago
  19. 2e481fc common: stop importing std::{bind,ref,cref} into namespace ndn by Davide Pesavento · 3 years, 1 month ago
  20. 0456643 util: add time::{to,from}IsoExtendedString() by Davide Pesavento · 3 years, 1 month ago
  21. d8e0cad build: build with BOOST_FILESYSTEM_NO_DEPRECATED by Davide Pesavento · 3 years, 2 months ago
  22. 39535f4 util: Out-of-the-box support for Android logging by Alexander Afanasyev · 5 years ago
  23. c25e463 name: change default name component encoding convention to typed by Eric Newberry · 3 years, 5 months ago
  24. 0990441 Ensure all include guards start with "NDN_CXX_" by Davide Pesavento · 3 years, 4 months ago
  25. 861e094 regex: improve error handling in RegexRepeatMatcher by Davide Pesavento · 3 years, 6 months ago
  26. b08edd8 regex: remove unnecessary virtual function by Davide Pesavento · 3 years, 6 months ago
  27. 1a4a7bf tests: use BOOST_TEST_CONTEXT and BOOST_DATA_TEST_CASE where possible by Davide Pesavento · 3 years, 8 months ago
  28. 4c1ad4c tests: refactor common test infrastructure and fixtures by Davide Pesavento · 3 years, 8 months ago
  29. 483087f util: fix time::toIsoString with Boost 1.73.0 by Davide Pesavento · 4 years ago
  30. 40ebaad util: add "in order" mode to SegmentFetcher by jrclark2 · 4 years, 4 months ago
  31. 25d4f1c build: add PCHs for ndnsec and unit tests, fine-tune the existing ones by Davide Pesavento · 4 years, 3 months ago
  32. 78338c5 build: recommend boost >= 1.65.1 by Davide Pesavento · 4 years, 3 months ago
  33. 21a4ea5 tests: avoid deprecated boost headers by Davide Pesavento · 4 years, 7 months ago
  34. 39cb402 util: partial support for abstract types in NDN_LOG_MEMBER_* macros by Davide Pesavento · 4 years, 8 months ago
  35. 75c5601 util: make overload() function public by Davide Pesavento · 5 years ago
  36. 4c5b7b8 util: split RttEstimator into two classes by Davide Pesavento · 5 years ago
  37. 6c6e385 util: add io::loadBuffer and io::saveBuffer by Davide Pesavento · 5 years ago
  38. 7b2f58c util: Generalize logger backend support by Alexander Afanasyev · 5 years ago
  39. 720e25c detail: improve ScopedCancelHandle by Davide Pesavento · 5 years ago
  40. 576b4ff util: Make use of attributes in logging facilities by Alexander Afanasyev · 5 years ago
  41. ecfb391 Declare overloaded comparison operators as non-member functions by Davide Pesavento · 5 years ago
  42. 57a3276 util: use time::nanoseconds in RttEstimator by Davide Pesavento · 5 years ago
  43. 3243c3d util: Add a getter for the smoothed RTT value by Ernest McCracken · 5 years ago
  44. 4ad933a util: add afterMeasurement signal to RttEstimator by Davide Pesavento · 5 years ago
  45. 2ad2fbe interest: drop Selectors from matching functions by Junxiao Shi · 5 years ago
  46. f1bb38d util: move Scheduler and related classes to ndn::scheduler by Davide Pesavento · 5 years ago
  47. a5f233e util: rename Scheduler::scheduleEvent to schedule by Junxiao Shi · 5 years ago
  48. fd61231 util: add ndn::scheduler namespace alias by Davide Pesavento · 5 years ago
  49. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 5 years ago
  50. fd67401 util: introduce NDN_THROW by Davide Pesavento · 5 years ago
  51. 07115cc util: reimplement scheduler::EventId with CancelHandle by Junxiao Shi · 5 years ago
  52. ca48851 tests: delete goodness-of-fit tests from Util/TestRandom by Davide Pesavento · 6 years ago
  53. 8db6152 util: add random::getRandomNumberEngine() to the public API by Davide Pesavento · 6 years ago
  54. ebe156c util: fix SegmentFetcher undefined behavior caused by uncanceled pending interest by Ashlesh Gawande · 6 years ago
  55. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  56. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  57. 946a51c util: stop using ChildSelector in NotificationSubscriber by Junxiao Shi · 6 years ago
  58. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago