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