Changes since version 0.2.0

Release date: February 2, 2015

New features:

-   Build
    -   The code now requires C++11. The minimum supported gcc version
        is 4.6, as earlier versions do not have proper support for C++11
        features.
-   Base
    -   Enable detailed version information when built from shallow
        clone or tarball (Issue 1915)
    -   Make default transport configurable (Issue 2189)
    -   Add ability to do partial Name comparison (Issue 2090)
-   Security
    -   Add support for KeyDigest key locator (Issue 1426)
    -   Add a method to get KeyDigest from a PublicKey instance (Issue 1964)
    -   Add support for KeyChain to sign Interest using SHA256 digest
        (Issue 2218)
    -   Add ndnsec-dsk-gen tool to generate a pair of Data-Signing-Key
        (DSK) for the specified identity (Issue 2246)
    -   Pair-up PIB and TPM in KeyChain: PIB remembers the last used TPM
        type/location, which is used during KeyChain construction
        (unless overriden) (Issue 2242)
-   Wire encoding
    -   Add support for application-defined meta information blocks
        (Issue 2021)
    -   Introduce new name::Component::is* methods to allow checking if
        the name component follows the specific naming convention
        without relying on the exception handling (Issue 2088)
    -   Add definition of producer-generated NACK (Issue 2111)
    -   Add std::hash<Name> specialization to support unordered_map
        container (Issue 2147)
    -   Add support for ImplicitSha256DigestComponent (Issue 1640)
    -   Allow tagging Interest and Data packets with arbitrary
        information (Issue 2336)
-   Management
    -   Support NFD face query operation (Issue 2085)
-   Miscellaneous tools
    -   Add a new helper to calculate digests over dynamic inputs (Issue 1934)
    -   Add DNS resolver helper (Issue 1918)
    -   Import and re-license Ethernet and FaceUri classes from NFD
        codebase, add FaceUri canonization support for udp, tcp, and
        ether schemas (Issue 1994)
    -   Add per-application in-memory storage with LRU, LFU, and FIFO
        replacement policies (Issue 1940)
    -   Add ability to specialize system and steady clocks (e.g., for
        unit tests and simulation purposes) (Issue 2158)
    -   Expose DummyClientFace as public API
    -   New IndentedStream helper class to simplify writing to streams
        with the specified indents or prefixes (Issue 2238)
    -   New Signal class template as an enhanced version of the
        deprecated EventEmitter (Issue 2279)
    -   New scheduler::ScopedEventId helper to automatically cancel
        scheduled events upon destruction (Issue 2442)
    -   New NetworkMonitor helper to detect network state changes (Issue 2443)

Updates and bug fixes:

-   Base
    -   Prevent flags being set for rib/unregister command (Issue 1945)
    -   Fix segfault caused by Face::unregisterPrefix when
        registeredPrefixId does not exist
    -   Add explicit internal KeyChain to Face class. KeyChain
        previously existed in the Face as part of NFD controller class.
        (Issue 2039)
    -   Properly disable assertions in release builds (Issue 2135)
    -   Connect to Transport during construction of Face instance (Issue 2318)
-   Wire encoding
    -   Fix segfault when decoding empty Exclude element (Issue 1970)
    -   Provide EqualityComparable concept for Exclude element
    -   Correct Marker in Name::appendVersion() (Issue 2086)
    -   Ensure that wire-encoding errors are inherited from tlv::Error
        (Issue 1983)
-   Management
    -   Replace FaceFlags with individual fields in face management data
        structures (Issue 1992)
    -   ndn::nfd::Controller extended to allow generating ControlCommand
        for remote prefix registration (Issue 2039)
    -   Change ForwarderStatus.NfdVersion to string (Issue 2003)
