1. 401d1a4 Switch to std::filesystem by Davide Pesavento · 6 days ago master
  2. 152874a tests: remove temporary directory on setup and teardown by Davide Pesavento · 10 months ago
  3. 4b1921f face: improve error handling in UnixStreamChannel by Davide Pesavento · 12 months ago
  4. 4c95771 face: change default Unix socket path by Davide Pesavento · 12 months ago
  5. 9bf64cc face: use new-style async_accept API by Davide Pesavento · 1 year, 3 months ago
  6. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  7. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  8. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  9. 3a2339a face: Connect faces to the parent (unicast) or associated (multicast) channels by Alexander Afanasyev · 4 years, 7 months ago
  10. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  11. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  12. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  13. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  14. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  15. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  16. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  17. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  18. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  19. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  20. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  21. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  22. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  23. 74c895d face: UnixStreamTransport by Yukai Tu · 9 years ago
  24. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  25. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  26. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  27. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 11 years ago
  28. e22d8c8 face: UnixStreamChannel: improved handling of existing socket files. by Davide Pesavento · 11 years ago
  29. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  30. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  31. 9cec8ee face: Create the socket file in UnixStreamChannel world-writable. by Davide Pesavento · 11 years ago
  32. bc4dd8c face: UnixStream{Face,Channel,ChannelFactory} implementation. by Davide Pesavento · 11 years ago