- 4d2e788 table: optimize removal of PIT in-records by Davide Pesavento · 10 months ago
- 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
- 0a05f7a build: disable `-Wnon-virtual-dtor` compiler warning by Davide Pesavento · 1 year, 2 months ago
- 8f0b8b6 Simplify some code with Boost.Operators by Davide Pesavento · 1 year, 4 months ago
- 191a7a2 core+daemon: declare all equality operators as hidden friends by Davide Pesavento · 1 year, 7 months ago
- ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
- aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
- 20d94f6 Use `inline` on all namespace-scope constants defined in headers by Davide Pesavento · 2 years, 3 months ago
- a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
- 9a28c3f fw+table: workaround bogus doxygen warnings 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
- deb5427 daemon+tests: avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
- 727b610 table+fw: update ForwardingHint format by Junxiao Shi · 3 years ago
- 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
- 7647cc7 table: increase initial and minimum capacity of DeadNonceList by Davide Pesavento · 3 years, 7 months ago
- e08cc4c table: improve logging in DeadNonceList by Davide Pesavento · 3 years, 7 months ago
- 67ad70f table: prevent duplicates in DeadNonceList by Varun Patil · 3 years, 7 months ago
- d412393 table: DeadNonceList code cleanup/modernization by Davide Pesavento · 3 years, 7 months ago
- 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
- 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
- e1cf4ba table: prevent integer overflow in pit::FaceRecord by Junxiao Shi · 4 years, 6 months ago
- 51cf75c fw+table: use Interest::Nonce instead of uint32_t by Davide Pesavento · 4 years, 10 months ago
- c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
- d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
- 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
- 07f2e2f table: rename cs::iterator to cs::Table::const_iterator by Junxiao Shi · 5 years ago
- 5e4a02f cs: avoid Entry construction during query by Junxiao Shi · 5 years ago
- 25d9728 table: drop Selectors processing from PIT by Junxiao Shi · 6 years ago
- 14b3918 table: drop ChildSelector processing in CS by Junxiao Shi · 6 years ago
- 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
- 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
- 50a6af3 table: code modernization by Davide Pesavento · 6 years ago
- 77d0bfd face+table: move EndpointId typedef out of Transport and use it in table by ashiqopu · 6 years ago
- d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
- 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
- 3ad49db fib: add EndpointId field in NextHop record by ashiqopu · 6 years ago
- 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
- e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
- c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
- a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
- 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
- 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
- 1cb619e docs: fully qualify types documented via doxygen's \class command by Davide Pesavento · 7 years ago
- 43bb231 fw: introduce afterReceiveData strategy trigger by Teng Liang · 7 years ago
- 30c37ab table: add Cs::erase method by Junxiao Shi · 7 years ago
- 057d149 table: enforce NameTree max depth universally by Junxiao Shi · 7 years ago
- 7003e0b fw: replace straggler timer with per-strategy decision by Teng Liang · 7 years ago
- 6f09ab6 fw+table: add isSatisfied and dataFreshnessPeriod to PIT entry by Teng Liang · 7 years ago
- 332783b mgmt: respond with 414 if StrategyChoice prefix is too long by Junxiao Shi · 7 years ago
- 7530635 rib: limit route prefix length in rib/register command by Junxiao Shi · 7 years ago
- 3d2049f table: add CS enablement flags by Junxiao Shi · 7 years ago
- 3f9234b table: limit prefix length in Measurements by Junxiao Shi · 7 years ago
- 4e837f8 table: limit prefix length in StrategyChoice by Junxiao Shi · 7 years ago
- 847de40 build: Add warning for non-virtual destructor and fix discovered issues by Alexander Afanasyev · 7 years ago
- 042a331 table: attach PIT entry to NameTree node within depth limit by Junxiao Shi · 7 years ago
- f54d030 table: advisory limit of NameTree depth by Junxiao Shi · 7 years ago
- c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
- fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
- 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
- f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 8 years ago
- 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
- 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
- 7f566dd table: StrategyChoice no longer supports installed instances by Junxiao Shi · 8 years ago
- 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
- 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
- 0e4a1f1 tests: register instead of install DummyStrategy by Junxiao Shi · 8 years ago
- 18739c4 fw: pass parameters to Strategy subclass constructors by Junxiao Shi · 8 years ago
- f15058a table: don't share Strategy instance among StrategyChoice entries by Junxiao Shi · 8 years ago
- c34d167 fw: refactor Strategy registry by Junxiao Shi · 8 years ago
- b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
- 7ee00fb table: cs::Policy::getPolicyNames by Junxiao Shi · 8 years ago
- 52555b0 table: CS policy registry by Junxiao Shi · 8 years ago
- a274292 table: pit::Entry checks Interest matches entry when updating in/out-record by Junxiao Shi · 8 years ago
- cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
- fc02186 table: StrategyInfoHost stores StrategyInfo as unique_ptr by Junxiao Shi · 8 years ago
- 2af9ca3 table: move CS limit change logging to cs::Policy by Junxiao Shi · 8 years ago
- 5b3feb6 table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo by Junxiao Shi · 8 years ago
- f5409d4 table: Pit::deleteInOutRecords accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
- 1c2c6c4 table: silence unused variable warning in release builds by Davide Pesavento · 8 years ago
- b30863e table: simplify StrategyChoice iterator with Boost.Range by Junxiao Shi · 8 years ago
- 13ad4b7 table: simplify FIB iterator with Boost.Range by Junxiao Shi · 8 years ago
- 9f6ca60 table: declare name_tree::Range type by Junxiao Shi · 8 years ago
- dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
- 3248205 table: PIT iterator dereferences to const shared_ptr<pit::Entry>& by Junxiao Shi · 8 years ago
- 09cf13c table: move PIT iterator to a separate file by Junxiao Shi · 8 years ago
- 340d553 table: make name_tree::Node the sole owner of name_tree::Entry by Junxiao Shi · 8 years ago
- e7258ff table: cleanupOnFaceRemoval doesn't rely on shared_ptr<name_tree::Entry> anymore by Junxiao Shi · 8 years ago
- dd8f661 table: NameTree::findLongestPrefixMatch accepts all table entry types by Junxiao Shi · 8 years ago
- 759993b table: delete unnecessary name_tree::Iterator destructor by Junxiao Shi · 8 years ago
- 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
- f2420fc table: ensure NameTree::lookup(tableEntry) does not return nullptr by Junxiao Shi · 8 years ago
- 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
- e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
- b660b4c table: refactor NameTree hashtable by Junxiao Shi · 8 years ago
- 029401f table: refactor NameTree iterator by Junxiao Shi · 8 years ago
- 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
- 9cff779 table: pit::FaceRecord stores Face& instead of shared_ptr by Junxiao Shi · 8 years ago
- 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago