Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
4b2e6cb32142f5992b58916610a2e7b4f1a679b3
/
daemon
/
table
4b2e6cb
table: fix Fib::removeNextHopFromAllEntries invalidating NameTree iterator
by Junxiao Shi
· 10 years ago
60607c7
table: make NameTree enumeration usable with range-based for
by Junxiao Shi
· 10 years ago
2bf8d2a
table: pit::FaceRecord uses DEFAULT_INTEREST_LIFETIME from ndn-cxx
by Junxiao Shi
· 10 years ago
2b73ca3
table: make NameTree::findAllMatches usable with range-based for
by Junxiao Shi
· 10 years ago
b2bcbcd
table: simplify PIT with C++11 features
by Junxiao Shi
· 10 years ago
838c4f1
table: simplify StrategyChoice with C++11 features
by Junxiao Shi
· 10 years ago
3a8b1b5
table: simplify dead nonce list with C++11 features
by Junxiao Shi
· 10 years ago
56a21bf
table: simplify FIB with C++11 features
by Junxiao Shi
· 10 years ago
ab1e8f2
build: Always build in C++11 mode.
by Davide Pesavento
· 10 years ago
4cf4170
table: Evict unsolicited Data in FIFO order
by Alexander Afanasyev
· 10 years ago
a110f26
fw: use dead Nonce list in pipelines
by Junxiao Shi
· 10 years ago
77c8751
mgmt: update strategy-choice/set to return a versioned strategy name
by Steve DiBenedetto
· 10 years ago
0e42c57
table: dead Nonce list
by Junxiao Shi
· 10 years ago
60d0638
table: Remove operator== for Exclude, which is now a part of the library
by Alexander Afanasyev
· 10 years ago
e93d6a3
table: allow strategy versioning
by Junxiao Shi
· 10 years ago
b303324
table: Fix segfault during Fib::removeNextHopFromAllEntries
by Alexander Afanasyev
· 10 years ago
ee5a444
table: erase NameTree entry when FIB/Measurements/StrategyChoice entry is erased
by Junxiao Shi
· 10 years ago
651b75e
table: capacity limit in PIT NonceList
by Junxiao Shi
· 10 years ago
28d586a
table: Store shared_ptr<Interest> instead of just Interest to avoid extra copy
by Alexander Afanasyev
· 10 years ago
1983804
table: set initial lifetime for Measurements entry
by Junxiao Shi
· 10 years ago
4b3fc86
table: Offload the implicit digest calculation to the library
by Alexander Afanasyev
· 10 years ago
af6569a
core: unify randomization
by Junxiao Shi
· 10 years ago
3a4f83d
mgmt, main: add "tables" configuration file section and processor
by Steve DiBenedetto
· 10 years ago
281b916
tables: Adjust pre-allocated CS entry queue on Cs::setLimit call
by Alexander Afanasyev
· 10 years ago
b5888d2
table: make StrategyChoice enumerable
by Junxiao Shi
· 10 years ago
d938a6b
fw: Strategy::sendInterest allows changing Nonce
by Junxiao Shi
· 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
66f91f8
table: PIT entry InRecord/OutRecord getters
by Junxiao Shi
· 10 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
9c9231b
table: Processing of PublisherPublicKeyLocator in CS
by Ilya Moiseenko
· 11 years ago
f52dac7
table: NameTree optimization
by Haowei Yuan
· 11 years ago
11b9f3f
table: Correcting type of Cost parameter in fib::Entry::addNextHop
by Alexander Afanasyev
· 11 years ago
8881162
table: Calling the correct version of Cs::setData when refreshing CS entry
by Alexander Afanasyev
· 11 years ago
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
9f7455b
fw: avoid setting PIT unsatisfy timer twice
by Junxiao Shi
· 11 years ago
30d3599
table: PIT PublisherPublicKeyLocator processing
by Junxiao Shi
· 11 years ago
9bcbc7c
docs: Update of copyright and license statement in all .hpp and .cpp files
by Alexander Afanasyev
· 11 years ago
bf9edee
logging: Reducing log level in several places
by Alexander Afanasyev
· 11 years ago
694bfb6
table: Fixing a bug in Name Tree resize function
by Haowei Yuan
· 11 years ago
bf6a93d
core: change logging from environment variable to configuration file-based
by Steve DiBenedetto
· 11 years ago
7564d97
mgmt: refactor management modules to conform to NFD Management Protocol
by Steve DiBenedetto
· 11 years ago
efea8fe
build: Enabling -Werror in debug mode and fixing discovered issues
by Alexander Afanasyev
· 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
57f0f31
fw: make strategies understand scope
by Junxiao Shi
· 11 years ago
11bd9c2
fw: /localhop scope control on outgoing Interests
by Junxiao Shi
· 11 years ago
e349ea1
table: clear StrategyInfo during strategy change
by Junxiao Shi
· 11 years ago
5d46942
table: FIB enumeration
by HangZhang
· 11 years ago
f3c0781
fw: refine pipelines, dispatch to strategy
by Junxiao Shi
· 11 years ago
d030cfc
mgmt: fib manager implicit fib entry insertion and deletion
by Steve DiBenedetto
· 11 years ago
cb4fc83
table: shortcuts between FIB, PIT, Measurements, StrategyChoice
by HangZhang
· 11 years ago
efceadc
fib: implicitly delete empty Entry
by Junxiao Shi
· 11 years ago
e1079fc
table: NameTree enumeration
by Haowei Yuan
· 11 years ago
76cf77a
table: ContentStore based on skip list
by Ilya Moiseenko
· 11 years ago
7bb0151
table: MeasurementsAccessor uses StrategyChoice
by Junxiao Shi
· 11 years ago
2d9bdc8
fw: ClientControlStrategy
by Junxiao Shi
· 11 years ago
bb5105f
table: Strategy Choice table
by Junxiao Shi
· 11 years ago
4063184
table: NameTree::findLongestPrefixMatch predicate
by Junxiao Shi
· 11 years ago
c85a23c
table: Measurements on NameTree
by HangZhang
· 11 years ago
ad4afd1
table: FIB on NameTree
by HangZhang
· 11 years ago
d9ee45c
tests: resetGlobalIoService for every test
by Junxiao Shi
· 11 years ago
78c84d1
table: PIT on NameTree
by Haowei Yuan
· 11 years ago
0b5fbbb
fw: NccStrategy
by Junxiao Shi
· 11 years ago
c041ca3
core: global io_service and scheduler
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
65d0072
table: mock Measurements table
by Junxiao Shi
· 11 years ago
408a700
table: set/getStrategyInfo on FIB/PIT entities
by Junxiao Shi
· 11 years ago
e5e2fce
table: StrategyInfo getter/setter
by Junxiao Shi
· 11 years ago
d5f8793
table: added findExactMatch and remove methods to Fib
by Steve DiBenedetto
· 11 years ago
d3c792f
fw: basic forwarding procedure & strategy skeleton
by Junxiao Shi
· 11 years ago
18bbf81
src: Changing namespace ndn to namespace nfd
by Alexander Afanasyev
· 11 years ago
cbba04c
table: mock PIT
by Junxiao Shi
· 11 years ago
fd603ee
table: Small stylistic update in CS API
by Alexander Afanasyev
· 11 years ago
c1e1236
table: Mock implementation of FIB
by Junxiao Shi
· 11 years ago
c9765df
cs: Update interface
by Alexander Afanasyev
· 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
0fcb41e
cs: Implementing fake CS
by Junxiao Shi
· 11 years ago