Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
70244f401829bdacbf7f46b9ddc425f596398a6d
/
tests
/
unit-tests
/
util
70244f4
Switch to new KeyChain where possible
by Alexander Afanasyev
· 8 years ago
fc99b51
tests: Implement IdentityManagementV2Fixture for v2::KeyChain
by Alexander Afanasyev
· 8 years ago
4c9a3d5
security: Move KeyChain to security::v1 namespace and deprecated it
by Alexander Afanasyev
· 8 years ago
e1081cd
util: FaceUri: modernize and simplify code with C++11 features
by Davide Pesavento
· 8 years ago
f78cb70
util: FaceUri: port numbers are 16 bits wide
by Davide Pesavento
· 8 years ago
70f95fa
util: plug Regex memory leak
by Junxiao Shi
· 8 years ago
eee3e82
tests: respect naming conventions and improve nesting of some test suites
by Davide Pesavento
· 8 years ago
d7f4fda
util: FaceUri: add syntax for NIC-associated permanent faces
by Weiwei Liu
· 8 years ago
c828dfc
util: DummyClientFace can override processEvents
by Junxiao Shi
· 8 years ago
02948ec
security: Add support for OpenSSL 1.1.0 API
by Alexander Afanasyev
· 8 years ago
435bb55
util: don't require T::Error in io::load and io::save
by Junxiao Shi
· 8 years ago
4ce0bcf
util: io::load accepts base64 encoding without newlines
by Junxiao Shi
· 8 years ago
1aecae2
util: backport C++17 optional
by Junxiao Shi
· 8 years ago
cfaa1ad
util: backport C++17 std::clamp
by Weiwei Liu
· 8 years ago
62204f4
util: delete deprecated Command Interest classes
by Junxiao Shi
· 8 years ago
2fa5939
security: Reorganizing source code to prepare for support of two version of NDN certificates
by Alexander Afanasyev
· 8 years ago
ba6baaf
security: StreamSource throws upon istream::fail()
by Junxiao Shi
· 8 years ago
c177988
util: improve io::load and io::save test coverage
by Junxiao Shi
· 8 years ago
0b537b9
util: generate random bytes using OpenSSL instead of CryptoPP
by Yingdi Yu
· 9 years ago
f8bf1b0
util: handle NACK in NotificationSubscriber
by Teng Liang
· 8 years ago
86dfa53
util: keep Scheduler running if a callback throws
by Junxiao Shi
· 8 years ago
d50f2b4
util: redesign scheduler::EventId
by Junxiao Shi
· 8 years ago
1fe7ce5
util: rename NDN_CXX_LOG_* macros to NDN_LOG_*
by Junxiao Shi
· 8 years ago
5537d13
util: fix clang 3.4 time::abs compilation error
by Junxiao Shi
· 8 years ago
93adaff
util: refactor NotificationSubscriber test suite
by Teng Liang
· 8 years ago
7d05427
util: logging facility
by Junxiao Shi
· 8 years ago
85d9083
tests: move makeInterest/makeData/etc to ndn::tests namespace
by Junxiao Shi
· 8 years ago
d5827ce
util: make SegmentFetcher test suite run faster
by Junxiao Shi
· 8 years ago
0f3f0b4
management: Controller validates StatusDataset response
by Junxiao Shi
· 8 years ago
e4f8c3b
tests: Enable isolation of KeyChain during run of unit/integrated tests
by Alexander Afanasyev
· 8 years ago
2bc2df0
util: SegmentFetcher don't restart from segment 0 upon Nack
by Muktadir R Chowdhury
· 9 years ago
404eafd
util: Support MustBeFresh processing in InMemoryStorage
by Yingdi Yu
· 9 years ago
537dc3a
Reduce inclusions of <boost/asio.hpp> in public headers
by Davide Pesavento
· 9 years ago
9bdbb83
tests: Replace usage of deprecated elements of ndn::util::DummyClientFace
by Alexander Afanasyev
· 9 years ago
f58f8f4
util: Asynchronous data validation in SegmentFetcher
by Muktadir R Chowdhury
· 9 years ago
be7804f
util: Signal: make handler self-disconnection safer
by Davide Pesavento
· 9 years ago
409cc20
Backport make_unique
by Davide Pesavento
· 9 years ago
f4cbe35
util: delete deprecated EventEmitter
by Junxiao Shi
· 9 years ago
0d2ed2e
Enhance exception throwing with Boost Exception library
by Spyridon Mastorakis
· 9 years ago
8828ca6
util: Improvements of string helpers
by Alexander Afanasyev
· 9 years ago
d27334f
util: Add constructor of Digest object from std::istream&
by Alexander Afanasyev
· 9 years ago
d5c48e0
encoding: Improving structure and documentation of block helpers
by Alexander Afanasyev
· 9 years ago
7f17790
util: Sqlite3Statement helper
by Mickey Sweatt
· 9 years ago
17ef37d
util: Avoid output duplication in IndentedStream
by Alexander Afanasyev
· 10 years ago
50df562
tests: increase canonize timeout in FaceUri tests to avoid spurious failures
by Davide Pesavento
· 10 years ago
bbb2435
util: disallow destruction of Signal from handler
by Junxiao Shi
· 10 years ago
4427345
util: fix use-after-free in UtilSignal/DisconnectSelfInHandler test case
by Junxiao Shi
· 10 years ago
429634f
tests: Change to updated naming conventions
by Spyridon Mastorakis
· 10 years ago
7463389
encoding: Refactoring EncodingBuffer
by Alexander Afanasyev
· 10 years ago
f46482c
util: add isConnected() in signal::Connection and signal::ScopedConnection
by Chengyu Fan
· 10 years ago
5946ed1
docs: Prepare release notes for version 0.3.0
by Alexander Afanasyev
· 10 years ago
ndn-cxx-0.3.0
8cf2f2c
tests: InMemoryStorage test cases for ImplicitSha256DigestComponent
by Alexander Afanasyev
· 10 years ago
9a9952f
util: scheduler::ScopedEventId to automatically cancel scheduled events upon destruction
by Alexander Afanasyev
· 10 years ago
1286e02
util: Use default resolver behavior in util::dns::Resolver
by Alexander Afanasyev
· 10 years ago
af99f46
src: Update copyright notices for files modified in 2015
by Alexander Afanasyev
· 10 years ago
728873f
util: replace EventEmitter with Signal in NotificationSubscriber
by Junxiao Shi
· 10 years ago
4154634
security: Pair-up Tpm and Pib in KeyChain
by Yingdi Yu
· 10 years ago
ecc57b5
util: Signal::connectSingleShot
by Junxiao Shi
· 10 years ago
018e30d
util: allow emitSignal with non-zero arguments
by Junxiao Shi
· 10 years ago
2cec707
util: fix segfault in UtilSignal/DisconnectSelfInHandler test case
by Junxiao Shi
· 10 years ago
a8659ff
face: Make default transport configurable
by Steve DiBenedetto
· 10 years ago
8d71fdb
util: Signal
by Junxiao Shi
· 10 years ago
a4c5048
util: ensure concepts.hpp can compile on its own
by Junxiao Shi
· 10 years ago
bbb31f9
util: Exposing IndentedStream class as part of public API
by Alexander Afanasyev
· 10 years ago
dfb8a61
util: specialize std::hash<> for ethernet::Address
by Davide Pesavento
· 10 years ago
d3a55b2
tests: Converting test cases to use UnitTestClock
by Alexander Afanasyev
· 10 years ago
a60d936
util: make DummyClientFace public API
by Junxiao Shi
· 10 years ago
eabffdf
tests: Fix issue with UnitTestClock-based event scheduling (extra sleep required)
by Alexander Afanasyev
· 10 years ago
85b17b8
time: Add ability to specialize system and steady clocks
by Alexander Afanasyev
· 10 years ago
95fdebe
common.hpp: avoid conflict between std::placeholders and Boost placeholders
by Junxiao Shi
· 10 years ago
56860f5
interest: Updating Interest::matchesData to use ImplicitSha256DigestComponent
by Alexander Afanasyev
· 10 years ago
afee0a5
data: Enable use of ImplicitSha256Digest component in Data::getFullName
by Alexander Afanasyev
· 10 years ago
51dc2ef
util: use C++11 features in ethernet::Address class.
by Davide Pesavento
· 10 years ago
3ed09d0
tests: Manage identity/certificate creation in test cases through IdentityManagementFixture.
by Yingdi Yu
· 10 years ago
d9715e3
tests: Add test suite shared identity management fixture
by Yingdi Yu
· 10 years ago
3ccc6f7
tests: Small corrections in cases
by Alexander Afanasyev
· 10 years ago
4083c8d
util: FaceUri canonization for udp,tcp,ether
by Junxiao Shi
· 10 years ago
9913596
util: in-memory storage
by Jiewen Tan
· 10 years ago
e3ef6ee
util: Restore original copyright notice for the imported Ethernet and FaceUri files
by Junxiao Shi
· 10 years ago
77dcadd
util: import Ethernet and FaceUri
by Junxiao Shi
· 10 years ago
7a6bb35
util: Add DNS resolver utility class
by Vince Lehman
· 10 years ago
9ad2d72
util: Add toString and operator<< for util::Digest
by Yingdi Yu
· 10 years ago
de222c7
util: Add stateful digest
by Yingdi Yu
· 10 years ago
f3cfab5
util: Implement helper class to fetch multi-segmented data
by Alexander Afanasyev
· 10 years ago
370d260
tests: Small correction to make test case more stable
by Alexander Afanasyev
· 10 years ago
680e77a
util: Ensure ndn::RegexComponentMatcher works with Boost >= 1.56
by Alexander Afanasyev
· 10 years ago
4abdbf1
util: Porting NotificationSubscriber, FaceMonitor, and NotificationStream from NFD
by Alexander Afanasyev
· 10 years ago
fe14015
util: Add EventEmitter
by Yingdi Yu
· 10 years ago
7508867
util: Redefine method for random number generation
by Alexander Afanasyev
· 10 years ago
7ae4bf5
util: Introduce Scheduler::cancelAllEvents to cancel all previously scheduled events
by Alexander Afanasyev
· 10 years ago
72a1178
utils: Removing concept of periodic event from Scheduler
by Alexander Afanasyev
· 10 years ago
0f5fb69
security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf
by Yingdi Yu
· 10 years ago
8b1674a
build: Reviving support for precompiled headers
by Alexander Afanasyev
· 10 years ago