-   Security
    -   Fix ndnsec-cert-gen to correctly infer prefix before KEY
        component (Issue 2052)
    -   Help message corrections in ndnsec-cert-dump, ndnsec-cert-gen,
        and ndnsec-key-gen (Issue 2052)
    -   Accept --sign-id and --cert-prefix in ndnsec-cert-revoke (Issue 2058)
    -   Changes output format of ndnsec-cert-revoke to base64 encoding
        (Issue 2059)
    -   Add a new (safer) option to ndnsec-cert-gen allowing inclusion
        of additional information blocks into the certificate. The new
        --signed-info parameter makes minimum assumptions, treating text
        before first space as OID and the rest as the associated string
        with this OID.
    -   Make Face optional in Validator class (Issue 2124)
    -   Display signature information when printing a certificate (Issue 2196)
    -   Handle certificate decoding error in validation process (Issue 2212)
    -   Fix segmentation fault in ndnsec-sign-req (Issue 2211)
    -   Allow verbose option in ndnsec-list (Issue 2197)
    -   Allow generation of DSK using ndnsec-key-gen (Issue 2247)
    -   Allow ndnsec-key-gen to generate ECDSA keys (Issue 2248)
    -   Fix memory leak in SecPublicInfoSqlite3 (Issue 2253)
    -   Properly report status of ndnsec-delete execution (Issue 2275)
-   Miscellaneous tools
    -   Fix incorrect tag map in tlvdump tool
    -   Change to default resolver behavior in util::dns::Resolver
        (Issue 2415)
-   Documentation
    -   Update of tutorials and installation instructions
    -   Rename manpage of client.conf to ndn-client.conf (Issue 1967)
    -   Updated and extended ndn-cxx code style:
        -   add rules for some C++11 constructs
        -   prefer BOOST_ASSERT and static_assert
    -   Improve example applications (Issue 1976)
-   Tests
    -   Improve security unit test cases (Issue 1683)
    -   Embedding CI build and test running scripts into the repository
    -   Partial unit test coverage for Face class (previously covered
        only by integration tests) (Issue 1947)
    -   Improve stability of unit tests by using UnitTestTime (wall
        clock independent time) (Issue 2152)
-   Build
    -   Redesign the way default compiler flags are determined (Issue 2209)
    -   Support tools and examples with multiple translation units
        (Issue 2344)
    -   Disable installation of internal headers and headers of the
        disabled components (2266, and 2269)
    -   Enable conditional compilation based on presence of getpass()
        function
-   Other minor fixes and corrections

Deprecated:

-   ndn::ptr_lib and ndn::func_lib namespace aliases
-   The following nfd::Controller methods:
    -   Controller::start overloads, except the overload taking
        CommandOptions
    -   Controller::Sign typedef
    -   Controller::getDefaultCommandTimeout
    -   ControlCommand::getPrefix
    -   ControlCommand::getRequestName(ControlParameters)
    -   Controller::Controller(Face&)
-   MetaInfo::TYPE_* constants
-   EventEmitter is deprecated in favor of Signal

Removed:

-   FaceFlags APIs (Issue 1992)
-   ControlCommand::makeCommandInterest (Issue 2008)
-   namespace ndn::Tlv (Issue 2079)
-   shared_ptr<io_service> constructor and getter in Face class
-   tlv::ConentType (typo in the name)
-   Selectors::Selectors(int, int, Exclude, int, bool) constructor
-   Interest::Interest(Name, int, int, Exclude, int, bool, int, time::milliseconds, uint32_t)
    constructor
