- a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
- e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
- a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
- b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
- 1b22a8c tests: drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
- 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
- 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
- 358414d fw: remove reliance upon marker name components by Eric Newberry · 3 years, 9 months ago
- 7922d12 fw: rename BestRouteStrategy2 class to BestRouteStrategy by Davide Pesavento · 3 years, 10 months ago
- a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
- 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
- 9ab43e6 ci+docs: CentOS renamed the PowerTools repo to lowercase by Davide Pesavento · 4 years ago
- 2135375 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
- b7e72c3 tests: use NullSignature by Davide Pesavento · 4 years, 3 months ago
- ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
- f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 7 months ago
- cf9e1c7 tests: avoid deprecated boost headers by Davide Pesavento · 5 years ago
- 5f59607 pit-fib-benchmark: remove gap4 and simplify by Davide Pesavento · 6 years ago
- 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
- 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
- 9222f36 table: eliminate Selectors from CS tests by Junxiao Shi · 6 years ago
- 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
- cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
- 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
- c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
- 1b077f6 rib: move entire subdir to daemon/rib by Davide Pesavento · 6 years ago
- 97e3302 Replace nfd::getExtendedErrorMessage with boost::diagnostic_information by Davide Pesavento · 6 years ago
- 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
- 39465c2 fw: implement self-learning forwarding strategy by Teng Liang · 6 years ago
- 9c33b90 core+face+tools: use asio::ip::address::from_string directly by Davide Pesavento · 7 years ago
- ded1742 face: Configurable IP subnets for "local" TCP faces by Alexander Afanasyev · 7 years ago
- 0064c1d build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
- 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
- 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
- 4738f15 tests: make CongestionMarkStrategy parameters human-readable by Eric Newberry · 7 years ago
- 78ef901 tests: allow parameters to be specified to CongestionMarkStrategy by Eric Newberry · 7 years ago
- 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
- 69b63dc tests: add integration test helper strategy CongestionMarkStrategy by Eric Newberry · 7 years ago
- 52ae329 tests: remove reliance of other tests on WITH_TESTS by Eric Newberry · 7 years ago
- afb2059 use ndn::ip::address(V6)FromString for scope-id aware conversion by Yanbiao Li · 7 years ago
- a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
- 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
- a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
- 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
- f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
- 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
- aaa5dd3 tests: add callgrind start/stop macros in benchmark programs by Davide Pesavento · 8 years ago
- dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
- f9f7cf3 tests: fix assertion failure in PIT+FIB benchmark by Junxiao Shi · 8 years ago
- 4f1afac tests: face system benchmark by Weiwei Liu · 9 years ago
- d72f092 tests: PIT and FIB benchmark by Yumin Xia · 9 years ago
- dd7e5da build: Fix compatibility with Python 3 by Alexander Afanasyev · 9 years ago
- bc9ed49 tests: Customize environment to run test cases by Alexander Afanasyev · 9 years ago
- f22ebaf tests+ci: Enable dual XML and HRF output of unit test results by Alexander Afanasyev · 9 years ago
- eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
- 5af9bd3 table: reduce implicit digest computation in ContentStore by Junxiao Shi · 10 years ago
- 85d17fc table: ContentStore benchmark by Junxiao Shi · 10 years ago
- a938818 table: rewrite ContentStore by Junxiao Shi · 10 years ago
- 2e0db68 cs-smoketest: data.wireEncode() before CS insert by Junxiao Shi · 10 years ago
- 9a0c2d0 build: Disable installation of unit tests on `./waf install` by Alexander Afanasyev · 11 years ago
- 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
- 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago