- 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
- 191a7a2 core+daemon: declare all equality operators as hidden friends by Davide Pesavento · 1 year, 7 months ago
- ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
- 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
- a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
- a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
- b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
- 727b610 table+fw: update ForwardingHint format by Junxiao Shi · 3 years ago
- 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
- 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
- 1752159 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 8 months ago
- 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
- 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
- 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
- 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
- e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
- c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
- 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
- 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
- fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
- 83be1da use FaceUri and NetworkMonitor from ndn-cxx/net by Junxiao Shi · 7 years ago
- 89567d3 core: Network: misc code cleanups by Davide Pesavento · 8 years ago
- dcdf621 face: support permanent persistency in TcpTransport by Weiwei Liu · 8 years ago
- 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago[Renamed (96%) from common.hpp]
- b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
- a98bf93 face: Refactor Face as LinkService+Transport by Eric Newberry · 9 years ago
- ec2a698 Remove illegal std::to_string definition and use ndn::to_string in its place by Davide Pesavento · 9 years ago
- 01f8dba Use make_unique where appropriate by Davide Pesavento · 9 years ago
- d2856a4 Stop including <ndn-cxx/common.hpp> by Davide Pesavento · 9 years ago
- 698f4fe mgmt refactoring: ManagerBase by Yanbiao Li · 9 years ago
- 0355e9f fw: Forwarder processes Link for mobility by Junxiao Shi · 9 years ago
- 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
- ce81230 build: Emulate std::to_string when it is missing by Alexander Afanasyev · 10 years ago
- 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
- a37405d face: fix NDNLP PartialMessage cleanup scheduling by Junxiao Shi · 10 years ago
- 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
- 1c93cae fw: add override specifier to Strategy triggers by Junxiao Shi · 10 years ago
- a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
- 21303af common.hpp: delete boost::scoped_ptr by Junxiao Shi · 10 years ago
- 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
- cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
- ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
- 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
- 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
- 651b75e table: capacity limit in PIT NonceList by Junxiao Shi · 10 years ago
- 8552a38 build: Enabling ability to use precompiled headers and some other build fixes by Alexander Afanasyev · 11 years ago
- 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
- 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
- 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed from daemon/common.hpp]
- 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
- 96b80bb table: Content Store performance fix by Ilya Moiseenko · 11 years ago
- 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
- bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
- eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
- 76cf77a table: ContentStore based on skip list by Ilya Moiseenko · 11 years ago
- 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago
- a9b8575 table: Name Tree Implementation by HYuan · 11 years ago
- dbe7173 table: MeasurementsAccessor for strategy by Junxiao Shi · 11 years ago
- bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
- 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
- bb75b55 mgmt: added subscription-based configuration file parser by Steve DiBenedetto · 11 years ago
- e5e2fce table: StrategyInfo getter/setter by Junxiao Shi · 11 years ago
- a807e65 core: Implementation of the logging module for NFD by Ilya Moiseenko · 11 years ago
- 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
- d32cb96 face/tcp: Implementing mock version of TcpFace by Alexander Afanasyev · 11 years ago
- 920af2f core: Basic implementation of Scheduler by Alexander Afanasyev · 11 years ago
- c1e1236 table: Mock implementation of FIB by Junxiao Shi · 11 years ago
- 61c5ef3 core: time::Duration, time:Point, time::now by Junxiao Shi · 11 years ago
- 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