Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
185ab29325366da679f2008aedd872ef1c768cb9
/
daemon
/
fw
185ab29
face: add best-effort link-layer reliability
by Eric Newberry
· 8 years ago
da89fa5
fw: silence unused variable warning in FaceTable
by Junxiao Shi
· 8 years ago
4f5cdcf
fw: avoid breaking logic after LINK_TYPE_AD_HOC is introduced
by Teng Liang
· 8 years ago
2fe3af0
fw: duplicate Nonce from same face is not loop
by Junxiao Shi
· 8 years ago
ecdbe5f
fw: consumer retansmission in multicast startegy
by Ashlesh Gawande
· 8 years ago
e38e261
fw: Nack in multicast strategy
by Ashlesh Gawande
· 8 years ago
6fd1e7e
fw: in FaceTable::add(), move the shared_ptr instead of copying it
by Davide Pesavento
· 8 years ago
f9858fd
fw: strip Link object when Interest reaches producer region
by Junxiao Shi
· 8 years ago
9954007
fw: abstract Nack processing out of BestRouteStrategy2
by Junxiao Shi
· 8 years ago
55e21b9
table: clear StrategyInfo only if Strategy type differs
by Junxiao Shi
· 8 years ago
91f6ee0
fw: instantiate strategy of next higher version
by Junxiao Shi
· 8 years ago
4cb7431
fw: delete deprecated Strategy::getName in favor of getInstanceName
by Junxiao Shi
· 8 years ago
3aba754
table: make FIB and StrategyChoice iterators default-constructible
by Junxiao Shi
· 8 years ago
18739c4
fw: pass parameters to Strategy subclass constructors
by Junxiao Shi
· 8 years ago
037f4ab
fw: move STRATEGY_NAME to getStrategyName static function
by Junxiao Shi
· 8 years ago
f15058a
table: don't share Strategy instance among StrategyChoice entries
by Junxiao Shi
· 8 years ago
c34d167
fw: refactor Strategy registry
by Junxiao Shi
· 8 years ago
c29c0b0
fw: don't expose UnsolicitedDataPolicy::Registry
by Junxiao Shi
· 8 years ago
9db7359
fw: UnsolicitedDataPolicy::getPolicyNames
by Junxiao Shi
· 8 years ago
57cda13
fw: delete deprecated Strategy::sendInterest overload and violatesScope
by Junxiao Shi
· 8 years ago
2a73f35
fw: localhop scope restriction in ASF strategy
by Ashlesh Gawande
· 8 years ago
e21b3f3
fw: localhop scope restriction in best-route v1, multicast, ncc strategies
by Junxiao Shi
· 8 years ago
a7f9a29
fw: localhop scope restriction in AccessStrategy
by Junxiao Shi
· 8 years ago
00dc914
fw: localhop scope restriction in BestRouteStrategy2
by Junxiao Shi
· 8 years ago
c5f651f
fw: allow strategies to pick outgoing Interest
by Junxiao Shi
· 8 years ago
d3ac777
fw: Check out record exists before calculating RTT in ASF
by Ashlesh Gawande
· 8 years ago
5f47aa6
core: use C++11 <random> instead of Boost.Random
by Davide Pesavento
· 8 years ago
c69f921
fw: deprecate ClientControlStrategy
by Junxiao Shi
· 8 years ago
e342e8d
fw: honor NextHopFaceId universally
by Junxiao Shi
· 8 years ago
cbc8e94
daemon+rib: add proper #include line for NDNLPv2 tags
by Junxiao Shi
· 8 years ago
58320f7
fw: UnsolicitedDataPolicy registry
by Junxiao Shi
· 8 years ago
88f5f73
fw: change default UnsolicitedDataPolicy to drop-all
by Junxiao Shi
· 8 years ago
cf0f3ce
fw: move Forwarder::lookupFib to Strategy::lookupFib
by Junxiao Shi
· 8 years ago
9685cc5
mgmt: tables.cs_unsolicited_policy config option
by Junxiao Shi
· 8 years ago
e0fa33b
fw: delete deprecated BroadcastStrategy
by Junxiao Shi
· 8 years ago
fc02186
table: StrategyInfoHost stores StrategyInfo as unique_ptr
by Junxiao Shi
· 8 years ago
36b2225
fw: additional unsolicited Data policies
by Junxiao Shi
· 8 years ago
fbe8efe
fw: UnsolicitedDataPolicy
by Junxiao Shi
· 8 years ago
5b3feb6
table: rename StrategyInfoHost::getOrCreateStrategyInfo to insertStrategyInfo
by Junxiao Shi
· 8 years ago
dbef6dc
table: Pit::erase accepts Entry* instead of shared_ptr
by Junxiao Shi
· 8 years ago
b9420cf
fw: accept const shared_ptr<pit::Entry>& in Forwarder pipelines and Strategy actions
by Junxiao Shi
· 8 years ago
15e98b0
fw: pass const shared_ptr<pit::Entry>& to Strategy triggers
by Junxiao Shi
· 8 years ago
9f5b01d
core: move common.hpp to core/
by Junxiao Shi
· 8 years ago
9cff779
table: pit::FaceRecord stores Face& instead of shared_ptr
by Junxiao Shi
· 8 years ago
02b73f5
table: delete PIT in-record and out-record when face is destroyed
by Junxiao Shi
· 8 years ago
dcffdaa
fw: decouple Forwarder and FaceTable
by Junxiao Shi
· 8 years ago
80f9fcd
table: don't use shared_ptr in Measurements
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
a49a1ab
table: StrategyChoice uses unique_ptr instead of shared_ptr
by Junxiao Shi
· 8 years ago
a6de429
table: don't use shared_ptr in FIB
by Junxiao Shi
· 8 years ago
8d84314
fw: eliminate fibEntry in Strategy API
by Junxiao Shi
· 8 years ago
05cc50a
fw: Forwarder::lookupFib
by Junxiao Shi
· 8 years ago
8a4c29e
fw: Adaptive SRTT-based Forwarding strategy
by Vince Lehman
· 8 years ago
891f47b
fw: outgoing Interest pipeline prefers newest in-record
by Junxiao Shi
· 8 years ago
b84bd3a
common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly
by Davide Pesavento
· 9 years ago
8744c97
fw: hasPendingOutRecords considers Nack
by Junxiao Shi
· 9 years ago
f3410d8
fw: use scope_prefix::LOCALHOST in Forwarder
by Junxiao Shi
· 9 years ago
4846f37
table: simplify pit::Entry API
by Junxiao Shi
· 9 years ago
39a79be
fw: NccStrategy explore potential upstreams
by Hila Ben Abraham
· 9 years ago
fef73e4
table+fw: move forwarding semantics out of PIT entry
by Junxiao Shi
· 9 years ago
330136a
fw: fix PIT leak from DNL-detected duplicate Nonce
by Junxiao Shi
· 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
da93f1f
face: LpFace counters
by Junxiao Shi
· 9 years ago
52e8540
fw: increase initial suppression interval in BestRouteStrategy2
by Junxiao Shi
· 9 years ago
b755e9d
docs: Fixing doxygen warnings
by Alexander Afanasyev
· 9 years ago
40cb61c
mgmt: LpFace faces/enable-local-control workaround
by Junxiao Shi
· 9 years ago
5e5e445
fw: Nack in pipelines and best-route strategy
by Junxiao Shi
· 9 years ago
0355e9f
fw: Forwarder processes Link for mobility
by Junxiao Shi
· 9 years ago
67ba8d2
fw: rename BroadcastStrategy to MulticastStrategy
by Junxiao Shi
· 9 years ago
faa5c0c
fw: Correct log message in onContentStoreHit
by Vince Lehman
· 9 years ago
965d3a4
fw: AccessStrategy avoid loop back new Interest
by Junxiao Shi
· 9 years ago
7b0f4d1
fw: AccessStrategy extends measurements lifetime
by Junxiao Shi
· 9 years ago
eab7249
table: change ContentStore lookup API to allow async implementations
by mzhang4
· 10 years ago
684fa0f
fw: use RetxSuppressionExponential in best-route
by Junxiao Shi
· 10 years ago
faf3eb0
fw: register strategy with macro
by Junxiao Shi
· 10 years ago
73b909a
fw: RetxSuppressionExponential
by Junxiao Shi
· 10 years ago
a788e25
fw: rename RetransmissionSuppression to RetxSuppressionFixed
by Junxiao Shi
· 10 years ago
66ff098
face: cleanup log messages in all faces and print fail reason
by Davide Pesavento
· 10 years ago
80ee7cb
fw: access strategy
by Junxiao Shi
· 10 years ago
6316220
fw: fix NccStrategy loop back to sole downstream
by Junxiao Shi
· 10 years ago
319f2c8
src: Update copyright notices for files modified in 2015
by Alexander Afanasyev
· 10 years ago
192af1f
fw: abstract retransmission suppression logic
by Junxiao Shi
· 10 years ago
3535396
table: MeasurementsAccessor findLongestPrefixMatch & findExactMatch
by Junxiao Shi
· 10 years ago
1e46be3
core: rename nfd::EventId to nfd::scheduler::EventId
by Junxiao Shi
· 10 years ago
c099ddb
face: replace EventEmitter usage with Signal
by Junxiao Shi
· 10 years ago
39ef261
table: StrategyInfoHost stores multiple StrategyInfo of distinct types
by Junxiao Shi
· 10 years ago
49e11e7
fw: give strategy access to FaceTable
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
e368d99
table: simplify Measurements with C++11 features
by Junxiao Shi
· 10 years ago
afbd74d
core: eliminate MapValueIterator in favor of boost::adaptors::map_values
by Junxiao Shi
· 10 years ago
b2bcbcd
table: simplify PIT with C++11 features
by Junxiao Shi
· 10 years ago
a110f26
fw: use dead Nonce list in pipelines
by Junxiao Shi
· 10 years ago
8bfd56d
fw: NccStrategy proper detection for new PIT entry
by Junxiao Shi
· 10 years ago
e93d6a3
table: allow strategy versioning
by Junxiao Shi
· 10 years ago
82e7f58
fw: NccStrategy remembers only best face
by Junxiao Shi
· 10 years ago
986b849
fw: Best Route Strategy version 2
by Junxiao Shi
· 10 years ago
Next »