1. 91c15c8 build: stop defining _DEBUG, rely only on NDEBUG instead by Davide Pesavento · 12 months ago
  2. c0df94e face: minor code cleanups by Davide Pesavento · 1 year, 3 months ago
  3. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  4. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  5. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  6. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  7. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  8. 13d582a face: remove EndpointId from egress APIs in transport by Teng Liang · 4 years, 5 months ago
  9. b3a23ca face: eliminate Transport::Packet wrapper type by Davide Pesavento · 6 years ago
  10. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  11. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  12. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  13. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  14. b49313d face: congestion detection in TCP, UDP, and Unix socket transports by Eric Newberry · 7 years ago
  15. 68ab43d face: don't set TransportState to FAILED if connection is closed cleanly by Davide Pesavento · 7 years ago
  16. 1816d4b face: implement close-on-idle and persistency change for Ethernet unicast by Davide Pesavento · 7 years ago
  17. dcdf621 face: support permanent persistency in TcpTransport by Weiwei Liu · 8 years ago
  18. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  19. 8728a25 face: override Transport::beforeChangePersistency in all subclasses by Davide Pesavento · 9 years ago
  20. 74c895d face: UnixStreamTransport by Yukai Tu · 9 years ago