Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
56c68a364a7f4b5792b7253894673cbaf5452cc7
/
daemon
/
mgmt
/
rib-manager.cpp
5a89769
Use NDN_CXX_UNREACHABLE where appropriate
by Davide Pesavento
· 5 years ago
18c2b29
mgmt: use a separate validator for prefix announcements
by Teng Liang
· 5 years ago
a499aa2
mgmt: Enable use of direct fetch in RibManager
by Zhiyi Zhang
· 5 years ago
17a7001
rib: consolidate RibManager::FaceIdSet into Rib
by Junxiao Shi
· 5 years ago
2cae8ca
core: move nfd-specific files to daemon/
by Davide Pesavento
· 6 years ago
0a71dd3
mgmt+rib: use getScheduler() in RibManager and Readvertise
by Davide Pesavento
· 6 years ago
3dade00
core+daemon: eliminate scheduler::{schedule,cancel} wrappers
by Davide Pesavento
· 6 years ago
78ddcab
mgmt: merge ManagerBase with NfdManagerBase
by Davide Pesavento
· 6 years ago
8a05c7f
rib: move RibManager to mgmt
by Davide Pesavento
· 6 years ago
[Renamed (98%) from daemon/rib/rib-manager.cpp]
1b077f6
rib: move entire subdir to daemon/rib
by Davide Pesavento
· 6 years ago
[Renamed from rib/rib-manager.cpp]
19779d8
Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW
by Davide Pesavento
· 6 years ago
feddc3c
core: use ndn-cxx scheduler::ScopedEventId
by Junxiao Shi
· 6 years ago
a4e6ec3
rib: do the longest-prefix match in self-learning route renew helper
by Teng Liang
· 6 years ago
f48d080
rib: reimplement auto prefix propagation based on readvertise
by Yanbiao Li
· 6 years ago
e1bdc08
rib: stop using the global scheduler
by Davide Pesavento
· 6 years ago
5ba7dfc
rib: provide self-learning helpers
by Junxiao Shi
· 6 years ago
5200904
rib: change FIB mocking mechanism
by Junxiao Shi
· 6 years ago
f4cfed1
rib: move config parsing to Service class
by Junxiao Shi
· 6 years ago
9f8b10e
rib: change object ownership
by Davide Pesavento
· 6 years ago
e4b2238
Improve and simplify code with modern C++ features
by Davide Pesavento
· 6 years ago
a314808
core: reimplement logging using ndn-cxx's facility
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
7530635
rib: limit route prefix length in rib/register command
by Junxiao Shi
· 7 years ago
3f21e58
rib: simplify Route class
by Junxiao Shi
· 7 years ago
d396b61
rib: a few cleanups and simplifications in RibManager
by Davide Pesavento
· 8 years ago
9fcf123
rib: Enable Readvertise-to-NLSR
by Nick Gordon
· 8 years ago
ecc45cb
rib: use faces/update instead of faces/enable-local-control to enable local fields
by Eric Newberry
· 8 years ago
6e21cdb
rib: fetch face dataset with StatusDataset client
by Weiwei Liu
· 8 years ago
25c6ce4
mgmt+rib: include ndn-cxx/mgmt/nfd/*
by Junxiao Shi
· 8 years ago
cbc8e94
daemon+rib: add proper #include line for NDNLPv2 tags
by Junxiao Shi
· 8 years ago
2173840
core: change ManagerBase::authorize to makeAuthorization
by Junxiao Shi
· 8 years ago
29b4128
rib+tools: adapt to Controller::CommandFailCallback with ControlResponse
by Junxiao Shi
· 8 years ago
b260017
rib+tools: delete NRD
by Junxiao Shi
· 8 years ago
fde3f54
rib: register /localhost|localhop/nfd/rib in FIB
by Junxiao Shi
· 8 years ago
cf0db02
rib: refactor RibManager to use ManagementDispatcher
by Yanbiao Li
· 9 years ago
0de23a2
face: use IncomingFaceId, NextHopFaceId, CachePolicy tags
by Junxiao Shi
· 9 years ago
d7c9636
rib: redesign of remote prefix registration
by Yanbiao Li
· 10 years ago
149e02c
Enhance exception throwing with Boost Exception library
by Spyridon Mastorakis
· 9 years ago
c1dfdb4
rib: Accept KeyChain in RibManager constructor
by Vince Lehman
· 9 years ago
76c751c
rib: Perform FIB updates before modifying RIB
by Vince Lehman
· 10 years ago
78926c9
face/rib/tools: avoid deprecate Block::fromBuffer overloads
by Junxiao Shi
· 10 years ago
ff8b397
rib: Change register/unregister logging to INFO
by Vince Lehman
· 10 years ago
fbf7834
rib+tools: subscribe to FaceMonitor notifications using connect
by Junxiao Shi
· 10 years ago
7c7d33a
rib: Insert RIB command prefixes into RIB
by Vince Lehman
· 10 years ago
218be0a
rib: Rename FaceEntry to Route
by Vince Lehman
· 10 years ago
1e46be3
core: rename nfd::EventId to nfd::scheduler::EventId
by Junxiao Shi
· 10 years ago
b9d439d
rib: remote prefix registration
by Yanbiao Li
· 10 years ago
cd4ee5f
mgmt,rib: check command length before accessing verb
by Steve DiBenedetto
· 10 years ago
c17de83
rib: remote prefix registration
by Yanbiao Li
· 10 years ago
8e273ca
rib+tools: avoid deprecated ndn::nfd::Controller(Face&) constructor
by Junxiao Shi
· 10 years ago
67f11ac
all: avoid usage of deprecated namespace ndn::Tlv
by Junxiao Shi
· 10 years ago
26b215c
rib: Add periodic invalid face clean up
by Vince Lehman
· 10 years ago
281ded7
rib: Cancel expiration on unregistration
by Vince Lehman
· 10 years ago
bc05b76
rib: Log individual FIB updates
by Vince Lehman
· 10 years ago
483efd1
rib: Disable FaceId check for self-registrations
by Alexander Afanasyev
· 10 years ago
15b12e7
core: use markers in StatusDataset and NotificationStream
by Junxiao Shi
· 10 years ago
cd613c5
rib: Verify face before route registration
by Vince Lehman
· 10 years ago
68bc1e0
Merge remote-tracking branch 'named-data/master' into release-0.2.0
by Alexander Afanasyev
· 10 years ago
NFD-0.2.0-rc2
cd16c83
rib: Add RIB dataset publisher
by Vince Lehman
· 10 years ago
97a9c2c
rib: Create response Data as shared_ptr to avoid copy inside Face::put
by Alexander Afanasyev
· 10 years ago
b609f00
rib: Fixing bug with RibUnregister when route origin is not specified
by Alexander Afanasyev
· 10 years ago
56356b2
rib: Fixing bug with RibUnregister when route origin is not specified
by Alexander Afanasyev
· 10 years ago
f67cf08
rib: Update to properly handle optional ExpirationPeriod in RibRegister command
by Alexander Afanasyev
· 10 years ago
fb1c808
rib: Fix to correctly set default expiration for self-registrations
by Alexander Afanasyev
· 10 years ago
72446ec
rib: Unit tests for RibManager
by Vince Lehman
· 10 years ago
3313a37
rib-manager: deleting expired entries from the rib and fib.
by Syed Obaid
· 10 years ago
63108c4
rib: Request Face create/destroy notification as early as possible
by Alexander Afanasyev
· 10 years ago
4387e78
rib: Generate FIB updates using route flags
by Vince Lehman
· 10 years ago
12e4946
rib: Implement RIB as trie
by Vince
· 10 years ago
a329574
rib: fix FibAddNextHopCommand parameters
by Junxiao Shi
· 10 years ago
b3893c9
src: Updating code to compile with the latest ndn-cxx library
by Alexander Afanasyev
· 10 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
· 10 years ago
b305165
rib: Properly terminate when a critical error occurs
by Alexander Afanasyev
· 11 years ago
NFD-0.1.0-rc1
e5224e9
rib: Separate trust models for `/localhost` and `/localhop` RIB management commands
by Yingdi Yu
· 11 years ago
ce7520e
rib: Fixing incorrect usage of RibRegisterCommand in RibManager::unregisterEntry
by Alexander Afanasyev
· 11 years ago
20d3144
rib: Switch RibManager to use NFD RIB Management protocol
by Alexander Afanasyev
· 11 years ago
f4db0b5
security: Fix the compile problem caused by an API change of ValidatorConfig.
by Yingdi Yu
· 11 years ago
03ea3eb
rib: Switching to use global IO
by Alexander Afanasyev
· 11 years ago
34c95f7
core, main: make missing config file section behavior configurable
by Steve DiBenedetto
· 11 years ago
89cf5e0
rib: Making single configuration file for both nrd and nfd
by Alexander Afanasyev
· 11 years ago
3ecec50
rib: Integrating NRD code into NFD codebase
by Alexander Afanasyev
· 11 years ago