1. 152ef44 Move BOOST_CONCEPT_ASSERT to unit tests where possible by Davide Pesavento · 1 year, 11 months ago
  2. 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 11 months ago
  3. 187e9f9 Adopt more C++17 features throughout the codebase by Davide Pesavento · 2 years ago
  4. eb87c28 detail: stop importing std::function into ndn namespace by Davide Pesavento · 2 years ago
  5. f6b4589 util: remove ndn::optional, use std::optional directly by Davide Pesavento · 2 years ago
  6. fcd3e44 build: switch to C++17 by Davide Pesavento · 2 years ago
  7. 15fa994 transport: replace a bunch of bools with a proper state machine by Davide Pesavento · 2 years, 3 months ago
  8. c860bd1 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 5 months ago
  9. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 9 months ago
  10. e727229 name: make `Component(const Block&)` constructor explicit by Davide Pesavento · 3 years ago
  11. 21ee899 name: add isKeyword and appendKeyword convenience methods by Davide Pesavento · 3 years, 1 month ago
  12. 258d51a encoding: make Block convertible to span by Davide Pesavento · 3 years, 1 month ago
  13. df8fd8a name: convert to span by Davide Pesavento · 3 years, 1 month ago
  14. fbea4fc encoding: convert to span by Davide Pesavento · 3 years, 1 month ago
  15. f135f15 transport: remove unused send() overload by Davide Pesavento · 3 years, 2 months ago
  16. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 3 years, 3 months ago
  17. 47a94d1 encoding: update to revision 3 of the naming conventions by Davide Pesavento · 3 years, 5 months ago
  18. 2e481fc common: stop importing std::{bind,ref,cref} into namespace ndn by Davide Pesavento · 3 years, 9 months ago
  19. f2cae61 Drop unnecessary v2 namespace qualifications by Davide Pesavento · 4 years ago
  20. 0990441 Ensure all include guards start with "NDN_CXX_" by Davide Pesavento · 4 years ago
  21. 25d4f1c build: add PCHs for ndnsec and unit tests, fine-tune the existing ones by Davide Pesavento · 4 years, 11 months ago
  22. 5353394 interest: refactor nonce handling by Davide Pesavento · 5 years ago
  23. bc17d95 name: provide more fine-grained choices for UriFormat by Davide Pesavento · 5 years ago
  24. d247d49 face: remove deprecated PendingInterestId, InterestFilterId, RegisteredPrefixId by Davide Pesavento · 5 years ago
  25. 009062d name: alternative URI syntax for component types used in naming conventions by Davide Pesavento · 5 years ago
  26. a421c80 face+transport: minor code cleanup by Davide Pesavento · 5 years ago
  27. 140e9cb util: backport C++17 [[nodiscard]] attribute by Davide Pesavento · 6 years ago
  28. b3f78b5 Introduce NDN_CXX_UNREACHABLE macro by Davide Pesavento · 6 years ago
  29. e7b90e5 face: rework list structures by Junxiao Shi · 6 years ago
  30. a5f233e util: rename Scheduler::scheduleEvent to schedule by Junxiao Shi · 6 years ago
  31. fd61231 util: add ndn::scheduler namespace alias by Davide Pesavento · 6 years ago
  32. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  33. da9761f face: don't use memory address as PendingInterestId by Junxiao Shi · 6 years ago
  34. 07115cc util: reimplement scheduler::EventId with CancelHandle by Junxiao Shi · 6 years ago
  35. d1fc9a7 detail: move common.hpp to 'detail' by Junxiao Shi · 6 years ago
  36. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago