1. 68b5385 docs: update code-style rule 2.24 by Junxiao Shi · 6 years ago
  2. 3b101d0 Use std::move in more places by Davide Pesavento · 6 years ago
  3. 643b7f5 mgmt: use platform-independent counter type by Junxiao Shi · 6 years ago
  4. e345baa util: augment SegmentFetcher with congestion control by Eric Newberry · 6 years ago
  5. 71a2f03 mgmt: fix compilation error on Xcode 8 and earlier by Eric Newberry · 6 years ago
  6. db4da5e Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  7. 3c9bc04 mgmt: add Mtu to faces/create and FaceStatus by Eric Newberry · 6 years ago
  8. 1fd0024 build: switch to C++14 by Davide Pesavento · 6 years ago
  9. ebfe4a2 meta-info: allow typed name component in FinalBlockId by Junxiao Shi · 6 years ago
  10. 5e2ccca mgmt: fix conflicting TLV-TYPE assignment by Davide Pesavento · 7 years ago
  11. df50538 mgmt: declare cs/erase command by Junxiao Shi · 7 years ago
  12. 3c8a8b0 mgmt: Dispatcher: minor code cleanups by Davide Pesavento · 7 years ago
  13. be86d98 mgmt: fix CsInfo.Capacity decoding by Junxiao Shi · 7 years ago
  14. a7ab06d mgmt: add capacity and enablement flags to CsInfo by Junxiao Shi · 7 years ago
  15. d567aab mgmt: make congestion marking parameters optional by Eric Newberry · 7 years ago
  16. 07d05c9 mgmt: add congestion marking parameters by Eric Newberry · 7 years ago
  17. 22f8568 mgmt: declare cs/config command by Junxiao Shi · 7 years ago
  18. 0f83080 util: add literal operators for duration types by Davide Pesavento · 7 years ago
  19. 7f01247 mgmt: encode/decode CS Information Dataset by Junxiao Shi · 7 years ago
  20. adc7184 security: Remove old security framework by Alexander Afanasyev · 8 years ago
  21. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  22. 5174232 Check integer range during decoding by Junxiao Shi · 7 years ago
  23. 5d75fd9 mgmt: check enum range during decoding by Junxiao Shi · 7 years ago
  24. 6dfeffe mgmt: Switch nfd::Controller to use v2::Validator interface by Alexander Afanasyev · 8 years ago
  25. c542f63 ims: move InMemoryStorage from util/ by Junxiao Shi · 7 years ago
  26. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  27. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 8 years ago
  28. 8e3cf0a mgmt: fix include guard by Davide Pesavento · 7 years ago
  29. 8c2ab2e mgmt: make Uri and LocalUri required in faces/create success response by Junxiao Shi · 7 years ago
  30. d97c953 mgmt: fix Dispatcher::processControlCommandInterest memory error by Junxiao Shi · 7 years ago
  31. 144c7e3 mgmt: permit LocalUri in FaceCreateCommand response by Junxiao Shi · 7 years ago
  32. e8e48c2 mgmt: use RouteOrigin type in Route and ControlParameters by Davide Pesavento · 7 years ago
  33. 9a53d78 mgmt: rename 'datas' to 'data' in FaceStatus and ForwarderStatus by Junxiao Shi · 7 years ago
  34. f4908b1 mgmt: accept LocalUri in face create command by Teng Liang · 7 years ago
  35. d7f5b28 mgmt: add LocalUri to ControlParameters by Eric Newberry · 7 years ago
  36. 156c1ea mgmt: add FaceStatus::unsetExpirationPeriod() by Davide Pesavento · 7 years ago
  37. cf41576 util: backport std::experimental::ostream_joiner by Davide Pesavento · 8 years ago
  38. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  39. e178989 src: minor updates to common.hpp and common-pch.hpp by Davide Pesavento · 8 years ago
  40. e55589c encoding+mgmt: move FaceEventKind to nfd-constants by Davide Pesavento · 8 years ago
  41. 88eb748 mgmt: FaceEventNotification equality operators and formatted output by Davide Pesavento · 8 years ago
  42. 0a1afdf mgmt: avoid virtual methods in FaceTraits by Davide Pesavento · 8 years ago
  43. d1a415c mgmt: rename RibFlagsTraits to RouteFlagsTraits by Davide Pesavento · 8 years ago
  44. 484bbe5 mgmt: RibEntry equality operators and formatted output by Davide Pesavento · 8 years ago
  45. 6ad3d53 mgmt: move Route and RibEntry set methods out of line by Davide Pesavento · 8 years ago
  46. f8503d2 encoding+mgmt: fix definition of INVALID_FACE_ID by Davide Pesavento · 8 years ago
  47. a6f32ca mgmt: FibEntry equality operators and formatted output by Davide Pesavento · 8 years ago
  48. a341ae8 mgmt: add FaceQueryFilter::empty() by Junxiao Shi · 8 years ago
  49. 25e3d8c mgmt: ForwarderStatus equality operators and formatted output by Davide Pesavento · 8 years ago
  50. 4ec7a5a mgmt: FaceStatus equality operators and formatted output by Davide Pesavento · 8 years ago
  51. 0eaf444 mgmt: fix typo in FaceQueryFilter operator== by Junxiao Shi · 8 years ago
  52. a825d26 mgmt: FaceQueryFilter equality operators by Junxiao Shi · 8 years ago
  53. 9f9bd8a mgmt: ChannelStatus equality operators and formatted output by Davide Pesavento · 8 years ago
  54. eba76ad util: introduce StatusDatasetItem concept by Davide Pesavento · 8 years ago
  55. 0fba51a mgmt: declare the constructor of FaceMonitor explicit by Davide Pesavento · 8 years ago
  56. 7f20d6e build+src: mark destructor virtual in classes with virtual functions by Davide Pesavento · 8 years ago
  57. bc6beb1 mgmt: StrategyChoice equality operators and formatted output by Junxiao Shi · 8 years ago
  58. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  59. 57c07df src: drop 'virtual' from functions marked 'final' or 'override' by Davide Pesavento · 8 years ago
  60. 1aa3e1e mgmt: move Flags field from FaceStatus to FaceTraits by Eric Newberry · 8 years ago
  61. f767eba mgmt: Add UP and DOWN kinds to FaceEventNotification by Eric Newberry · 8 years ago
  62. 1ce8ab2 mgmt: add Flags field to FaceStatus by Eric Newberry · 8 years ago
  63. a1478db lp: delete deprecated LocalControlHeader by Junxiao Shi · 8 years ago
  64. 7357ef2 mgmt: move management/nfd-* to mgmt/nfd/ by Junxiao Shi · 8 years ago
  65. 43a7932 mgmt: Dispatcher uses library logging facility by Junxiao Shi · 8 years ago
  66. 19d7a57 encoding: delete deprecated Block::fromBuffer and block helpers by Junxiao Shi · 8 years ago
  67. 4b4f754 mgmt: Use InMemoryStorage for StatusDataset and Notification produced by managers by Yanbiao Li · 8 years ago
  68. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  69. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  70. 80b68e1 docs: Correct errorneous license boilerplates by Alexander Afanasyev · 9 years ago
  71. f65a336 mgmt: mark StatusDatasetContext as noncopyable by Junxiao Shi · 9 years ago
  72. 8ee37ed mgmt: Dispatcher by Yanbiao Li · 9 years ago