Changes since version 0.3.0

Release date: March 3, 2015

New features:

- Management
  - Add isConnected() in signal::Connection and
    signal::ScopedConnection (Issue 2308)
  - Extend DummyClientFace to process LocalControlHeader (Issue 2510)
  - Add CachingPolicy to LocalControlHeader (Issue 2183)

Updates and bug fixes:

- Wire encoding
  - Refactoring of EncodingImpl class template (EncodingBuffer and
    EncodingEstimator) (Issue 2494, Issue 2490)
  - Change Block::fromBuffer return type (Issue 2553)
- Miscellaneous tools
  - Mark Digest<Hash>::operator== as unsuitable in a security
    sensitive context (Issue 2395)
  - Restrict destruction of Signal from handler (Issue 2313)
- Documentation
  - Correct function names in security library tutorial (Issue 2474)
  - Remind users to reinstall ports after OSX upgrade (Issue 2284)
- Tests
  - Fix global buffer overflow in ImplicitSha256Digest test case
    (Issue 2307)
  - Change naming conventions for unit test files and test suite
    names (Issue 2497)
- Build
  - Explicitly define _GLIBCXX_USE_NANOSLEEP, necessary for gcc <
    4.8 in some environments (Issue 2499)

Removed:

- Delete deprecated Block(std::istream&) constructor (Issue 2241)
- Delete deprecated ndn::ptr_lib, ndn::func_lib (Issue 2110)
- Delete deprecated MetaInfo::TYPE_* (Issue 2170)
  1. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  2. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 10 years ago
  3. a1ea506 face: connect to Transport during construction by Junxiao Shi · 10 years ago
  4. 0fa2845 wscript: don't install detail/*.hpp by Junxiao Shi · 10 years ago
  5. 2cced06 face: delete deprecated shared_ptr<io_service> constructor and getter 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. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  9. 851228a face: Fix segfault caused by Face::unregisterPrefix when registeredPrefixId does not exist by Alexander Afanasyev · 10 years ago
  10. 4a9b6bb face: Prevent flags being set for rib/unregister command by Alexander Afanasyev · 10 years ago
  11. 6fcdde2 face: Fix bug with removePendingInterest by Alexander Afanasyev · 10 years ago
  12. 0866f51 face: Add ability to specify RIB flags for setInterestFilter and registerPrefix by Alexander Afanasyev · 10 years ago
  13. 6a05b4b transport: Serialize socket write operations by Alexander Afanasyev · 10 years ago
  14. 407e949 face: Issuing Transport::connect() within the same thread as Transport::send() 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. 984ad19 face: Finalizing separation between registerPrefix and setInterstFilter by Alexander Afanasyev · 10 years ago
  19. ee8bb1e face+management: Removing ndnd::Controller and re-designing controllers by Alexander Afanasyev · 10 years ago
  20. 9016496 face: Implementing InterestFilter abstraction to be used with setInterestFilter by Alexander Afanasyev · 11 years ago
  21. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  22. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  23. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  24. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  25. c348f83 encoding: Optimized encoding of Interest and related data structures by Alexander Afanasyev · 11 years ago
  26. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 11 years ago
  27. c8823bc face: Refactored code to set interest filter by Alexander Afanasyev · 11 years ago