⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
ndn-cxx
All Projects
NFD
»
ndn-cxx
Overview
Activity
Roadmap
Issues
Wiki
v0.4
closed
12/31/2015
100%
117 issues
(
117 closed
— 0 open)
Time tracking
Estimated time
99
.00
hours
Issues by
Tracker
Status
Priority
Author
Assignee
Category
Task
38/38
Bug
44/44
Feature
35/35
Related issues
Task #1372
: Replace usages of deadline_timer with Scheduler-based events
Actions
Task #1906
: Write documentation about client.conf
Actions
Task #2110
: Delete deprecated ndn::ptr_lib and ndn::func_lib
Actions
Task #2138
: Delete deprecated Controller functions
Actions
Task #2170
: Delete deprecated MetaInfo::TYPE_*
Actions
Task #2242
: Pair up SecPublicInfo and SecTpm
Actions
Task #2243
: Allow building of shared library
Actions
Task #2345
: Remove SCOPE from Interest packet
Actions
Task #2351
: Delete deprecated EventEmitter
Actions
Task #2454
: code-style: usage of override, final, virtual
Actions
Task #2494
: Backward-compatible refactoring of EncodingBuffer (EncodingImpl class template)
Actions
Task #2505
: Deprecate Name::set() methods
Actions
Task #2510
: Extend DummyClientFace to process LocalControlHeader
Actions
Task #2533
: Face: drop direct FIB management
Actions
Task #2722
: Unify TPM creation
Actions
Task #2753
: Signal
Actions
Task #2837
: Deprecate Regex wiki page
Actions
Task #2841
: NDNLPv2 design: packet format API for NACK, Fragmentation, NextHopFaceId, CachePolicy, IncomingFaceId
Actions
Task #2867
: Compile as shared library by default
Actions
Task #2874
: Decide directory structure for NDNLPv2
Actions
Task #2883
: NDNLPv2 design: NACK in client Face
Actions
Task #2891
: Deprecate KeyChain::sign* methods in favor of KeyChain::sign(Packet&, const SigningInfo&);
Actions
Task #2892
: Deprecate unnecessary Pib/Tpm specific methods from KeyChain
Actions
Task #2893
: Simplify CommandOptions with SigningInfo
Actions
Task #2921
: Make use of security::SigningInfo in nfd::CommandOptions
Actions
Task #2932
: Face: simplify prefix registration APIs with SigningInfo
Actions
Task #2948
: Define new abstraction of Tpm
Actions
Task #2949
: Adding libcrypto-based crypto support
Actions
Task #2951
: Improvements with Block helpers
Actions
Task #2967
: Face: deprecate non-SigningInfo prefix registration methods
Actions
Task #2997
: Enhance exception throwing with Boost Exception library
Actions
Task #3010
: Create key using OpenSSL
Actions
Task #3048
: Create ndn-tlv based private key wrapper
Actions
Task #3158
: Refactor Interest::getLink to save parsed Link object
Actions
Task #3196
: Deprecate tlvdump
Actions
Task #3210
: Fix doxygen errors and enable strict documentation check in Jenkins CI
Actions
Task #3233
: Remove -pedantic from compilation flags
Actions
Task #3300
: Implement quick removal of all pending Interests in a Face
Actions
Bug #2148
: UtilFaceUri/Canonize{Tcp,Udp} test cases randomly time out on Ubuntu 14.10
Actions
Bug #2307
: Global buffer overflow in TestName::ImplictSha256Digest test case
Actions
Bug #2313
: Undefined behavior in UtilSignal::DestructInHandler test case
Actions
Bug #2333
: Signal: disconnecting a handler while it is executing is unsafe
Actions
Bug #2445
: name::Component::compare return value is not guaranteed
Actions
Bug #2499
: Compilation error on Ubuntu/Linaro 4.6.4-6ubuntu2
Actions
Bug #2518
: Segfault when destructing face without cancelling pending interests
Actions
Bug #2523
: UtilSignal/DisconnectSelfInHandler use-after-free
Actions
Bug #2534
: util::dns::asyncResolve timeouts are not "real"
Actions
Bug #2552
: Block::fromBuffer(ConstBufferPtr, size_t, Block&) unexpected decode error
Actions
Bug #2629
: Exclude: cannot decode ImplicitSha256DigestComponent
Actions
Bug #2653
: UtilFaceUri/CanonizeEmptyCallback triggers use-after-free in dns::Resolver
Actions
Bug #2660
: Exclude::excludeOne: incorrect for default-constructed Name::Component
Actions
Bug #2723
: IndentedStream duplicates output when stream is flushed multiple times
Actions
Bug #2725
: Potential name construction errors
Actions
Bug #2728
: Block::fromStream decode error when TLV-LENGTH equals whitespace
Actions
Bug #2729
: Block::fromStream decode error when TLV-LENGTH equals zero
Actions
Bug #2730
: manpages: shouldn't nest under tutorials
Actions
Bug #2742
: Face creation fails due to heavy application processing before calling processEvents
Actions
Bug #2804
: On OSX clang <6.1.0 segfaults when compiling with precompiled headers and boost 1.58
Actions
Bug #2833
: Compilation fails with OSX 10.10.3
Actions
Bug #2872
: KeyChain::prepareUnsignedIdentityCertificate doesn't set FreshnessPeriod
Actions
Bug #2873
: ValidatorConf and ValidatorRegex do not set MustBeFresh selector in interests for keys
Actions
Bug #2928
: Public interface of Tpm and Pib and their related class should be read only
Actions
Bug #2966
: Move constructors and assignment operators should be declared noexcept
Actions
Bug #3070
: Block::remove unexpected semantics
Actions
Bug #3102
: Incorrect use of @example tag in src/util/string-helper.hpp
Actions
Bug #3116
: Coverage reports broken
Actions
Bug #3128
: Compilation fails with boost 1.59
Actions
Bug #3207
: ndn-cxx has (probable) incosistent licencing
Actions
Bug #3221
: code-style: rule 1.11 contains suboptimal examples
Actions
Bug #3227
: Compilation fails with boost 1.59.0 (e.g. on Fedora 23)
Actions
Bug #3235
: regex.t.cpp -Wkeyword-macro
Actions
Bug #3256
: lp::Packet::wireDecode does not check TLV-TYPE
Actions
Bug #3264
: Controller: does not process Nack
Actions
Bug #3303
: error: 'to_string' is not a member of 'std' when cross-compiling ndn-cxx for OpenWRT
Actions
Bug #3324
: lp::Packet::wireEncode() has nonsensical return type
Actions
Bug #3343
: Explicit specialization of DummyClientFace::receive<lp::Nack> relies on undefined behavior
Actions
Bug #3345
: missing semicolon in BOOST_GLOBAL_FIXTURE declarations
Actions
Bug #3347
: Test cases fail on AArch64 platform
Actions
Bug #3357
: Clang reports multiple "moving a temporary object prevents copy elision" warnings
Actions
Bug #3365
: SigningInfo(std::string) does not set DigestAlgorithm
Actions
Bug #3368
: Code style rule 3.11 is wrong
Actions
Bug #3643
: Add installation of openssl into build scripts
Actions
Feature #1529
: PIB service
Actions
Feature #1705
: Select DigestSha256 signing method with Identity Name
Actions
Feature #1962
: Name.getSubName: negative index
Actions
Feature #2500
: Face constructor with default transport and custom io service
Actions
Feature #2553
: Block::fromBuffer use move semantics
Actions
Feature #2587
: Link and forwarding hint
Actions
Feature #2734
: SegmentFetcher: asynchronous Data validation with Validator
Actions
Feature #2805
: Embed dependency installation in Jenkins-CI scripts
Actions
Feature #2807
: SQLite PIB implementation
Actions
Feature #2868
: ValidityPeriod abstraction for SignatureInfo
Actions
Feature #2871
: KeyChain: general signing API
Actions
Feature #2875
: NDNLPv2: TLV-TYPE codes
Actions
Feature #2876
: NDNLPv2: simple value type declaration
Actions
Feature #2877
: NDNLPv2: NackReason abstraction
Actions
Feature #2878
: NDNLPv2: Nack abstraction
Actions
Feature #2879
: NDNLPv2: Packet and Fields
Actions
Feature #2896
: Initialize default setting when adding id/key/cert in Pib
Actions
Feature #2898
: Make remove operation in PibImpl as deep remove
Actions
Feature #2922
: Helpers to create SigningInfo
Actions
Feature #2925
: Set default location of SQLite3 PIB and file-based TPM with environment variable
Actions
Feature #2930
: Face: send and receive NACK
Actions
Feature #2963
: NDNLPv2: CachePolicy
Actions
Feature #2998
: Block::insert and Block::erase
Actions
Feature #3006
: Improvements of string helpers
Actions
Feature #3007
: OpenSSL dependency
Actions
Feature #3009
: Crypto transformation concatenation
Actions
Feature #3022
: Add constructor of Digest object from std::istream&
Actions
Feature #3046
: CI: enable examples
Actions
Feature #3058
: AdditionalDescription in SignatureInfo
Actions
Feature #3093
: Backport make_unique
Actions
Feature #3099
: code-style: switch with compound statements
Actions
Feature #3100
: Add Block constructor to create sub-blocks reusing the underlying buffer
Actions
Feature #3146
: Face::getTransport method
Actions
Feature #3174
: NACK counters
Actions
Feature #3296
: IncomingFaceId, NextHopFaceId, CachePolicy as tags
Actions
Loading...