1. 152ef44 Move BOOST_CONCEPT_ASSERT to unit tests where possible by Davide Pesavento · 1 year, 3 months ago
  2. 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 3 months ago
  3. 187e9f9 Adopt more C++17 features throughout the codebase by Davide Pesavento · 1 year, 4 months ago
  4. eb87c28 detail: stop importing std::function into ndn namespace by Davide Pesavento · 1 year, 4 months ago
  5. f6b4589 util: remove ndn::optional, use std::optional directly by Davide Pesavento · 1 year, 4 months ago
  6. f135f15 transport: remove unused send() overload by Davide Pesavento · 2 years, 6 months ago
  7. 2e481fc common: stop importing std::{bind,ref,cref} into namespace ndn by Davide Pesavento · 3 years ago
  8. 4c1ad4c tests: refactor common test infrastructure and fixtures by Davide Pesavento · 3 years, 8 months ago
  9. 287a7fa tlv: introduce NullSignature signature type by Davide Pesavento · 3 years, 9 months ago
  10. d247d49 face: remove deprecated PendingInterestId, InterestFilterId, RegisteredPrefixId by Davide Pesavento · 4 years, 5 months ago
  11. 720e25c detail: improve ScopedCancelHandle by Davide Pesavento · 5 years ago
  12. 80609d4 face: scoped pending Interest by Junxiao Shi · 5 years ago
  13. 60aaef0 face: scoped Interest filter by Junxiao Shi · 5 years ago
  14. ec475a7 face: scoped prefix registration by Junxiao Shi · 5 years ago
  15. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  16. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed from tests/unit-tests/face.t.cpp]
  17. b55e5d3 interest: declare default CanBePrefix setting by Junxiao Shi · 6 years ago
  18. e240422 face: use post instead of dispatch to avoid re-entrancy issues by Ashlesh Gawande · 6 years ago
  19. 0f83080 util: add literal operators for duration types by Davide Pesavento · 6 years ago
  20. b682891 face: Interest loopback by Junxiao Shi · 7 years ago
  21. 859888f face: retain PendingInterest during Interest processing by Junxiao Shi · 7 years ago
  22. 79a7a16 face: send Nack after every InterestCallback has responded by Junxiao Shi · 7 years ago
  23. 1ad0b4b face: insert pending Interest records for Interests from forwarder by Junxiao Shi · 7 years ago
  24. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  25. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 7 years ago
  26. 70244f4 Switch to new KeyChain where possible by Alexander Afanasyev · 8 years ago
  27. fc99b51 tests: Implement IdentityManagementV2Fixture for v2::KeyChain by Alexander Afanasyev · 8 years ago
  28. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  29. 1013fd0 face: Invoke NackCallback on all matching Interests by Alexander Afanasyev · 8 years ago
  30. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  31. 4d261b6 lp: add CongestionMark field and tag by Eric Newberry · 8 years ago
  32. a1478db lp: delete deprecated LocalControlHeader by Junxiao Shi · 8 years ago
  33. e7bb6c8 face: perform wire format encoding in frontend class by Junxiao Shi · 8 years ago
  34. ae0b418 face: don't crash if Face is destroyed with outstanding io.post by Junxiao Shi · 8 years ago
  35. f5b5ae2 face: make Face test suite run faster by Junxiao Shi · 8 years ago
  36. 76e0eb2 face: accommodate empty InterestCallback/DataCallback/NackCallback by Junxiao Shi · 8 years ago
  37. 103d8ed face: minor refactoring and Doxygen improvements by Junxiao Shi · 8 years ago
  38. 85d9083 tests: move makeInterest/makeData/etc to ndn::tests namespace by Junxiao Shi · 8 years ago
  39. cf49055 tests: Extending Face test cases by Alexander Afanasyev · 8 years ago
  40. e4f8c3b tests: Enable isolation of KeyChain during run of unit/integrated tests by Alexander Afanasyev · 8 years ago
  41. 57e0036 face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. by Alexander Afanasyev · 8 years ago
  42. bb64c17 face: Allow creation of Face with custom IO service and default transport by Alexander Afanasyev · 9 years ago
  43. 9bdbb83 tests: Replace usage of deprecated elements of ndn::util::DummyClientFace by Alexander Afanasyev · 9 years ago
  44. 3a6da36 face+util: Add protected Face::getTransport method and simplify DummyClientFace implementation by Alexander Afanasyev · 9 years ago
  45. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  46. 56b0bf8 face: API to remove all pending Interests by Ilya Moiseenko · 9 years ago
  47. 83872fd face: send and receive NACK by Eric Newberry · 9 years ago
  48. 0b3cac5 face: simplify prefix registration APIs with SigningInfo by Joao Pereira · 9 years ago
  49. 9d158f0 face: Refactor internal PIT to use scheduled events by Alexander Afanasyev · 9 years ago
  50. 429634f tests: Change to updated naming conventions by Spyridon Mastorakis · 9 years ago[Renamed (99%) from tests/unit-tests/test-face.cpp]
  51. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 9 years ago
  52. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 9 years ago
  53. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago[Renamed (93%) from tests/unit-tests/test-faces.cpp]
  54. d3a55b2 tests: Converting test cases to use UnitTestClock by Alexander Afanasyev · 10 years ago
  55. 8e15854 face: Reset io_service after io_service::poll() by Alexander Afanasyev · 10 years ago
  56. a60d936 util: make DummyClientFace public API by Junxiao Shi · 10 years ago
  57. 5fc795f tests: Add partial unit test coverage for Face class by Alexander Afanasyev · 10 years ago