Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
d214744ab85a556e4e319bdadd152185a170c892
/
tests
/
core
8524437
core: don't complain if the configuration file is empty
by Davide Pesavento
· 7 years ago
0804f5d
tests: stop using deprecated Block constructor
by Davide Pesavento
· 7 years ago
ac238f2
tests+tools: fix build with clang-5.0
by Davide Pesavento
· 7 years ago
a997d29
Fix compilation with Boost 1.65.0
by Davide Pesavento
· 7 years ago
a5765d6
core: delete NetworkInterfaceInfo class
by Junxiao Shi
· 7 years ago
2760adc
core: NetworkInterfacePredicate accepts ndn::net::NetworkInterface
by Junxiao Shi
· 7 years ago
84c65c0
docs: update doxygen configuration
by Davide Pesavento
· 7 years ago
8a1f170
tests: sign command Interests with CommandInterestSigner
by Junxiao Shi
· 7 years ago
16a3adf
switch to ndn-cxx KeyChain v2
by Junxiao Shi
· 7 years ago
73bcad3
core: make SizeCounter use pointer instead of reference
by Eric Newberry
· 8 years ago
185ab29
face: add best-effort link-layer reliability
by Eric Newberry
· 8 years ago
21f22e6
core: enable wildcard matching on interface names for whitelist/blacklist
by susmit
· 8 years ago
26c82ca
tests: no need to use a logger in TestVersion
by Davide Pesavento
· 8 years ago
ac767aa
core: Network: fix uncaught bad_lexical_cast in isValidCidr()
by Davide Pesavento
· 8 years ago
89567d3
core: Network: misc code cleanups
by Davide Pesavento
· 8 years ago
5f47aa6
core: use C++11 <random> instead of Boost.Random
by Davide Pesavento
· 8 years ago
91e1d7c
mgmt: create Ethernet multicast faces according to whitelist/blacklist
by susmit
· 8 years ago
97210d5
tests: respect naming conventions and improve nesting of some test suites
by Davide Pesavento
· 8 years ago
c067461
core: delete unused SegmentPublisher
by Junxiao Shi
· 8 years ago
25c6ce4
mgmt+rib: include ndn-cxx/mgmt/nfd/*
by Junxiao Shi
· 8 years ago
231ddd7
ci: stop adding capabilities before running unit tests
by Davide Pesavento
· 8 years ago
2173840
core: change ManagerBase::authorize to makeAuthorization
by Junxiao Shi
· 8 years ago
9f5b01d
core: move common.hpp to core/
by Junxiao Shi
· 8 years ago
221b6fe
tests: don't use makeDummyClientFace
by Junxiao Shi
· 8 years ago
6ca6cf7
core: Specify fully-qualified namespaces in logging macros
by Alexander Afanasyev
· 8 years ago
e0d71b0
build+tests: Correct detection of privilege elevation/drop and the corresponding test case
by Alexander Afanasyev
· 8 years ago
ab49745
core: use Boost.Log for logging
by Yumin Xia
· 8 years ago
df846e5
core: allow ManagerBase be inherited by RibManager
by Yanbiao Li
· 9 years ago
57df288
face: LinkService and Transport counters
by Junxiao Shi
· 9 years ago
077df8f
tests: delete unused SimpleNotification class
by Davide Pesavento
· 9 years ago
94735f9
core: delete NotificationStream
by Junxiao Shi
· 9 years ago
149e02c
Enhance exception throwing with Boost Exception library
by Spyridon Mastorakis
· 9 years ago
dbe4f9f
tests: Fix compilation errors because of changes ndn-cxx library
by Alexander Afanasyev
· 9 years ago
db9d37e
Fix several "defined but not used" warnings with gcc-5
by Davide Pesavento
· 10 years ago
d0381c0
tests: Change to updated naming conventions
by Spyridon Mastorakis
· 10 years ago
63df436
core: Make global random generator thread-local
by Alexander Afanasyev
· 10 years ago
6b34ab9
core: Make logger thread-safe
by Alexander Afanasyev
· 10 years ago
5d57f97
core: Make global io_service and scheduler thread-local
by Alexander Afanasyev
· 10 years ago
95ff711
tests: Fix compilation due to refactoring of EncodingImpl in ndn-cxx library
by Alexander Afanasyev
· 10 years ago
c0273e3
core: Extend ConfigFile to support passing a parsed ConfigSection
by Alexander Afanasyev
· 10 years ago
8919abe
core: set FreshnessPeriod on segment publisher Data
by Steve DiBenedetto
· 10 years ago
49343f6
build: Add conditional compilation
by Alexander Afanasyev
· 10 years ago
04cf5a9
Merge branch 'feature-cs' into master
by Junxiao Shi
· 10 years ago
4381fb6
core: use ndn::dns from ndn-cxx
by Chengyu Fan
· 10 years ago
5640ec8
table: better ContentStore findRightmost algorithm
by Junxiao Shi
· 10 years ago
1e46be3
core: rename nfd::EventId to nfd::scheduler::EventId
by Junxiao Shi
· 10 years ago
27533da
core: scheduler::ScopedEventId
by Junxiao Shi
· 10 years ago
70aaf8a
face: Prevent infinite loop in TcpFactory and UdpFactory
by Alexander Afanasyev
· 10 years ago
afbd74d
core: eliminate MapValueIterator in favor of boost::adaptors::map_values
by Junxiao Shi
· 10 years ago
759f706
build: disable assertions in release builds
by Junxiao Shi
· 10 years ago
b499a60
core: ignore non-Ethernet AF_LINK addresses when enumerating NICs.
by Davide Pesavento
· 10 years ago
376f737
tests: use DummyClientFace from ndn-cxx
by Junxiao Shi
· 10 years ago
a1937bf
core: use FaceUri from ndn-cxx
by Junxiao Shi
· 10 years ago
689f0e9
tools+core: Moving Network class implementation to core
by Alexander Afanasyev
· 10 years ago
3ffe66d
core: use ethernet::Address from ndn-cxx
by Junxiao Shi
· 10 years ago
cf1e6e7
core: use EventEmitter from ndn-cxx
by Junxiao Shi
· 10 years ago
67f11ac
all: avoid usage of deprecated namespace ndn::Tlv
by Junxiao Shi
· 10 years ago
585e5a6
rib+tools: Make use of ndn::nfd::FaceMonitor from the ndn-cxx library
by Alexander Afanasyev
· 10 years ago
15b12e7
core: use markers in StatusDataset and NotificationStream
by Junxiao Shi
· 10 years ago
e612e2f
face: increment link layer byte counters in WebSocketFace
by Wentao Shang
· 10 years ago
4e9a98f
core: Force SegmentPublisher to publish at least one Data packet, which could have empty content
by Alexander Afanasyev
· 10 years ago
5144f82
mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace
by Vince Lehman
· 10 years ago
6b597e7
core: bump version to 0.2.0
by Junxiao Shi
· 10 years ago
5959b01
mgmt: Reinitialize multicast faces and partially reload config file on HUP signal
by Alexander Afanasyev
· 10 years ago
5cc1e34
core: FaceUri recognizes IPv4-mapped IPv6 address
by Junxiao Shi
· 10 years ago
514ed5e
nfd-status: Define format and implement --xml option
by Chengyu Fan
· 11 years ago
6ad48ca
core: change LoggerFactory to log error on unknown module
by Steve DiBenedetto
· 11 years ago
34c95f7
core, main: make missing config file section behavior configurable
by Steve DiBenedetto
· 11 years ago
613e2a9
src: Reorganizing source code in preparation to merge NRD code
by Alexander Afanasyev
· 11 years ago
885a85b
build+face: Fixing regression that broke ethernet support
by Alexander Afanasyev
· 11 years ago
52a18f9
all: cleanup common.hpp and import typenames from ndn namespace.
by Davide Pesavento
· 11 years ago
9bcbc7c
docs: Update of copyright and license statement in all .hpp and .cpp files
by Alexander Afanasyev
· 11 years ago
4d43a45
core: change NFD_LOG_* macros to use std::clog
by Steve DiBenedetto
· 11 years ago
3a61fb4
core: prepend seconds.microseconds since epoch to logging messages
by Steve DiBenedetto
· 11 years ago
e38b1c4
core: extend FaceUri with fd, ether, dev schemes
by Junxiao Shi
· 11 years ago
bf6a93d
core: change logging from environment variable to configuration file-based
by Steve DiBenedetto
· 11 years ago
98e29f4
core: delete deprecated getGlobalScheduler() API
by Junxiao Shi
· 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
248d6bd
core: add free function to enumerate network interfaces.
by Davide Pesavento
· 11 years ago
61e3cc5
faces: Channel base class
by Junxiao Shi
· 11 years ago
a4f2be8
fw: FaceTable
by Junxiao Shi
· 11 years ago
7e2413b
tests: use LimitedIo API for time or IO limits
by Junxiao Shi
· 11 years ago
f124d75
core: define NFD version
by Junxiao Shi
· 11 years ago
7b9347b
core: Implementing FaceUri abstraction
by Alexander Afanasyev
· 11 years ago
452e282
core: Generic resolver implementation with option to select address filter
by Alexander Afanasyev
· 11 years ago
d9ee45c
tests: resetGlobalIoService for every test
by Junxiao Shi
· 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
c1e2ee0
tests: Making Scheduler and TCP test cases more resilient to time
by Alexander Afanasyev
· 11 years ago
b84cc92
core: Initial implementation for run-time selection of log level
by Alexander Afanasyev
· 11 years ago
94ceb12
core: Fixing scheduler, so it doesn't crash when an event is cancelled from the event invocation
by Alexander Afanasyev
· 11 years ago
6688681
core: Logger extension to allow in-class-defined logger
by Alexander Afanasyev
· 11 years ago
234a532
core: Scheduler::cancelEvent allows empty EventId
by Junxiao Shi
· 11 years ago
a807e65
core: Implementation of the logging module for NFD
by Ilya Moiseenko
· 11 years ago
7f02c1e
core: move event-emitter to core
by Junxiao Shi
· 11 years ago
18bbf81
src: Changing namespace ndn to namespace nfd
by Alexander Afanasyev
· 11 years ago
920af2f
core: Basic implementation of Scheduler
by Alexander Afanasyev
· 11 years ago
61c5ef3
core: time::Duration, time:Point, time::now
by Junxiao Shi
· 11 years ago