1. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  2. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  3. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  4. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  5. da89fa5 fw: silence unused variable warning in FaceTable by Junxiao Shi · 8 years ago
  6. 6fd1e7e fw: in FaceTable::add(), move the shared_ptr instead of copying it by Davide Pesavento · 8 years ago
  7. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  8. dcffdaa fw: decouple Forwarder and FaceTable by Junxiao Shi · 8 years ago
  9. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  10. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  11. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  12. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  13. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  14. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  15. 5e5e445 fw: Nack in pipelines and best-route strategy by Junxiao Shi · 9 years ago
  16. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  17. 66ff098 face: cleanup log messages in all faces and print fail reason by Davide Pesavento · 10 years ago
  18. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  19. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  20. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  21. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  22. 583760b face: Cleaning up onFail EventEmitter after event is fired from Face::fail by Alexander Afanasyev · 10 years ago
  23. 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
  24. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  25. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  26. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 11 years ago
  27. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  28. bc521a5 fw: Prevent re-insertion of faces into FaceTable by Alexander Afanasyev · 11 years ago
  29. bd392bf fw: FaceTable onAdd,onRemove events by Junxiao Shi · 11 years ago
  30. c542b2b fw: invoke FaceTable::remove upon Face::onFail by Junxiao Shi · 11 years ago
  31. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago
  32. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago