1. 50a6af3 table: code modernization by Davide Pesavento · 6 years ago
  2. d3ae85d pit: add EndpointId field in in-record and out-record by ashiqopu · 6 years ago
  3. 057d149 table: enforce NameTree max depth universally by Junxiao Shi · 7 years ago
  4. 042a331 table: attach PIT entry to NameTree node within depth limit by Junxiao Shi · 7 years ago
  5. a274292 table: pit::Entry checks Interest matches entry when updating in/out-record by Junxiao Shi · 8 years ago
  6. f5409d4 table: Pit::deleteInOutRecords accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  7. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  8. 3248205 table: PIT iterator dereferences to const shared_ptr<pit::Entry>& by Junxiao Shi · 8 years ago
  9. 09cf13c table: move PIT iterator to a separate file by Junxiao Shi · 8 years ago
  10. 7f35843 table: NameTree::lookup return Entry& instead of shared_ptr by Junxiao Shi · 8 years ago
  11. 811c010 table: NameTree findExactMatch, findLongestPrefixMatch return Entry* by Junxiao Shi · 8 years ago
  12. e3cf285 table: delete deprecated functions in NameTree by Junxiao Shi · 8 years ago
  13. 02b73f5 table: delete PIT in-record and out-record when face is destroyed by Junxiao Shi · 8 years ago
  14. 2879779 table: fix Pit::find leak of NameTreeEntry by Junxiao Shi · 8 years ago
  15. b184e53 table: NameTree::getEntry by Junxiao Shi · 8 years ago
  16. ff92030 table: fix Pit::erase crash when Interest name contains implicit digest by spirosmastorakis · 8 years ago
  17. 4370fde table: fix PIT not matching full name by Junxiao Shi · 9 years ago
  18. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  19. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  20. 750fa1c table: Allow iteration over PIT entries by Alexander Afanasyev · 10 years ago
  21. 2b73ca3 table: make NameTree::findAllMatches usable with range-based for by Junxiao Shi · 10 years ago
  22. b2bcbcd table: simplify PIT with C++11 features by Junxiao Shi · 10 years ago
  23. 60d0638 table: Remove operator== for Exclude, which is now a part of the library by Alexander Afanasyev · 10 years ago
  24. 28d586a table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy by Alexander Afanasyev · 10 years ago
  25. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 10 years ago
  26. 9f7455b fw: avoid setting PIT unsatisfy timer twice by Junxiao Shi · 11 years ago
  27. 30d3599 table: PIT PublisherPublicKeyLocator processing by Junxiao Shi · 11 years ago
  28. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  29. e1079fc table: NameTree enumeration by Haowei Yuan · 11 years ago
  30. 78c84d1 table: PIT on NameTree by Haowei Yuan · 11 years ago
  31. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  32. cbba04c table: mock PIT by Junxiao Shi · 11 years ago