Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
f689c7944bb2cfe658775dff44266644918a735c
/
daemon
/
mgmt
f689c79
mgmt: avoid deprecated KeyLocator::Type enum
by Davide Pesavento
· 5 years ago
d8315bf
table: add Fib::afterNewNextHop signal
by Ju Pan
· 5 years ago
6be9387
Revert "fib: add EndpointId field in NextHop record"
by Md Ashiqur Rahman
· 5 years ago
9aafc2a
Revert "mgmt: add EndpointId for fib dataset"
by Ju Pan
· 5 years ago
cb425e8
face: move common declarations to face-common.hpp
by Davide Pesavento
· 5 years ago
17a7001
rib: consolidate RibManager::FaceIdSet into Rib
by Junxiao Shi
· 5 years ago
602c3aa
mgmt: add EndpointId for fib dataset
by Ju Pan
· 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
19779d8
Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW
by Davide Pesavento
· 6 years ago
3ad49db
fib: add EndpointId field in NextHop record
by ashiqopu
· 6 years ago
2818132
mgmt: report face MTU in faces/list and faces/query datasets
by Davide Pesavento
· 6 years ago
6eb1ac9
mgmt: add satisfied and unsatisfied counters for forwarder status management
by Ju Pan
· 6 years ago
32e7609
table: Make LRU the default CS replacement policy
by Chavoosh Ghasemi
· 6 years ago
812d615
mgmt+face: allow MTU of datagram faces to be overridden
by Eric Newberry
· 6 years ago
c0822fa
build: switch to C++14
by Davide Pesavento
· 6 years ago
a314808
core: reimplement logging using ndn-cxx's facility
by Davide Pesavento
· 7 years ago
bd72431
mgmt: implement cs/erase command
by Junxiao Shi
· 7 years ago
87fc0f8
core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional
by Davide Pesavento
· 7 years ago
3cf75dc
mgmt: prevent potential nullptr dereference in FaceManager
by Davide Pesavento
· 7 years ago
cfb1a31
mgmt: eliminate FaceManager::setConfigFile()
by Davide Pesavento
· 7 years ago
de33245
tools: add congestion marking parameters to nfdc face create
by Eric Newberry
· 7 years ago
26667e1
mgmt: include capacity and enablement flags in cs/info dataset
by Junxiao Shi
· 7 years ago
c9b5e01
mgmt: implement cs/config command
by Junxiao Shi
· 7 years ago
02a0e0f
mgmt: limit prefix length in fib/add-nexthop
by Junxiao Shi
· 7 years ago
332783b
mgmt: respond with 414 if StrategyChoice prefix is too long
by Junxiao Shi
· 7 years ago
d96744d
mgmt: don't crash if no authorizations are configured
by Davide Pesavento
· 7 years ago
0c3e57b
face+mgmt: allow congestion marking parameters to be enabled and set
by Eric Newberry
· 7 years ago
15b5505
face: group parameters to createFace and connect into a common structure
by Davide Pesavento
· 7 years ago
f2bfb44
mgmt: CS information dataset (hit/miss counters)
by Junxiao Shi
· 7 years ago
b5eee20
face: delete deprecated FaceSystem constructor
by Davide Pesavento
· 7 years ago
84d3adc
tools: add reliability option to nfdc face create
by Eric Newberry
· 7 years ago
2642cd2
mgmt: support LpReliability flag in faces/create and faces/update
by Eric Newberry
· 7 years ago
944f38b
face: move face parameters into CreateFaceParams struct
by Eric Newberry
· 7 years ago
dbb6b3e
mgmt: use v2 ValidationPolicy in CommandAuthenticator
by Junxiao Shi
· 7 years ago
16a3adf
switch to ndn-cxx KeyChain v2
by Junxiao Shi
· 7 years ago
1cce2a3
mgmt: enable LocalUri in faces/create command response
by Junxiao Shi
· 8 years ago
e5eebad
face: remove nfd::ProtocolFactory type alias
by Davide Pesavento
· 8 years ago
f03d479
mgmt+tools: rename 'datas' to 'data'
by Junxiao Shi
· 8 years ago
78e32b0
face+mgmt: accept LocalUri in ProtocolFactory and FaceManager
by Eric Newberry
· 8 years ago
1586aff
mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore
by Davide Pesavento
· 8 years ago
635bf20
Remove use of deprecated code
by Alexander Afanasyev
· 8 years ago
58ba3f9
mgmt+tools: rework FacePersistency handling in faces/create and faces/update
by Yanbiao Li
· 8 years ago
ea47bde
mgmt: FaceManager no longer owns FaceSystem
by Junxiao Shi
· 8 years ago
38b24c7
face: process face_system.tcp config section in TcpFactory
by Junxiao Shi
· 8 years ago
530cf00
table: StrategyChoice::insert return value includes error description
by Junxiao Shi
· 8 years ago
b859031
face: FaceSystem class
by Junxiao Shi
· 8 years ago
65800d2
mgmt: change strategy-choice/set response codes
by Junxiao Shi
· 8 years ago
4cb7431
fw: delete deprecated Strategy::getName in favor of getInstanceName
by Junxiao Shi
· 8 years ago
593887c
mgmt: use strategy registry in TablesConfigSection
by Junxiao Shi
· 8 years ago
b4a5acd
mgmt: tables.cs_policy config option
by Junxiao Shi
· 8 years ago
1b4ba05
mgmt: send FACE_EVENT_UP and FACE_EVENT_DOWN notifications
by Eric Newberry
· 8 years ago
91e1d7c
mgmt: create Ethernet multicast faces according to whitelist/blacklist
by susmit
· 8 years ago
c05918c
mgmt: add Flags field to faces/list and faces/query in FaceManager
by Eric Newberry
· 8 years ago
f40551a
face+mgmt: enable local fields through ProtocolFactory::createFace
by Eric Newberry
· 8 years ago
d820510
mgmt: ForwarderStatusManager answers only status/general
by Junxiao Shi
· 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
b5aa7f5
mgmt: add faces/update command
by Eric Newberry
· 8 years ago
58320f7
fw: UnsolicitedDataPolicy registry
by Junxiao Shi
· 8 years ago
4260241
mgmt+face: move protocol-specific face creation checks into protocol factories
by Eric Newberry
· 8 years ago
9685cc5
mgmt: tables.cs_unsolicited_policy config option
by Junxiao Shi
· 8 years ago
2af9ca3
table: move CS limit change logging to cs::Policy
by Junxiao Shi
· 8 years ago
0cc125c
mgmt: TablesConfigSection constructor accepts Forwarder&
by Junxiao Shi
· 8 years ago
3717548
mgmt: delete CommandValidator
by Junxiao Shi
· 8 years ago
9ddf1b5
mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator
by Junxiao Shi
· 8 years ago
2173840
core: change ManagerBase::authorize to makeAuthorization
by Junxiao Shi
· 8 years ago
d763127
mgmt: CommandAuthenticator
by Junxiao Shi
· 8 years ago
9f5b01d
core: move common.hpp to core/
by Junxiao Shi
· 8 years ago
ae04d34
fw: FaceTable signals use Face& instead of shared_ptr
by Junxiao Shi
· 8 years ago
b84e674
fw: FaceTable iterator dereferences to Face& instead of shared_ptr
by Junxiao Shi
· 8 years ago
5b43f9a
fw: FaceTable::get returns Face* instead of shared_ptr
by Junxiao Shi
· 8 years ago
ff10da6
table: attach unique_ptr<strategy_choice::Entry> onto NameTree
by Junxiao Shi
· 8 years ago
a6de429
table: don't use shared_ptr in FIB
by Junxiao Shi
· 8 years ago
b84bd3a
common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly
by Davide Pesavento
· 9 years ago
df846e5
core: allow ManagerBase be inherited by RibManager
by Yanbiao Li
· 9 years ago
498373d
mgmt: publish GeneralStatus dataset
by Junxiao Shi
· 9 years ago
c64d30a
mgmt: re-added expiration time to FaceStatus
by Eric Newberry
· 9 years ago
cde37ad
face: face refactoring completion
by Junxiao Shi
· 9 years ago
0de23a2
face: use IncomingFaceId, NextHopFaceId, CachePolicy tags
by Junxiao Shi
· 9 years ago
35120ea
face: EthernetTransport
by Davide Pesavento
· 9 years ago
da93f1f
face: LpFace counters
by Junxiao Shi
· 9 years ago
1d7e7af
face+mgmt: simplify factories and FaceManager using C++11 features
by Davide Pesavento
· 9 years ago
6535f1e
face: InternalForwarderTransport & InternalClientTransport
by Junxiao Shi
· 9 years ago
40cb61c
mgmt: LpFace faces/enable-local-control workaround
by Junxiao Shi
· 9 years ago
0a49d34
face: UdpTransport
by Yukai Tu
· 9 years ago
483c433
Merge feature branch 'mgmt-refactoring'
by Alexander Afanasyev
· 9 years ago
ecbf584
mgmt refactoring: Correct ForwarderStatus publishing
by Alexander Afanasyev
· 9 years ago
63ab1bb
mgmt: Add tables.network_region section in config file to populate NetworkRegionTable
by Vince Lehman
· 9 years ago
6704a4a
mgmt refactoring: StrategyChoiceManager
by Yanbiao Li
· 9 years ago
7cec7ea
mgmt refactoring: ForwarderStatusServer (renamed StatusServer)
by Yanbiao Li
· 9 years ago
711c793
mgmt refactoring: FibManager
by Yanbiao Li
· 9 years ago
73860e3
mgmt refactoring: FaceManager
by Yanbiao Li
· 9 years ago
698f4fe
mgmt refactoring: ManagerBase
by Yanbiao Li
· 9 years ago
4ee73d4
mgmt refactoring: Refactor InternalFace
by Yanbiao Li
· 9 years ago
36f3500
mgmt refactoring: Remove legacy code
by Yanbiao Li
· 9 years ago
8149d10
mgmt: Process FacePersistency in FaceManager
by Yukai Tu
· 9 years ago
Next »