-   signature-sha256.hpp file
-   unused encryption-manager.hpp file
-   unused openssl dependency
  1. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago
  2. a8659ff face: Make default transport configurable by Steve DiBenedetto · 10 years ago
  3. 8e15854 face: Reset io_service after io_service::poll() by Alexander Afanasyev · 10 years ago
  4. 2cced06 face: delete deprecated shared_ptr<io_service> constructor and getter by Junxiao Shi · 10 years ago
  5. 468abc3 encoding: move MAX_NDN_PACKET_SIZE constant by Junxiao Shi · 10 years ago
  6. 388ec25 face: specify registerPrefix signing parameters with CommandOptions by Junxiao Shi · 10 years ago
  7. edd834e face: internal KeyChain by Junxiao Shi · 10 years ago
  8. 6fcdde2 face: Fix bug with removePendingInterest by Alexander Afanasyev · 10 years ago
  9. 0866f51 face: Add ability to specify RIB flags for setInterestFilter and registerPrefix by Alexander Afanasyev · 10 years ago
  10. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  11. 49bb1fb face: Throw Face::Error if supplied Interest or Data exceeds maximum packet size by Alexander Afanasyev · 10 years ago
  12. 6a05b4b transport: Serialize socket write operations by Alexander Afanasyev · 10 years ago
  13. 407e949 face: Issuing Transport::connect() within the same thread as Transport::send() by Alexander Afanasyev · 10 years ago
  14. 1f5486e face: Fixing a small bug with Face::shutdown by Alexander Afanasyev · 10 years ago
  15. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  16. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  17. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  18. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  19. 984ad19 face: Finalizing separation between registerPrefix and setInterstFilter by Alexander Afanasyev · 10 years ago
  20. ee8bb1e face+management: Removing ndnd::Controller and re-designing controllers by Alexander Afanasyev · 10 years ago
  21. 9016496 face: Implementing InterestFilter abstraction to be used with setInterestFilter by Alexander Afanasyev · 11 years ago
  22. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  23. e66bf2a face: Specify signing certificate/identity in setInterestFilter/unsetInterestFilter by Yingdi Yu · 10 years ago
  24. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  25. 691c3ce face: Adding new constructors that accept reference to io_service object by Alexander Afanasyev · 10 years ago
  26. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  27. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  28. af8eeea interest: Interest::matchesData function by Junxiao Shi · 10 years ago
  29. 4e50b97 face: Fixing bug with incorrect pausing of Face by Alexander Afanasyev · 10 years ago
  30. acab880 face: fix controller creation bug that dismisses nrd-0.1 as unsupported by Steve DiBenedetto · 10 years ago
  31. c07b3a2 util, transport: add configuration file support and make default unix socket configurable by Steve DiBenedetto · 10 years ago
  32. 7dced46 face: making Face::shutdown call asynchronous by Alexander Afanasyev · 10 years ago
  33. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  34. 52afb3f face: When there are no more events to process, pausing transport instead of closing it by Alexander Afanasyev · 11 years ago
  35. 42c8185 face: Multiple matching for setInterestFilter and expressInterest callbacks by Alexander Afanasyev · 11 years ago
  36. 505646e face: Updating the way to select Controller by Alexander Afanasyev · 11 years ago
  37. 7682ccb face: Allow specifying specific Controller in constructor by Alexander Afanasyev · 11 years ago
  38. efe3ab2 management: Implementing nrd::Controller and introducing new secret by Alexander Afanasyev · 11 years ago
  39. 8301835 face+management: Fixing incorrect condition for adding LocalControlHeader in Face::put by Alexander Afanasyev · 11 years ago
  40. 5964fb7 management: Making LocalControlHeader encoding independent of Interest/Data wire by Alexander Afanasyev · 11 years ago
  41. 6d48bc1 management: Finalizing LocalControlHeader implementation by Alexander Afanasyev · 11 years ago
  42. f9fa52f management: Add support to local control header. by Yingdi Yu · 11 years ago
  43. f39c537 face: Making class variables names more consistent by Alexander Afanasyev · 11 years ago
  44. f7ca320 face: Making environment-based selection of the daemon (ndnd-tlv vs. nfd) by Alexander Afanasyev · 11 years ago
  45. a68aa7f face: Fix a serious bug with incoming interests processing by Alexander Afanasyev · 11 years ago
  46. 12dfbad face: Fixing small bug: after unregistering prefix, close transport if by Alexander Afanasyev · 11 years ago
  47. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 11 years ago
  48. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 11 years ago
  49. b790d95 face+node: Improving async operations by Alexander Afanasyev · 11 years ago
  50. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
  51. e2e0d75 face+transport: Cleanup and preparation for implementation of fully async Face operations by Alexander Afanasyev · 11 years ago
  52. 978c152 Face: In expressInterest, add optional wireFormat argument. by Jeff Thompson · 11 years ago
  53. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/face.cpp]
  54. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago