⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
ndn-cxx
All Projects
NFD
»
ndn-cxx
Overview
Activity
Roadmap
Issues
Wiki
v0.3
closed
02/02/2015
100%
136 issues
(
136 closed
— 0 open)
Time tracking
Estimated time
124
.70
hours
Issues by
Tracker
Status
Priority
Author
Assignee
Category
Task
62/62
Bug
56/56
Feature
18/18
Related issues
Task #1581
: App developer documentation outline
Actions
Task #1640
: ImplicitSha256DigestComponent
Actions
Task #1696
: Deprecate Command Interest
Actions
Task #1707
: Reduce implicit digest computation in Interest::matchesData
Actions
Task #1764
: Add RibEntry and Route data structures
Actions
Task #1765
: Extend FaceStatus abstraction to include aggregate byte count
Actions
Task #1775
: Change Face::put to recommend/require shared_ptr<Data>
Actions
Task #1912
: Stop using const shared_ptr<T>& parameter type
Actions
Task #1918
: DNS resolver
Actions
Task #1930
: Compile in C++11
Actions
Task #1933
: Permit zero-length NameComponent
Actions
Task #1934
: Provide stateful digest
Actions
Task #1940
: In Memory Storage
Actions
Task #1947
: Add more unit tests for Face::[register/unregister]Prefix methods
Actions
Task #1964
: PublicKey: getKeyDigest
Actions
Task #1983
: Ensure Element::Error inherits from tlv::Error
Actions
Task #1994
: FaceUri canonization
Actions
Task #2021
: Extend MetaInfo abstraction to allow application-specific TLVs
Actions
Task #2022
: code-style: short methods in class declaration
Actions
Task #2039
: Controller: remote prefix registration
Actions
Task #2058
: ndnsec-cert-revoke should accept `--sign-id` and `--cert-prefix` parameters
Actions
Task #2079
: Delete deprecated ndn::Tlv namespace
Actions
Task #2085
: add FaceQueryFilter type
Actions
Task #2088
: name::Component::is(Segment|Timestamp|SequenceNumber|...)
Actions
Task #2095
: Deprecate ndn::ptr_lib and ndn::func_lib
Actions
Task #2097
: Delete deprecated Face::Face(shared_ptr<io_service>) and Face::ioService()
Actions
Task #2098
: Mark common.hpp as implementation detail
Actions
Task #2099
: Move definition of MAX_NDN_PACKET_SIZE
Actions
Task #2101
: Amend code style rule for null pointers
Actions
Task #2106
: Segmented retrieval example
Actions
Task #2111
: ContentType=NACK
Actions
Task #2112
: Face: use lambda expression and smart pointers
Actions
Task #2113
: code-style: range based for
Actions
Task #2114
: code-style: lambda expression
Actions
Task #2115
: code-style: auto type specifier
Actions
Task #2116
: Rewrite EventEmitter
Actions
Task #2127
: Delete deprecated Selectors constructor
Actions
Task #2128
: Deduplicate tlv::ContentTypeValue and MetaInfo::TYPE_*
Actions
Task #2129
: Delete deprecated tlv::ConentType
Actions
Task #2130
: Change typeof DEFAULT_INTEREST_LIFETIME
Actions
Task #2131
: code-style: list initialization
Actions
Task #2132
: code-style: assert
Actions
Task #2135
: Define NDEBUG macro in non-debug mode
Actions
Task #2145
: time: use std::chrono
Actions
Task #2147
: Enable using Name as a key type of std::unordered_map
Actions
Task #2164
: Expose DummyClientFace
Actions
Task #2173
: Explain CertificateCache vs SecPublicInfo in Validator classes
Actions
Task #2194
: Fix InMemoryStorage test cases for ImplicitSha256DigestComponent
Actions
Task #2196
: ndnsec-cert-dump -p should print out key locator name
Actions
Task #2197
: Allow -v and -v -v (-vv) options to ndnsec-ls-identity
Actions
Task #2203
: Automate test whether a ndn-cxx Change breaks owned projects
Actions
Task #2234
: Block abstraction: move constructor
Actions
Task #2241
: Delete deprecated Block(std::istream&) constructor
Actions
Task #2247
: Add flag to generate DSK with ndnsec-keygen
Actions
Task #2248
: ndnsec-keygen: allow generation of ECDSA keys
Actions
Task #2256
: Drop acceptance of non-4-octet Nonce
Actions
Task #2271
: Jenkins: verify every installed header compiles on its own
Actions
Task #2284
: INSTALL: remind user to reinstall ports after OSX upgrade
Actions
Task #2319
: DummyClientFace: use Signal
Actions
Task #2350
: NotificationSubscriber: use Signal
Actions
Task #2404
: Incorrect compiler defaults on FreeBSD platform
Actions
Task #2463
: Write release notes for version 0.3.0
Actions
Bug #1615
: Build error in asn_ext.cpp with gcc 4.8
Actions
Bug #1683
: Fix security test cases
Actions
Bug #1769
: "error while connecting to forwarder" when using Face.put in a loop on large amount of data
Actions
Bug #1774
: Packet size limit is not exposed or restricted in Face
Actions
Bug #1945
: Exception thrown out when unsetInterestFilter
Actions
Bug #1967
: Man page for client.conf needs to be renamed
Actions
Bug #1970
: segfault in Exclude::wireDecode
Actions
Bug #1976
: Problems in Trivial Applications page
Actions
Bug #1990
: SignedInterest: rejected if Interest is reordered
Actions
Bug #2020
: Jenkins: cannot detect missing includes
Actions
Bug #2030
: Unit tests fail on OSX 10.9.5 with XCode 6
Actions
Bug #2052
: ndnsec doesn't correctly infer prefix before KEY
Actions
Bug #2059
: ndnsec-cert-revoke should output result in base64 encoding
Actions
Bug #2060
: WITH_TESTS macro names conflict with NFD
Actions
Bug #2080
: examples/producer: certificate does not exist
Actions
Bug #2086
: Name::appendVersion() adds wrong marker
Actions
Bug #2089
: Jenkins CI doesn't properly handle compilation errors
Actions
Bug #2091
: nfd-constants.hpp does not compile on its own
Actions
Bug #2102
: Compile error with tests and precompiled headers
Actions
Bug #2104
: ndncert subject name only allows printable_string
Actions
Bug #2109
: Conflict between std::placeholders and Boost placeholders
Actions
Bug #2119
: code-style: "Code layout and file naming" section doesn't contain file naming rule
Actions
Bug #2149
: Heap-use-after-free in InMemoryStorage
Actions
Bug #2152
: SecurityTestCertificateCache/Ttl test case relies on exact timing
Actions
Bug #2171
: g++ internal compiler error on Ubuntu 14.10
Actions
Bug #2176
: Tests with UnitTestClock are failing on Travis CI
Actions
Bug #2211
: ndnsec segfault when incorrect parameters are specified
Actions
Bug #2212
: Validator throws exception when getting back a Data packet that is not a certificate
Actions
Bug #2213
: EventEmitter::clear() leads to double free when called from Face::fail()
Actions
Bug #2227
: name::Component::wireDecode logic error
Actions
Bug #2236
: Inaccurate comment in Interest::matchesData
Actions
Bug #2246
: ndnsec-dsk-gen tool missing
Actions
Bug #2253
: SecPublicInfoSqlite3 memory leak
Actions
Bug #2264
: stream-transport.hpp does not compile on its own
Actions
Bug #2265
: nfd-face-flags.hpp does not compile on its own
Actions
Bug #2266
: face-impl.hpp does not compile on its own
Actions
Bug #2267
: signature-sha256.hpp does not compile on its own
Actions
Bug #2268
: encryption-manager.hpp does not compile on its own
Actions
Bug #2269
: sec-tpm-osx.hpp does not compile on its own
Actions
Bug #2270
: concepts.hpp does not compile on its own
Actions
Bug #2278
: Unintuitive error reporting by SecPublicInfo (SecPublicInfoSqlite3)
Actions
Bug #2301
: InMemoryStorage incorrectly iterates over entries
Actions
Bug #2302
: UtilSignal/DisconnectSelfInHandler segfault
Actions
Bug #2316
: Jenkins: FATAL: java.io.IOException: Remote call on OSX-10.9-64bit-ucla-mavericks-10010 failed
Actions
Bug #2318
: DummyClientFace: setInterestFilter(InterestFilter, OnInterest) is not effective by itself
Actions
Bug #2329
: Signal: emitSignal doesn't compile when used with non-zero-argument Signal
Actions
Bug #2332
: tcp-transport.hpp does not compile on its own
Actions
Bug #2378
: locale::facet::_S_create_c_locale name not valid
Actions
Bug #2384
: KeyChain regressions: impossible to create KeyChain using custom TPM/PIB
Actions
Bug #2385
: Inconsistent interface / use of interface in PIB
Actions
Bug #2391
: KeyChain not using canonical PIB and TPM schemes
Actions
Bug #2395
: Digest<Hash>::operator== is vulnerable to timing attack
Actions
Bug #2415
: util::dns::Resolver fails on some platforms
Actions
Bug #2419
: wscript misdetects availability of functions for conditional compilation (getpass, setegid, ...)
Actions
Bug #2474
: Security library tutorial: generateRSAKeyPair
Actions
Bug #2490
: Build error in template<typename InputIterator> name::Component::Component(InputIterator,InputIterator)
Actions
Feature #1426
: KeyDigest
Actions
Feature #2065
: ValidatorRegex: verify signed Interest
Actions
Feature #2090
: Partial Name comparison
Actions
Feature #2124
: Validator: make Face optional
Actions
Feature #2158
: Specialize system and steady clocks
Actions
Feature #2183
: LocalControlHeader: CachingPolicy
Actions
Feature #2189
: Pick Transport type with client.conf
Actions
Feature #2218
: KeyChain: sign Interest with SHA256 digest
Actions
Feature #2238
: IndentedStream
Actions
Feature #2260
: KeyChain component indicator
Actions
Feature #2275
: ndnsec-delete: report success or failure
Actions
Feature #2279
: Signal: allow only owner to emit events
Actions
Feature #2308
: signal::Connection::isConnected
Actions
Feature #2331
: Signal: once
Actions
Feature #2336
: Interest and Data packets should allow be tagged with arbitrary information
Actions
Feature #2344
: Allow examples and tools to consist of multiple compilation units
Actions
Feature #2442
: Re-license and move ScopedEventId (generalized) implementation from NFD codebase
Actions
Feature #2443
: NetworkMonitor class to detect network state changes
Actions
Loading...