Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
ed89ccc521aa8678ac180c814ab5c151b10d58c4
/
daemon
16aabbc
face: TcpTransport
by Yukai Tu
· 9 years ago
a044be7
face: refactor NullFace as LinkService+Transport
by Junxiao Shi
· 9 years ago
2d6d563
face: WebSocketTransport
by Yukai Tu
· 9 years ago
5b8a2b2
face: change Transport static properties initialization
by Junxiao Shi
· 9 years ago
b755e9d
docs: Fixing doxygen warnings
by Alexander Afanasyev
· 9 years ago
1354611
face: Transport::getMtu
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
a1939ba
face: GenericLinkService drops IDLE packets
by Eric Newberry
· 9 years ago
9c903e0
table: fix PriorityFifoPolicy memory leak
by Minsheng Zhang
· 9 years ago
d374c40
daemon: display extended exception information in top-level catch
by Spyridon Mastorakis
· 9 years ago
40cb61c
mgmt: LpFace faces/enable-local-control workaround
by Junxiao Shi
· 9 years ago
643b36b
face: receive LpPacket in InternalClientFace
by Junxiao Shi
· 9 years ago
0a49d34
face: UdpTransport
by Yukai Tu
· 9 years ago
74c895d
face: UnixStreamTransport
by Yukai Tu
· 9 years ago
5e5e445
fw: Nack in pipelines and best-route strategy
by Junxiao Shi
· 9 years ago
86d3187
face: GenericLinkService encoding/decoding
by Eric Newberry
· 9 years ago
a98bf93
face: Refactor Face as LinkService+Transport
by Eric Newberry
· 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
441ba21
daemon: Properly handle exception from NetworkMonitor when the platform doesn't support it
by Alexander Afanasyev
· 9 years ago
435d705
build: Fix compilation warnings/errors with clang-700.0.72 (apple LLVM 7.0.0)
by Alexander Afanasyev
· 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
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
375dcb0
face: minimal UDP permanent face
by Yukai Tu
· 9 years ago
0e092ae
mgmt: revert router name configuration options
by Junxiao Shi
· 9 years ago
faa5c0c
fw: Correct log message in onContentStoreHit
by Vince Lehman
· 9 years ago
149e02c
Enhance exception throwing with Boost Exception library
by Spyridon Mastorakis
· 9 years ago
3f41ade
daemon: Reload face_system section of the config file when NIC configuration changes
by Alexander Afanasyev
· 9 years ago
0315269
table: add CS policy LRU
by Minsheng Zhang
· 9 years ago
7c90e6d
face: ProtocolFactory::createFace with FacePersistency
by Yukai Tu
· 9 years ago
ee7c844
mgmt: Add router name configuration options
by Vince Lehman
· 9 years ago
8082993
table: Remove useless boolean in NameTree::const_iterator::operator++
by hwyuan
· 9 years ago
731f0d7
face: replace isOnDemand with FacePersistency
by Yukai Tu
· 9 years ago
cb6e05f
table: add CS policy interface
by Minsheng Zhang
· 10 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
d397d77
face: switch to non-throwing version of websocketpp APIs
by Wentao Shang
· 10 years ago
db9d37e
Fix several "defined but not used" warnings with gcc-5
by Davide Pesavento
· 10 years ago
802c092
face: Use C version of snprintf
by Mathias Gibbens
· 10 years ago
2231ab5
Get rid of the last use of ndn::dns in NFD
by Davide Pesavento
· 10 years ago
eab7249
table: change ContentStore lookup API to allow async implementations
by mzhang4
· 10 years ago
292e5e1
face: use move semantics for sockets where possible
by Davide Pesavento
· 10 years ago
e4eec13
face: avoid deprecated Block::fromBuffer overloads
by Junxiao Shi
· 10 years ago
6ad890a
face: Stop using shared_ptr to manage acceptors
by Davide Pesavento
· 10 years ago
ebaf7b6
table: delete nfd::cs::skip_list::Entry
by Junxiao Shi
· 10 years ago
083f778
face: no exceptions in NDNLP PartialMessageStore
by Junxiao Shi
· 10 years ago
78926c9
face/rib/tools: avoid deprecate Block::fromBuffer overloads
by Junxiao Shi
· 10 years ago
9427941
face: refactor handling of LinkType face trait
by Davide Pesavento
· 10 years ago
13b76f0
face: copy also the link type in copyStatusTo
by Davide Pesavento
· 10 years ago
be40fb1
face: Introduce Face-specific logging macros
by Davide Pesavento
· 10 years ago
684fa0f
fw: use RetxSuppressionExponential in best-route
by Junxiao Shi
· 10 years ago
0e97a97
table: Reduce priority of DeadNonceList log messages
by Davide Pesavento
· 10 years ago
35b16b1
table: ContentStore recognizes CachingPolicy-NoCache
by Junxiao Shi
· 10 years ago
addecff
management: clarify the inconsistency in UDP face timeouts in nfd.conf
by Chengyu Fan
· 10 years ago
faf3eb0
fw: register strategy with macro
by Junxiao Shi
· 10 years ago
73b909a
fw: RetxSuppressionExponential
by Junxiao Shi
· 10 years ago
a4ff44c
face: Update code to work with updated LocalControlHeader implementation
by Alexander Afanasyev
· 10 years ago
90c20fa
face: Properly handle error conditions in UdpChannel::newPeer
by Alexander Afanasyev
· 10 years ago
baba253
face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution
by Alexander Afanasyev
· 10 years ago
2bda6f8
daemon: Replace shared_ptr with unique_ptr in Nfd
by Alexander Afanasyev
· 10 years ago
f08a737
daemon+rib: Merge nrd and nfd into a single process (separate threads)
by Alexander Afanasyev
· 10 years ago
6f570de
core: Make PrivilegeHeper::drop|raise no-op operations on platforms that do not support drop/elevation of privileges
by Alexander Afanasyev
· 10 years ago
3136792
rib: Refactor initialization of NRD instance
by Alexander Afanasyev
· 10 years ago
31c781e
daemon: Refactor initialization of NFD instance
by Alexander Afanasyev
· 10 years ago
a788e25
fw: rename RetransmissionSuppression to RetxSuppressionFixed
by Junxiao Shi
· 10 years ago
7c10b3b
docs: Prepare release notes for version 0.3.0
by Alexander Afanasyev
· 10 years ago
NFD-0.3.0
5af9bd3
table: reduce implicit digest computation in ContentStore
by Junxiao Shi
· 10 years ago
66ff098
face: cleanup log messages in all faces and print fail reason
by Davide Pesavento
· 10 years ago
9a090a0
EthernetFace: report packets dropped by the kernel if debug is enabled
by Davide Pesavento
· 10 years ago
0e156df
face: Remove unnecessary use of DNS resolver in (Udp|Tcp|WebSocket)Factory
by Alexander Afanasyev
· 10 years ago
a37405d
face: fix NDNLP PartialMessage cleanup scheduling
by Junxiao Shi
· 10 years ago
80ee7cb
fw: access strategy
by Junxiao Shi
· 10 years ago
04cf5a9
Merge branch 'feature-cs' into master
by Junxiao Shi
· 10 years ago
6316220
fw: fix NccStrategy loop back to sole downstream
by Junxiao Shi
· 10 years ago
fc20696
table: ContentStore enumeration
by Junxiao Shi
· 10 years ago
4381fb6
core: use ndn::dns from ndn-cxx
by Chengyu Fan
· 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
5640ec8
table: better ContentStore findRightmost algorithm
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
767cb33
table: Measurements::findLongestPrefixMatch(pit::Entry)
by Junxiao Shi
· 10 years ago
b30c7b0
table: accept predicate in Measurements::findLongestPrefixMatch
by Junxiao Shi
· 10 years ago
c099ddb
face: replace EventEmitter usage with Signal
by Junxiao Shi
· 10 years ago
a22a217
face: fix overhead estimation in NDNLP slicer
by Junxiao Shi
· 10 years ago
c91ebfa
table: Allow iteration over CS entries
by Alexander Afanasyev
· 10 years ago
8934c42
table: Ensure that Cs::erase removes the item from the cleanup index
by Alexander Afanasyev
· 10 years ago
750fa1c
table: Allow iteration over PIT entries
by Alexander Afanasyev
· 10 years ago
Next »