1. 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
  2. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  3. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  4. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  5. c0822fa build: switch to C++14 by Davide Pesavento · 6 years ago
  6. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  7. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  8. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  9. 83be1da use FaceUri and NetworkMonitor from ndn-cxx/net by Junxiao Shi · 7 years ago
  10. 89567d3 core: Network: misc code cleanups by Davide Pesavento · 8 years ago
  11. dcdf621 face: support permanent persistency in TcpTransport by Weiwei Liu · 8 years ago
  12. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago[Renamed (96%) from common.hpp]
  13. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  14. a98bf93 face: Refactor Face as LinkService+Transport by Eric Newberry · 9 years ago
  15. ec2a698 Remove illegal std::to_string definition and use ndn::to_string in its place by Davide Pesavento · 9 years ago
  16. 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
  17. d2856a4 Stop including <ndn-cxx/common.hpp> by Davide Pesavento · 9 years ago
  18. 698f4fe mgmt refactoring: ManagerBase by Yanbiao Li · 9 years ago
  19. 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
  20. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  21. ce81230 build: Emulate std::to_string when it is missing by Alexander Afanasyev · 10 years ago
  22. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  23. a37405d face: fix NDNLP PartialMessage cleanup scheduling by Junxiao Shi · 10 years ago
  24. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  25. 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
  26. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  27. 21303af common.hpp: delete boost::scoped_ptr by Junxiao Shi · 10 years ago
  28. 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
  29. cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
  30. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  31. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  32. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  33. 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
  34. 8552a38 build: Enabling ability to use precompiled headers and some other build fixes by Alexander Afanasyev · 10 years ago
  35. 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
  36. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  37. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed from daemon/common.hpp]
  38. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  39. 96b80bb table: Content Store performance fix by Ilya Moiseenko · 11 years ago
  40. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  41. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  42. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  43. 76cf77a table: ContentStore based on skip list by Ilya Moiseenko · 11 years ago
  44. 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago
  45. a9b8575 table: Name Tree Implementation by HYuan · 11 years ago
  46. dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
  47. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
  48. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  49. bb75b55 mgmt: added subscription-based configuration file parser by Steve DiBenedetto · 11 years ago
  50. e5e2fce table: StrategyInfo getter/setter by Junxiao Shi · 11 years ago
  51. a807e65 core: Implementation of the logging module for NFD by Ilya Moiseenko · 11 years ago
  52. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  53. d32cb96 face/tcp: Implementing mock version of TcpFace by Alexander Afanasyev · 11 years ago
  54. 920af2f core: Basic implementation of Scheduler by Alexander Afanasyev · 11 years ago
  55. c1e1236 table: Mock implementation of FIB by Junxiao Shi · 11 years ago
  56. 61c5ef3 core: time::Duration, time:Point, time::now by Junxiao Shi · 11 years ago
  57. b927a3a src: Creating daemon/common.hpp for all generic includes and import of commonly used abstractions to ndn namespace by Alexander Afanasyev · 11 years ago